.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:251,245,227;--color-primary-1:226,193,146;--color-primary-2:236,205,113;--color-primary-3:142,123,68;--color-primary-4:47,41,23;--color-secondary-0:225,225,225;--color-secondary-1:156,156,156;--color-secondary-2:57,57,56;--color-secondary-3:29,29,28;--color-secondary-4:9,9,8;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:57,57,56;--color-tertiary-3:35,31,32;--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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 { 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; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container { background-color: transparent; background-image: none; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container > .video-iframe-container { display: none; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row > .video-iframe-container { display: none; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .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); }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container { border-width: 0; border-radius: 0; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#cuZSWmIomzZkfrPkGBdeca7DVqCJM6Tr { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#XVQT5lVHLxqrOyOczzBzZTPvw1GPHXTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsmN9RXJJ2csdTu6kX2xxOF5i0pGUTJN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.6875rem;top:1.78125rem;left:66.3125rem;overflow:hidden;display:block; }
#R3cJ5gZ9cVxedlg9Hl2d8RyOosRXTTSE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:17.25rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#RB1Dgc6Kv0ZntLB6QUsZZ6Cnvpg4vBDu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.875rem;top:0.96875rem;left:40.4375rem;overflow:hidden;display:block; }
#G0fIlBv4FnNItndAisK2gR12CFCIwQKn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5rem;top:0.96875rem;left:49.5849609375rem;overflow:hidden;display:block; }
#zIBhds5L0pLy6ZnFtQpll2rwfkLB5ShD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.1875rem;top:0.875rem;left:57.1591796875rem;overflow:hidden;display:block; }
#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 { 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; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row .container { background-color: transparent; background-image: none; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row .container > .video-iframe-container { display: none; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row > .video-iframe-container { display: none; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .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); }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row .container { border-width: 0; border-radius: 0; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#iphitwq5kNwV19FfSQBx2NdMv03THDZx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.03125rem;left:56.1875rem;display:block; }
#zmkGflmGLMO17QOaKaJ64vF8UVPdEMhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMLCBDdMDJBdkqXh3dWQ6Wmzep9I0BUp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.03125rem;left:32.687501907349rem;display:block; }
#Fev3HmHc7Nsh3sX40L1wyQlHAzlronb1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emoOHG5tqWND9y8uQB96Tnk6pa9grq74 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#bJt4BpdrWekaWSXcMacXS6wWMhm9LFcJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNTSCELsgK4KWRM9hDheEBt0kUmSmSXf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.03125rem;left:48.625rem;display:block; }
#RbqO0dbkdBenIMqorD40JOFckJmsQsiZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { background-color:#cabf79;background-image:url("https://images.assets-landingi.com/uc/62e916f6-16e3-4db2-a0a7-15186b752eb7/TLO2Zasb80.png");background-position:bottom left !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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5625rem;left:65.8125rem;display:block; }#ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1.adaptive-delivery-prevent-bg, #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1.lazyload, #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1.lazyloading { background-image: none; }
#vfcxEOaghHTSIL6X1JiZGQng3GoTb2Nq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OdTNSngagzaR9igp9xRzT9IIbEV5oEA0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0312509536743rem;left:40.824998855591rem;display:block; }
#RtDE81dwPu8iK8R0mmhyPU79psvZ23PM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD { 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; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { background-color: transparent; background-image: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container > .video-iframe-container { display: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container { display: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .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); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { border-width: 0; border-radius: 0; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#zSXb9Rk7PX4anTd6ABssJ3O8dtSTrDfS { color:rgba(var(--color-tertiary-2),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.3125rem;left:0rem;height:4.125rem;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; }
#c3TPkyA3WmThctX1JxiJwZA798b7l3Uk { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:19.25rem;left:0rem;height:;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; }
#TuJ0iRF0QDNUCTqLA9iIE6gVc6MASiU1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#v7gs3i6hZ0MXvpwmw9CPmPu5dAwvmoQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuuMN92kqErRgf8tNaUlCz9MJ7qZ41Xu { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:15.1875rem;left:0rem;height:2.26888125rem;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; }
#g7eVK4TUK1N6Uc0AFiDK3ofBxfJU6t0c { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:32rem;top:0rem;left:41.4375rem;overflow:hidden;display:block; }
#OUFhqrRo6qiSoqf5E20dcw9aebcXJOtT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:11.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Nmua404J9s8nIGXiQTwpIioyPlLnzBSq { background-color:#a4a4a4;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;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:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.375rem;left:0rem;display:block; }
#GwgOGovb0pVLJ2mCMCmdPkTdEqVybWeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpULLyQ6Zqf8xhxfbSZov6EMIr5nV05O { background-color:#d3c27f;background-image:url("https://images.assets-landingi.com/uc/62e916f6-16e3-4db2-a0a7-15186b752eb7/TLO2Zasb80.png");background-position:bottom left !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.375rem;left:13.8125rem;display:block; }#XpULLyQ6Zqf8xhxfbSZov6EMIr5nV05O.adaptive-delivery-prevent-bg, #XpULLyQ6Zqf8xhxfbSZov6EMIr5nV05O.lazyload, #XpULLyQ6Zqf8xhxfbSZov6EMIr5nV05O.lazyloading { background-image: none; }
#CMdtT2J8AuL2uAdULABRw75hd3kUxnsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 { 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; }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row .container { background-color: transparent; background-image: none; }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row .container > .video-iframe-container { display: none; }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row > .video-iframe-container { display: none; }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .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); }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row .container { border-width: 0; border-radius: 0; }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#aKpTeJSV397IaPkl06pCWIw2g7vCXX3d { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1248931884766rem;left:5.0623922348022rem;height:2.5986375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I8GnlGITbLOCTUmSEXMHEwcm1Ws1irxR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4995651245117rem;left:46.250000953674rem;height:2.5986375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vop4XGk2asG6NnmRZSCdfnPxdGG9PWtO { color:rgba(var(--color-primary-1),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.40576171875rem;left:1.59375rem;height:2.56274375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Scr9TsW7wc659WBICdAQGTiNPIUv3UF5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:7.125rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.125rem;left:7.5625rem; }
#B9QFNTncvV53MFgA8na74SGyspR5qTUP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.375rem;left:27.6875rem; }
#GaLPy6yOr9qfdd8mgZMtnyJXDRmg7h2A { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:22.93728351593rem;height:2.5986375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HbU32wuSUCoE3VcWFDvq36BIl6UyFe55 { color:rgba(var(--color-primary-1),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.1871719360351rem;left:22.749566078186rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QJ6XkrV27s1M7c75c4D3UAEFU9nglcL5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:7.125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.0625rem;left:45.625rem; }
#MneITzblhUtgJhL3q7xWJLnJFqrDXN5v { color:rgba(var(--color-primary-1),1);display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.0625rem;left:39.375000953674rem;height:5.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fUADxRegclJSZFWqSIJkSvF0N9yO7CEm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:7.9375rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0rem;left:64.625rem; }
#Xfuar3CUqaGPwoOgDR8I40fVtnk9m0yK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:59.8125rem;height:2.5986375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DhZ1nWGPuaKQH7uN1uGTRS2fJw0WrL3Q { color:rgba(var(--color-primary-1),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.09765625rem;left:59.8125rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t3UzXnowtOdzI2rCqhG8B13CByMTKMTm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:59.9375rem;height:1.2994375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7GQwOGOAEUlzVa07sFEPJBqOoWvpGSQ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.62456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4092864990238rem;left:8.1239156723025rem;height:1.29931875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw { 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; }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row .container { background-color: transparent; background-image: none; }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row .container > .video-iframe-container { display: none; }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row > .video-iframe-container { display: none; }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .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); }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row .container { border-width: 0; border-radius: 0; }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#hO8hn0ENn0zTTAGsoo5Jqd1GEiHVDKJO { color:rgba(var(--color-primary-1),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6458332538605rem;left:0rem;height:6.1494125rem;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;text-align:left;text-align-last:left;display:block; }
#IPcTCiVrxQckyDOOqvn2J5uPIMEF27LX { color:rgba(var(--color-tertiary-2),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.587501525879rem;left:0rem;height:20.25rem;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; }
#JNRHJin7dcozd4MUywbbK5DGIfBVEQeD { position:absolute;display:block;z-index:15009;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:22rem;width:37.25rem;top:11.8369140625rem;left:37.522058823529rem;overflow:hidden;display:block; }
#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2c0e2ac4-bf7a-4b72-9ad6-314179fceb90/tloblack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5.adaptive-delivery-prevent-bg, #nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5.lazyload, #nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5.lazyloading { background-image: none; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container { background-color: transparent; background-image: none; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container > .video-iframe-container { display: none; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row > .video-iframe-container { display: none; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .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); }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container { border-width: 0; border-radius: 0; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#rqdlf31IGB27WiMo9mDmVTZmL79hEmJi { color:rgba(var(--color-primary-1),1);display:block;width:70.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.412475rem;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; }
#uP5k7BHEeTOPxb4Ruha2uUeJapa1GveV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:20.875rem;top:11.0625rem;left:2.1875rem;overflow:hidden;display:block; }
#EuFRmivlbEZXoqa3lJzXtJrTAkSXwPx0 { 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:8rem;width:8.5625rem;top:9.375rem;left:15.8125rem;overflow:hidden;display:block; }
#nZeeLXOObc1PSxIoEbF7bZlpEudbWan2 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wzzBUhWP5MiKhB3hE5mIfPSGLsQuRqNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:31.25rem;left:1.5625rem;height:10.494875rem;text-align:left;text-align-last:left;display:block; }
#GaglSbCDW3Vc1ETItpuTRvNGFrXzLEXT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:20.875rem;top:11.0625rem;left:27.3125rem;overflow:hidden;display:block; }
#gBeSxTOPHPlZUr5cDrZUvncPfn95I1Oi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:7.1875rem;top:17.6875rem;left:25.5625rem;overflow:hidden;display:block; }
#m38lSltsmlATeT00zTcbpT3GV0HoTCuR { color:rgba(var(--color-tertiary-1),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.5625rem;left:25rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sGtW01fxqNhrmsZiS7xSODSAcXsqsAqS { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:31.250003814698rem;left:26.500001907349rem;height:7.4963125rem;text-align:left;text-align-last:left;display:block; }
#x886ZgcIpZWSqHAtNSNypEDFlrvu7uRC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:19.4375rem;top:11.0625rem;left:52.3125rem;overflow:hidden;display:block; }
#kNnENM2wkLm9B1wf3KQy4GzT1KT451Xt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8.5625rem;top:9.875rem;left:61.9375rem;overflow:hidden;display:block; }
#T9yRiNII6PEPXX0gMKQrZfAq0SXCkdtl { color:rgba(var(--color-tertiary-1),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.562503814698rem;left:52.750001907349rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ylL9bpG0h2PQt5nhHoX1MG6z1gLmJGZK { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:31.250003814698rem;left:51.750001907349rem;height:10.494875rem;text-align:left;text-align-last:left;display:block; }
#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 { 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; }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row .container { background-color: transparent; background-image: none; }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row .container > .video-iframe-container { display: none; }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row > .video-iframe-container { display: none; }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .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); }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row .container { border-width: 0; border-radius: 0; }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#w8mr7UIB9ATekfOTx68p8uAFJilTJiDT { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.125rem;left:0rem;height:2.88720625rem;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; }
#IrJz7HmdaE9uDegTWi2R3oXIebEUyANT { color:rgba(var(--color-tertiary-3),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:12.3125rem;left:0rem;height:16.875rem;font-style:normal;display:block; }
#kOmOiKRt5W1ZlbvEu1DTmr2SMzbwLEKb { position:absolute;display:block;z-index:15034;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:25.375rem;width:36.75rem;top:10.3125rem;left:37.875rem;overflow:hidden;display:block; }
#M0RAVy3pAPB5lhktax9Kpqn9M1o9C1eS { color:rgba(var(--color-primary-1),1);display:block;width:70.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.984375rem;left:0rem;height:3.412475rem;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; }
#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD { 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; }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row .container { background-color: transparent; background-image: none; }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row .container > .video-iframe-container { display: none; }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row > .video-iframe-container { display: none; }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .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); }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row .container { border-width: 0; border-radius: 0; }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#t0JsNProspsz1TA5lxgneJdcWuXS59to { color:rgba(var(--color-tertiary-2),1);display:block;width:73.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.412475rem;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; }
#tLplTWKKiJVrnq9KlU1VTkE3rFhKd95I { color:rgba(var(--color-tertiary-3),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:9rem;left:37.500003814698rem;height:23.625rem;font-style:normal;display:block; }
#HgPP9KLAZ6bkZm06J65kkFJH08gm6b7x { position:absolute;display:block;z-index:15036;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:24.75rem;width:35.6875rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 { 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; }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row .container { background-color: transparent; background-image: none; }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row .container > .video-iframe-container { display: none; }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row > .video-iframe-container { display: none; }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .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); }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row .container { border-width: 0; border-radius: 0; }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#bJCDGFfwKFbFK06hqApW9ZpZon4W2xMF { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.3125rem;left:0rem;height:2.88720625rem;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; }
#uI9dQ43Zdxy6MEdbMqlqk8fxM36b2sMA { color:rgba(var(--color-tertiary-3),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:8.5625rem;left:0rem;height:15.1875rem;font-style:normal;display:block; }
#LELyFr5CkaJhZKPhuTendlXSAbzbxZ14 { position:absolute;display:block;z-index:15035;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:24.75rem;width:35.6875rem;top:6.4375rem;left:38.406251907349rem;overflow:hidden;display:block; }
#O8mJ4yrFnGQ99JO7Ld5sgRJp9yqw3I4s { background-color:#a4a4a4;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;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:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.125rem;left:0rem;display:block; }
#Tbe2CRPlUbDFLHKsdxe2rKDkp7w5nw13 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aaOS9BzHwaZdGU4t6J0MDvlXLR92Hynl { background-color:#d3c27f;background-image:url("https://images.assets-landingi.com/uc/62e916f6-16e3-4db2-a0a7-15186b752eb7/TLO2Zasb80.png");background-position:bottom left !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.0625rem;left:13.812501907349rem;display:block; }#aaOS9BzHwaZdGU4t6J0MDvlXLR92Hynl.adaptive-delivery-prevent-bg, #aaOS9BzHwaZdGU4t6J0MDvlXLR92Hynl.lazyload, #aaOS9BzHwaZdGU4t6J0MDvlXLR92Hynl.lazyloading { background-image: none; }
#gBpXKD9AWguHgXr7TBhTTCR1whf8rbWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container { background-color: transparent; background-image: none; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container > .video-iframe-container { display: none; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row > .video-iframe-container { display: none; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .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); }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container { border-width: 0; border-radius: 0; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:block; }#bF7pPhHGJ1EZr5gfW16Ro3KoA572yOLJ { color:#177332;display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:38.5625rem;left:98.8125rem;height:3rem;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:none; }
#HXzxZW450Z8VCcmMK9cgb4b44pTVqhLZ { color:rgba(var(--color-primary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:3.412475rem;font-style:normal;text-align:left;text-align-last:left;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; }
#IBt2LyVF0T4SpCqNWcgc3tKeJy8InwHe { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #e1e5e2;border-left:0.0625rem solid #e1e5e2;border-right:0.0625rem solid #e1e5e2;border-bottom:0.0625rem solid #e1e5e2;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-1),0.5) ;height:28.625rem;width:50.0625rem;top:9.0966796875rem;left:10.951171875rem;display:block; }
#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T { 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; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { background-color: transparent; background-image: none; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container > .video-iframe-container { display: none; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row > .video-iframe-container { display: none; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .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); }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { border-width: 0; border-radius: 0; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#xRXxyFxQF37ce5gq9F9xFUtwoaCCWCRs { color:rgba(var(--color-tertiary-2),1);display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.412475rem;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; }
#TagBpJXVWh5ytTkgxDVSLXQJDeSKpnJH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.286458492279rem;left:6.5rem;height:3.8983125rem;display:block; }
#kH2WqJMAQVaIUfCRoFVdBUffP4WIZmxs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.48611164093rem;left:6.5rem;height:3.8983125rem;display:block; }
#tW9lCS3QEeh9peaU3DrKmJQOSKT2WyCT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.798612117768rem;left:6.5rem;height:3.8983125rem;display:block; }
#eVgESiyF53adlWA77Tmk2c4u3M25C1DJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.67448425293rem;left:6.25rem;height:2.598875rem;display:block; }
#eS0KOm769pQ2Rs9N6yN8ZduTCK9T3ZLB { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.9111328125rem;left:34.3125rem;height:2.598875rem;display:block; }
#Cf4ytt7sqT9BKhoT7iSWQQZcDtN24Pln { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.137161254882rem;left:34.3125rem;height:2.598875rem;display:block; }
#vAiDGNmBMtAvs7PK6cgy9DzUzacdqNzz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.448785305023rem;left:34.125rem;height:2.598875rem;display:block; }
#lZtISlgqoOZznEvuSCTz6Z89bH802nI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.024304866791rem;left:34.3125rem;height:3.8983125rem;display:block; }
#PC4DklTPpCLGT2bxlLrsIdOoCW8MwkcU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:28.410587310791rem;left:1.25rem;overflow:hidden;display:block; }
#QKQZe2I3ZNxTp6e9nXI5eDSu2p9AkwT3 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:16.91796875rem;left:1.09375rem;overflow:hidden;display:block; }
#ct6OXN11R7B13sr7Did6yiKH3cZ3vPnX { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:10.671871185302rem;left:29.53125rem;overflow:hidden;display:block; }
#BwRdmhBn6B4OlhqqTOTvIuPfLzdovufB { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:23.310763835907rem;left:29.59375rem;overflow:hidden;display:block; }
#iBk3doMgJsL86lDmRvpKbHOSR7AXnq6q { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:23.091142654419rem;left:1.03125rem;overflow:hidden;display:block; }
#D9bT6SEfVoQifWZTnkvT2h7Ca1MAU7ek { position:absolute;display:block;z-index:15026;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.0625rem;width:3.0625rem;top:29.392578125rem;left:29.40625rem;overflow:hidden;display:block; }
#JI4LK3dT17huFkT5EyfmzPFCh3CE31Oz { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.125rem;left:0.5rem;display:block; }#JI4LK3dT17huFkT5EyfmzPFCh3CE31Oz.adaptive-delivery-prevent-bg, #JI4LK3dT17huFkT5EyfmzPFCh3CE31Oz.lazyload, #JI4LK3dT17huFkT5EyfmzPFCh3CE31Oz.lazyloading { background-image: none; }
#Mx022cBqM468QGKI8wPAgHCZ4actHTWH { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:16.32421875rem;left:0.5rem;display:block; }#Mx022cBqM468QGKI8wPAgHCZ4actHTWH.adaptive-delivery-prevent-bg, #Mx022cBqM468QGKI8wPAgHCZ4actHTWH.lazyload, #Mx022cBqM468QGKI8wPAgHCZ4actHTWH.lazyloading { background-image: none; }
#IMDAqAXEcysvcT8XTEn0hCXN07f0k9Hp { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:22.57421875rem;left:0.5rem;display:block; }#IMDAqAXEcysvcT8XTEn0hCXN07f0k9Hp.adaptive-delivery-prevent-bg, #IMDAqAXEcysvcT8XTEn0hCXN07f0k9Hp.lazyload, #IMDAqAXEcysvcT8XTEn0hCXN07f0k9Hp.lazyloading { background-image: none; }
#Sh3tGMfAMrUTZ6DFCKo6kOmTZshMyC9g { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:28.861328125rem;left:0.5rem;display:block; }#Sh3tGMfAMrUTZ6DFCKo6kOmTZshMyC9g.adaptive-delivery-prevent-bg, #Sh3tGMfAMrUTZ6DFCKo6kOmTZshMyC9g.lazyload, #Sh3tGMfAMrUTZ6DFCKo6kOmTZshMyC9g.lazyloading { background-image: none; }
#LJ7vlR5oHfvcEZnhMZn53P1s8kZX0F7R { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:28.861328125rem;left:28.875rem;display:block; }#LJ7vlR5oHfvcEZnhMZn53P1s8kZX0F7R.adaptive-delivery-prevent-bg, #LJ7vlR5oHfvcEZnhMZn53P1s8kZX0F7R.lazyload, #LJ7vlR5oHfvcEZnhMZn53P1s8kZX0F7R.lazyloading { background-image: none; }
#WF5vO7JC9Caw5coG0GSKBppDIpXkrGTl { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:22.57421875rem;left:28.875rem;display:block; }#WF5vO7JC9Caw5coG0GSKBppDIpXkrGTl.adaptive-delivery-prevent-bg, #WF5vO7JC9Caw5coG0GSKBppDIpXkrGTl.lazyload, #WF5vO7JC9Caw5coG0GSKBppDIpXkrGTl.lazyloading { background-image: none; }
#bt6t83RlHEbMMUbWxVToTP3QUuqJBQmT { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:16.32421875rem;left:28.875rem;display:block; }#bt6t83RlHEbMMUbWxVToTP3QUuqJBQmT.adaptive-delivery-prevent-bg, #bt6t83RlHEbMMUbWxVToTP3QUuqJBQmT.lazyload, #bt6t83RlHEbMMUbWxVToTP3QUuqJBQmT.lazyloading { background-image: none; }
#DFeVDTlnWlPT1bTtOiHh37sJDcJ0cVSu { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.125rem;left:28.875rem;display:block; }#DFeVDTlnWlPT1bTtOiHh37sJDcJ0cVSu.adaptive-delivery-prevent-bg, #DFeVDTlnWlPT1bTtOiHh37sJDcJ0cVSu.lazyload, #DFeVDTlnWlPT1bTtOiHh37sJDcJ0cVSu.lazyloading { background-image: none; }
#TwWHEt5wJn4wANWZNxON44fSMVGPvqbW { position:absolute;display:block;z-index:15028;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.1875rem;width:3.1875rem;top:10.53125rem;left:1.03125rem;overflow:hidden;display:block; }
#NgBp2a4bq73n7MiPuskWRnJAhdMidTw9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.872395992279rem;left:29.46875rem;overflow:hidden;display:block; }
#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO { 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; }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row .container { background-color: transparent; background-image: none; }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row .container > .video-iframe-container { display: none; }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row > .video-iframe-container { display: none; }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .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); }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row .container { border-width: 0; border-radius: 0; }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:75rem;position:relative;display:block; }#V5WymEZXWADqoZ8bM8QxUHFmEc83DuLg { color:rgba(var(--color-tertiary-2),1);display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.412475rem;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; }
#ZNPghgUcqOUFbX4PIgsl5xVnMQfB6Xvf { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:2.3;letter-spacing:0;top:10.3125rem;left:41.375rem;height:2.5869125rem;display:block; }
#bF2Sr3W77MCQNaWWUXLAfq39q82db3dh { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:12.9375rem;left:41.3125rem;height:6.75rem;font-style:normal;display:block; }
#uxK2ipfhnBJqB80PTUKRI6hihh7921u0 { color:rgba(var(--color-primary-1),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.8125rem;left:37.5rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oUXrMIIx0EItOO6nDSSUKvApRMAh0A4v { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:19.0625rem;left:41.375001907349rem;height:2.69970625rem;display:block; }
#yiBm9NTqpTUfpDQ958UTN7DDAUkCQVrP { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:22.125rem;left:41.312501907349rem;height:5.0625rem;font-style:normal;display:block; }
#gcCIVBZgaTzBAVqP9wylnsZ1C6T6DoRJ { color:rgba(var(--color-primary-1),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:19rem;left:37.500001907349rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GzCRIyFZiHgLyC3a8T743ppwaAQJgtUo { color:rgba(var(--color-primary-1),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:27.875rem;left:37.437501907349rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L7xskuBPOATEdJzcSFu2DBT2x4DdnNNR { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:2.3;letter-spacing:0;top:27.5625rem;left:41.375001907349rem;height:2.5869125rem;display:block; }
#ITlT96qTS6aN26z9RED9eV0bBod0kRJW { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:30.0625rem;left:41.312501907349rem;height:5.0625rem;font-style:normal;display:block; }
#KWNRekTTJ7TEqvkmsBabWhAXhhfT3HaT { color:rgba(var(--color-primary-1),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:36.125rem;left:37.437501907349rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o4QZFFm19P2OIC1FzPI4VlxQkNqRQChv { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:36.1875rem;left:41.375001907349rem;height:2.69970625rem;display:block; }
#Ux23qq8oiL73T8Xka7pKV1GZUGsevxwe { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:39.25rem;left:41.312501907349rem;height:5.0625rem;font-style:normal;display:block; }
#BHZ1EGFbIrb2St08B00T0WaFTBeLceBR { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:17.3125rem;left:37.5rem;display:block; }
#VQBCnD666ZR4cA3DCkyeIRJt3fe1QdEw { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.3125rem;width:31.1875rem;top:10.8125rem;left:1.1875rem;overflow:hidden;display:block; }
#NzqpKQ1Vn0dHWtRm6f1bcBOVElrMxnXE { color:rgba(var(--color-primary-1),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:45.428115844726rem;left:37.437501907349rem;height:3.12524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTcSFTtAiVeqBwism5X3QoGI3Nbehb4z { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:45.490615844726rem;left:41.375001907349rem;height:2.69970625rem;display:block; }
#VEHBcO3u5IM2JhzJBqOQkoo0y6hJcBvT { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:48.554168701172rem;left:41.312501907349rem;height:5.0625rem;font-style:normal;display:block; }
#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2c0e2ac4-bf7a-4b72-9ad6-314179fceb90/tloblack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU.adaptive-delivery-prevent-bg, #cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU.lazyload, #cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU.lazyloading { background-image: none; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container { background-color: transparent; background-image: none; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container > .video-iframe-container { display: none; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row > .video-iframe-container { display: none; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .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); }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container { border-width: 0; border-radius: 0; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:75rem;position:relative;display:block; }#L4B1N4FThzHw4SwlU4Jezal156GBlk6n { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:39.875rem;left:2.1875rem;height:19.48969375rem;font-style:normal;display:block; }
#fdmvXwgo9pK2Bo8LNDu2Lw3lJDUxSJel { color:rgba(var(--color-primary-1),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.875rem;left:2.1875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;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; }
#uiRmGl4RKG7DM2dHmRBbu4XcCxr6Lwgf { box-sizing:content-box;height:31.6875rem;width:24.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.1875rem;left:0rem;display:block; }
#RhQvu7lTTCL8pLlJnAmnKeFAhFqSTkG3 { box-sizing:content-box;height:18.125rem;width:24.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:17.1875rem;left:0rem;display:block; }
#FhvQqDFrMg3pvc9ITwnl2G3OKD8nIJz0 { position:absolute;display:block;z-index:15009;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:9.5625rem;width:10.25rem;top:19.6875rem;left:11.4375rem;overflow:hidden;display:block; }
#eCobuURgvAbGBOgNF1guCegHWrdHTmQr { color:rgba(var(--color-primary-1),1);display:block;width:70.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:6.8246875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#zPg6OxuZMFZvt4JKLUeKBvqAWURZAOTt { position:absolute;display:block;z-index:15010;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:22rem;width:17.1875rem;top:13.375rem;left:3.6875rem;overflow:hidden;display:block; }
#J9xTOhbNlnTvhFKzXz7hELITQC421Hd0 { box-sizing:content-box;height:31.6875rem;width:24.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.25rem;left:25.4375rem;display:block; }
#H3AlOKtPlvaVug9weWoAcMMJiZzq5grz { color:rgba(var(--color-primary-1),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.9375rem;left:27.625rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#XcTEI1icuZbIkGHfogbpz9IBsRLAb0dW { box-sizing:content-box;height:18.125rem;width:24.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:17.25rem;left:25.4375rem;display:block; }
#t56pOhyt6IE1Tx95BImDopUfICqTm3yL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:21.1875rem;top:12.326388875rem;left:53.705472526775rem;overflow:hidden;display:block; }
#hIULCLaPV8empUan0XayWKIA5LU6Qped { position:absolute;display:block;z-index:15015;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:9.5625rem;width:10.25rem;top:19.75rem;left:36.875rem;overflow:hidden;display:block; }
#cLura76ygF70BVuE7WZUDDq3VXJw5Q5u { box-sizing:content-box;height:31.6875rem;width:24.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.25rem;left:50.875rem;display:block; }
#gPDoMNqGtJ0ez4gOtywBlZ8xXcw4TmvF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.9375rem;left:53.0625rem;height:20.78900625rem;font-style:normal;display:block; }
#OG94TEVn4UZlEwA6XdNwTV7DsVH1R010 { color:rgba(var(--color-primary-1),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.9375rem;left:53.0625rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Ot9vvL1oBfTsl682dCQ0bTgmF1oT8zdP { box-sizing:content-box;height:18.125rem;width:24.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:17.25rem;left:50.875rem;display:block; }
#J8RDuzFEXeVnsHp0uNnNFfWPl29SfGtX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:17.875rem;top:13.875rem;left:29.25rem;overflow:hidden;display:block; }
#mvlaTJ1d51iHPfZ4ogApHBElkInoNbbB { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:10.25rem;top:19.75rem;left:62.3125rem;overflow:hidden;display:block; }
#CiSVGF9l7TJWTk6te8aqcCykmNriJRDt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.875rem;left:27.625rem;height:19.48969375rem;font-style:normal;display:block; }
#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa { 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; }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row .container { background-color: transparent; background-image: none; }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row .container > .video-iframe-container { display: none; }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row > .video-iframe-container { display: none; }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .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); }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row .container { border-width: 0; border-radius: 0; }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#FK0qmycyUX1K37xdn5rb7DPv5W5nbg7C { color:rgba(var(--color-tertiary-2),1);display:block;width:69.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.71875rem;left:0rem;height:3.1494125rem;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;text-align:left;text-align-last:left;display:block; }
#CTcUZRnltPDz9H3SEZdcq0mvio50Zwin { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.0436401367188rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }
#Z8OXSkAtZplQBaMPb4OsmufrTxsThkkP { color:rgba(var(--color-tertiary-2),1);display:block;width:68.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:13.10595703125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf { 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; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { background-color: transparent; background-image: none; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container > .video-iframe-container { display: none; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row > .video-iframe-container { display: none; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .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); }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { border-width: 0; border-radius: 0; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#mQ0mSCMElmmI13rSNH4FLICGSZRuw74F { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.875rem;left:0.0625rem;display:block; }
#rtznGhnLvJisEisgvVALdW8xt1TPQFQu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIdMI8It00sOfunJdy3etNmOeAgEfpyn { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.875rem;left:25.1875rem;display:block; }
#lSeSsJfG7i5rhAsNOVQIhqTliTyIFoJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVtE0TvZPwVz0uESDICGm2CGpvlDccsf { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.875rem;left:50.25rem;display:block; }
#vsI72ntOQltCtDktHH0lRzWeCZQAX2Jt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQBI6CLeVTqsu365Q1q9Ur5oGoxkzsqt { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.25rem;left:0.875rem;height:1.62524375rem;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; }
#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.25rem;left:26.3125rem;height:12.8408125rem;font-style:normal;overflow:hidden;display:block; }#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 li:before{  }
#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:51.25rem;height:16.6589375rem;font-style:normal;overflow:hidden;display:block; }#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#akEHaxryV07M22KWmW1d7KlvFg6NeieF { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.5rem;width:0.125rem;top:3.9375rem;left:24.9375rem;display:block; }
#doLU6EA6rLWa6dz53RpDDbPmxvcQevyC { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.375rem;width:0.125rem;top:3.9375rem;left:0rem;display:block; }
#edSZiMTvQBPCiaoElGlR3oJowuM6iI3S { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.375rem;width:0.125rem;top:3.9375rem;left:49.9375rem;display:block; }
#vPWmzCtZIKdalhXcc3bTG08oPEB5D2oC { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:8.3125rem;left:0.875rem;display:block; }#vPWmzCtZIKdalhXcc3bTG08oPEB5D2oC.adaptive-delivery-prevent-bg, #vPWmzCtZIKdalhXcc3bTG08oPEB5D2oC.lazyload, #vPWmzCtZIKdalhXcc3bTG08oPEB5D2oC.lazyloading { background-image: none; }
#ccziucnWfD4zTvi4lIJfE6ZB4drV4E0r { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:8.875rem;left:1.4375rem;overflow:hidden;display:block; }
#drswTe43ZS2tpF6IGGBPHuvcJ1Xzzd8i { color:rgba(var(--color-primary-1),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:6.375rem;height:1.4619125rem;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;overflow:hidden;display:block; }
#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 { 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; }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row .container { background-color: transparent; background-image: none; }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row .container > .video-iframe-container { display: none; }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row > .video-iframe-container { display: none; }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .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); }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row .container { border-width: 0; border-radius: 0; }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#Aab5e2gAFSAU8oGDZDzmtzXDxBQOKpr0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#Nbuk2zc1l7NRvp5vJ4FWqr2D6DmIME0n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZsAZnFF74ZreBn6X665VJtUrX5qzbWU { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#kN9g5BbobioIkcM8tpkVKxtwgx5Lc51Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PzMABLMOT2CTym2JNOqCMSTXlWuwhiDQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#HpwfuHkC3ILT3RpsFwC9lsL95O5d46Pf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bL5o63W96A58lT8TN7hgFRZLD6vtvqcU { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:1.62524375rem;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; }
#ogM2NLi25MToPbN0EoyIKLTedFoXvML8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:;font-style:normal;overflow:hidden;display:block; }#ogM2NLi25MToPbN0EoyIKLTedFoXvML8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ogM2NLi25MToPbN0EoyIKLTedFoXvML8 li:before{  }
#teqzCPFW7pmoVker6PPOTOfED6Wti0Mo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:8.8981875rem;font-style:normal;overflow:hidden;display:block; }#teqzCPFW7pmoVker6PPOTOfED6Wti0Mo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#teqzCPFW7pmoVker6PPOTOfED6Wti0Mo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#FQnsmN3MCdDXx5bbLS4K5sl1iZcc7lsu { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#lv4RaBWtrcrbGgCFO4TkM7Wi6oduHq1e { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#xIm1Ti64ZvVqzh2ETR39I6ettBCrPDHZ { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#Ny6aZ6nQefFT5ekMqa0ZmsaR6MuwP56N { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:8.5625rem;left:0.8125rem;display:block; }#Ny6aZ6nQefFT5ekMqa0ZmsaR6MuwP56N.adaptive-delivery-prevent-bg, #Ny6aZ6nQefFT5ekMqa0ZmsaR6MuwP56N.lazyload, #Ny6aZ6nQefFT5ekMqa0ZmsaR6MuwP56N.lazyloading { background-image: none; }
#B4maI5R5HRz8rB4oKo5aJdlZCVTgkraC { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.1241321563719rem;left:1.375rem;overflow:hidden;display:block; }
#JNUwS8JIr2RFSXWtMfgGPCdNByKcDeuw { color:rgba(var(--color-primary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.875rem;left:6.3125rem;height:1.4619125rem;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;overflow:hidden;display:block; }
#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH { 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; }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row .container { background-color: transparent; background-image: none; }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row .container > .video-iframe-container { display: none; }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row > .video-iframe-container { display: none; }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .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); }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row .container { border-width: 0; border-radius: 0; }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#FCBbpahA9GalUbFcNCcBFGdr3OhLPqTP { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#V2SX48neoPtKW051KHtCLPlSrk8rrTi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExpiOmSnGPryJrz2SZ9Se014x0l4O9Gu { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#bL6EtIo2DcqXQ7F4F4XO1nJZnGZIR0Tw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCvxtvZKO1DS1T3IsUl3Udg4JulezrQ4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#VyU82Ursf99WPZHeuPvPCF6Z1ULWsU8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKGWgKyyplS9wNTpfpHFdAxXJhB0IlQH { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:1.62524375rem;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; }
#qDzFk0oav0SwVgttA4GDBu7rnamdUpaB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:4.2806rem;font-style:normal;overflow:hidden;display:block; }#qDzFk0oav0SwVgttA4GDBu7rnamdUpaB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qDzFk0oav0SwVgttA4GDBu7rnamdUpaB li:before{  }
#aUuELHu9iGPiMD9pkcpUMW5y5RXqGPix { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:7.76075rem;font-style:normal;overflow:hidden;display:block; }#aUuELHu9iGPiMD9pkcpUMW5y5RXqGPix li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aUuELHu9iGPiMD9pkcpUMW5y5RXqGPix li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#zHKke7NXl7DHpxBEIuH0O5viThdAfwyS { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#WruJGtiJPB8lsGGc1d0XedBe4SOTDeSo { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.125rem;left:0rem;display:block; }
#D9fZSzTCL65Ou5BIp4KbMQJDELLpaXdD { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#R4NUhqLt7BHmGZRLzOKPf6eAC7o8HTos { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.5625rem;left:0.8125rem;display:block; }#R4NUhqLt7BHmGZRLzOKPf6eAC7o8HTos.adaptive-delivery-prevent-bg, #R4NUhqLt7BHmGZRLzOKPf6eAC7o8HTos.lazyload, #R4NUhqLt7BHmGZRLzOKPf6eAC7o8HTos.lazyloading { background-image: none; }
#ZKLhuIw7DD0Pmq5PGM46gHsmkeF0Norn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:11.09375rem;left:1.40625rem;overflow:hidden;display:block; }
#yx6G4gIUgC7nHptTVLklEGpRowUe9FQ4 { color:rgba(var(--color-primary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.25rem;left:6.3125rem;height:2.923825rem;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;overflow:hidden;display:block; }
#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n { 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; }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row .container { background-color: transparent; background-image: none; }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row .container > .video-iframe-container { display: none; }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row > .video-iframe-container { display: none; }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .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); }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row .container { border-width: 0; border-radius: 0; }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#gBFfMgJmSZqpXo0enasPpSnMoQVVMytR { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#vqrcXKJbsgKAFOsivUoXcJkbQEbnWK0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrS0itoPuCmwusZi4P0siJ1mXmv4wJOP { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#VyhPpOJToznWm40aWxuryCGw0k8SwVWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GdcZKllUlTWZaHhVzawXMSVUWsaX4wZn { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#Phvf4wVzIi56UbrHALbUo4LAxQksr5cz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ND7H80ncioknHPqpDMHWi7W0eADypNCT { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:3.2504875rem;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; }
#UhqwApqaAoU43MPlZWV6HmIluNlUHrFm { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:;font-style:normal;overflow:hidden;display:block; }#UhqwApqaAoU43MPlZWV6HmIluNlUHrFm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UhqwApqaAoU43MPlZWV6HmIluNlUHrFm li:before{  }
#m8fAMONGlTthAQgMEcK5ZqCCENnrttu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:8.8981875rem;font-style:normal;overflow:hidden;display:block; }#m8fAMONGlTthAQgMEcK5ZqCCENnrttu1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m8fAMONGlTthAQgMEcK5ZqCCENnrttu1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#wy8TRo2c2scw4kc0i853op2PbyxHXwtI { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#XUQH15y8ixHRVwmQ4wrMVwsr2bNspFzi { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#IM5F0MyovAbrkWyxc5w6nhaAwg9X6pzV { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#dTpJyWIJlROBrpvGtnXzmIIzm8zzDh3x { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:9.6875rem;left:0.8125rem;display:block; }#dTpJyWIJlROBrpvGtnXzmIIzm8zzDh3x.adaptive-delivery-prevent-bg, #dTpJyWIJlROBrpvGtnXzmIIzm8zzDh3x.lazyload, #dTpJyWIJlROBrpvGtnXzmIIzm8zzDh3x.lazyloading { background-image: none; }
#DIiP3QqdqQnfirPndUxDhuJAN5iGxiO9 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:10.265625rem;left:1.59375rem;overflow:hidden;display:block; }
#IUNJy0zUG1rbPRKBNzQMD9nFP6x637fd { color:rgba(var(--color-primary-1),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.03125rem;left:6.25rem;height:1.4619125rem;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;overflow:hidden;display:block; }
#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy { 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; }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row .container { background-color: transparent; background-image: none; }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row .container > .video-iframe-container { display: none; }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row > .video-iframe-container { display: none; }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .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); }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row .container { border-width: 0; border-radius: 0; }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#d3aN7T7ev9fKiWsTqVUTgTkmaQr9KhdJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#ACyThs8He8ZSaJRnkggLzg9mcOoru4s9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hki7T9LKBvHEqAd1HTk3ukRT6UeTydmb { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#NxdZpS56BAyKSup65TGDRumLzZ4r0amA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pr7sUpFiiFOxMZZkodZEyxarqmmETstJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#oGsEWeissf4MPyJTfwWn1XXfotb77fi4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqzS7M85EJh20RlXXARKSCZTNvmHz8kS { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.8125rem;height:6.501rem;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; }
#kE9XSeMx9hpqBT9xyiLn9yRFJqQiS2NW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:5.49913125rem;font-style:normal;overflow:hidden;display:block; }#kE9XSeMx9hpqBT9xyiLn9yRFJqQiS2NW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kE9XSeMx9hpqBT9xyiLn9yRFJqQiS2NW li:before{  }
#OBpPHQOxpyVJPMAauidLL3P3UTLcXsyI { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:8.8981875rem;font-style:normal;overflow:hidden;display:block; }#OBpPHQOxpyVJPMAauidLL3P3UTLcXsyI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OBpPHQOxpyVJPMAauidLL3P3UTLcXsyI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#n0os5sPO3itNdZysOva3iGcWBPgwakd1 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#ZogOyMyhvDVwoqy8OMJ8k4HlElg1P0ib { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.25rem;left:0rem;display:block; }
#ouGNsd0ViI9V2ubJMXgpRes3qS8XbD60 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#ttqm4zw7SadP7hSif0LEXXKyF8lq3czi { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:13.312500417232rem;left:0.8125rem;display:block; }#ttqm4zw7SadP7hSif0LEXXKyF8lq3czi.adaptive-delivery-prevent-bg, #ttqm4zw7SadP7hSif0LEXXKyF8lq3czi.lazyload, #ttqm4zw7SadP7hSif0LEXXKyF8lq3czi.lazyloading { background-image: none; }
#q4PDxdHPhcUE5TVVzTD4sPwd2HD0peoq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:14.125000417232rem;left:1.625rem;overflow:hidden;display:block; }
#um7iUNp1aNVw6lOU5Gg57udL9TEQyTnA { color:rgba(var(--color-primary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.4267578125rem;left:6.3125rem;height:1.4619125rem;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;overflow:hidden;display:block; }
#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB { 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; }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row .container { background-color: transparent; background-image: none; }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row .container > .video-iframe-container { display: none; }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row > .video-iframe-container { display: none; }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .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); }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row .container { border-width: 0; border-radius: 0; }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#Kwy2qlKx47yMCbXe6LhLP6DMTXWFZ6ou { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#xKMSLEEt9xMVITz4O1iVEeS7kL6E52DO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVyM7obA6zZNzufIc1wG81C52US2eMms { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#eiTNwWlHZMxJhcZoIB4UyMtpiTeqhDbu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3ruTmgal8zDn2Z2amnhOfG8zLEQCRRq { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#kFuXybWW7Xx3EFXw2AKJRNpoX7vXXq3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fiec1aizE1C5qFOnTVAW3F4SaPHFgCT7 { color:#fb9131;display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:3.2504875rem;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; }
#EboETQqOywGTBQPTnnUmbbBZ5bRxMf6p { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:14.0595625rem;font-style:normal;overflow:hidden;display:block; }#EboETQqOywGTBQPTnnUmbbBZ5bRxMf6p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EboETQqOywGTBQPTnnUmbbBZ5bRxMf6p li:before{  }
#Kd54o7BExkCQFJNs81eQ0thSfDLBKRKn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:12.9345625rem;font-style:normal;overflow:hidden;display:block; }#Kd54o7BExkCQFJNs81eQ0thSfDLBKRKn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kd54o7BExkCQFJNs81eQ0thSfDLBKRKn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#UpMPmn2R0KqoPx5zexmzEp4hipwd9WZ5 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#aBmQQCJUTM5WESsH27M2nNvqA3NCZExW { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#Id0dyTF3RpryhdoByP51AQvmTZmdGtVT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#PIAK1TRvvJNQXTAucfgMTLs1y6hoCgOh { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:9.6875rem;left:0.8125rem;display:block; }#PIAK1TRvvJNQXTAucfgMTLs1y6hoCgOh.adaptive-delivery-prevent-bg, #PIAK1TRvvJNQXTAucfgMTLs1y6hoCgOh.lazyload, #PIAK1TRvvJNQXTAucfgMTLs1y6hoCgOh.lazyloading { background-image: none; }
#pzUJ7d5JebAWXckxzCE4gKMGUzb6WzWl { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.28125rem;left:1.40625rem;overflow:hidden;display:block; }
#wbx0dNT7kJDESRy4EVwJ5v9kJOQIAV5e { color:rgba(var(--color-primary-1),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.8932285308837rem;left:6.375rem;height:4.38574375rem;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;overflow:hidden;display:block; }
#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W { 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; }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row .container { background-color: transparent; background-image: none; }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row .container > .video-iframe-container { display: none; }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row > .video-iframe-container { display: none; }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .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); }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row .container { border-width: 0; border-radius: 0; }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#yTHETfegyko0lNcddXydQvkICJQyGU85 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#B5CFG9TUE2vLF3zwmDe4iVl9HMJOTaon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EamAFa4oId1Jf0Lptumi2UTy3mXJO4WV { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#VMdtcJUilZJJTcHTTNNdyvOvWFak1WH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2Lk9Et2w92ft4qNVJzt61AxWD4yyeEV { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#HeAwB9P8ygNV1qtg53mUrc45SJouWpLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUA7Rq0W6SgsOhmHM43Wkaxe0ukeyrUB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:3.2504875rem;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; }
#C7TOGuqlUgkKv5rrPCmzqxim78XNcHJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:7.44875rem;font-style:normal;overflow:hidden;display:block; }#C7TOGuqlUgkKv5rrPCmzqxim78XNcHJ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C7TOGuqlUgkKv5rrPCmzqxim78XNcHJ7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#DTez7ABTBqXum3BKc4cTEmdnbNwIrCqx { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#Pvbzbdiwt6mJNlxTFsTwOFS7GXMX4to1 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.25rem;left:0rem;display:block; }
#O0RysMZO5gm3U40LodMdSSaEQ7TopGFy { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#pvEdGnIKMN38Rgxccdy2ZwIPbTcA2H3n { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:9.75rem;left:0.8125rem;display:block; }#pvEdGnIKMN38Rgxccdy2ZwIPbTcA2H3n.adaptive-delivery-prevent-bg, #pvEdGnIKMN38Rgxccdy2ZwIPbTcA2H3n.lazyload, #pvEdGnIKMN38Rgxccdy2ZwIPbTcA2H3n.lazyloading { background-image: none; }
#wi9lDllz9TTggoChONB0hmkdgC6UOxdX { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:10.40625rem;left:1.5rem;overflow:hidden;display:block; }
#U8skxzsyNExhDzr56xrTtTgEiTfJOdK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.1875rem;height:2.74956875rem;font-style:normal;overflow:hidden;display:block; }#U8skxzsyNExhDzr56xrTtTgEiTfJOdK2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U8skxzsyNExhDzr56xrTtTgEiTfJOdK2 li:before{  }
#oTMVms9TVOxxh207JqizaQBLh6gSHoVa { color:rgba(var(--color-primary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.349830627441rem;left:6.3125rem;height:2.923825rem;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;overflow:hidden;display:block; }
#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs { 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; }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row .container { background-color: transparent; background-image: none; }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row .container > .video-iframe-container { display: none; }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row > .video-iframe-container { display: none; }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .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); }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row .container { border-width: 0; border-radius: 0; }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#mXNrGlqwqkUJex67btfZB4wXlnncV7z8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#ODSrWvN6cdtfNl5OfJIam5hNceFNQiv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mO7Wa44oUmAPLfWJgTCNiPl891XxERNT { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#T77ziychkAoyqMuGzqBS20d9ZvcBPlXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dW1bUCItQbvNT4sGWDk1G8IHzDWHLX6u { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#hkETLCLIGLznZAdt8BlNNaW6mRTyNcg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5KGoXKLqSczqlLmRKLyzcqsZf0bTZCo { color:#fb9131;display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:4.87573125rem;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; }
#VqWAu0b33clOyOurfud2nXOvNamnP6K0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:;font-style:normal;overflow:hidden;display:block; }#VqWAu0b33clOyOurfud2nXOvNamnP6K0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VqWAu0b33clOyOurfud2nXOvNamnP6K0 li:before{  }
#kiubzoWCtDoS5K0qbQJaOHLlDLowrrtO { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#G5hrBx1QFFqxKqBaL0n8klNr5aAJr7rO { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.2499828338623rem;left:0rem;display:block; }
#ByKKzdCxBJ5BfOQhhM5PbSfrcPDXNE0T { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#G2T7iIW7KkcJthVl6BZTh604NXIQgt1W { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:12.125rem;left:0.8125rem;display:block; }#G2T7iIW7KkcJthVl6BZTh604NXIQgt1W.adaptive-delivery-prevent-bg, #G2T7iIW7KkcJthVl6BZTh604NXIQgt1W.lazyload, #G2T7iIW7KkcJthVl6BZTh604NXIQgt1W.lazyloading { background-image: none; }
#XSzZhTwgi6bCsZ52SJI5QTF0D8MAkSI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5rem;left:51.1875rem;height:;font-style:normal;overflow:hidden;display:block; }#XSzZhTwgi6bCsZ52SJI5QTF0D8MAkSI6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XSzZhTwgi6bCsZ52SJI5QTF0D8MAkSI6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#Q0A6xbrmS6gc5235Gvf7AKcvwhoeBTqe { color:rgba(var(--color-primary-1),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.000000953674rem;left:6.625rem;height:4.38574375rem;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;overflow:hidden;display:block; }
#x3TSxyzAKXPh3uom158gmAe1cETq11Ts { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:12.6875rem;left:1.53125rem;overflow:hidden;display:block; }
#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 { 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; }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row .container { background-color: transparent; background-image: none; }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row .container > .video-iframe-container { display: none; }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row > .video-iframe-container { display: none; }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .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); }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row .container { border-width: 0; border-radius: 0; }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#AZkBTzxbSUodfOAxQb3rKFoptGL9N1X5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#u213QZMrX0ING3qyyVXC5AkX38ndpLAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L894nJ5vTF4D7ornDCyXl2CwkVHNfxak { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#tgzL5l7u92GO7xS100yTu1dTqhuddubT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n09OS5XTVQzyRi6XQwo5iRSJI04uQVM9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#FyAiCXEy2Xr8cK6mXTveUl7QdJsiH1vh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HlsW7tU0WdtQd1pphvpu3MnS6fNlOw57 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:1.62524375rem;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; }
#mJbloJx0eCkKvPAu0EA4kucS0RVmMnB1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:;font-style:normal;overflow:hidden;display:block; }#mJbloJx0eCkKvPAu0EA4kucS0RVmMnB1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mJbloJx0eCkKvPAu0EA4kucS0RVmMnB1 li:before{  }
#w6WTzLHitvuSq7chqoWPKl9Z1mEGODGi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:6.31125rem;font-style:normal;overflow:hidden;display:block; }#w6WTzLHitvuSq7chqoWPKl9Z1mEGODGi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w6WTzLHitvuSq7chqoWPKl9Z1mEGODGi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#rECRDWUnGo4NxN65rbPH99irJEPrFhuo { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#bAL3V6ZNh4LGNQHgPP4prIXPNM9ekBaD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:2.125rem;left:0rem;display:block; }
#CzpSVbD3VqEbTsguaLgFxoshpyh3icES { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#qd2bdBfqgTqcesk3tbVFb99WylrNVX0J { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:8.9375rem;left:0.8125rem;display:block; }#qd2bdBfqgTqcesk3tbVFb99WylrNVX0J.adaptive-delivery-prevent-bg, #qd2bdBfqgTqcesk3tbVFb99WylrNVX0J.lazyload, #qd2bdBfqgTqcesk3tbVFb99WylrNVX0J.lazyloading { background-image: none; }
#Sica3IqFiEUWuHppl1pWmn22P5QNuUaU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:9.625rem;left:1.5625rem;overflow:hidden;display:block; }
#I1UoMeIADDAdzWmoRS3fgKCIbwiqdI6X { color:rgba(var(--color-primary-1),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.25rem;left:6.3125rem;height:1.4619125rem;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;overflow:hidden;display:block; }
#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P { 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; }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row .container { background-color: transparent; background-image: none; }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row .container > .video-iframe-container { display: none; }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row > .video-iframe-container { display: none; }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .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); }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row .container { border-width: 0; border-radius: 0; }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#BAxq5rP42EgVRL1BbSkNDPRziHcnGRUn { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#w5iH9Oa0PvssTrtshuLKwq84E7sZhXAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrQ3xPRGgKsDXkCDG3NuB06vsK6RHEcb { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#frSw0TU04RQF3qxg88LgzkCSaEAOch1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJxuaZatnzNuMgqwota5TRHpEAtH38XA { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#DXHrt01A01NIp6AJLGd71OPaAl7Bmbmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nf4BEa0y5RT6LvxCaREsPdE6Vz0Gni0t { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:1.62524375rem;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; }
#IunXM6LTfQJy68FXc2vpFyDcuTXKvnTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:4.2806rem;font-style:normal;overflow:hidden;display:block; }#IunXM6LTfQJy68FXc2vpFyDcuTXKvnTJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IunXM6LTfQJy68FXc2vpFyDcuTXKvnTJ li:before{  }
#cnSOn0GicoL966vFB8Id9DTv3s4ZGEFQ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:10.347625rem;font-style:normal;overflow:hidden;display:block; }#cnSOn0GicoL966vFB8Id9DTv3s4ZGEFQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cnSOn0GicoL966vFB8Id9DTv3s4ZGEFQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#VFiXhonTh831lvOwPTQJDapFZ2cJqMp6 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#ZB77wxGaBnmHgUGPkRWZRJcCPsZ6qKki { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#WzJ7FzgEbXLkgqTAT9L4TkDz8ao7tTif { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#ThgTvCWqO7g8enqwrTBM56aNsX85NLq7 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:8.5625rem;left:0.8125rem;display:block; }#ThgTvCWqO7g8enqwrTBM56aNsX85NLq7.adaptive-delivery-prevent-bg, #ThgTvCWqO7g8enqwrTBM56aNsX85NLq7.lazyload, #ThgTvCWqO7g8enqwrTBM56aNsX85NLq7.lazyloading { background-image: none; }
#OmL7Tba6cs0a3TGnXdSXDKVdQSWpenxL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:9.03125rem;left:1.28125rem;overflow:hidden;display:block; }
#rosSob3rp1eHuhCW50CXuwthO8yWtMgT { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.54296875rem;left:6.4296875rem;height:4.38574375rem;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;overflow:hidden;display:block; }
#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL { 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; }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row .container { background-color: transparent; background-image: none; }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row .container > .video-iframe-container { display: none; }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row > .video-iframe-container { display: none; }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .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); }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row .container { border-width: 0; border-radius: 0; }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#SElDLELXHSbGsqbsOTgq5cThVWBMTTBf { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#FaIH99aqTiTFmMiRmbKsxtvsqS8ERkVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PA6ArE7DEvMKnWBlqcODJZAxVp4h88qn { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#pytRKO7ko2fLAKVgAyKdyKlv5IGl1rzR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScR4eAp2b6NuWJ9TPnBh616COF2kUko0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#hMCQFWeaiR8HUHkUJvNF2VxpP4IT9Mx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AD8AaW0ydxGo2JS0EeVzrthCVEnPTqTP { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:3.2504875rem;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; }
#IBbwkueQbQMUFaQtIkF2HyoA86pOHpQt { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:5.49913125rem;font-style:normal;overflow:hidden;display:block; }#IBbwkueQbQMUFaQtIkF2HyoA86pOHpQt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IBbwkueQbQMUFaQtIkF2HyoA86pOHpQt li:before{  }
#R2sI5tXTFU3DX86dd9yhTBCknPuqzWOh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:4.03645625rem;font-style:normal;overflow:hidden;display:block; }#R2sI5tXTFU3DX86dd9yhTBCknPuqzWOh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R2sI5tXTFU3DX86dd9yhTBCknPuqzWOh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#X4kSJzNHB6yz2Tpd0wbyplnr0oGkZBLx { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#ShNkNPtWvzCaElx5amB7dlPRx7Ckvbf8 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:0rem;display:block; }
#BLaDAwICUdpsk4Z12GStuzbECvMiZC21 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#yIgwFrVhDAKPdKuo9wRGxxe7CQcU4vBn { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:9.8125rem;left:0.8125rem;display:block; }#yIgwFrVhDAKPdKuo9wRGxxe7CQcU4vBn.adaptive-delivery-prevent-bg, #yIgwFrVhDAKPdKuo9wRGxxe7CQcU4vBn.lazyload, #yIgwFrVhDAKPdKuo9wRGxxe7CQcU4vBn.lazyloading { background-image: none; }
#UyuW3ZhLvr1Wx3XdXI92bHuUTeqSSwJu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.375rem;left:1.46875rem;overflow:hidden;display:block; }
#TNN2IZpXfzN5AoXpHusdtPBIKTi3q4FT { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:6.4305553436281rem;height:1.4619125rem;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;overflow:hidden;display:block; }
#OmeCwStTb59fTUVshycvaqNMzIoqcWsT { 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; }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row .container { background-color: transparent; background-image: none; }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row .container > .video-iframe-container { display: none; }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row > .video-iframe-container { display: none; }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .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); }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row .container { border-width: 0; border-radius: 0; }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#KC9DchnGTQTXcIyC5s9J4gKIMaHclg4y { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#o2c17CEOVKKuJi0gPKMpx9ucwnytyDG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlhPyPFs6h9N6kXwM9EcKSqWMGDn7bMI { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#lodffcc4RdlXgtFDQ2O5sChRQz9v2MOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnlbXKWKiu0a4f10b5xQ1JsNLbpo51Fr { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#dxceN9a18650gTcJIJ1MwWNt1v4N9cEA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXX2tIgPmIpJA8fPZOUq3Qn5LOWKKGUq { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:6.501rem;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; }
#Jh78Zuq5qyz6udqbN5kOHb4Qr6wxvSI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:5.81163125rem;font-style:normal;overflow:hidden;display:block; }#Jh78Zuq5qyz6udqbN5kOHb4Qr6wxvSI3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jh78Zuq5qyz6udqbN5kOHb4Qr6wxvSI3 li:before{  }
#u2BuVMTOwq1TRepdu5cGcy5wAQLvMTpy { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:6.6233125rem;font-style:normal;overflow:hidden;display:block; }#u2BuVMTOwq1TRepdu5cGcy5wAQLvMTpy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u2BuVMTOwq1TRepdu5cGcy5wAQLvMTpy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#WXZE3BGsTCcsXv9HIRZUygtJy5VLiQmP { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#LFbXaiFRbTRrEsmV0daxFCvyuedNqs9T { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.0625002384186rem;left:0rem;display:block; }
#xziBLQRZTXNJoz0XBpfZMT2P1vDcdNgd { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:49.9375rem;display:block; }
#WohV8gM2dSMGdm72XhlS1RlaWUSlp2Tu { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:11.624999046326rem;left:0.8125rem;display:block; }#WohV8gM2dSMGdm72XhlS1RlaWUSlp2Tu.adaptive-delivery-prevent-bg, #WohV8gM2dSMGdm72XhlS1RlaWUSlp2Tu.lazyload, #WohV8gM2dSMGdm72XhlS1RlaWUSlp2Tu.lazyloading { background-image: none; }
#HgGG7iCohp1whP5BgZPEBA6lt60KD248 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:12.187499046326rem;left:1.4375rem;overflow:hidden;display:block; }
#ei0JdWnFSGWDTrAcfEaIygNNsyaWyVTL { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.187499046326rem;left:6.375rem;height:2.923825rem;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;overflow:hidden;display:block; }
#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 { 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; }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row .container { background-color: transparent; background-image: none; }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row .container > .video-iframe-container { display: none; }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row > .video-iframe-container { display: none; }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .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); }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row .container { border-width: 0; border-radius: 0; }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#nV9saEWWApI1TtVi8kVdhQRXq3JRlxWU { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.8125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#QCeD1sDK5tS1ou1Ddhuxa6ze3ivH9XLI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKPqA5ir3L9CevlBOlsrcxxlyc26KSWt { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.09375rem;display:block; }
#CsPTQIntPM9QxNQXwDSCDJ7XnuVNRPGt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTnOx4lwwUOzgOXaN9GsTykpGXOWrSlq { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:50.1875rem;display:block; }
#zGvgdae98uusQRViyvDe6bVq0egJiT2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7kHSPmGx2zTpMTlwX5PnRm5paT6EN2U { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.8125rem;height:3.2504875rem;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; }
#I9CzZNU3g8rAEZdsxA8wl9qMJTfOwNPH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:;font-style:normal;overflow:hidden;display:block; }#I9CzZNU3g8rAEZdsxA8wl9qMJTfOwNPH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I9CzZNU3g8rAEZdsxA8wl9qMJTfOwNPH li:before{  }
#D2kWT4gnEGRvaQg0FiMTy4NB1dunMRdn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.53125rem;left:51.1875rem;height:7.44875rem;font-style:normal;overflow:hidden;display:block; }#D2kWT4gnEGRvaQg0FiMTy4NB1dunMRdn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D2kWT4gnEGRvaQg0FiMTy4NB1dunMRdn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
#qEdfmhcOb5MAQTDuebKos40GDa5z0FT3 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:24.9375rem;display:block; }
#TybsKqrtdVuVS5S5hxzn59Fsrkp1CZlK { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.25rem;left:0rem;display:block; }
#V9TXRxcPyxWGaB14suRhvIryR1q3SIHk { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17rem;width:0.125rem;top:4.1875rem;left:50rem;display:block; }
#u6pXC6llE5gIp8h1FkkbxXUDppwgpEiT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/27cd9fe0-0304-4870-a54f-0e662bba3792/TLO2Zasb90.png");background-position:bottom left !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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:4.125rem;width:4.125rem;top:10.3125rem;left:0.8125rem;display:block; }#u6pXC6llE5gIp8h1FkkbxXUDppwgpEiT.adaptive-delivery-prevent-bg, #u6pXC6llE5gIp8h1FkkbxXUDppwgpEiT.lazyload, #u6pXC6llE5gIp8h1FkkbxXUDppwgpEiT.lazyloading { background-image: none; }
#DTX1GGQ6knNdi6wHbpULxXEt3rIQI2bQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:10.90625rem;left:1.34375rem;overflow:hidden;display:block; }
#Vx0wF8Evgu7r6kQ2XC7BdtsH6WFk3OKg { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.53125rem;left:6.4375rem;height:4.38574375rem;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;overflow:hidden;display:block; }
#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe { 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; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { background-color: transparent; background-image: none; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container > .video-iframe-container { display: none; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row > .video-iframe-container { display: none; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .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); }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { border-width: 0; border-radius: 0; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua { 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; }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row .container { background-color: transparent; background-image: none; }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row .container > .video-iframe-container { display: none; }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row > .video-iframe-container { display: none; }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .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); }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row .container { border-width: 0; border-radius: 0; }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#oIy4SFODX0Sx1mcByFsn35x6h5gu0rUt { color:rgba(var(--color-tertiary-2),1);display:block;width:69.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.53125rem;left:0rem;height:3.1494125rem;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;text-align:left;text-align-last:left;display:block; }
#u3i2EvItWntyFRsedqQoDL85BGZNlJll { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:8.6875rem;left:0rem;height:11.47414375rem;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; }
#zG1Pee6mNKxcp04DdVLEHDezsE41hn24 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:37.25rem;top:1.875rem;left:37.5rem;overflow:hidden;display:block; }
#hfOTOaqIsAyPze3lKLN9vtd6WmvFtFDD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.625rem;top:1.34375rem;left:62.71875rem;overflow:hidden;display:block; }
#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:url("https://images.assets-landingi.com/uc/2c0e2ac4-bf7a-4b72-9ad6-314179fceb90/tloblack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a.adaptive-delivery-prevent-bg, #JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a.lazyload, #JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a.lazyloading { background-image: none; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container { background-color: transparent; background-image: none; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container > .video-iframe-container { display: none; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row > .video-iframe-container { display: none; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .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); }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container { border-width: 0; border-radius: 0; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container { font-size:0.875rem;font-family:arial;height:89.5rem;width:75rem;position:relative;display:block; }#P8xfRpSxhe6NIG8GF8tRK4npRcZKEkvV { color:rgba(var(--color-primary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#CCRtg9ZJM79SMkpS1Mdqw4ZmflVTkhre { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.812507629394rem;left:27.812501907349rem;height:2.5986375rem;display:block; }
#zOHyC1KSqCaBT2RZ3DSSTasSXwiEZZ4a { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.687515258789rem;left:27.812501907349rem;height:6.4971875rem;display:block; }
#msFbz2lT4AXp47ob60U72mideTVMESLS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.9375rem;top:49.062507629394rem;left:27.687501907349rem;overflow:hidden;display:block; }
#TQ9Tlx3zhp2buXrRHU2nHLrQWAXHKGEV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.375rem;height:2.5986375rem;display:block; }
#Q7oF4kzzxHDeHfDWWZ3sRBFVtbHupi2b { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.9375rem;top:35.8125rem;left:1.25rem;overflow:hidden;display:block; }
#eAqqcOJkTPW330umTs07mOcAIG2cUy15 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.375rem;height:19.48975rem;display:block; }
#zSc1tUWSkXM0ePZXmNLwkbkm44dolywy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.1875rem;left:27.8125rem;height:1.2994375rem;display:block; }
#sEmg7fACD4QCVBxLRHF3kveOrEuRiGsT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.9375rem;top:31.312515258789rem;left:27.812501907349rem;overflow:hidden;display:block; }
#epBeZxwA8qsuGRSw1qCi6ShPZZnt3n32 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.6875rem;left:27.8125rem;height:15.5924375rem;display:block; }
#c04nEGvTTQ1qDz2dpClTDvDRuDeW0DDo { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ;height:16.3125rem;width:22.125rem;top:35.625015258789rem;left:26.437501907349rem;display:block; }
#xNAxCL0dDOQtf8te03b7b3Uinh9D6Ra4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ;height:29.375rem;width:23.5625rem;top:9.4375rem;left:0rem;display:block; }
#y3MD0tLDVmcNIaoUzlV034RKzGfHGS7Q { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ;height:24.875rem;width:22.125rem;top:9.4375rem;left:26.4375rem;display:block; }
#nkRGgEapyt8O3ZrunJum5QvzTdcfyDnU { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ;height:25.9375rem;width:22.125rem;top:9.4375rem;left:51.437501907349rem;display:block; }
#nogi629tp2KKXesIxdTyDLGJtP8yfSsn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.84166765213rem;left:52.812501907349rem;height:20.7890375rem;display:block; }
#xdApIrmpGLqu21cvBtvwRQ4cggLVnxOo { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.9375rem;top:32.379169404507rem;left:52.812501907349rem;overflow:hidden;display:block; }
#X1Fwc3vvks1rqKion1hA1XFA3ccbXr3s { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ;height:31.6875rem;width:75rem;top:54.937133789062rem;left:-0.062255859375rem;display:block; }
#etIbMIR5QIfzNhnKHc5QoQkJpZTkufMz { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:56.875rem;left:27.8125rem;height:27.285625rem;display:block; }
#aiTXFduanqq6vHE2m9amaymri58UVgrd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:26.25rem;top:56.53125rem;left:0rem;overflow:hidden;display:block; }
#B4Dc8DbrMn1p443I89rgi0QaNHs4uW6r { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ;height:32.1875rem;width:75rem;top:54.9375rem;left:-0.0625rem;display:none; }
#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ { 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; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { background-color: transparent; background-image: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container > .video-iframe-container { display: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container { display: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .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); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { border-width: 0; border-radius: 0; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { font-size:0.875rem;font-family:arial;height:72.9375rem;width:75rem;position:relative;display:block; }#nMEVOSQ0pqRrJD7Fne7ZvhgC983FAtAB { background-color:#d3c27f;background-image:url("https://images.assets-landingi.com/uc/62e916f6-16e3-4db2-a0a7-15186b752eb7/TLO2Zasb80.png");background-position:bottom left !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61.125rem;left:20rem;display:block; }#nMEVOSQ0pqRrJD7Fne7ZvhgC983FAtAB.adaptive-delivery-prevent-bg, #nMEVOSQ0pqRrJD7Fne7ZvhgC983FAtAB.lazyload, #nMEVOSQ0pqRrJD7Fne7ZvhgC983FAtAB.lazyloading { background-image: none; }
#OJruQsfCTvr3nuAGI8aXV0yFKxQBvKgr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsH8XvetaiMfTEXhUGQTt3P7ntuAeX55 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 1.25rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;height:42.75rem;width:56.25rem;top:26rem;left:0rem;display:block; }
#BAdTCI2uIX9vB75GByBZSQitH8t9y0t2 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.375rem;left:0rem;height:3.1494125rem;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;text-align:left;text-align-last:left;display:block; }
#Q7uekEJO5JCWzOS9i9L0rQoP8wJ3cM8B { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 1.25rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;height:20.0625rem;width:35rem;top:40.5rem;left:40rem;overflow:hidden;display:none; }
#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG { color:rgba(var(--color-tertiary-3),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:36.6826171875rem;left:3.1875rem;height:21.8115rem;display:block; }#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG li:before{  }
#DPwvC3Ndq7bz56ZW98nR7Ch5ySTJq3UE { color:rgba(var(--color-primary-1),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:27.5927734375rem;left:15.6875rem;height:3.1494125rem;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;text-align:center;text-align-last:center;display:block; }
#iHQqcU9GQvMhGv7p0LI5O2y0UATlqxQ4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:28.8125rem;top:27.4306640625rem;left:46.1875rem;overflow:hidden;display:block; }
#GyHIvCLTgObQReZKxD8vs1pRIqJBpuuZ { color:rgba(var(--color-primary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.111328125rem;left:12.5625rem;height:4.06274375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lOT35EH7NetOpvZiNaEfgCf4KVPHZXcE { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33rem;left:29.25rem;height:1.2994375rem;display:block; }
#L96TiQoHfGIoKs1lJ2KHZVzaNUOPTDk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.5rem;left:0rem;height:10.125rem;font-style:normal;display:block; }
#lx0lL7n2sKwEqQ6vud7u5qyWlEAS4wyW { color:rgba(var(--color-primary-1),1);display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.5rem;left:0rem;height:2.09911875rem;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;text-align:left;text-align-last:left;display:block; }
#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container { background-color: transparent; background-image: none; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container > .video-iframe-container { display: none; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row > .video-iframe-container { display: none; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .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); }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container { border-width: 0; border-radius: 0; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;overflow:visible;position:relative;display:block; }#BCvNg6hTDyXk0uhP4ZcDfK4L0BTKLqie { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 2rem rgba(var(--color-tertiary-4),0.25) ;height:48.875rem;width:21.8125rem;top:7.0625rem;left:49.375rem;display:block; }
#eCJ1efyOalqB6UIq1pVt6eKqrVPWsFLJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.375rem;width:21.875rem;top:3.6875rem;left:49.3125rem;display:block; }
#gk3GZfds4RGKx3LObH3Mq5Dvgx3q5Xaw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:49.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-form-header {  }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #282830;border-left:0.0625rem solid #282830;border-right:0.0625rem solid #282830;border-bottom:0.0625rem solid #282830;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.25rem;box-sizing:border-box;height:2.5rem;color:#282830;font-size:0.75rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: none;line-height:1.3; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-text {padding-top: 0; padding-bottom: 0;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #282830;border-left:0.0625rem solid #282830;border-right:0.0625rem solid #282830;border-bottom:0.0625rem solid #282830;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.25rem;box-sizing:border-box;height:4.375rem;color:#282830;font-size:0.75rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: none;line-height:1.3; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-select {padding-top: 0; padding-bottom: 0;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#b2a66b;background-image:url("https://images.assets-landingi.com/uc/62e916f6-16e3-4db2-a0a7-15186b752eb7/TLO2Zasb80.png");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.8125rem;margin-bottom:0.25rem;margin-left:1.8125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:14.5625rem;height:2.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1.2; }#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-button.adaptive-delivery-prevent-bg, #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-button.lazyload, #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-button.lazyloading { background-image: none; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo [class*="-text"]:-moz-placeholder { color:rgba(40,40,48,0.43);font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo [class*="-text"]::-moz-placeholder { color:rgba(40,40,48,0.43);font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo [class*="-text"]:-ms-input-placeholder { color:rgba(40,40,48,0.43);font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo [class*="-text"]::-webkit-input-placeholder { color:rgba(40,40,48,0.43);font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-container:first-of-type{padding-top:0;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-container:last-of-type{padding-bottom:0;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0625rem;left:49.90625rem; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.25rem;display:block;vertical-align:top; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo {display:block;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0625rem;left:49.90625rem; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #hVofNiqoGptkoDH4liCReTqcFR8EfJ7y { position:relative;z-index:1; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #XT8pvKvRIhpbFKpNIoWAaLLn1fgF9zmF { position:relative;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #dul4LnGcDTtqmiqz7pNB1V5fdXfmEu3l { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #trKKHPfMKV4LqlIGoTiPcRdOKRJIJkeF { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #UEcmcuWzPnCPpfOwALIzgXeQzXqZxRXo { position:relative;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #mDctpvkNfI8X7POURVkn1e6br2sIUmOW { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #qplcXJIRAusDahyqlzcxUoKLUa8xiMpo { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #fqtMJAvoISIgky6o9eTThPTrrACFQUyQ { position:relative;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #eemo3MXAUOKsmSUQ9Kvs0Z02agCXV580 { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #QDatTNMghawE5d0isTLLdpTp7CzqKtGB { position:relative;z-index:1; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #UgOfGaBC1fGyLrRVtFa4GT7VDT0Fo9uS { position:relative;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #x77MAdDDyEVICFeBCT57S42Qvvo2CLTl { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #l6V2ULc0hv6SosxX2gUWvLeEW18uKDv9 { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #qxAv6ipdAKoB01QusKZC0zlaMex5GdEB { position:relative;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #qaFKT62SK9GnVf0Khbxt0IuisI9TX0ap { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #LgkqTDPsvyTBkMEPcmcVRQFZ7BDGB9dM { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #vthBOaO3yZuWbV22KWcuwt3BrO8GCQZb { position:relative;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #heJLPwGOoxR2wkHT7y2m0hqdbsfww3dt { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #Cx0UuDwv1muP8H05cwTwfzxT2BJszbvE { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #ZOaf0R7iwyRI3TyCHm4s9i3Oaavrs8uB { position:relative;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #olmhZbTDW21zZL6QqwovDRJgRvaxAcPz { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #CJ7cyZMLfelq3s0BJFqxmaqxbpSzgxnk { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #tBgutBdd6iS1FJSizDKwBmWpStyB84PB { position:relative;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #RUtTN51kPwRT53vbUsb4y8CizVVlvW1X { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #Wey6vA7WkoxQow4TnFUFfXEFwmp3g4kn { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #xRqusPk8CXDmvDiQL0Tl26K2kqlKvcAI { position:relative;z-index:2; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #zb4pTHaMI9LoKWO7UqFoScSgABFlqL2p { position:relative; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #pAFG2Bqympa9sQJqzOtqclhSG0MZeAsb { position:relative;z-index:1; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #PTQuNl5IFuWVhPMZRUw6bLktZh0xnTyP { position:relative; }
#bStEtiX0WKh52x3itfENsgJtoC0kytkM { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#182a51;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:53.125rem;left:49.3125rem;display:block; }
#CiZMCzMxvbyXorCdupsBpQ6ma5lyLJsQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kl0TMH3h6x4E1LKnTgFmQ3tBS0rM9WzM { color:rgba(var(--color-tertiary-2),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.412475rem;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;text-align:left;text-align-last:left;display:block; }
#XXeF8SN4cJvotKQnI3SkhpMTMp74EeKc { color:rgba(var(--color-tertiary-3),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:2.3;letter-spacing:0;top:9.875rem;left:0rem;height:12.9345625rem;display:block; }
#tEA9LWaG5IweT8fbhscGhwrZ0Nu5vO5b { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:25.875rem;left:0rem;height:12.5969375rem;font-style:normal;display:block; }
#czeuzVNA1K73GvEB5m5OhV2W5iFc4Okv { color:rgba(var(--color-tertiary-3),1);display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:40.625rem;left:0rem;height:3.59911875rem;font-style:normal;display:block; }
#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container { background-color: transparent; background-image: none; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container > .video-iframe-container { display: none; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row > .video-iframe-container { display: none; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .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); }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container { border-width: 0; border-radius: 0; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#GW1UOWHS8bTVFHWZoQgTi4iHI0Kl8fT8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:10.875rem;width:24.5625rem;top:3.1875rem;left:37.9375rem;display:block; }
#FAkIN92AcS6Ax6fHv1qF3CpmuXVowm5x { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:8.6875rem;left:44rem;height:3.3984375rem;font-style:normal;display:block; }
#HUzLKoAtUhPp44q1QgHI0RrD5KumS3ao { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:9.5625rem;width:9.5625rem;top:3.8125rem;left:32.75rem;display:block; }
#vNDQ4kWfmUQrc11CGWtA7gayF0HaNXm6 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:43.9375rem;height:1.62524375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#tIoZRl4can9aiKuc44rl4arH23URHheN { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:4.8125rem;top:3.1875rem;left:66.4375rem;overflow:hidden;display:block; }
#wm8wrp81bAb7fimuMkpQtn6IGUhddFVm { color:rgba(var(--color-tertiary-3),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:5.1494140625rem;left:0rem;height:5.39868125rem;display:block; }
#yL7xpTs3bt3CDsdCfT80pTlzeBAS4ZhO { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.9375rem;width:8.9375rem;top:4.15625rem;left:33.09375rem;overflow:hidden;display:block; }
#FaWLhxOODM2X0nOMFNrhbtbkT2wy7zon { 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:5.8125rem;width:6.25rem;top:9.4375rem;left:57.9990234375rem;overflow:hidden;display:block; }
#zXr8U3bm6ItXykI7RBRQQePVLDT6TfUG { position:absolute;display:block;z-index:15037;height:4.75rem;width:8.5rem;top:14.0625rem;left:0rem;display:block; }
#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w { 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; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { background-color: transparent; background-image: none; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container > .video-iframe-container { display: none; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row > .video-iframe-container { display: none; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .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); }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { border-width: 0; border-radius: 0; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.46875rem;left:71.625rem; }
#qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.46875rem;left:68.875rem; }
#Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#IiF7P6TqFdsVfoD8iy502X00A4FK42lR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:1.46875rem;left:66.125rem; }
#IiF7P6TqFdsVfoD8iy502X00A4FK42lR > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#SwRDLZTwrycnxBtPlKD416fZgXo2BLUc { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.5986375rem;text-align:center;text-align-last:center;display:block; }
#mb7sIrIFhp2ePzR82PzTaGw9WuCRSu17 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5620125rem;width:10.437rem;top:0rem;left:2.95166015625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 { display:block; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuZSWmIomzZkfrPkGBdeca7DVqCJM6Tr { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVQT5lVHLxqrOyOczzBzZTPvw1GPHXTE { display:block; }
 }@media only screen and (max-width: 763px) { #QsmN9RXJJ2csdTu6kX2xxOF5i0pGUTJN { top:1.75rem;left:39.0625rem;width:8.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3cJ5gZ9cVxedlg9Hl2d8RyOosRXTTSE { top:0.875rem;left:0rem;width:17.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB1Dgc6Kv0ZntLB6QUsZZ6Cnvpg4vBDu { top:0.9375rem;left:26.8125rem;width:6.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0fIlBv4FnNItndAisK2gR12CFCIwQKn { top:0.9375rem;left:35.9599609375rem;width:5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBhds5L0pLy6ZnFtQpll2rwfkLB5ShD { top:0.875rem;left:42.5625rem;width:5.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 { display:block; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iphitwq5kNwV19FfSQBx2NdMv03THDZx { width:6.5rem;height:2.1875rem;top:1rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmkGflmGLMO17QOaKaJ64vF8UVPdEMhW { display:block; }
 }@media only screen and (max-width: 763px) { #CMLCBDdMDJBdkqXh3dWQ6Wmzep9I0BUp { width:6.5rem;height:2.1875rem;top:1rem;left:19.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fev3HmHc7Nsh3sX40L1wyQlHAzlronb1 { display:block; }
 }@media only screen and (max-width: 763px) { #emoOHG5tqWND9y8uQB96Tnk6pa9grq74 { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJt4BpdrWekaWSXcMacXS6wWMhm9LFcJ { display:block; }
 }@media only screen and (max-width: 763px) { #HNTSCELsgK4KWRM9hDheEBt0kUmSmSXf { width:6.5rem;height:2.1875rem;top:1rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbqO0dbkdBenIMqorD40JOFckJmsQsiZ { display:block; }
 }@media only screen and (max-width: 763px) { #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { width:9.1875rem;height:3.125rem;top:0.5625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcxEOaghHTSIL6X1JiZGQng3GoTb2Nq { display:block; }
 }@media only screen and (max-width: 763px) { #OdTNSngagzaR9igp9xRzT9IIbEV5oEA0 { width:6.5rem;height:2.1875rem;top:1rem;left:27.199998855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDE81dwPu8iK8R0mmhyPU79psvZ23PM { display:block; }
 }@media only screen and (max-width: 763px) { #ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD { display:block; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSXb9Rk7PX4anTd6ABssJ3O8dtSTrDfS { top:10.3125rem;left:0rem;width:44.25rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TPkyA3WmThctX1JxiJwZA798b7l3Uk { top:19.25rem;left:0rem;width:38.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJ0iRF0QDNUCTqLA9iIE6gVc6MASiU1 { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7gs3i6hZ0MXvpwmw9CPmPu5dAwvmoQD { display:block; }
 }@media only screen and (max-width: 763px) { #vuuMN92kqErRgf8tNaUlCz9MJ7qZ41Xu { top:15.1875rem;left:0rem;width:33.8125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7eVK4TUK1N6Uc0AFiDK3ofBxfJU6t0c { top:0rem;left:15.75rem;width:32rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUFhqrRo6qiSoqf5E20dcw9aebcXJOtT { top:0rem;left:0rem;width:11.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmua404J9s8nIGXiQTwpIioyPlLnzBSq { width:13.25rem;height:3.125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwgOGovb0pVLJ2mCMCmdPkTdEqVybWeF { display:block; }
 }@media only screen and (max-width: 763px) { #XpULLyQ6Zqf8xhxfbSZov6EMIr5nV05O { width:13.25rem;height:3.1875rem;top:30.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMdtT2J8AuL2uAdULABRw75hd3kUxnsl { display:block; }
 }@media only screen and (max-width: 763px) { #IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 { display:block; }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKpTeJSV397IaPkl06pCWIw2g7vCXX3d { top:2.0625rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8GnlGITbLOCTUmSEXMHEwcm1Ws1irxR { top:3.4375rem;left:25.9375rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vop4XGk2asG6NnmRZSCdfnPxdGG9PWtO { top:3.375rem;left:0rem;width:22.125rem;height:2.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scr9TsW7wc659WBICdAQGTiNPIUv3UF5 { top:1.125rem;left:4.15625rem;width:7.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9QFNTncvV53MFgA8na74SGyspR5qTUP { top:1.375rem;left:17.46875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaLPy6yOr9qfdd8mgZMtnyJXDRmg7h2A { top:2.0625rem;left:11.375rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbU32wuSUCoE3VcWFDvq36BIl6UyFe55 { top:3.125rem;left:12.530816078186rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ6XkrV27s1M7c75c4D3UAEFU9nglcL5 { top:1.0625rem;left:28.5rem;width:7.3125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MneITzblhUtgJhL3q7xWJLnJFqrDXN5v { top:1.0625rem;left:23.875rem;width:5.3125rem;height:5.625rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUADxRegclJSZFWqSIJkSvF0N9yO7CEm { top:0rem;left:40.78125rem;width:6.125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfuar3CUqaGPwoOgDR8I40fVtnk9m0yK { top:1.875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhZ1nWGPuaKQH7uN1uGTRS2fJw0WrL3Q { top:3.0625rem;left:32.875rem;width:14.875rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3UzXnowtOdzI2rCqhG8B13CByMTKMTm { top:5.9375rem;left:32.6875rem;width:15.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GQwOGOAEUlzVa07sFEPJBqOoWvpGSQ { top:6.375rem;left:4.7176656723022rem;width:4.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw { display:block; }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hO8hn0ENn0zTTAGsoo5Jqd1GEiHVDKJO { top:3.625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPcTCiVrxQckyDOOqvn2J5uPIMEF27LX { top:12.5625rem;left:0rem;width:35.875rem;height:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNRHJin7dcozd4MUywbbK5DGIfBVEQeD { top:11.8125rem;left:7.9375rem;width:37.25rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 { display:block; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqdlf31IGB27WiMo9mDmVTZmL79hEmJi { top:3.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP5k7BHEeTOPxb4Ruha2uUeJapa1GveV { top:11.0625rem;left:0rem;width:20.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuFRmivlbEZXoqa3lJzXtJrTAkSXwPx0 { top:9.375rem;left:7.3125rem;width:8.5625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZeeLXOObc1PSxIoEbF7bZlpEudbWan2 { top:26.5625rem;left:0rem;width:24.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzzBUhWP5MiKhB3hE5mIfPSGLsQuRqNZ { top:31.25rem;left:0rem;width:21.6875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaglSbCDW3Vc1ETItpuTRvNGFrXzLEXT { top:11.0625rem;left:10.75rem;width:20.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBeSxTOPHPlZUr5cDrZUvncPfn95I1Oi { top:17.6875rem;left:15.875rem;width:7.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m38lSltsmlATeT00zTcbpT3GV0HoTCuR { top:26.5625rem;left:6.6875rem;width:25.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtW01fxqNhrmsZiS7xSODSAcXsqsAqS { top:31.25rem;left:10.25rem;width:22.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x886ZgcIpZWSqHAtNSNypEDFlrvu7uRC { top:11.0625rem;left:28.0625rem;width:19.4375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNnENM2wkLm9B1wf3KQy4GzT1KT451Xt { top:9.875rem;left:39.0625rem;width:8.5625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9yRiNII6PEPXX0gMKQrZfAq0SXCkdtl { top:26.5625rem;left:28.4375rem;width:19.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylL9bpG0h2PQt5nhHoX1MG6z1gLmJGZK { top:31.25rem;left:24.5rem;width:23.125rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 { display:block; }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8mr7UIB9ATekfOTx68p8uAFJilTJiDT { top:6.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrJz7HmdaE9uDegTWi2R3oXIebEUyANT { top:12.3125rem;left:0rem;width:35.8125rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOmOiKRt5W1ZlbvEu1DTmr2SMzbwLEKb { top:10.3125rem;left:11rem;width:36.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0RAVy3pAPB5lhktax9Kpqn9M1o9C1eS { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD { display:block; }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0JsNProspsz1TA5lxgneJdcWuXS59to { top:2.0625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLplTWKKiJVrnq9KlU1VTkE3rFhKd95I { top:9rem;left:12rem;width:35.75rem;height:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgPP9KLAZ6bkZm06J65kkFJH08gm6b7x { top:6.25rem;left:0rem;width:35.6875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 { display:block; }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJCDGFfwKFbFK06hqApW9ZpZon4W2xMF { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI9dQ43Zdxy6MEdbMqlqk8fxM36b2sMA { top:8.5625rem;left:0rem;width:37.375rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LELyFr5CkaJhZKPhuTendlXSAbzbxZ14 { top:6.4375rem;left:12.0625rem;width:35.6875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8mJ4yrFnGQ99JO7Ld5sgRJp9yqw3I4s { width:13.25rem;height:3.125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbe2CRPlUbDFLHKsdxe2rKDkp7w5nw13 { display:block; }
 }@media only screen and (max-width: 763px) { #aaOS9BzHwaZdGU4t6J0MDvlXLR92Hynl { width:13.25rem;height:3.1875rem;top:27.0625rem;left:7.0000019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBpXKD9AWguHgXr7TBhTTCR1whf8rbWp { display:block; }
 }@media only screen and (max-width: 763px) { #STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 { display:block; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bF7pPhHGJ1EZr5gfW16Ro3KoA572yOLJ { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXzxZW450Z8VCcmMK9cgb4b44pTVqhLZ { top:3.8125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBt2LyVF0T4SpCqNWcgc3tKeJy8InwHe { top:9.0625rem;left:0rem;width:47.625rem;height:27.23127340824rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T { display:block; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRXxyFxQF37ce5gq9F9xFUtwoaCCWCRs { top:3.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TagBpJXVWh5ytTkgxDVSLXQJDeSKpnJH { top:10.25rem;left:0rem;width:15.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2WqJMAQVaIUfCRoFVdBUffP4WIZmxs { top:16.4375rem;left:0rem;width:15.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW9lCS3QEeh9peaU3DrKmJQOSKT2WyCT { top:22.75rem;left:0rem;width:16.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVgESiyF53adlWA77Tmk2c4u3M25C1DJ { top:29.625rem;left:0rem;width:13.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS0KOm769pQ2Rs9N6yN8ZduTCK9T3ZLB { top:10.875rem;left:20.6875rem;width:16.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4ytt7sqT9BKhoT7iSWQQZcDtN24Pln { top:17.125rem;left:20.6875rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAiDGNmBMtAvs7PK6cgy9DzUzacdqNzz { top:23.4375rem;left:20.5rem;width:14.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZtISlgqoOZznEvuSCTz6Z89bH802nI1 { top:29rem;left:20.6875rem;width:16.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC4DklTPpCLGT2bxlLrsIdOoCW8MwkcU { top:28.375rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKQZe2I3ZNxTp6e9nXI5eDSu2p9AkwT3 { top:16.875rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct6OXN11R7B13sr7Did6yiKH3cZ3vPnX { top:10.625rem;left:15.90625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwRdmhBn6B4OlhqqTOTvIuPfLzdovufB { top:23.25rem;left:15.96875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBk3doMgJsL86lDmRvpKbHOSR7AXnq6q { top:23.0625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9bT6SEfVoQifWZTnkvT2h7Ca1MAU7ek { top:29.375rem;left:15.78125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI4LK3dT17huFkT5EyfmzPFCh3CE31Oz { top:10.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx022cBqM468QGKI8wPAgHCZ4actHTWH { top:16.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMDAqAXEcysvcT8XTEn0hCXN07f0k9Hp { top:22.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh3tGMfAMrUTZ6DFCKo6kOmTZshMyC9g { top:28.8125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ7vlR5oHfvcEZnhMZn53P1s8kZX0F7R { top:28.8125rem;left:15.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF5vO7JC9Caw5coG0GSKBppDIpXkrGTl { top:22.5625rem;left:15.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt6t83RlHEbMMUbWxVToTP3QUuqJBQmT { top:16.3125rem;left:15.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFeVDTlnWlPT1bTtOiHh37sJDcJ0cVSu { top:10.125rem;left:15.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWHEt5wJn4wANWZNxON44fSMVGPvqbW { top:10.5rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgBp2a4bq73n7MiPuskWRnJAhdMidTw9 { top:16.8125rem;left:15.84375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO { display:block; }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5WymEZXWADqoZ8bM8QxUHFmEc83DuLg { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPghgUcqOUFbX4PIgsl5xVnMQfB6Xvf { top:10.3125rem;left:14.125rem;width:33.625rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF2Sr3W77MCQNaWWUXLAfq39q82db3dh { top:12.9375rem;left:14.0625rem;width:33.6875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxK2ipfhnBJqB80PTUKRI6hihh7921u0 { top:10.8125rem;left:23.875rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUXrMIIx0EItOO6nDSSUKvApRMAh0A4v { top:19.0625rem;left:14.125rem;width:33.625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiBm9NTqpTUfpDQ958UTN7DDAUkCQVrP { top:22.125rem;left:14.0625rem;width:33.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcCIVBZgaTzBAVqP9wylnsZ1C6T6DoRJ { top:19rem;left:23.875rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzCRIyFZiHgLyC3a8T743ppwaAQJgtUo { top:27.875rem;left:13.375rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7xskuBPOATEdJzcSFu2DBT2x4DdnNNR { top:27.5625rem;left:14.125rem;width:33.625rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITlT96qTS6aN26z9RED9eV0bBod0kRJW { top:30.0625rem;left:14.0625rem;width:33.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWNRekTTJ7TEqvkmsBabWhAXhhfT3HaT { top:36.125rem;left:13.375rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4QZFFm19P2OIC1FzPI4VlxQkNqRQChv { top:36.1875rem;left:14.125rem;width:33.625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux23qq8oiL73T8Xka7pKV1GZUGsevxwe { top:39.25rem;left:14.0625rem;width:33.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHZ1EGFbIrb2St08B00T0WaFTBeLceBR { top:17.3125rem;left:23.875rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQBCnD666ZR4cA3DCkyeIRJt3fe1QdEw { top:10.8125rem;left:0rem;width:31.1875rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzqpKQ1Vn0dHWtRm6f1bcBOVElrMxnXE { top:45.375rem;left:13.375rem;width:10.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTcSFTtAiVeqBwism5X3QoGI3Nbehb4z { top:45.4375rem;left:14.125rem;width:33.625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEHBcO3u5IM2JhzJBqOQkoo0y6hJcBvT { top:48.5rem;left:14.0625rem;width:33.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU { display:block; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4B1N4FThzHw4SwlU4Jezal156GBlk6n { top:39.875rem;left:0rem;width:20.9375rem;height:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdmvXwgo9pK2Bo8LNDu2Lw3lJDUxSJel { top:36.875rem;left:0rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiRmGl4RKG7DM2dHmRBbu4XcCxr6Lwgf { top:29.1875rem;left:0rem;width:24.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhQvu7lTTCL8pLlJnAmnKeFAhFqSTkG3 { top:17.1875rem;left:0rem;width:24.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhvQqDFrMg3pvc9ITwnl2G3OKD8nIJz0 { top:19.6875rem;left:5.625rem;width:10.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCobuURgvAbGBOgNF1guCegHWrdHTmQr { top:4.125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPg6OxuZMFZvt4JKLUeKBvqAWURZAOTt { top:13.375rem;left:0rem;width:17.1875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9xTOhbNlnTvhFKzXz7hELITQC421Hd0 { top:29.25rem;left:7.625rem;width:24.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3AlOKtPlvaVug9weWoAcMMJiZzq5grz { top:36.9375rem;left:12.3125rem;width:19.4375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcTEI1icuZbIkGHfogbpz9IBsRLAb0dW { top:17.25rem;left:7.625rem;width:24.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t56pOhyt6IE1Tx95BImDopUfICqTm3yL { top:12.3125rem;left:25.625rem;width:21.1875rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIULCLaPV8empUan0XayWKIA5LU6Qped { top:19.75rem;left:21.5rem;width:10.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLura76ygF70BVuE7WZUDDq3VXJw5Q5u { top:29.25rem;left:23.5rem;width:24.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPDoMNqGtJ0ez4gOtywBlZ8xXcw4TmvF { top:39.9375rem;left:26.6875rem;width:20.9375rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG94TEVn4UZlEwA6XdNwTV7DsVH1R010 { top:36.9375rem;left:28.1875rem;width:19.4375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9vvL1oBfTsl682dCQ0bTgmF1oT8zdP { top:17.25rem;left:23.5rem;width:24.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8RDuzFEXeVnsHp0uNnNFfWPl29SfGtX { top:13.875rem;left:13.875rem;width:17.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvlaTJ1d51iHPfZ4ogApHBElkInoNbbB { top:19.75rem;left:37.375rem;width:10.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiSVGF9l7TJWTk6te8aqcCykmNriJRDt { top:39.875rem;left:14.3125rem;width:20.625rem;height:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa { display:block; }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK0qmycyUX1K37xdn5rb7DPv5W5nbg7C { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTcUZRnltPDz9H3SEZdcq0mvio50Zwin { top:8rem;left:0rem;width:42.8125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8OXSkAtZplQBaMPb4OsmufrTxsThkkP { top:13.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQJKPEtOgarEreeE8BXLhRZfEp7xRztf { display:block; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ0mSCMElmmI13rSNH4FLICGSZRuw74F { width:24.8125rem;height:2.75rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtznGhnLvJisEisgvVALdW8xt1TPQFQu { display:block; }
 }@media only screen and (max-width: 763px) { #TIdMI8It00sOfunJdy3etNmOeAgEfpyn { width:24.8125rem;height:2.6875rem;top:0.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeSsJfG7i5rhAsNOVQIhqTliTyIFoJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #nVtE0TvZPwVz0uESDICGm2CGpvlDccsf { width:24.8125rem;height:2.6875rem;top:0.875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsI72ntOQltCtDktHH0lRzWeCZQAX2Jt { display:block; }
 }@media only screen and (max-width: 763px) { #RQBI6CLeVTqsu365Q1q9Ur5oGoxkzsqt { width:19.3125rem;height:1.625rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 { width:22.625rem;height:12.8125rem;top:5.25rem;left:9.125rem;font-size:0.9375rem;display:block; }#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 li:before{  }
 }@media only screen and (max-width: 763px) { #O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 { width:23.75rem;height:16.625rem;top:5.3125rem;left:23.875rem;font-size:0.9375rem;display:block; }#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #akEHaxryV07M22KWmW1d7KlvFg6NeieF { top:3.9375rem;left:15.75rem;width:0.125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #doLU6EA6rLWa6dz53RpDDbPmxvcQevyC { top:3.9375rem;left:0rem;width:0.125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSZiMTvQBPCiaoElGlR3oJowuM6iI3S { top:3.9375rem;left:31.625rem;width:0.125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPWmzCtZIKdalhXcc3bTG08oPEB5D2oC { top:8.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccziucnWfD4zTvi4lIJfE6ZB4drV4E0r { top:8.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #drswTe43ZS2tpF6IGGBPHuvcJ1Xzzd8i { width:16.75rem;height:1.4375rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 { display:block; }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aab5e2gAFSAU8oGDZDzmtzXDxBQOKpr0 { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbuk2zc1l7NRvp5vJ4FWqr2D6DmIME0n { display:block; }
 }@media only screen and (max-width: 763px) { #EZsAZnFF74ZreBn6X665VJtUrX5qzbWU { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9g5BbobioIkcM8tpkVKxtwgx5Lc51Z { display:block; }
 }@media only screen and (max-width: 763px) { #PzMABLMOT2CTym2JNOqCMSTXlWuwhiDQ { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpwfuHkC3ILT3RpsFwC9lsL95O5d46Pf { display:block; }
 }@media only screen and (max-width: 763px) { #bL5o63W96A58lT8TN7hgFRZLD6vtvqcU { width:19.3125rem;height:;top:5.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogM2NLi25MToPbN0EoyIKLTedFoXvML8 { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#ogM2NLi25MToPbN0EoyIKLTedFoXvML8 li:before{  }
 }@media only screen and (max-width: 763px) { #teqzCPFW7pmoVker6PPOTOfED6Wti0Mo { width:22.625rem;height:8.8125rem;top:5.5rem;left:25rem;font-size:0.875rem;display:block; }#teqzCPFW7pmoVker6PPOTOfED6Wti0Mo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #FQnsmN3MCdDXx5bbLS4K5sl1iZcc7lsu { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv4RaBWtrcrbGgCFO4TkM7Wi6oduHq1e { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIm1Ti64ZvVqzh2ETR39I6ettBCrPDHZ { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6aZ6nQefFT5ekMqa0ZmsaR6MuwP56N { top:8.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4maI5R5HRz8rB4oKo5aJdlZCVTgkraC { top:9.0625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNUwS8JIr2RFSXWtMfgGPCdNByKcDeuw { width:16.5625rem;height:1.4375rem;top:9.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH { display:block; }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCBbpahA9GalUbFcNCcBFGdr3OhLPqTP { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2SX48neoPtKW051KHtCLPlSrk8rrTi1 { display:block; }
 }@media only screen and (max-width: 763px) { #ExpiOmSnGPryJrz2SZ9Se014x0l4O9Gu { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL6EtIo2DcqXQ7F4F4XO1nJZnGZIR0Tw { display:block; }
 }@media only screen and (max-width: 763px) { #CCvxtvZKO1DS1T3IsUl3Udg4JulezrQ4 { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyU82Ursf99WPZHeuPvPCF6Z1ULWsU8O { display:block; }
 }@media only screen and (max-width: 763px) { #HKGWgKyyplS9wNTpfpHFdAxXJhB0IlQH { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDzFk0oav0SwVgttA4GDBu7rnamdUpaB { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#qDzFk0oav0SwVgttA4GDBu7rnamdUpaB li:before{  }
 }@media only screen and (max-width: 763px) { #aUuELHu9iGPiMD9pkcpUMW5y5RXqGPix { width:22.625rem;height:7.6875rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#aUuELHu9iGPiMD9pkcpUMW5y5RXqGPix li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #zHKke7NXl7DHpxBEIuH0O5viThdAfwyS { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #WruJGtiJPB8lsGGc1d0XedBe4SOTDeSo { top:4.125rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9fZSzTCL65Ou5BIp4KbMQJDELLpaXdD { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4NUhqLt7BHmGZRLzOKPf6eAC7o8HTos { top:10.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLhuIw7DD0Pmq5PGM46gHsmkeF0Norn { top:11.0625rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx6G4gIUgC7nHptTVLklEGpRowUe9FQ4 { width:15.625rem;height:2.875rem;top:11.25rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n { display:block; }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBFfMgJmSZqpXo0enasPpSnMoQVVMytR { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqrcXKJbsgKAFOsivUoXcJkbQEbnWK0Q { display:block; }
 }@media only screen and (max-width: 763px) { #RrS0itoPuCmwusZi4P0siJ1mXmv4wJOP { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyhPpOJToznWm40aWxuryCGw0k8SwVWl { display:block; }
 }@media only screen and (max-width: 763px) { #GdcZKllUlTWZaHhVzawXMSVUWsaX4wZn { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phvf4wVzIi56UbrHALbUo4LAxQksr5cz { display:block; }
 }@media only screen and (max-width: 763px) { #ND7H80ncioknHPqpDMHWi7W0eADypNCT { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhqwApqaAoU43MPlZWV6HmIluNlUHrFm { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#UhqwApqaAoU43MPlZWV6HmIluNlUHrFm li:before{  }
 }@media only screen and (max-width: 763px) { #m8fAMONGlTthAQgMEcK5ZqCCENnrttu1 { width:22.625rem;height:8.8125rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#m8fAMONGlTthAQgMEcK5ZqCCENnrttu1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #wy8TRo2c2scw4kc0i853op2PbyxHXwtI { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUQH15y8ixHRVwmQ4wrMVwsr2bNspFzi { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM5F0MyovAbrkWyxc5w6nhaAwg9X6pzV { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTpJyWIJlROBrpvGtnXzmIIzm8zzDh3x { top:9.6875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIiP3QqdqQnfirPndUxDhuJAN5iGxiO9 { top:10.25rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUNJy0zUG1rbPRKBNzQMD9nFP6x637fd { width:18.5rem;height:1.4375rem;top:11rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNDG60H0qaGOVinB98VRTe1bxBbUXuTy { display:block; }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3aN7T7ev9fKiWsTqVUTgTkmaQr9KhdJ { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACyThs8He8ZSaJRnkggLzg9mcOoru4s9 { display:block; }
 }@media only screen and (max-width: 763px) { #Hki7T9LKBvHEqAd1HTk3ukRT6UeTydmb { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxdZpS56BAyKSup65TGDRumLzZ4r0amA { display:block; }
 }@media only screen and (max-width: 763px) { #pr7sUpFiiFOxMZZkodZEyxarqmmETstJ { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGsEWeissf4MPyJTfwWn1XXfotb77fi4 { display:block; }
 }@media only screen and (max-width: 763px) { #pqzS7M85EJh20RlXXARKSCZTNvmHz8kS { width:18.4375rem;height:6.5rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE9XSeMx9hpqBT9xyiLn9yRFJqQiS2NW { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#kE9XSeMx9hpqBT9xyiLn9yRFJqQiS2NW li:before{  }
 }@media only screen and (max-width: 763px) { #OBpPHQOxpyVJPMAauidLL3P3UTLcXsyI { width:22.625rem;height:8.8125rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#OBpPHQOxpyVJPMAauidLL3P3UTLcXsyI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #n0os5sPO3itNdZysOva3iGcWBPgwakd1 { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZogOyMyhvDVwoqy8OMJ8k4HlElg1P0ib { top:4.25rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouGNsd0ViI9V2ubJMXgpRes3qS8XbD60 { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttqm4zw7SadP7hSif0LEXXKyF8lq3czi { top:13.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4PDxdHPhcUE5TVVzTD4sPwd2HD0peoq { top:14.125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #um7iUNp1aNVw6lOU5Gg57udL9TEQyTnA { width:15.5rem;height:1.4375rem;top:14.375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB { display:block; }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kwy2qlKx47yMCbXe6LhLP6DMTXWFZ6ou { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKMSLEEt9xMVITz4O1iVEeS7kL6E52DO { display:block; }
 }@media only screen and (max-width: 763px) { #rVyM7obA6zZNzufIc1wG81C52US2eMms { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiTNwWlHZMxJhcZoIB4UyMtpiTeqhDbu { display:block; }
 }@media only screen and (max-width: 763px) { #r3ruTmgal8zDn2Z2amnhOfG8zLEQCRRq { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFuXybWW7Xx3EFXw2AKJRNpoX7vXXq3P { display:block; }
 }@media only screen and (max-width: 763px) { #Fiec1aizE1C5qFOnTVAW3F4SaPHFgCT7 { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EboETQqOywGTBQPTnnUmbbBZ5bRxMf6p { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#EboETQqOywGTBQPTnnUmbbBZ5bRxMf6p li:before{  }
 }@media only screen and (max-width: 763px) { #Kd54o7BExkCQFJNs81eQ0thSfDLBKRKn { width:22.625rem;height:12.8125rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#Kd54o7BExkCQFJNs81eQ0thSfDLBKRKn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #UpMPmn2R0KqoPx5zexmzEp4hipwd9WZ5 { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBmQQCJUTM5WESsH27M2nNvqA3NCZExW { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id0dyTF3RpryhdoByP51AQvmTZmdGtVT { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIAK1TRvvJNQXTAucfgMTLs1y6hoCgOh { top:9.6875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzUJ7d5JebAWXckxzCE4gKMGUzb6WzWl { top:10.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbx0dNT7kJDESRy4EVwJ5v9kJOQIAV5e { width:15.8125rem;height:4.375rem;top:9.875rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGxTrad0BnnBIaRTOETMqT8vkdrWO76W { display:block; }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTHETfegyko0lNcddXydQvkICJQyGU85 { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5CFG9TUE2vLF3zwmDe4iVl9HMJOTaon { display:block; }
 }@media only screen and (max-width: 763px) { #EamAFa4oId1Jf0Lptumi2UTy3mXJO4WV { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMdtcJUilZJJTcHTTNNdyvOvWFak1WH7 { display:block; }
 }@media only screen and (max-width: 763px) { #e2Lk9Et2w92ft4qNVJzt61AxWD4yyeEV { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAwB9P8ygNV1qtg53mUrc45SJouWpLN { display:block; }
 }@media only screen and (max-width: 763px) { #wUA7Rq0W6SgsOhmHM43Wkaxe0ukeyrUB { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7TOGuqlUgkKv5rrPCmzqxim78XNcHJ7 { width:22.625rem;height:7.375rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#C7TOGuqlUgkKv5rrPCmzqxim78XNcHJ7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #DTez7ABTBqXum3BKc4cTEmdnbNwIrCqx { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvbzbdiwt6mJNlxTFsTwOFS7GXMX4to1 { top:4.25rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0RysMZO5gm3U40LodMdSSaEQ7TopGFy { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvEdGnIKMN38Rgxccdy2ZwIPbTcA2H3n { top:9.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi9lDllz9TTggoChONB0hmkdgC6UOxdX { top:10.375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8skxzsyNExhDzr56xrTtTgEiTfJOdK2 { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#U8skxzsyNExhDzr56xrTtTgEiTfJOdK2 li:before{  }
 }@media only screen and (max-width: 763px) { #oTMVms9TVOxxh207JqizaQBLh6gSHoVa { width:15.5rem;height:2.875rem;top:10.3125rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs { display:block; }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXNrGlqwqkUJex67btfZB4wXlnncV7z8 { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODSrWvN6cdtfNl5OfJIam5hNceFNQiv5 { display:block; }
 }@media only screen and (max-width: 763px) { #mO7Wa44oUmAPLfWJgTCNiPl891XxERNT { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77ziychkAoyqMuGzqBS20d9ZvcBPlXf { display:block; }
 }@media only screen and (max-width: 763px) { #dW1bUCItQbvNT4sGWDk1G8IHzDWHLX6u { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkETLCLIGLznZAdt8BlNNaW6mRTyNcg8 { display:block; }
 }@media only screen and (max-width: 763px) { #u5KGoXKLqSczqlLmRKLyzcqsZf0bTZCo { width:23.5rem;height:4.875rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqWAu0b33clOyOurfud2nXOvNamnP6K0 { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#VqWAu0b33clOyOurfud2nXOvNamnP6K0 li:before{  }
 }@media only screen and (max-width: 763px) { #kiubzoWCtDoS5K0qbQJaOHLlDLowrrtO { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5hrBx1QFFqxKqBaL0n8klNr5aAJr7rO { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByKKzdCxBJ5BfOQhhM5PbSfrcPDXNE0T { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2T7iIW7KkcJthVl6BZTh604NXIQgt1W { top:12.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSzZhTwgi6bCsZ52SJI5QTF0D8MAkSI6 { width:22.625rem;height:;top:5.5rem;left:25rem;font-size:0.875rem;display:block; }#XSzZhTwgi6bCsZ52SJI5QTF0D8MAkSI6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #Q0A6xbrmS6gc5235Gvf7AKcvwhoeBTqe { width:15.1875rem;height:4.375rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TSxyzAKXPh3uom158gmAe1cETq11Ts { top:12.6875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 { display:block; }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZkBTzxbSUodfOAxQb3rKFoptGL9N1X5 { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u213QZMrX0ING3qyyVXC5AkX38ndpLAg { display:block; }
 }@media only screen and (max-width: 763px) { #L894nJ5vTF4D7ornDCyXl2CwkVHNfxak { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgzL5l7u92GO7xS100yTu1dTqhuddubT { display:block; }
 }@media only screen and (max-width: 763px) { #n09OS5XTVQzyRi6XQwo5iRSJI04uQVM9 { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyAiCXEy2Xr8cK6mXTveUl7QdJsiH1vh { display:block; }
 }@media only screen and (max-width: 763px) { #HlsW7tU0WdtQd1pphvpu3MnS6fNlOw57 { width:22.625rem;height:1.625rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJbloJx0eCkKvPAu0EA4kucS0RVmMnB1 { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#mJbloJx0eCkKvPAu0EA4kucS0RVmMnB1 li:before{  }
 }@media only screen and (max-width: 763px) { #w6WTzLHitvuSq7chqoWPKl9Z1mEGODGi { width:22.625rem;height:6.25rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#w6WTzLHitvuSq7chqoWPKl9Z1mEGODGi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #rECRDWUnGo4NxN65rbPH99irJEPrFhuo { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAL3V6ZNh4LGNQHgPP4prIXPNM9ekBaD { top:2.125rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzpSVbD3VqEbTsguaLgFxoshpyh3icES { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd2bdBfqgTqcesk3tbVFb99WylrNVX0J { top:8.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sica3IqFiEUWuHppl1pWmn22P5QNuUaU { top:9.625rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1UoMeIADDAdzWmoRS3fgKCIbwiqdI6X { width:13.25rem;height:1.4375rem;top:10.25rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P { display:block; }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAxq5rP42EgVRL1BbSkNDPRziHcnGRUn { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5iH9Oa0PvssTrtshuLKwq84E7sZhXAT { display:block; }
 }@media only screen and (max-width: 763px) { #GrQ3xPRGgKsDXkCDG3NuB06vsK6RHEcb { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frSw0TU04RQF3qxg88LgzkCSaEAOch1c { display:block; }
 }@media only screen and (max-width: 763px) { #hJxuaZatnzNuMgqwota5TRHpEAtH38XA { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXHrt01A01NIp6AJLGd71OPaAl7Bmbmo { display:block; }
 }@media only screen and (max-width: 763px) { #Nf4BEa0y5RT6LvxCaREsPdE6Vz0Gni0t { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IunXM6LTfQJy68FXc2vpFyDcuTXKvnTJ { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#IunXM6LTfQJy68FXc2vpFyDcuTXKvnTJ li:before{  }
 }@media only screen and (max-width: 763px) { #cnSOn0GicoL966vFB8Id9DTv3s4ZGEFQ { width:22.625rem;height:10.25rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#cnSOn0GicoL966vFB8Id9DTv3s4ZGEFQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #VFiXhonTh831lvOwPTQJDapFZ2cJqMp6 { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB77wxGaBnmHgUGPkRWZRJcCPsZ6qKki { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzJ7FzgEbXLkgqTAT9L4TkDz8ao7tTif { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThgTvCWqO7g8enqwrTBM56aNsX85NLq7 { top:8.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmL7Tba6cs0a3TGnXdSXDKVdQSWpenxL { top:9rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rosSob3rp1eHuhCW50CXuwthO8yWtMgT { width:13.75rem;height:4.375rem;top:8.5rem;left:1.8671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL { display:block; }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SElDLELXHSbGsqbsOTgq5cThVWBMTTBf { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaIH99aqTiTFmMiRmbKsxtvsqS8ERkVJ { display:block; }
 }@media only screen and (max-width: 763px) { #PA6ArE7DEvMKnWBlqcODJZAxVp4h88qn { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pytRKO7ko2fLAKVgAyKdyKlv5IGl1rzR { display:block; }
 }@media only screen and (max-width: 763px) { #ScR4eAp2b6NuWJ9TPnBh616COF2kUko0 { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMCQFWeaiR8HUHkUJvNF2VxpP4IT9Mx6 { display:block; }
 }@media only screen and (max-width: 763px) { #AD8AaW0ydxGo2JS0EeVzrthCVEnPTqTP { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBbwkueQbQMUFaQtIkF2HyoA86pOHpQt { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#IBbwkueQbQMUFaQtIkF2HyoA86pOHpQt li:before{  }
 }@media only screen and (max-width: 763px) { #R2sI5tXTFU3DX86dd9yhTBCknPuqzWOh { width:22.625rem;height:4rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#R2sI5tXTFU3DX86dd9yhTBCknPuqzWOh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #X4kSJzNHB6yz2Tpd0wbyplnr0oGkZBLx { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShNkNPtWvzCaElx5amB7dlPRx7Ckvbf8 { top:4.1875rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLaDAwICUdpsk4Z12GStuzbECvMiZC21 { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgwFrVhDAKPdKuo9wRGxxe7CQcU4vBn { top:9.8125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyuW3ZhLvr1Wx3XdXI92bHuUTeqSSwJu { top:10.375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNN2IZpXfzN5AoXpHusdtPBIKTi3q4FT { width:13.75rem;height:1.4375rem;top:11rem;left:1.8671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmeCwStTb59fTUVshycvaqNMzIoqcWsT { display:block; }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KC9DchnGTQTXcIyC5s9J4gKIMaHclg4y { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2c17CEOVKKuJi0gPKMpx9ucwnytyDG6 { display:block; }
 }@media only screen and (max-width: 763px) { #BlhPyPFs6h9N6kXwM9EcKSqWMGDn7bMI { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lodffcc4RdlXgtFDQ2O5sChRQz9v2MOW { display:block; }
 }@media only screen and (max-width: 763px) { #tnlbXKWKiu0a4f10b5xQ1JsNLbpo51Fr { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxceN9a18650gTcJIJ1MwWNt1v4N9cEA { display:block; }
 }@media only screen and (max-width: 763px) { #MXX2tIgPmIpJA8fPZOUq3Qn5LOWKKGUq { width:23.5625rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh78Zuq5qyz6udqbN5kOHb4Qr6wxvSI3 { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#Jh78Zuq5qyz6udqbN5kOHb4Qr6wxvSI3 li:before{  }
 }@media only screen and (max-width: 763px) { #u2BuVMTOwq1TRepdu5cGcy5wAQLvMTpy { width:22.625rem;height:6.5625rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#u2BuVMTOwq1TRepdu5cGcy5wAQLvMTpy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #WXZE3BGsTCcsXv9HIRZUygtJy5VLiQmP { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFbXaiFRbTRrEsmV0daxFCvyuedNqs9T { top:4.0625rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #xziBLQRZTXNJoz0XBpfZMT2P1vDcdNgd { top:4.1875rem;left:31.625rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #WohV8gM2dSMGdm72XhlS1RlaWUSlp2Tu { top:11.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgGG7iCohp1whP5BgZPEBA6lt60KD248 { top:12.125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0JdWnFSGWDTrAcfEaIygNNsyaWyVTL { width:13.75rem;height:2.875rem;top:12.125rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 { display:block; }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nV9saEWWApI1TtVi8kVdhQRXq3JRlxWU { width:24.8125rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCeD1sDK5tS1ou1Ddhuxa6ze3ivH9XLI { display:block; }
 }@media only screen and (max-width: 763px) { #XKPqA5ir3L9CevlBOlsrcxxlyc26KSWt { width:24.8125rem;height:2.6875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPTQIntPM9QxNQXwDSCDJ7XnuVNRPGt { display:block; }
 }@media only screen and (max-width: 763px) { #HTnOx4lwwUOzgOXaN9GsTykpGXOWrSlq { width:24.8125rem;height:2.6875rem;top:1.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGvgdae98uusQRViyvDe6bVq0egJiT2C { display:block; }
 }@media only screen and (max-width: 763px) { #v7kHSPmGx2zTpMTlwX5PnRm5paT6EN2U { width:19.3125rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CzZNU3g8rAEZdsxA8wl9qMJTfOwNPH { width:22.625rem;height:;top:5.5rem;left:9.125rem;font-size:0.9375rem;display:block; }#I9CzZNU3g8rAEZdsxA8wl9qMJTfOwNPH li:before{  }
 }@media only screen and (max-width: 763px) { #D2kWT4gnEGRvaQg0FiMTy4NB1dunMRdn { width:22.625rem;height:7.375rem;top:5.5rem;left:25rem;font-size:0.9375rem;display:block; }#D2kWT4gnEGRvaQg0FiMTy4NB1dunMRdn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #qEdfmhcOb5MAQTDuebKos40GDa5z0FT3 { top:4.1875rem;left:15.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #TybsKqrtdVuVS5S5hxzn59Fsrkp1CZlK { top:4.25rem;left:0rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9TXRxcPyxWGaB14suRhvIryR1q3SIHk { top:4.1875rem;left:31.75rem;width:0.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6pXC6llE5gIp8h1FkkbxXUDppwgpEiT { top:10.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTX1GGQ6knNdi6wHbpULxXEt3rIQI2bQ { top:10.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx0wF8Evgu7r6kQ2XC7BdtsH6WFk3OKg { width:13.75rem;height:4.375rem;top:10.5rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe { display:block; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua { display:block; }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIy4SFODX0Sx1mcByFsn35x6h5gu0rUt { top:2.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3i2EvItWntyFRsedqQoDL85BGZNlJll { top:8.6875rem;left:0rem;width:36.25rem;height:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG1Pee6mNKxcp04DdVLEHDezsE41hn24 { top:1.875rem;left:10.375rem;width:37.25rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfOTOaqIsAyPze3lKLN9vtd6WmvFtFDD { top:1.3125rem;left:39.125rem;width:8.625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a { display:block; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8xfRpSxhe6NIG8GF8tRK4npRcZKEkvV { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCRtg9ZJM79SMkpS1Mdqw4ZmflVTkhre { top:45.8125rem;left:13.1875rem;width:18.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHyC1KSqCaBT2RZ3DSSTasSXwiEZZ4a { top:37.6875rem;left:14.8125rem;width:16.9375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFbz2lT4AXp47ob60U72mideTVMESLS { top:49.0625rem;left:15.875rem;width:7.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9Tlx3zhp2buXrRHU2nHLrQWAXHKGEV { top:32.5625rem;left:0rem;width:13.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7oF4kzzxHDeHfDWWZ3sRBFVtbHupi2b { top:35.8125rem;left:0rem;width:7.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAqqcOJkTPW330umTs07mOcAIG2cUy15 { top:10.75rem;left:0rem;width:20.75rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSc1tUWSkXM0ePZXmNLwkbkm44dolywy { top:28.1875rem;left:15.875rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEmg7fACD4QCVBxLRHF3kveOrEuRiGsT { top:31.3125rem;left:15.875rem;width:7.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epBeZxwA8qsuGRSw1qCi6ShPZZnt3n32 { top:10.6875rem;left:12.375rem;width:19.375rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c04nEGvTTQ1qDz2dpClTDvDRuDeW0DDo { top:35.625rem;left:9.625rem;width:22.125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNAxCL0dDOQtf8te03b7b3Uinh9D6Ra4 { top:9.4375rem;left:0rem;width:23.5625rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3MD0tLDVmcNIaoUzlV034RKzGfHGS7Q { top:9.4375rem;left:9.625rem;width:22.125rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkRGgEapyt8O3ZrunJum5QvzTdcfyDnU { top:9.4375rem;left:25.5rem;width:22.125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogi629tp2KKXesIxdTyDLGJtP8yfSsn { top:10.8125rem;left:28.25rem;width:19.375rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdApIrmpGLqu21cvBtvwRQ4cggLVnxOo { top:32.375rem;left:31.75rem;width:7.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Fwc3vvks1rqKion1hA1XFA3ccbXr3s { top:54.875rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etIbMIR5QIfzNhnKHc5QoQkJpZTkufMz { top:56.875rem;left:0rem;width:46.0625rem;height:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiTXFduanqq6vHE2m9amaymri58UVgrd { top:56.5rem;left:0rem;width:26.25rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Dc8DbrMn1p443I89rgi0QaNHs4uW6r { top:54.9375rem;left:0rem;width:47.75rem;height:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ { display:block; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMEVOSQ0pqRrJD7Fne7ZvhgC983FAtAB { width:16.25rem;height:3.8125rem;top:61.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJruQsfCTvr3nuAGI8aXV0yFKxQBvKgr { display:block; }
 }@media only screen and (max-width: 763px) { #FsH8XvetaiMfTEXhUGQTt3P7ntuAeX55 { top:26rem;left:0rem;width:47.75rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAdTCI2uIX9vB75GByBZSQitH8t9y0t2 { top:7.375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7uekEJO5JCWzOS9i9L0rQoP8wJ3cM8B { top:40.5rem;left:0.8125rem;width:35rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG { top:36.625rem;left:0rem;width:42.375rem;height:;font-size:1rem;display:block; }#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG li:before{  }
 }@media only screen and (max-width: 763px) { #DPwvC3Ndq7bz56ZW98nR7Ch5ySTJq3UE { top:27.5625rem;left:0rem;width:26rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHQqcU9GQvMhGv7p0LI5O2y0UATlqxQ4 { top:27.375rem;left:7rem;width:28.8125rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyHIvCLTgObQReZKxD8vs1pRIqJBpuuZ { top:31.0625rem;left:0rem;width:16.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOT35EH7NetOpvZiNaEfgCf4KVPHZXcE { top:33rem;left:13.5625rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L96TiQoHfGIoKs1lJ2KHZVzaNUOPTDk6 { top:12.5rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx0lL7n2sKwEqQ6vud7u5qyWlEAS4wyW { top:4.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 { display:block; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCvNg6hTDyXk0uhP4ZcDfK4L0BTKLqie { width:21.8125rem;height:48.875rem;top:7.0625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJ1efyOalqB6UIq1pVt6eKqrVPWsFLJ { width:21.875rem;height:3.375rem;top:3.6875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk3GZfds4RGKx3LObH3Mq5Dvgx3q5Xaw { width:20.375rem;height:1.75rem;top:4.5rem;left:27.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-regular-label { width:18.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-text { width:18.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-text {padding-top: 0; padding-bottom: 0;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-textarea { width:18.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-select { width:18.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-select {padding-top: 0; padding-bottom: 0;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.8125rem; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-checkbox-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo  { width:18.25rem;height:auto;top:7.0625rem;left:27rem; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .radio-container { width:18.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo {display:block;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo { width:18.25rem;height:auto;top:7.0625rem;left:27rem; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #hVofNiqoGptkoDH4liCReTqcFR8EfJ7y {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #XT8pvKvRIhpbFKpNIoWAaLLn1fgF9zmF { display:none; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #dul4LnGcDTtqmiqz7pNB1V5fdXfmEu3l {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #trKKHPfMKV4LqlIGoTiPcRdOKRJIJkeF {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #UEcmcuWzPnCPpfOwALIzgXeQzXqZxRXo {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #mDctpvkNfI8X7POURVkn1e6br2sIUmOW {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #qplcXJIRAusDahyqlzcxUoKLUa8xiMpo {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #fqtMJAvoISIgky6o9eTThPTrrACFQUyQ {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #eemo3MXAUOKsmSUQ9Kvs0Z02agCXV580 {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #QDatTNMghawE5d0isTLLdpTp7CzqKtGB {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #UgOfGaBC1fGyLrRVtFa4GT7VDT0Fo9uS { display:none; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #x77MAdDDyEVICFeBCT57S42Qvvo2CLTl {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #l6V2ULc0hv6SosxX2gUWvLeEW18uKDv9 {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #qxAv6ipdAKoB01QusKZC0zlaMex5GdEB {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #qaFKT62SK9GnVf0Khbxt0IuisI9TX0ap {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #LgkqTDPsvyTBkMEPcmcVRQFZ7BDGB9dM {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #vthBOaO3yZuWbV22KWcuwt3BrO8GCQZb {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #heJLPwGOoxR2wkHT7y2m0hqdbsfww3dt {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #Cx0UuDwv1muP8H05cwTwfzxT2BJszbvE {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #ZOaf0R7iwyRI3TyCHm4s9i3Oaavrs8uB {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #olmhZbTDW21zZL6QqwovDRJgRvaxAcPz {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #CJ7cyZMLfelq3s0BJFqxmaqxbpSzgxnk {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #tBgutBdd6iS1FJSizDKwBmWpStyB84PB {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #RUtTN51kPwRT53vbUsb4y8CizVVlvW1X {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #Wey6vA7WkoxQow4TnFUFfXEFwmp3g4kn {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #xRqusPk8CXDmvDiQL0Tl26K2kqlKvcAI {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #zb4pTHaMI9LoKWO7UqFoScSgABFlqL2p {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #pAFG2Bqympa9sQJqzOtqclhSG0MZeAsb {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #PTQuNl5IFuWVhPMZRUw6bLktZh0xnTyP {  }
 }@media only screen and (max-width: 763px) { #bStEtiX0WKh52x3itfENsgJtoC0kytkM { width:21.9375rem;height:2.3125rem;top:53.125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiZMCzMxvbyXorCdupsBpQ6ma5lyLJsQ { display:block; }
 }@media only screen and (max-width: 763px) { #Kl0TMH3h6x4E1LKnTgFmQ3tBS0rM9WzM { top:3.125rem;left:0rem;width:46.125rem;height:3.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXeF8SN4cJvotKQnI3SkhpMTMp74EeKc { top:9.875rem;left:0rem;width:45.75rem;height:12.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEA9LWaG5IweT8fbhscGhwrZ0Nu5vO5b { top:25.875rem;left:0rem;width:41.3125rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czeuzVNA1K73GvEB5m5OhV2W5iFc4Okv { top:40.625rem;left:0rem;width:42rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4pk2uopDcF51bycV5HeT6beuNN3xO8Q { display:block; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GW1UOWHS8bTVFHWZoQgTi4iHI0Kl8fT8 { top:3.1875rem;left:23.1875rem;width:24.5625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAkIN92AcS6Ax6fHv1qF3CpmuXVowm5x { top:8.6875rem;left:30.375rem;width:16.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUzLKoAtUhPp44q1QgHI0RrD5KumS3ao { top:3.8125rem;left:19.125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDQ4kWfmUQrc11CGWtA7gayF0HaNXm6 { top:5.9375rem;left:30.3125rem;width:17.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIoZRl4can9aiKuc44rl4arH23URHheN { top:3.1875rem;left:42.9375rem;width:4.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8wrp81bAb7fimuMkpQtn6IGUhddFVm { top:5.125rem;left:0rem;width:30.0625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL7xpTs3bt3CDsdCfT80pTlzeBAS4ZhO { top:4.125rem;left:19.46875rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaWLhxOODM2X0nOMFNrhbtbkT2wy7zon { top:9.4375rem;left:41.5rem;width:6.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXr8U3bm6ItXykI7RBRQQePVLDT6TfUG { top:14.0625rem;left:0rem;width:8.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w { display:block; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:46.1875rem;display:block; }
#qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:46.1875rem;display:block; }
#Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #IiF7P6TqFdsVfoD8iy502X00A4FK42lR { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:46.1875rem;display:block; }
#IiF7P6TqFdsVfoD8iy502X00A4FK42lR > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #SwRDLZTwrycnxBtPlKD416fZgXo2BLUc { top:4.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb7sIrIFhp2ePzR82PzTaGw9WuCRSu17 { top:0rem;left:0rem;width:10.375rem;height:5.5289718968573rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 { background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container { background-color: transparent; background-image: none; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container > .video-iframe-container { display: none; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row > .video-iframe-container { display: none; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .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); }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container { border-width: 0; border-radius: 0; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZexev4XT9r6AgzfK1sEN8rPmTNWoyx7 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuZSWmIomzZkfrPkGBdeca7DVqCJM6Tr { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVQT5lVHLxqrOyOczzBzZTPvw1GPHXTE { display:block; }
 }@media only screen and (max-width: 763px) { #QsmN9RXJJ2csdTu6kX2xxOF5i0pGUTJN { width:8.375rem;height:1.25rem;top:2.1708984375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3cJ5gZ9cVxedlg9Hl2d8RyOosRXTTSE { width:10.3125rem;height:2.0625rem;top:1.7646484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB1Dgc6Kv0ZntLB6QUsZZ6Cnvpg4vBDu { width:4.375rem;height:2.125rem;top:5.124755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0fIlBv4FnNItndAisK2gR12CFCIwQKn { width:3.375rem;height:2.1870125rem;top:5.09326171875rem;left:5.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBhds5L0pLy6ZnFtQpll2rwfkLB5ShD { width:2.9370125rem;height:1.93725625rem;top:5.218505859375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 { background-color:#f6f6f6;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row .container { border-width: 0; border-radius: 0; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8wTmE8qrKXlq2iN2XgtyTc4nezJ0sp4 > .row .container { width:20rem;height:11.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iphitwq5kNwV19FfSQBx2NdMv03THDZx { width:6.0625rem;height:2.1875rem;top:3.5281238555908rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmkGflmGLMO17QOaKaJ64vF8UVPdEMhW { display:block; }
 }@media only screen and (max-width: 763px) { #CMLCBDdMDJBdkqXh3dWQ6Wmzep9I0BUp { width:7.5rem;height:2.1875rem;top:1.3427066802979rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fev3HmHc7Nsh3sX40L1wyQlHAzlronb1 { display:block; }
 }@media only screen and (max-width: 763px) { #emoOHG5tqWND9y8uQB96Tnk6pa9grq74 { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJt4BpdrWekaWSXcMacXS6wWMhm9LFcJ { display:block; }
 }@media only screen and (max-width: 763px) { #HNTSCELsgK4KWRM9hDheEBt0kUmSmSXf { width:6.5rem;height:2.1875rem;top:1.3427066802979rem;left:10.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbqO0dbkdBenIMqorD40JOFckJmsQsiZ { display:block; }
 }@media only screen and (max-width: 763px) { #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { width:12.9375rem;height:2.75rem;top:6.2156238555908rem;left:3.5312503576279rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcxEOaghHTSIL6X1JiZGQng3GoTb2Nq { display:block; }
 }@media only screen and (max-width: 763px) { #OdTNSngagzaR9igp9xRzT9IIbEV5oEA0 { width:6.5rem;height:2.1875rem;top:3.5249996185302rem;left:10.625000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDE81dwPu8iK8R0mmhyPU79psvZ23PM { display:block; }
 }@media only screen and (max-width: 763px) { #ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD { background-color:#f6f6f6;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { background-color: transparent; background-image: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container > .video-iframe-container { display: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container { display: none; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .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); }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { border-width: 0; border-radius: 0; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufsrAAUZv2TNmI1Sc0XfNRSThWJvvGpD > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSXb9Rk7PX4anTd6ABssJ3O8dtSTrDfS { width:18.75rem;height:0;top:9.6875rem;left:0.62413197755814rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #c3TPkyA3WmThctX1JxiJwZA798b7l3Uk { width:19.99875rem;height:13.4934375rem;top:11.239013671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TuJ0iRF0QDNUCTqLA9iIE6gVc6MASiU1 { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7gs3i6hZ0MXvpwmw9CPmPu5dAwvmoQD { display:block; }
 }@media only screen and (max-width: 763px) { #vuuMN92kqErRgf8tNaUlCz9MJ7qZ41Xu { width:19.99875rem;height:3.57421875rem;top:6.42236328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g7eVK4TUK1N6Uc0AFiDK3ofBxfJU6t0c { width:19.99875rem;height:19.875rem;top:23.748779296875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OUFhqrRo6qiSoqf5E20dcw9aebcXJOtT { width:7.812rem;height:4.9995125rem;top:0.872802734375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmua404J9s8nIGXiQTwpIioyPlLnzBSq { width:13.25rem;height:3.125rem;top:43.249755859375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwgOGovb0pVLJ2mCMCmdPkTdEqVybWeF { display:block; }
 }@media only screen and (max-width: 763px) { #XpULLyQ6Zqf8xhxfbSZov6EMIr5nV05O { width:13.25rem;height:3.1875rem;top:47.06201171875rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMdtT2J8AuL2uAdULABRw75hd3kUxnsl { display:block; }
 }@media only screen and (max-width: 763px) { #IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 { display:block; }#IPc4AXKMFCNN8WvKtuRTo1XEyzf0TtT9 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKpTeJSV397IaPkl06pCWIw2g7vCXX3d { width:7.5625rem;height:2.5986375rem;top:2.4375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I8GnlGITbLOCTUmSEXMHEwcm1Ws1irxR { width:6.25rem;height:2.5986375rem;top:11.6875rem;left:3.624755859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vop4XGk2asG6NnmRZSCdfnPxdGG9PWtO { width:11rem;height:1.56225625rem;top:4.2021484375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Scr9TsW7wc659WBICdAQGTiNPIUv3UF5 { width:5.6875rem;height:5.6875rem;top:1.84375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9QFNTncvV53MFgA8na74SGyspR5qTUP { width:4.9375rem;height:5.0625rem;top:10.31201171875rem;left:14.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaLPy6yOr9qfdd8mgZMtnyJXDRmg7h2A { width:7.4375rem;height:2.5986375rem;top:11.6875rem;left:11.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HbU32wuSUCoE3VcWFDvq36BIl6UyFe55 { width:7.5rem;height:2.00024375rem;top:12.687255859375rem;left:11.124755859375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QJ6XkrV27s1M7c75c4D3UAEFU9nglcL5 { width:5.75rem;height:5.9375rem;top:9.968505859375rem;left:3.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MneITzblhUtgJhL3q7xWJLnJFqrDXN5v { width:2.4375rem;height:2.87475625rem;top:11.5rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUADxRegclJSZFWqSIJkSvF0N9yO7CEm { width:5.1875rem;height:5.125rem;top:1.625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfuar3CUqaGPwoOgDR8I40fVtnk9m0yK { width:5.0625rem;height:2.5986375rem;top:2.5rem;left:11.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DhZ1nWGPuaKQH7uN1uGTRS2fJw0WrL3Q { width:7.0625rem;height:1.7182625rem;top:3.937255859375rem;left:11.124755859375rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t3UzXnowtOdzI2rCqhG8B13CByMTKMTm { width:8.625rem;height:2.2749rem;top:5.6875rem;left:11.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P7GQwOGOAEUlzVa07sFEPJBqOoWvpGSQ { width:4.562175rem;height:1.13745rem;top:5.998046875rem;left:3.561279296875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw { display:block; }#cdhTWpWJnXexQrM6FG3DUw4zu4Kbukyw > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hO8hn0ENn0zTTAGsoo5Jqd1GEiHVDKJO { width:20rem;height:6.297375rem;top:2.0104198455811rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPcTCiVrxQckyDOOqvn2J5uPIMEF27LX { width:20rem;height:27.1875rem;top:10.610417842865rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JNRHJin7dcozd4MUywbbK5DGIfBVEQeD { width:19.8746875rem;height:11.7496875rem;top:39.163953781128rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2c0e2ac4-bf7a-4b72-9ad6-314179fceb90/tloblack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5.adaptive-delivery-prevent-bg, #nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5.lazyload, #nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5.lazyloading { background-image: none; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container { background-color: transparent; background-image: none; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container > .video-iframe-container { display: none; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row > .video-iframe-container { display: none; }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .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); }#nrnKdTPWUkL5tKZ4WR5TyoGXHHZtXBL5 > .row .container { width:20rem;height:103.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqdlf31IGB27WiMo9mDmVTZmL79hEmJi { width:19.3125rem;height:6.8225rem;top:1.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#e2c192;display:block; }
 }@media only screen and (max-width: 763px) { #uP5k7BHEeTOPxb4Ruha2uUeJapa1GveV { width:19.875rem;height:11.75rem;top:12.311462402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuFRmivlbEZXoqa3lJzXtJrTAkSXwPx0 { width:8.5625rem;height:8rem;top:10.409378051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZeeLXOObc1PSxIoEbF7bZlpEudbWan2 { width:20rem;height:1.62524375rem;top:25.748962402344rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzzBUhWP5MiKhB3hE5mIfPSGLsQuRqNZ { width:20rem;height:10.494875rem;top:28.375015258789rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GaglSbCDW3Vc1ETItpuTRvNGFrXzLEXT { width:19.8125rem;height:11.6875rem;top:41.628128051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBeSxTOPHPlZUr5cDrZUvncPfn95I1Oi { width:7.1875rem;height:6.6875rem;top:43.533340454101rem;left:0.31145834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #m38lSltsmlATeT00zTcbpT3GV0HoTCuR { width:20rem;height:3.2504875rem;top:54.875015258789rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtW01fxqNhrmsZiS7xSODSAcXsqsAqS { width:20rem;height:8.995625rem;top:59.312515258789rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x886ZgcIpZWSqHAtNSNypEDFlrvu7uRC { width:16.9375rem;height:10.8125rem;top:71.562515258787rem;left:0.99895834922787rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNnENM2wkLm9B1wf3KQy4GzT1KT451Xt { width:8.5625rem;height:8rem;top:70.34689331055rem;left:9.0614584684375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9yRiNII6PEPXX0gMKQrZfAq0SXCkdtl { width:20rem;height:3.2504875rem;top:83.498977661131rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylL9bpG0h2PQt5nhHoX1MG6z1gLmJGZK { width:20rem;height:11.994125rem;top:87.937515258787rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 { display:block; }#FuWmHzmK9rBLBkmQeHddCvMyCo32u2I2 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8mr7UIB9ATekfOTx68p8uAFJilTJiDT { width:20rem;height:3.84814375rem;top:11.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#393938;display:block; }
 }@media only screen and (max-width: 763px) { #IrJz7HmdaE9uDegTWi2R3oXIebEUyANT { width:20rem;height:25.4875625rem;top:17.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kOmOiKRt5W1ZlbvEu1DTmr2SMzbwLEKb { width:20rem;height:13.8125rem;top:44.500001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0RAVy3pAPB5lhktax9Kpqn9M1o9C1eS { width:20rem;height:9.0966875rem;top:1.4999923706055rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#e2c192;display:block; }
 }@media only screen and (max-width: 763px) { #ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD { display:block; }#ZbIPBQewb4naq83T5QFdJbiG3kdDVrZD > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0JsNProspsz1TA5lxgneJdcWuXS59to { width:20rem;height:6.8225rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#393938;display:block; }
 }@media only screen and (max-width: 763px) { #tLplTWKKiJVrnq9KlU1VTkE3rFhKd95I { width:20rem;height:32.983875rem;top:10.443576812744rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HgPP9KLAZ6bkZm06J65kkFJH08gm6b7x { width:20rem;height:13.8698125rem;top:44.130210876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 { display:block; }#SrCqhvGZRKGqZeM87q7fTJiXMKuN7t70 > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJCDGFfwKFbFK06hqApW9ZpZon4W2xMF { width:18.625rem;height:3.84814375rem;top:2.4364471435547rem;left:0.25rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#393938;display:block; }
 }@media only screen and (max-width: 763px) { #uI9dQ43Zdxy6MEdbMqlqk8fxM36b2sMA { width:20rem;height:23.98825rem;top:7.748947143555rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LELyFr5CkaJhZKPhuTendlXSAbzbxZ14 { width:20rem;height:13.8125rem;top:32.685409545899rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8mJ4yrFnGQ99JO7Ld5sgRJp9yqw3I4s { width:13.25rem;height:3.125rem;top:48.80729675293rem;left:3.3739584684372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbe2CRPlUbDFLHKsdxe2rKDkp7w5nw13 { display:block; }
 }@media only screen and (max-width: 763px) { #aaOS9BzHwaZdGU4t6J0MDvlXLR92Hynl { width:13.25rem;height:3.1875rem;top:52.55729675293rem;left:3.3739584684372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBpXKD9AWguHgXr7TBhTTCR1whf8rbWp { display:block; }
 }@media only screen and (max-width: 763px) { #STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 { background-color:#ffffff;background-image:none;display:block; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container { background-color: transparent; background-image: none; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container > .video-iframe-container { display: none; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row > .video-iframe-container { display: none; }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .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); }#STbeHTF0TaM5aWlJi0ZJof5PXEu2uHI6 > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bF7pPhHGJ1EZr5gfW16Ro3KoA572yOLJ { width:20rem;height:0;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXzxZW450Z8VCcmMK9cgb4b44pTVqhLZ { width:20rem;height:9.0966875rem;top:2.1875rem;left:0rem;font-size:1.75rem;color:#393938;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBt2LyVF0T4SpCqNWcgc3tKeJy8InwHe { height:11.3623125rem;width:19.875rem;top:12.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T { display:block; }#xeV2DyJysrZQDZ8iWVqqBGTCVisWkw7T > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRXxyFxQF37ce5gq9F9xFUtwoaCCWCRs { width:20rem;height:4.5483375rem;top:2.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TagBpJXVWh5ytTkgxDVSLXQJDeSKpnJH { width:15.5625rem;height:3.8984375rem;top:12.0625rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kH2WqJMAQVaIUfCRoFVdBUffP4WIZmxs { width:15.5625rem;height:3.8984375rem;top:22.0625rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tW9lCS3QEeh9peaU3DrKmJQOSKT2WyCT { width:15.5625rem;height:3.8984375rem;top:32.0625rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVgESiyF53adlWA77Tmk2c4u3M25C1DJ { width:15.5625rem;height:2.59895625rem;top:42rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eS0KOm769pQ2Rs9N6yN8ZduTCK9T3ZLB { width:15.5625rem;height:2.59895625rem;top:51.9375rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4ytt7sqT9BKhoT7iSWQQZcDtN24Pln { width:15.5625rem;height:2.59895625rem;top:60.625rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAiDGNmBMtAvs7PK6cgy9DzUzacdqNzz { width:15.5625rem;height:2.59895625rem;top:70.75rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZtISlgqoOZznEvuSCTz6Z89bH802nI1 { width:15.5625rem;height:3.8984375rem;top:80.6875rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PC4DklTPpCLGT2bxlLrsIdOoCW8MwkcU { width:2.5625rem;height:2.5625rem;top:75.15625rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKQZe2I3ZNxTp6e9nXI5eDSu2p9AkwT3 { width:2.5625rem;height:2.5625rem;top:17.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct6OXN11R7B13sr7Did6yiKH3cZ3vPnX { width:2.5625rem;height:2.5625rem;top:27.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwRdmhBn6B4OlhqqTOTvIuPfLzdovufB { width:2.5625rem;height:2.5625rem;top:47.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBk3doMgJsL86lDmRvpKbHOSR7AXnq6q { width:2.5625rem;height:2.5625rem;top:56.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9bT6SEfVoQifWZTnkvT2h7Ca1MAU7ek { width:2.5625rem;height:2.5625rem;top:66.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI4LK3dT17huFkT5EyfmzPFCh3CE31Oz { width:4.125rem;height:4.125rem;top:7.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx022cBqM468QGKI8wPAgHCZ4actHTWH { width:4.125rem;height:4.125rem;top:26.96875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMDAqAXEcysvcT8XTEn0hCXN07f0k9Hp { width:4.125rem;height:4.125rem;top:46.84375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh3tGMfAMrUTZ6DFCKo6kOmTZshMyC9g { width:4.125rem;height:4.125rem;top:65.46875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ7vlR5oHfvcEZnhMZn53P1s8kZX0F7R { width:4.125rem;height:4.125rem;top:75.53125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF5vO7JC9Caw5coG0GSKBppDIpXkrGTl { width:4.125rem;height:4.125rem;top:55.53125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt6t83RlHEbMMUbWxVToTP3QUuqJBQmT { width:4.125rem;height:4.125rem;top:36.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFeVDTlnWlPT1bTtOiHh37sJDcJ0cVSu { width:4.125rem;height:4.125rem;top:16.96875rem;left:7.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TwWHEt5wJn4wANWZNxON44fSMVGPvqbW { width:3.1875rem;height:3.1875rem;top:7.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgBp2a4bq73n7MiPuskWRnJAhdMidTw9 { width:3rem;height:3rem;top:37.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO { display:block; }#vXhmMlEtKzUd4Z5gUxA2k7z4zyOhKqaO > .row .container { width:20rem;height:105.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5WymEZXWADqoZ8bM8QxUHFmEc83DuLg { width:18.4375rem;height:4.5483375rem;top:1.3125rem;left:0.78125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPghgUcqOUFbX4PIgsl5xVnMQfB6Xvf { width:17.5rem;height:2.79948125rem;top:9.27187538147rem;left:2.4989584684372rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bF2Sr3W77MCQNaWWUXLAfq39q82db3dh { width:20rem;height:8.99558125rem;top:12.834365844726rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uxK2ipfhnBJqB80PTUKRI6hihh7921u0 { width:10.5rem;height:2.00024375rem;top:9.234375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oUXrMIIx0EItOO6nDSSUKvApRMAh0A4v { width:17.625rem;height:4.19921875rem;top:21.77187538147rem;left:2.3750001192093rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yiBm9NTqpTUfpDQ958UTN7DDAUkCQVrP { width:19.5625rem;height:7.4963125rem;top:26.834365844726rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gcCIVBZgaTzBAVqP9wylnsZ1C6T6DoRJ { width:10.5rem;height:2.00024375rem;top:21.8974609375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GzCRIyFZiHgLyC3a8T743ppwaAQJgtUo { width:3.5rem;height:2.00024375rem;top:35.631256103516rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L7xskuBPOATEdJzcSFu2DBT2x4DdnNNR { width:17.6875rem;height:1.3997375rem;top:36.055206298828rem;left:2.3114584684372rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ITlT96qTS6aN26z9RED9eV0bBod0kRJW { width:20rem;height:7.4963125rem;top:38.506256103516rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KWNRekTTJ7TEqvkmsBabWhAXhhfT3HaT { width:10.5rem;height:2.00024375rem;top:48.068756103516rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o4QZFFm19P2OIC1FzPI4VlxQkNqRQChv { width:17.625rem;height:3.59911875rem;top:48.068756103516rem;left:2.3750001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ux23qq8oiL73T8Xka7pKV1GZUGsevxwe { width:20rem;height:7.4963125rem;top:53.068756103516rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BHZ1EGFbIrb2St08B00T0WaFTBeLceBR { width:0.125rem;height:0.125rem;top:30.6943375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQBCnD666ZR4cA3DCkyeIRJt3fe1QdEw { width:20rem;height:25.875rem;top:76.979156494137rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NzqpKQ1Vn0dHWtRm6f1bcBOVElrMxnXE { width:10.5rem;height:2.00024375rem;top:62.561462402344rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTcSFTtAiVeqBwism5X3QoGI3Nbehb4z { width:17.625rem;height:3.59911875rem;top:62.560424804688rem;left:2.3739584684372rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEHBcO3u5IM2JhzJBqOQkoo0y6hJcBvT { width:20rem;height:7.4963125rem;top:67.787506103512rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2c0e2ac4-bf7a-4b72-9ad6-314179fceb90/tloblack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU.adaptive-delivery-prevent-bg, #cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU.lazyload, #cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU.lazyloading { background-image: none; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container { background-color: transparent; background-image: none; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container > .video-iframe-container { display: none; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row > .video-iframe-container { display: none; }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .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); }#cKzZ4N0xuiR1mxbUlwKzrV6GlHu6pMlU > .row .container { width:20rem;height:164.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4B1N4FThzHw4SwlU4Jezal156GBlk6n { width:17.5rem;height:22.08838125rem;top:37.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdmvXwgo9pK2Bo8LNDu2Lw3lJDUxSJel { width:13.8125rem;height:1.62539375rem;top:35.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiRmGl4RKG7DM2dHmRBbu4XcCxr6Lwgf { width:20rem;height:30rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhQvu7lTTCL8pLlJnAmnKeFAhFqSTkG3 { width:20rem;height:18.125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhvQqDFrMg3pvc9ITwnl2G3OKD8nIJz0 { width:10.25rem;height:9.5625rem;top:17.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCobuURgvAbGBOgNF1guCegHWrdHTmQr { width:20rem;height:9.7485625rem;top:3rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPg6OxuZMFZvt4JKLUeKBvqAWURZAOTt { width:16.0625rem;height:20.5625rem;top:12.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9xTOhbNlnTvhFKzXz7hELITQC421Hd0 { width:20rem;height:34.0625rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3AlOKtPlvaVug9weWoAcMMJiZzq5grz { width:17.0625rem;height:1.62539375rem;top:84.5rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcTEI1icuZbIkGHfogbpz9IBsRLAb0dW { width:20rem;height:18.125rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t56pOhyt6IE1Tx95BImDopUfICqTm3yL { width:20rem;height:21.6474609375rem;top:110.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIULCLaPV8empUan0XayWKIA5LU6Qped { width:10.25rem;height:9.5625rem;top:72.37500190735rem;left:8.5625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLura76ygF70BVuE7WZUDDq3VXJw5Q5u { width:20rem;height:34.875rem;top:125.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPDoMNqGtJ0ez4gOtywBlZ8xXcw4TmvF { width:18.375rem;height:24.68700625rem;top:136.25rem;left:0.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG94TEVn4UZlEwA6XdNwTV7DsVH1R010 { width:18.3125rem;height:1.62539375rem;top:133.625rem;left:0.8115234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9vvL1oBfTsl682dCQ0bTgmF1oT8zdP { width:20rem;height:18.125rem;top:114.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8RDuzFEXeVnsHp0uNnNFfWPl29SfGtX { width:16.6875rem;height:20.125rem;top:63.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvlaTJ1d51iHPfZ4ogApHBElkInoNbbB { width:10.25rem;height:9.5625rem;top:121.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiSVGF9l7TJWTk6te8aqcCykmNriJRDt { width:18.25rem;height:22.08838125rem;top:87.1875rem;left:0.9990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa { display:block; }#Af3yTmoNpvolrZ9wtzzVqqyzfVoUhssa > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK0qmycyUX1K37xdn5rb7DPv5W5nbg7C { width:20rem;height:2.09911875rem;top:2.0746526718139rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTcUZRnltPDz9H3SEZdcq0mvio50Zwin { width:20rem;height:10.1953125rem;top:5.42383125rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Z8OXSkAtZplQBaMPb4OsmufrTxsThkkP { width:19.99875rem;height:6.796875rem;top:15.618896484375rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BQJKPEtOgarEreeE8BXLhRZfEp7xRztf { display:block; }#BQJKPEtOgarEreeE8BXLhRZfEp7xRztf > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ0mSCMElmmI13rSNH4FLICGSZRuw74F { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtznGhnLvJisEisgvVALdW8xt1TPQFQu { display:block; }
 }@media only screen and (max-width: 763px) { #TIdMI8It00sOfunJdy3etNmOeAgEfpyn { width:20rem;height:2.6875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeSsJfG7i5rhAsNOVQIhqTliTyIFoJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #nVtE0TvZPwVz0uESDICGm2CGpvlDccsf { width:20rem;height:2.6875rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsI72ntOQltCtDktHH0lRzWeCZQAX2Jt { display:block; }
 }@media only screen and (max-width: 763px) { #RQBI6CLeVTqsu365Q1q9Ur5oGoxkzsqt { width:19.875rem;height:1.62539375rem;top:5.6875019073486rem;left:0.062499940395355rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 { width:20rem;height:14.5283125rem;top:21.625rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#FMWlTVKB27JVTCQ3xV9T33LXnxRMqcv7 li:before{  }
 }@media only screen and (max-width: 763px) { #O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 { width:20rem;height:21.5595625rem;top:41.125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#O3mXSCVkGWvE2iGT5HzeaXme57eKfac7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #akEHaxryV07M22KWmW1d7KlvFg6NeieF { width:0.125rem;height:18.5rem;top:3.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #doLU6EA6rLWa6dz53RpDDbPmxvcQevyC { width:0.125rem;height:18.375rem;top:3.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #edSZiMTvQBPCiaoElGlR3oJowuM6iI3S { width:0.125rem;height:18.375rem;top:3.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPWmzCtZIKdalhXcc3bTG08oPEB5D2oC { width:4.125rem;height:4.125rem;top:8.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccziucnWfD4zTvi4lIJfE6ZB4drV4E0r { width:3rem;height:3rem;top:9.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drswTe43ZS2tpF6IGGBPHuvcJ1Xzzd8i { width:16.75rem;height:1.687825rem;top:13.875rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 { display:block; }#ZBW3VZoK6vGZ2yMOnbCdi33PrZtL3HW9 > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aab5e2gAFSAU8oGDZDzmtzXDxBQOKpr0 { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbuk2zc1l7NRvp5vJ4FWqr2D6DmIME0n { display:block; }
 }@media only screen and (max-width: 763px) { #EZsAZnFF74ZreBn6X665VJtUrX5qzbWU { width:20rem;height:2.6875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9g5BbobioIkcM8tpkVKxtwgx5Lc51Z { display:block; }
 }@media only screen and (max-width: 763px) { #PzMABLMOT2CTym2JNOqCMSTXlWuwhiDQ { width:20rem;height:2.6875rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpwfuHkC3ILT3RpsFwC9lsL95O5d46Pf { display:block; }
 }@media only screen and (max-width: 763px) { #bL5o63W96A58lT8TN7hgFRZLD6vtvqcU { width:20rem;height:1.62539375rem;top:5.6875rem;left:-0.062500059604644rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogM2NLi25MToPbN0EoyIKLTedFoXvML8 { width:20rem;height:9.6855625rem;top:21.625rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#ogM2NLi25MToPbN0EoyIKLTedFoXvML8 li:before{  }
 }@media only screen and (max-width: 763px) { #teqzCPFW7pmoVker6PPOTOfED6Wti0Mo { width:20rem;height:10.12425rem;top:37.125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;font-family:roboto;display:block; }#teqzCPFW7pmoVker6PPOTOfED6Wti0Mo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #FQnsmN3MCdDXx5bbLS4K5sl1iZcc7lsu { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lv4RaBWtrcrbGgCFO4TkM7Wi6oduHq1e { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIm1Ti64ZvVqzh2ETR39I6ettBCrPDHZ { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ny6aZ6nQefFT5ekMqa0ZmsaR6MuwP56N { width:4.125rem;height:4.125rem;top:8.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4maI5R5HRz8rB4oKo5aJdlZCVTgkraC { width:3rem;height:3rem;top:9.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNUwS8JIr2RFSXWtMfgGPCdNByKcDeuw { width:16.5625rem;height:1.687825rem;top:14.3125rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH { display:block; }#nxxo6dvrE4eSBD8Oh29pCIszbB0SdRHH > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCBbpahA9GalUbFcNCcBFGdr3OhLPqTP { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2SX48neoPtKW051KHtCLPlSrk8rrTi1 { display:block; }
 }@media only screen and (max-width: 763px) { #ExpiOmSnGPryJrz2SZ9Se014x0l4O9Gu { width:20rem;height:2.6875rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL6EtIo2DcqXQ7F4F4XO1nJZnGZIR0Tw { display:block; }
 }@media only screen and (max-width: 763px) { #CCvxtvZKO1DS1T3IsUl3Udg4JulezrQ4 { width:20rem;height:2.6875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyU82Ursf99WPZHeuPvPCF6Z1ULWsU8O { display:block; }
 }@media only screen and (max-width: 763px) { #HKGWgKyyplS9wNTpfpHFdAxXJhB0IlQH { width:20rem;height:1.62539375rem;top:5.6875rem;left:-0.062500059604644rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDzFk0oav0SwVgttA4GDBu7rnamdUpaB { width:20rem;height:4.842775rem;top:24.9375rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#qDzFk0oav0SwVgttA4GDBu7rnamdUpaB li:before{  }
 }@media only screen and (max-width: 763px) { #aUuELHu9iGPiMD9pkcpUMW5y5RXqGPix { width:20rem;height:12.1860625rem;top:35.5625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#aUuELHu9iGPiMD9pkcpUMW5y5RXqGPix li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #zHKke7NXl7DHpxBEIuH0O5viThdAfwyS { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WruJGtiJPB8lsGGc1d0XedBe4SOTDeSo { width:0.125rem;height:17rem;top:4.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9fZSzTCL65Ou5BIp4KbMQJDELLpaXdD { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4NUhqLt7BHmGZRLzOKPf6eAC7o8HTos { width:4.125rem;height:4.125rem;top:10.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLhuIw7DD0Pmq5PGM46gHsmkeF0Norn { width:2.9375rem;height:2.9375rem;top:11.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx6G4gIUgC7nHptTVLklEGpRowUe9FQ4 { width:15.625rem;height:3.37565rem;top:15.9375rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n { display:block; }#Cn9wyvXmcyQNvXUUK20Xbqca4BQVB66n > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBFfMgJmSZqpXo0enasPpSnMoQVVMytR { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqrcXKJbsgKAFOsivUoXcJkbQEbnWK0Q { display:block; }
 }@media only screen and (max-width: 763px) { #RrS0itoPuCmwusZi4P0siJ1mXmv4wJOP { width:20rem;height:2.6875rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyhPpOJToznWm40aWxuryCGw0k8SwVWl { display:block; }
 }@media only screen and (max-width: 763px) { #GdcZKllUlTWZaHhVzawXMSVUWsaX4wZn { width:20rem;height:2.6875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phvf4wVzIi56UbrHALbUo4LAxQksr5cz { display:block; }
 }@media only screen and (max-width: 763px) { #ND7H80ncioknHPqpDMHWi7W0eADypNCT { width:20rem;height:3.2504875rem;top:5.6875rem;left:-5.9604644775391E-8rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhqwApqaAoU43MPlZWV6HmIluNlUHrFm { width:20rem;height:11.0918125rem;top:23.3125rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#UhqwApqaAoU43MPlZWV6HmIluNlUHrFm li:before{  }
 }@media only screen and (max-width: 763px) { #m8fAMONGlTthAQgMEcK5ZqCCENnrttu1 { width:20rem;height:13.5923125rem;top:39.375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#m8fAMONGlTthAQgMEcK5ZqCCENnrttu1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #wy8TRo2c2scw4kc0i853op2PbyxHXwtI { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUQH15y8ixHRVwmQ4wrMVwsr2bNspFzi { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IM5F0MyovAbrkWyxc5w6nhaAwg9X6pzV { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTpJyWIJlROBrpvGtnXzmIIzm8zzDh3x { width:4.125rem;height:4.125rem;top:10.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIiP3QqdqQnfirPndUxDhuJAN5iGxiO9 { width:2.6875rem;height:2.6875rem;top:11.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUNJy0zUG1rbPRKBNzQMD9nFP6x637fd { width:18.5rem;height:1.687825rem;top:16rem;left:0.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #tNDG60H0qaGOVinB98VRTe1bxBbUXuTy { display:block; }#tNDG60H0qaGOVinB98VRTe1bxBbUXuTy > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3aN7T7ev9fKiWsTqVUTgTkmaQr9KhdJ { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACyThs8He8ZSaJRnkggLzg9mcOoru4s9 { display:block; }
 }@media only screen and (max-width: 763px) { #Hki7T9LKBvHEqAd1HTk3ukRT6UeTydmb { width:20rem;height:2.6875rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxdZpS56BAyKSup65TGDRumLzZ4r0amA { display:block; }
 }@media only screen and (max-width: 763px) { #pr7sUpFiiFOxMZZkodZEyxarqmmETstJ { width:20rem;height:2.6875rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGsEWeissf4MPyJTfwWn1XXfotb77fi4 { display:block; }
 }@media only screen and (max-width: 763px) { #pqzS7M85EJh20RlXXARKSCZTNvmHz8kS { width:19rem;height:6.501rem;top:5.6875rem;left:0.56249994039536rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE9XSeMx9hpqBT9xyiLn9yRFJqQiS2NW { width:20rem;height:7.65525rem;top:27.3125rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#kE9XSeMx9hpqBT9xyiLn9yRFJqQiS2NW li:before{  }
 }@media only screen and (max-width: 763px) { #OBpPHQOxpyVJPMAauidLL3P3UTLcXsyI { width:20rem;height:14.9985625rem;top:40.5625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#OBpPHQOxpyVJPMAauidLL3P3UTLcXsyI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #n0os5sPO3itNdZysOva3iGcWBPgwakd1 { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZogOyMyhvDVwoqy8OMJ8k4HlElg1P0ib { width:0.125rem;height:17rem;top:4.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouGNsd0ViI9V2ubJMXgpRes3qS8XbD60 { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttqm4zw7SadP7hSif0LEXXKyF8lq3czi { width:4.125rem;height:4.125rem;top:13.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4PDxdHPhcUE5TVVzTD4sPwd2HD0peoq { width:2.5625rem;height:2.5625rem;top:14.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #um7iUNp1aNVw6lOU5Gg57udL9TEQyTnA { width:15.5rem;height:1.687825rem;top:18.8125rem;left:2.25rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB { display:block; }#R4f0PoPlSe4V27WzwgFC1w73NP4Kt3gB > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kwy2qlKx47yMCbXe6LhLP6DMTXWFZ6ou { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKMSLEEt9xMVITz4O1iVEeS7kL6E52DO { display:block; }
 }@media only screen and (max-width: 763px) { #rVyM7obA6zZNzufIc1wG81C52US2eMms { width:20rem;height:2.6875rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiTNwWlHZMxJhcZoIB4UyMtpiTeqhDbu { display:block; }
 }@media only screen and (max-width: 763px) { #r3ruTmgal8zDn2Z2amnhOfG8zLEQCRRq { width:20rem;height:2.6875rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFuXybWW7Xx3EFXw2AKJRNpoX7vXXq3P { display:block; }
 }@media only screen and (max-width: 763px) { #Fiec1aizE1C5qFOnTVAW3F4SaPHFgCT7 { width:20rem;height:3.2504875rem;top:5.6875rem;left:-5.9604644775391E-8rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EboETQqOywGTBQPTnnUmbbBZ5bRxMf6p { width:20rem;height:17.3408125rem;top:24.5625rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#EboETQqOywGTBQPTnnUmbbBZ5bRxMf6p li:before{  }
 }@media only screen and (max-width: 763px) { #Kd54o7BExkCQFJNs81eQ0thSfDLBKRKn { width:20rem;height:17.0288125rem;top:47.6875rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#Kd54o7BExkCQFJNs81eQ0thSfDLBKRKn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #UpMPmn2R0KqoPx5zexmzEp4hipwd9WZ5 { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBmQQCJUTM5WESsH27M2nNvqA3NCZExW { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Id0dyTF3RpryhdoByP51AQvmTZmdGtVT { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIAK1TRvvJNQXTAucfgMTLs1y6hoCgOh { width:4.125rem;height:4.125rem;top:10.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzUJ7d5JebAWXckxzCE4gKMGUzb6WzWl { width:2.8125rem;height:2.8125rem;top:11.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbx0dNT7kJDESRy4EVwJ5v9kJOQIAV5e { width:18.4375rem;height:3.37565rem;top:16.000000476837rem;left:0.78038197755812rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #fGxTrad0BnnBIaRTOETMqT8vkdrWO76W { display:block; }#fGxTrad0BnnBIaRTOETMqT8vkdrWO76W > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTHETfegyko0lNcddXydQvkICJQyGU85 { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5CFG9TUE2vLF3zwmDe4iVl9HMJOTaon { display:block; }
 }@media only screen and (max-width: 763px) { #EamAFa4oId1Jf0Lptumi2UTy3mXJO4WV { width:20rem;height:2.6875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMdtcJUilZJJTcHTTNNdyvOvWFak1WH7 { display:block; }
 }@media only screen and (max-width: 763px) { #e2Lk9Et2w92ft4qNVJzt61AxWD4yyeEV { width:20rem;height:2.6875rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAwB9P8ygNV1qtg53mUrc45SJouWpLN { display:block; }
 }@media only screen and (max-width: 763px) { #wUA7Rq0W6SgsOhmHM43Wkaxe0ukeyrUB { width:20rem;height:3.2504875rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7TOGuqlUgkKv5rrPCmzqxim78XNcHJ7 { width:20rem;height:11.874rem;top:36.25rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#C7TOGuqlUgkKv5rrPCmzqxim78XNcHJ7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #DTez7ABTBqXum3BKc4cTEmdnbNwIrCqx { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pvbzbdiwt6mJNlxTFsTwOFS7GXMX4to1 { width:0.125rem;height:17rem;top:4.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0RysMZO5gm3U40LodMdSSaEQ7TopGFy { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvEdGnIKMN38Rgxccdy2ZwIPbTcA2H3n { width:4.125rem;height:4.125rem;top:10.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi9lDllz9TTggoChONB0hmkdgC6UOxdX { width:2.6875rem;height:2.6875rem;top:11.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8skxzsyNExhDzr56xrTtTgEiTfJOdK2 { width:20rem;height:4.53125rem;top:24.3125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#U8skxzsyNExhDzr56xrTtTgEiTfJOdK2 li:before{  }
 }@media only screen and (max-width: 763px) { #oTMVms9TVOxxh207JqizaQBLh6gSHoVa { width:20rem;height:1.687825rem;top:15.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs { display:block; }#gcbeT3TAmhHmWAeblb8XsWBhe2fIaKqs > .row .container { width:20rem;height:59.184818359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXNrGlqwqkUJex67btfZB4wXlnncV7z8 { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODSrWvN6cdtfNl5OfJIam5hNceFNQiv5 { display:block; }
 }@media only screen and (max-width: 763px) { #mO7Wa44oUmAPLfWJgTCNiPl891XxERNT { width:20rem;height:2.6875rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77ziychkAoyqMuGzqBS20d9ZvcBPlXf { display:block; }
 }@media only screen and (max-width: 763px) { #dW1bUCItQbvNT4sGWDk1G8IHzDWHLX6u { width:20rem;height:2.6875rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkETLCLIGLznZAdt8BlNNaW6mRTyNcg8 { display:block; }
 }@media only screen and (max-width: 763px) { #u5KGoXKLqSczqlLmRKLyzcqsZf0bTZCo { width:20rem;height:6.501rem;top:5.6875rem;left:-5.9604644775391E-8rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqWAu0b33clOyOurfud2nXOvNamnP6K0 { width:20rem;height:11.0918125rem;top:29.0625rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#VqWAu0b33clOyOurfud2nXOvNamnP6K0 li:before{  }
 }@media only screen and (max-width: 763px) { #kiubzoWCtDoS5K0qbQJaOHLlDLowrrtO { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5hrBx1QFFqxKqBaL0n8klNr5aAJr7rO { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByKKzdCxBJ5BfOQhhM5PbSfrcPDXNE0T { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2T7iIW7KkcJthVl6BZTh604NXIQgt1W { width:4.125rem;height:4.125rem;top:13.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSzZhTwgi6bCsZ52SJI5QTF0D8MAkSI6 { width:20rem;height:13.3725625rem;top:45.8125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;font-family:roboto;display:block; }#XSzZhTwgi6bCsZ52SJI5QTF0D8MAkSI6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #Q0A6xbrmS6gc5235Gvf7AKcvwhoeBTqe { width:19.875rem;height:3.37565rem;top:19.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #x3TSxyzAKXPh3uom158gmAe1cETq11Ts { width:2.6875rem;height:2.6875rem;top:14.5302734375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 { display:block; }#GtfuAJ9KrM1ID8X9Zb8NtnLfnHch0o24 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZkBTzxbSUodfOAxQb3rKFoptGL9N1X5 { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u213QZMrX0ING3qyyVXC5AkX38ndpLAg { display:block; }
 }@media only screen and (max-width: 763px) { #L894nJ5vTF4D7ornDCyXl2CwkVHNfxak { width:20rem;height:2.6875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgzL5l7u92GO7xS100yTu1dTqhuddubT { display:block; }
 }@media only screen and (max-width: 763px) { #n09OS5XTVQzyRi6XQwo5iRSJI04uQVM9 { width:20rem;height:2.6875rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyAiCXEy2Xr8cK6mXTveUl7QdJsiH1vh { display:block; }
 }@media only screen and (max-width: 763px) { #HlsW7tU0WdtQd1pphvpu3MnS6fNlOw57 { width:20rem;height:3.2504875rem;top:5.6875rem;left:-0.062500059604644rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJbloJx0eCkKvPAu0EA4kucS0RVmMnB1 { width:20rem;height:7.65525rem;top:23.0625rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#mJbloJx0eCkKvPAu0EA4kucS0RVmMnB1 li:before{  }
 }@media only screen and (max-width: 763px) { #w6WTzLHitvuSq7chqoWPKl9Z1mEGODGi { width:20rem;height:7.65525rem;top:36.75rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#w6WTzLHitvuSq7chqoWPKl9Z1mEGODGi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #rECRDWUnGo4NxN65rbPH99irJEPrFhuo { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAL3V6ZNh4LGNQHgPP4prIXPNM9ekBaD { width:0.125rem;height:17rem;top:2.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzpSVbD3VqEbTsguaLgFxoshpyh3icES { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qd2bdBfqgTqcesk3tbVFb99WylrNVX0J { width:4.125rem;height:4.125rem;top:10.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sica3IqFiEUWuHppl1pWmn22P5QNuUaU { width:2.6875rem;height:2.6875rem;top:11.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1UoMeIADDAdzWmoRS3fgKCIbwiqdI6X { width:13.25rem;height:1.687825rem;top:15.8125rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P { display:block; }#E30RbDkLSA8066Cr1c9uKn5AmXfBgB1P > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAxq5rP42EgVRL1BbSkNDPRziHcnGRUn { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5iH9Oa0PvssTrtshuLKwq84E7sZhXAT { display:block; }
 }@media only screen and (max-width: 763px) { #GrQ3xPRGgKsDXkCDG3NuB06vsK6RHEcb { width:20rem;height:2.6875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frSw0TU04RQF3qxg88LgzkCSaEAOch1c { display:block; }
 }@media only screen and (max-width: 763px) { #hJxuaZatnzNuMgqwota5TRHpEAtH38XA { width:20rem;height:2.6875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXHrt01A01NIp6AJLGd71OPaAl7Bmbmo { display:block; }
 }@media only screen and (max-width: 763px) { #Nf4BEa0y5RT6LvxCaREsPdE6Vz0Gni0t { width:19.9375rem;height:1.62539375rem;top:5.6875rem;left:-0.062500059604644rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IunXM6LTfQJy68FXc2vpFyDcuTXKvnTJ { width:20rem;height:6.249025rem;top:24.0625rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#IunXM6LTfQJy68FXc2vpFyDcuTXKvnTJ li:before{  }
 }@media only screen and (max-width: 763px) { #cnSOn0GicoL966vFB8Id9DTv3s4ZGEFQ { width:20rem;height:15.3105625rem;top:36.5625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#cnSOn0GicoL966vFB8Id9DTv3s4ZGEFQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #VFiXhonTh831lvOwPTQJDapFZ2cJqMp6 { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZB77wxGaBnmHgUGPkRWZRJcCPsZ6qKki { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzJ7FzgEbXLkgqTAT9L4TkDz8ao7tTif { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThgTvCWqO7g8enqwrTBM56aNsX85NLq7 { width:4.125rem;height:4.125rem;top:9.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmL7Tba6cs0a3TGnXdSXDKVdQSWpenxL { width:3.1875rem;height:3.1875rem;top:9.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rosSob3rp1eHuhCW50CXuwthO8yWtMgT { width:20rem;height:2.923825rem;top:14.4375rem;left:-0.062500178813931rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL { display:block; }#Otql34v1dG4TCXqSXDE4f3CqKaqL3FsL > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SElDLELXHSbGsqbsOTgq5cThVWBMTTBf { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaIH99aqTiTFmMiRmbKsxtvsqS8ERkVJ { display:block; }
 }@media only screen and (max-width: 763px) { #PA6ArE7DEvMKnWBlqcODJZAxVp4h88qn { width:20rem;height:2.6875rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pytRKO7ko2fLAKVgAyKdyKlv5IGl1rzR { display:block; }
 }@media only screen and (max-width: 763px) { #ScR4eAp2b6NuWJ9TPnBh616COF2kUko0 { width:20rem;height:2.6875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMCQFWeaiR8HUHkUJvNF2VxpP4IT9Mx6 { display:block; }
 }@media only screen and (max-width: 763px) { #AD8AaW0ydxGo2JS0EeVzrthCVEnPTqTP { width:20rem;height:3.2504875rem;top:5.6875rem;left:-5.9604644775391E-8rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBbwkueQbQMUFaQtIkF2HyoA86pOHpQt { width:20rem;height:7.65525rem;top:23.375rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#IBbwkueQbQMUFaQtIkF2HyoA86pOHpQt li:before{  }
 }@media only screen and (max-width: 763px) { #R2sI5tXTFU3DX86dd9yhTBCknPuqzWOh { width:20rem;height:6.249025rem;top:36.0625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#R2sI5tXTFU3DX86dd9yhTBCknPuqzWOh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #X4kSJzNHB6yz2Tpd0wbyplnr0oGkZBLx { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShNkNPtWvzCaElx5amB7dlPRx7Ckvbf8 { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLaDAwICUdpsk4Z12GStuzbECvMiZC21 { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIgwFrVhDAKPdKuo9wRGxxe7CQcU4vBn { width:4.125rem;height:4.125rem;top:10.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyuW3ZhLvr1Wx3XdXI92bHuUTeqSSwJu { width:2.8125rem;height:2.8125rem;top:10.8125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNN2IZpXfzN5AoXpHusdtPBIKTi3q4FT { width:13.75rem;height:1.687825rem;top:15.625rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #OmeCwStTb59fTUVshycvaqNMzIoqcWsT { display:block; }#OmeCwStTb59fTUVshycvaqNMzIoqcWsT > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KC9DchnGTQTXcIyC5s9J4gKIMaHclg4y { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2c17CEOVKKuJi0gPKMpx9ucwnytyDG6 { display:block; }
 }@media only screen and (max-width: 763px) { #BlhPyPFs6h9N6kXwM9EcKSqWMGDn7bMI { width:20rem;height:2.6875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lodffcc4RdlXgtFDQ2O5sChRQz9v2MOW { display:block; }
 }@media only screen and (max-width: 763px) { #tnlbXKWKiu0a4f10b5xQ1JsNLbpo51Fr { width:20rem;height:2.6875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxceN9a18650gTcJIJ1MwWNt1v4N9cEA { display:block; }
 }@media only screen and (max-width: 763px) { #MXX2tIgPmIpJA8fPZOUq3Qn5LOWKKGUq { width:20rem;height:6.501rem;top:5.6875rem;left:-5.9604644775391E-8rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh78Zuq5qyz6udqbN5kOHb4Qr6wxvSI3 { width:20rem;height:6.5610625rem;top:27.125rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#Jh78Zuq5qyz6udqbN5kOHb4Qr6wxvSI3 li:before{  }
 }@media only screen and (max-width: 763px) { #u2BuVMTOwq1TRepdu5cGcy5wAQLvMTpy { width:20rem;height:10.7798125rem;top:39.375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#u2BuVMTOwq1TRepdu5cGcy5wAQLvMTpy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #WXZE3BGsTCcsXv9HIRZUygtJy5VLiQmP { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFbXaiFRbTRrEsmV0daxFCvyuedNqs9T { width:0.125rem;height:17rem;top:4.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xziBLQRZTXNJoz0XBpfZMT2P1vDcdNgd { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WohV8gM2dSMGdm72XhlS1RlaWUSlp2Tu { width:4.125rem;height:4.125rem;top:12.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgGG7iCohp1whP5BgZPEBA6lt60KD248 { width:2.875rem;height:2.875rem;top:12.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0JdWnFSGWDTrAcfEaIygNNsyaWyVTL { width:20rem;height:2.923825rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 { display:block; }#A8fMF4NxZeVuaQS7sGvzZGqZRwwvyKq4 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nV9saEWWApI1TtVi8kVdhQRXq3JRlxWU { width:20rem;height:2.75rem;top:1.6875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCeD1sDK5tS1ou1Ddhuxa6ze3ivH9XLI { display:block; }
 }@media only screen and (max-width: 763px) { #XKPqA5ir3L9CevlBOlsrcxxlyc26KSWt { width:20rem;height:2.6875rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPTQIntPM9QxNQXwDSCDJ7XnuVNRPGt { display:block; }
 }@media only screen and (max-width: 763px) { #HTnOx4lwwUOzgOXaN9GsTykpGXOWrSlq { width:20rem;height:2.6875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGvgdae98uusQRViyvDe6bVq0egJiT2C { display:block; }
 }@media only screen and (max-width: 763px) { #v7kHSPmGx2zTpMTlwX5PnRm5paT6EN2U { width:20rem;height:3.2504875rem;top:5.6875rem;left:-5.9604644775391E-8rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CzZNU3g8rAEZdsxA8wl9qMJTfOwNPH { width:20rem;height:6.5610625rem;top:26.5rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#I9CzZNU3g8rAEZdsxA8wl9qMJTfOwNPH li:before{  }
 }@media only screen and (max-width: 763px) { #D2kWT4gnEGRvaQg0FiMTy4NB1dunMRdn { width:20rem;height:11.874rem;top:39.375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;font-family:roboto;display:block; }#D2kWT4gnEGRvaQg0FiMTy4NB1dunMRdn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b6748378-f170-4ba8-9592-75592eb4a039/Zasb160.svg); }
 }@media only screen and (max-width: 763px) { #qEdfmhcOb5MAQTDuebKos40GDa5z0FT3 { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TybsKqrtdVuVS5S5hxzn59Fsrkp1CZlK { width:0.125rem;height:17rem;top:4.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9TXRxcPyxWGaB14suRhvIryR1q3SIHk { width:0.125rem;height:17rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6pXC6llE5gIp8h1FkkbxXUDppwgpEiT { width:4.125rem;height:4.125rem;top:10.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTX1GGQ6knNdi6wHbpULxXEt3rIQI2bQ { width:3rem;height:3rem;top:10.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx0wF8Evgu7r6kQ2XC7BdtsH6WFk3OKg { width:20rem;height:4.38574375rem;top:15.625rem;left:-0.0615234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe { display:block; }#bSQfTpMr0PSaF3cWsr3HtgvbXKlqdCVe > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua { display:block; }#MkJK9KbLlPbbEp2MDehTUVZiqXgXWMua > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIy4SFODX0Sx1mcByFsn35x6h5gu0rUt { width:20rem;height:2.09911875rem;top:2.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3i2EvItWntyFRsedqQoDL85BGZNlJll { width:20rem;height:15.29296875rem;top:5.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zG1Pee6mNKxcp04DdVLEHDezsE41hn24 { width:19.875rem;height:12.75rem;top:22.437459945679rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfOTOaqIsAyPze3lKLN9vtd6WmvFtFDD { width:6.875rem;height:6.4375rem;top:22.4375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a { background-color:#191919;background-image:url("https://images.assets-landingi.com/uc/2c0e2ac4-bf7a-4b72-9ad6-314179fceb90/tloblack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a.adaptive-delivery-prevent-bg, #JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a.lazyload, #JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a.lazyloading { background-image: none; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container { background-color: transparent; background-image: none; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container > .video-iframe-container { display: none; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row > .video-iframe-container { display: none; }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .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); }#JVfJ1EyDQMBDwEJyPyPUvCMN5TcTQq0a > .row .container { width:20rem;height:202.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8xfRpSxhe6NIG8GF8tRK4npRcZKEkvV { width:20rem;height:6.8225rem;top:2.3125rem;left:0rem;font-size:1.75rem;color:#e2c192;display:block; }
 }@media only screen and (max-width: 763px) { #CCRtg9ZJM79SMkpS1Mdqw4ZmflVTkhre { width:19.125rem;height:2.5986375rem;top:53.25rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHyC1KSqCaBT2RZ3DSSTasSXwiEZZ4a { width:19rem;height:6.4965625rem;top:45.3125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFbz2lT4AXp47ob60U72mideTVMESLS { width:7.9375rem;height:1.25rem;top:56.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9Tlx3zhp2buXrRHU2nHLrQWAXHKGEV { width:13.75rem;height:2.5986375rem;top:36.375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7oF4kzzxHDeHfDWWZ3sRBFVtbHupi2b { width:7.9375rem;height:1.25rem;top:39.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAqqcOJkTPW330umTs07mOcAIG2cUy15 { width:19rem;height:20.7890625rem;top:13.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSc1tUWSkXM0ePZXmNLwkbkm44dolywy { width:13.75rem;height:1.29980625rem;top:79.75rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEmg7fACD4QCVBxLRHF3kveOrEuRiGsT { width:7.9375rem;height:1.25rem;top:83rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epBeZxwA8qsuGRSw1qCi6ShPZZnt3n32 { width:18.625rem;height:15.5924375rem;top:62.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c04nEGvTTQ1qDz2dpClTDvDRuDeW0DDo { width:20rem;height:30.8125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNAxCL0dDOQtf8te03b7b3Uinh9D6Ra4 { width:20rem;height:15.5rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3MD0tLDVmcNIaoUzlV034RKzGfHGS7Q { width:20rem;height:25.3125rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkRGgEapyt8O3ZrunJum5QvzTdcfyDnU { width:20rem;height:26.375rem;top:87.0625038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogi629tp2KKXesIxdTyDLGJtP8yfSsn { width:19.375rem;height:20.7890375rem;top:88.9375038147rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdApIrmpGLqu21cvBtvwRQ4cggLVnxOo { width:7.9375rem;height:1.25rem;top:110.0625038147rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Fwc3vvks1rqKion1hA1XFA3ccbXr3s { width:20rem;height:32.1875rem;top:114.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #etIbMIR5QIfzNhnKHc5QoQkJpZTkufMz { width:18.5rem;height:63.66625rem;top:135.21875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiTXFduanqq6vHE2m9amaymri58UVgrd { width:20rem;height:20.6259765625rem;top:113.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Dc8DbrMn1p443I89rgi0QaNHs4uW6r { width:20rem;height:85.6875rem;top:114.375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ { background-color:#f6f6f6;background-image:none;display:block; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { background-color: transparent; background-image: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container > .video-iframe-container { display: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row > .video-iframe-container { display: none; }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .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); }#XPRhpdJUldFGf5EE7eRLqRPISskiZgcZ > .row .container { width:20rem;height:120.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMEVOSQ0pqRrJD7Fne7ZvhgC983FAtAB { width:16.25rem;height:3.8125rem;top:87.25rem;left:1.8750001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJruQsfCTvr3nuAGI8aXV0yFKxQBvKgr { display:block; }
 }@media only screen and (max-width: 763px) { #FsH8XvetaiMfTEXhUGQTt3P7ntuAeX55 { width:20rem;height:55.625rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAdTCI2uIX9vB75GByBZSQitH8t9y0t2 { width:20rem;height:6.297375rem;top:6.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#393938;display:block; }
 }@media only screen and (max-width: 763px) { #Q7uekEJO5JCWzOS9i9L0rQoP8wJ3cM8B { width:20rem;height:11.464285714286rem;top:79.6073125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG { width:19.3125rem;height:38.8036875rem;top:47.125rem;left:0.34375rem;font-size:1rem;display:block; }#Q9wcqsyXBnic6t3efxRwv7ptGhH7fHvG li:before{  }
 }@media only screen and (max-width: 763px) { #DPwvC3Ndq7bz56ZW98nR7Ch5ySTJq3UE { width:20rem;height:2.09911875rem;top:39.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHQqcU9GQvMhGv7p0LI5O2y0UATlqxQ4 { width:19.9375rem;height:25.8125rem;top:94.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GyHIvCLTgObQReZKxD8vs1pRIqJBpuuZ { width:10rem;height:4.06274375rem;top:41.875rem;left:0.8125rem;font-size:3.125rem;color:#e2c192;display:block; }
 }@media only screen and (max-width: 763px) { #lOT35EH7NetOpvZiNaEfgCf4KVPHZXcE { width:7.9375rem;height:1.29980625rem;top:43.9375rem;left:11.437500834465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L96TiQoHfGIoKs1lJ2KHZVzaNUOPTDk6 { width:20rem;height:20.98975625rem;top:14.1240234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx0lL7n2sKwEqQ6vud7u5qyWlEAS4wyW { width:15.9375rem;height:3rem;top:2.6875rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 { background-color:#ffffff;background-image:none;display:block; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container { background-color: transparent; background-image: none; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container > .video-iframe-container { display: none; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row > .video-iframe-container { display: none; }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .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); }#tqIrgR5AS9lybaQH7ZHE0SCc6D5zDAM4 > .row .container { width:20rem;height:111.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCvNg6hTDyXk0uhP4ZcDfK4L0BTKLqie { width:20rem;height:53.25rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJ1efyOalqB6UIq1pVt6eKqrVPWsFLJ { width:20rem;height:4.6875rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk3GZfds4RGKx3LObH3Mq5Dvgx3q5Xaw { width:20rem;height:1.7871125rem;top:58.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-text {padding-top: 0; padding-bottom: 0;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-select {padding-top: 0; padding-bottom: 0;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo  { width:17.5rem;height:auto;top:60.875rem;left:0rem; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo {display:block;}#PEvecTz03imFn9BywyMJMaVFPmx0R0Uo { width:17.5rem;height:auto;top:60.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #hVofNiqoGptkoDH4liCReTqcFR8EfJ7y {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #XT8pvKvRIhpbFKpNIoWAaLLn1fgF9zmF { display:block; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #dul4LnGcDTtqmiqz7pNB1V5fdXfmEu3l {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #trKKHPfMKV4LqlIGoTiPcRdOKRJIJkeF {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #UEcmcuWzPnCPpfOwALIzgXeQzXqZxRXo { display:block; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #mDctpvkNfI8X7POURVkn1e6br2sIUmOW {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #qplcXJIRAusDahyqlzcxUoKLUa8xiMpo {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #fqtMJAvoISIgky6o9eTThPTrrACFQUyQ { display:block; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #eemo3MXAUOKsmSUQ9Kvs0Z02agCXV580 {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #QDatTNMghawE5d0isTLLdpTp7CzqKtGB {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #UgOfGaBC1fGyLrRVtFa4GT7VDT0Fo9uS { display:block; }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #x77MAdDDyEVICFeBCT57S42Qvvo2CLTl {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #l6V2ULc0hv6SosxX2gUWvLeEW18uKDv9 {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #qxAv6ipdAKoB01QusKZC0zlaMex5GdEB {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #qaFKT62SK9GnVf0Khbxt0IuisI9TX0ap {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #LgkqTDPsvyTBkMEPcmcVRQFZ7BDGB9dM {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #vthBOaO3yZuWbV22KWcuwt3BrO8GCQZb {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #heJLPwGOoxR2wkHT7y2m0hqdbsfww3dt {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #Cx0UuDwv1muP8H05cwTwfzxT2BJszbvE {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #ZOaf0R7iwyRI3TyCHm4s9i3Oaavrs8uB {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #olmhZbTDW21zZL6QqwovDRJgRvaxAcPz {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #CJ7cyZMLfelq3s0BJFqxmaqxbpSzgxnk {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #tBgutBdd6iS1FJSizDKwBmWpStyB84PB {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #RUtTN51kPwRT53vbUsb4y8CizVVlvW1X {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #Wey6vA7WkoxQow4TnFUFfXEFwmp3g4kn {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #xRqusPk8CXDmvDiQL0Tl26K2kqlKvcAI {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #zb4pTHaMI9LoKWO7UqFoScSgABFlqL2p {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #pAFG2Bqympa9sQJqzOtqclhSG0MZeAsb {  }
 }@media only screen and (max-width: 763px) { #PEvecTz03imFn9BywyMJMaVFPmx0R0Uo #PTQuNl5IFuWVhPMZRUw6bLktZh0xnTyP {  }
 }@media only screen and (max-width: 763px) { #bStEtiX0WKh52x3itfENsgJtoC0kytkM { width:20rem;height:1.125rem;top:107.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiZMCzMxvbyXorCdupsBpQ6ma5lyLJsQ { display:block; }
 }@media only screen and (max-width: 763px) { #Kl0TMH3h6x4E1LKnTgFmQ3tBS0rM9WzM { width:20rem;height:4.5483375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXeF8SN4cJvotKQnI3SkhpMTMp74EeKc { width:20rem;height:15.9961rem;top:7.9375rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #tEA9LWaG5IweT8fbhscGhwrZ0Nu5vO5b { width:18.9375rem;height:19.1953125rem;top:27.0986328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #czeuzVNA1K73GvEB5m5OhV2W5iFc4Okv { width:20rem;height:6.3984375rem;top:47.2314453125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4pk2uopDcF51bycV5HeT6beuNN3xO8Q { background-color:#f6f6f6;background-image:none;display:block; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container { background-color: transparent; background-image: none; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container > .video-iframe-container { display: none; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row > .video-iframe-container { display: none; }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .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); }#t4pk2uopDcF51bycV5HeT6beuNN3xO8Q > .row .container { width:20rem;height:34.74901171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GW1UOWHS8bTVFHWZoQgTi4iHI0Kl8fT8 { width:20rem;height:11.375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAkIN92AcS6Ax6fHv1qF3CpmuXVowm5x { width:17.5rem;height:3.3984375rem;top:19.3125rem;left:1.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUzLKoAtUhPp44q1QgHI0RrD5KumS3ao { width:6.625rem;height:6.625rem;top:9.625rem;left:6.6874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDQ4kWfmUQrc11CGWtA7gayF0HaNXm6 { width:11rem;height:1.62539375rem;top:17.125rem;left:1.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIoZRl4can9aiKuc44rl4arH23URHheN { width:4.8125rem;height:7.3125rem;top:25.4375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8wrp81bAb7fimuMkpQtn6IGUhddFVm { width:19.5625rem;height:6.3984375rem;top:1.80859375rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yL7xpTs3bt3CDsdCfT80pTlzeBAS4ZhO { width:6.125rem;height:6.125rem;top:9.8750257492062rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaWLhxOODM2X0nOMFNrhbtbkT2wy7zon { width:6.25rem;height:5.8125rem;top:9.4375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXr8U3bm6ItXykI7RBRQQePVLDT6TfUG { width:20rem;height:12.875rem;top:21.875rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w { display:block; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg { width:2.125rem;height:2.125rem;top:6.8249969482425rem;left:13.375rem;display:block; }
#qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp { width:2.125rem;height:2.125rem;top:6.8249969482425rem;left:8.9375rem;display:block; }
#Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #IiF7P6TqFdsVfoD8iy502X00A4FK42lR { width:2.125rem;height:2.125rem;top:6.8249969482425rem;left:4.5625rem;display:block; }
#IiF7P6TqFdsVfoD8iy502X00A4FK42lR > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #SwRDLZTwrycnxBtPlKD416fZgXo2BLUc { width:14.625rem;height:2.9245625rem;top:11.44970703125rem;left:2.4375000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb7sIrIFhp2ePzR82PzTaGw9WuCRSu17 { width:10.37475rem;height:5.52831875rem;top:0.21826171875rem;left:4.810546875rem;display:block; }
 }