.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:255,241,228;--color-primary-1:254,209,164;--color-primary-2:252,162,72;--color-primary-3:126,81,36;--color-primary-4:38,24,11;--color-secondary-0:226,238,252;--color-secondary-1:158,197,244;--color-secondary-2:60,139,232;--color-secondary-3:30,70,116;--color-secondary-4:9,21,35;--color-tertiary-0:255,255,255;--color-tertiary-1:203,203,203;--color-tertiary-2:82,80,80;--color-tertiary-3:41,40,40;--color-tertiary-4:8,8,8;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/07aaf1a6-4f0d-4194-b2fb-bbcff48c11ab/5.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-tertiary-0),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.4375rem;left:14.5625rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:29.9375rem;left:21.9375rem;height:6.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.9375rem;left:29.0625rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { 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:6.875rem;top:1.5rem;left:33.71875rem;overflow:hidden;display:block; }
#sg3PNe9orR9woc7LcfUa55W2GVsQRvDi { color:rgba(var(--color-tertiary-0),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:14rem;left:14.5625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxTSSfXzSXDU0XiDf5506X6asQ4VE4cT { color:rgba(var(--color-tertiary-0),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.5rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:17.9375rem;left:14.5625rem;height:12.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 { position:relative;display:block; }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 { background-color: transparent; background-image: none; }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 > .row .container > .video-iframe-container { display: none; }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 > .row > .video-iframe-container { display: none; }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 > .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); }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 { border-width: 0; border-radius: 0; }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SiHHT2TQPom0HfZKPTUzJ7bDrkXuiMAf { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:9.625rem;left:14.5rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DUAFfM6yl94iqK18TBmVSk7SAOf0wkop { color:rgba(var(--color-primary-2),1);display:block;width:52.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:5.625rem;left:11.125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:13.875rem;left:41.25rem;height:7.8735625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f8ee90ac-c5e0-485b-87a2-7ef0b36c7a5d/LPimagesGeneral.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:37.5rem;top:0rem;left:0rem;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:10.0625rem;left:41.3125rem;height:1.875rem;font-style:normal;display:block; }
#QW52twILfzH0cXcgWaTIe5sC06ofTGvN { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:8.1875rem;left:41.25rem;height:1.25rem;font-style:normal;display:block; }
#LvfgWupVOBMEwrkRWcOTAvkIZ5GpSDwP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:23.375rem;left:41.25rem;display:block; }
#kgUmT2zFACCEG7IpsiLbgJ92Eo1TnJiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STJ4uLh0cgb5wt24AcTw95niXEW31fwF { 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; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { background-color: transparent; background-image: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .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); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { border-width: 0; border-radius: 0; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:8.6875rem;left:2.8125rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:5.9375rem;left:2.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MACh73aXoNxDSAxR2ITulokgCHvonXrk { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:4.375rem;left:2.8125rem;height:1.25rem;font-style:normal;display:block; }
#dRDfOVTm9zfP8tQOwQykGRtRfKhc7bnu { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:8.75rem;left:27.8125rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IsaVX1RNnXVJZhCtlhLTxpEtWUCQeUWT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:6rem;left:27.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yUadPKpBVm9N3e8UT3T0mlCGShUnTDZs { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:4.4375rem;left:27.8125rem;height:1.25rem;font-style:normal;display:block; }
#WaEX0Wc4LxUXqtz9Viuheb190mwobUQA { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:8.75rem;left:52.8125rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cvD2VXOlzQrbNqxv6CF3tf392UXeQaqK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15064;line-height:1;letter-spacing:0;top:6rem;left:52.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CqETuacv1uDzLS7oAQxXfxpQM3o7k9TC { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:4.4375rem;left:52.8125rem;height:1.25rem;font-style:normal;display:block; }
#K8FualsZ7B0Cuv4cCVuFHzRUJ5I8aHkg { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#GWR7slo0UZsEiezsA8N2OM8779By9mLJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#rHPmbmoa4WJCU9laWIUcsIgfmxuHc7xv { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#yXuHcfaEaxnPWdAFfWrSKamIdubSE4Ti { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f69635;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; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:13.375rem;left:37.5rem;height:26.77001875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:6.8125rem;left:37.5rem;height:4.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5cb543bd-bffc-4fb2-88d1-d936cf055789/LPimagesGeneral1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:32.5rem;width:30.0610625rem;top:6.0625rem;left:0rem;display:block; }#PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.adaptive-delivery-prevent-bg, #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.lazyload, #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.lazyloading { background-image: none; }
#QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:4.4375rem;left:37.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FFZOqUTTrPREEwSzmFIe989E3ThPAM6v { background-color:rgba(var(--color-tertiary-4),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: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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:43.0625rem;left:29rem;display:block; }
#I0zdnDpAVSwppJqQTE7F4WihRLVqcxyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { 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; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .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); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#tlVwufIvVtq5Iygzb8ZSCGlLG21gmHiT { color:rgba(var(--color-tertiary-4),1);display:block;width:57.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:11rem;left:8.75rem;height:11.02293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:6.1875rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCIEbhIP2FZHOhRi8wDL8LTPtI5T52hn { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:4.75rem;left:20.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sk9lEW7TnlW7fkNi5ETETdQPNh5TbiAT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:24.0625rem;left:29.0625rem;display:block; }
#neIiBgH1xwEizuuUwPq9ApndeelGtM8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbedd2;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; }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row .container { background-color: transparent; background-image: none; }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row .container > .video-iframe-container { display: none; }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row > .video-iframe-container { display: none; }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .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); }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row .container { border-width: 0; border-radius: 0; }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#XZXF0qHDTUvX0VdpRWgWrOM901b2ifkS { 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:2.6875rem;width:7.1875rem;top:3.6875rem;left:2.375rem;overflow:hidden;display:block; }
#fVLcxFuiyyD2ug4wbrGBvVfplfGWRBke { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.6875rem;left:10.625rem; }
#fVLcxFuiyyD2ug4wbrGBvVfplfGWRBke > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#feWKKuOZnVVltzIA2ie4Ooozh5tC0157 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.6875rem;left:14.125rem; }
#feWKKuOZnVVltzIA2ie4Ooozh5tC0157 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#BMCgIhTMBMlL3TOKIE6PJGADHT9u0MkM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZPbpq6H8qLhWXSUChAXl1r6RNQyuTFxp { color:rgba(var(--color-secondary-2),1);display:block;width:7.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.375rem;left:67.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#zMWfBTTGn1PK4NOmgKER4XaRHDonrxrK { color:rgba(var(--color-secondary-2),1);display:block;width:7.06175rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.375rem;left:60.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#AyTdEZmNLJdQV7o9Z0RTxqHq6zgFRyeN { color:rgba(var(--color-tertiary-4),1);display:block;width:25.687rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:49.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#NewtDUeHRmvK9e1oh9M7pfgw1l88OFL9 { color:rgba(var(--color-secondary-2),1);display:block;width:7.749rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.375rem;left:51.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#McoVRaC8ZzrSUn5SkswgiRdiaJzmNyMp { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:5.3125rem;left:59.5rem;display:block; }
#ZytiGDc6V3OGR8a3DhHPdaBBuNBPGl4l { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:5.3125rem;left:67.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:45.9375rem;height:9.375rem;top:5.4375rem;left:0.9375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:31.125rem;height:6.25rem;top:29.9375rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:16.875rem;height:3.5rem;top:37.9375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:6.875rem;height:2.5625rem;top:1.5rem;left:20.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg3PNe9orR9woc7LcfUa55W2GVsQRvDi { width:45.9375rem;height:5.6875rem;top:14rem;left:0.9375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTSSfXzSXDU0XiDf5506X6asQ4VE4cT { width:45.9375rem;height:12.5rem;top:17.9375rem;left:0.9375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 { display:block; }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiHHT2TQPom0HfZKPTUzJ7bDrkXuiMAf { width:46.0625rem;height:3.125rem;top:9.625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUAFfM6yl94iqK18TBmVSk7SAOf0wkop { width:47.75rem;height:2.25rem;top:5.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:33.75rem;height:7.8125rem;top:13.875rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:37.5rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:33.6875rem;height:1.875rem;top:10.0625rem;left:14.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:33.75rem;height:1.25rem;top:8.1875rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvfgWupVOBMEwrkRWcOTAvkIZ5GpSDwP { width:16.875rem;height:3.5rem;top:23.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgUmT2zFACCEG7IpsiLbgJ92Eo1TnJiv { display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:19.375rem;height:5.5625rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:17.625rem;height:1.5rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACh73aXoNxDSAxR2ITulokgCHvonXrk { width:14.125rem;height:1.25rem;top:4.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRDfOVTm9zfP8tQOwQykGRtRfKhc7bnu { width:19.375rem;height:5.5625rem;top:8.75rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsaVX1RNnXVJZhCtlhLTxpEtWUCQeUWT { width:17.625rem;height:1.5rem;top:6rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUadPKpBVm9N3e8UT3T0mlCGShUnTDZs { width:14.125rem;height:1.25rem;top:4.4375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaEX0Wc4LxUXqtz9Viuheb190mwobUQA { width:19.375rem;height:4.1875rem;top:8.75rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvD2VXOlzQrbNqxv6CF3tf392UXeQaqK { width:17.625rem;height:1.5rem;top:6rem;left:30rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqETuacv1uDzLS7oAQxXfxpQM3o7k9TC { width:14.125rem;height:1.25rem;top:4.4375rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8FualsZ7B0Cuv4cCVuFHzRUJ5I8aHkg { display:none; }
 }@media only screen and (max-width: 763px) { #GWR7slo0UZsEiezsA8N2OM8779By9mLJ { display:none; }
 }@media only screen and (max-width: 763px) { #rHPmbmoa4WJCU9laWIUcsIgfmxuHc7xv { display:none; }
 }@media only screen and (max-width: 763px) { #yXuHcfaEaxnPWdAFfWrSKamIdubSE4Ti { display:none; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:37.5rem;height:26.75rem;top:13.375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:32.1875rem;height:4.9375rem;top:6.8125rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma { width:30rem;height:32.5rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:37.5rem;height:1.625rem;top:4.4375rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFZOqUTTrPREEwSzmFIe989E3ThPAM6v { width:16.875rem;height:3.5rem;top:43.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0zdnDpAVSwppJqQTE7F4WihRLVqcxyL { display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlVwufIvVtq5Iygzb8ZSCGlLG21gmHiT { width:47.75rem;height:11rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:47.75rem;height:2.625rem;top:6.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCIEbhIP2FZHOhRi8wDL8LTPtI5T52hn { width:33.75rem;height:1.25rem;top:4.75rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk9lEW7TnlW7fkNi5ETETdQPNh5TbiAT { width:16.875rem;height:3.5rem;top:24.0625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neIiBgH1xwEizuuUwPq9ApndeelGtM8q { display:block; }
 }@media only screen and (max-width: 763px) { #oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP { display:block; }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZXF0qHDTUvX0VdpRWgWrOM901b2ifkS { top:3.6875rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVLcxFuiyyD2ug4wbrGBvVfplfGWRBke { top:3.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#fVLcxFuiyyD2ug4wbrGBvVfplfGWRBke > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #feWKKuOZnVVltzIA2ie4Ooozh5tC0157 { top:3.6875rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#feWKKuOZnVVltzIA2ie4Ooozh5tC0157 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #BMCgIhTMBMlL3TOKIE6PJGADHT9u0MkM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZPbpq6H8qLhWXSUChAXl1r6RNQyuTFxp { top:5.375rem;left:40.375rem;width:7.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMWfBTTGn1PK4NOmgKER4XaRHDonrxrK { top:5.375rem;left:40.75rem;width:7rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyTdEZmNLJdQV7o9Z0RTxqHq6zgFRyeN { top:3.375rem;left:22.125rem;width:25.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NewtDUeHRmvK9e1oh9M7pfgw1l88OFL9 { top:5.375rem;left:37.625rem;width:7.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McoVRaC8ZzrSUn5SkswgiRdiaJzmNyMp { top:5.3125rem;left:45.875rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZytiGDc6V3OGR8a3DhHPdaBBuNBPGl4l { top:5.3125rem;left:47.6875rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:rgba(255,255,255,0.34);background-image:url("https://images.assets-landingi.com/uc/07aaf1a6-4f0d-4194-b2fb-bbcff48c11ab/5.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:4.375rem;top:8.875rem;left:0rem;text-align:center;text-align-last:center;font-size:4.375rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:20rem;height:5.25rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:15.0625rem;height:3.4375rem;top:28.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:5.5rem;height:1.875rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg3PNe9orR9woc7LcfUa55W2GVsQRvDi { width:20rem;height:2rem;top:13.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NxTSSfXzSXDU0XiDf5506X6asQ4VE4cT { width:20rem;height:5.625rem;top:14.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:5.625rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 { display:block; }#CqK7p3zWidHPDRudE1Mcms52yDX2ZH73 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiHHT2TQPom0HfZKPTUzJ7bDrkXuiMAf { width:20rem;height:5.5996125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #DUAFfM6yl94iqK18TBmVSk7SAOf0wkop { width:20rem;height:3.125rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:20rem;height:11.19925rem;top:27.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:20rem;height:21.125rem;top:6rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f8ee90ac-c5e0-485b-87a2-7ef0b36c7a5d/LPimagesGeneral.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:20rem;height:3.75rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:20rem;height:1.125rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvfgWupVOBMEwrkRWcOTAvkIZ5GpSDwP { width:16.875rem;height:3.5rem;top:40.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgUmT2zFACCEG7IpsiLbgJ92Eo1TnJiv { display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:20rem;height:5.5996125rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:20rem;height:1.5625rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACh73aXoNxDSAxR2ITulokgCHvonXrk { width:14.125rem;height:1.125rem;top:4.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRDfOVTm9zfP8tQOwQykGRtRfKhc7bnu { width:19.375rem;height:5.5996125rem;top:24.5625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #IsaVX1RNnXVJZhCtlhLTxpEtWUCQeUWT { width:17.625rem;height:1.5625rem;top:21.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUadPKpBVm9N3e8UT3T0mlCGShUnTDZs { width:14.125rem;height:1.125rem;top:20.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaEX0Wc4LxUXqtz9Viuheb190mwobUQA { width:19.375rem;height:4.19970625rem;top:41.375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #cvD2VXOlzQrbNqxv6CF3tf392UXeQaqK { width:17.625rem;height:1.5625rem;top:38.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqETuacv1uDzLS7oAQxXfxpQM3o7k9TC { width:14.125rem;height:1.125rem;top:37.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8FualsZ7B0Cuv4cCVuFHzRUJ5I8aHkg { top:31.125rem;left:10.0625rem;width:0.125rem;height:5.0625rem;z-index:15065;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GWR7slo0UZsEiezsA8N2OM8779By9mLJ { top:35.5rem;left:9.75rem;width:0.75rem;height:0.75rem;z-index:15066;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rHPmbmoa4WJCU9laWIUcsIgfmxuHc7xv { top:18.5625rem;left:9.6875rem;width:0.75rem;height:0.75rem;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yXuHcfaEaxnPWdAFfWrSKamIdubSE4Ti { top:14.1875rem;left:10rem;width:0.125rem;height:5.0625rem;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:20rem;height:33.597625rem;top:25.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:16.25rem;height:2.75rem;top:5.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma { width:19.875rem;height:13.75rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:20rem;height:1.4624rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFZOqUTTrPREEwSzmFIe989E3ThPAM6v { width:16.875rem;height:3.5rem;top:60.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0zdnDpAVSwppJqQTE7F4WihRLVqcxyL { display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlVwufIvVtq5Iygzb8ZSCGlLG21gmHiT { width:20rem;height:22.3984rem;top:9.8740234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:15.375rem;height:3.75rem;top:4.9375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iCIEbhIP2FZHOhRi8wDL8LTPtI5T52hn { width:20rem;height:1.125rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk9lEW7TnlW7fkNi5ETETdQPNh5TbiAT { width:16.875rem;height:3.5rem;top:34.1557734375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neIiBgH1xwEizuuUwPq9ApndeelGtM8q { display:block; }
 }@media only screen and (max-width: 763px) { #oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP { display:block; }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP { border-width: 0; border-radius: 0; }#oEQPOSGr7kzupPaU1JC1Pdbyr3m5d0UP > .row .container { width:20rem;height:15.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZXF0qHDTUvX0VdpRWgWrOM901b2ifkS { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVLcxFuiyyD2ug4wbrGBvVfplfGWRBke { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#fVLcxFuiyyD2ug4wbrGBvVfplfGWRBke > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #feWKKuOZnVVltzIA2ie4Ooozh5tC0157 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#feWKKuOZnVVltzIA2ie4Ooozh5tC0157 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BMCgIhTMBMlL3TOKIE6PJGADHT9u0MkM { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid rgba(47,47,47,0.52);border-left:0.0625rem solid rgba(47,47,47,0.52);border-right:0.0625rem solid rgba(47,47,47,0.52);border-bottom:0.0625rem solid rgba(47,47,47,0.52);display:block; }
 }@media only screen and (max-width: 763px) { #ZPbpq6H8qLhWXSUChAXl1r6RNQyuTFxp { width:10rem;height:1.13720625rem;top:9.25rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMWfBTTGn1PK4NOmgKER4XaRHDonrxrK { width:7.062375rem;height:1.13720625rem;top:12.625rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyTdEZmNLJdQV7o9Z0RTxqHq6zgFRyeN { width:10.812375rem;height:2.2744125rem;top:5.3302001953125rem;left:4.59228515625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NewtDUeHRmvK9e1oh9M7pfgw1l88OFL9 { width:6.3745rem;height:1.13720625rem;top:11rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McoVRaC8ZzrSUn5SkswgiRdiaJzmNyMp { width:0.0625rem;height:1.25rem;top:5.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZytiGDc6V3OGR8a3DhHPdaBBuNBPGl4l { width:0.0625rem;height:1.25rem;top:5.3125rem;left:9.9375rem;display:none; }
 }