.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:132,44,220;--color-primary-1:113,34,226;--color-primary-2:73,0,242;--color-primary-3:111,59,167;--color-primary-4:56,0,144;--color-secondary-0:251,135,73;--color-secondary-1:255,173,0;--color-secondary-2:255,211,0;--color-secondary-3:255,200,0;--color-secondary-4:248,246,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Sukhumvit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/62774b10-2822-4e62-8e2e-a752bff16d34/BGDesktop1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;overflow:visible;position:relative;display:block; }#WqDCzvFm4iIXeO84oXXFvDsvbA4iIgwr { position:absolute;display:block;z-index:15004;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:4.8125rem;width:14.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KUJlm9m71wNxovceBCr8sSagngyfpgQF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.03125rem;left:43.03125rem;display:block; }
#c1DEIXxEiAp6NrsalgdsEvWHCrfrbMBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5niZgM7Or5p13aDIVc7XS41up3hWf63 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:7.9375rem;left:9.87548828125rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CWp4a5saB7h0wdx5x4cD288h2OVQbUyJ { color:#01074c;display:block;width:35.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:4.8125rem;left:12.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GWyrCubEhWN1Qx94ht79XP98KFqiTegD { color:#01074c;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.625rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93d43ea5-b971-417f-b05f-c4c0c7f5d501/BGDesktop01.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k.adaptive-delivery-prevent-bg, #qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k.lazyload, #qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k.lazyloading { background-image: none; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container { background-color: transparent; background-image: none; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container > .video-iframe-container { display: none; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row > .video-iframe-container { display: none; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .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); }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container { border-width: 0; border-radius: 0; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#dkiAdd7b47ENAxb00Pm7Cy6i9EivT9Xw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:4.375rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qqw9WXZubm153FiycPPgAK2LqBCNXB5d { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.25rem;left:10.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aU6GlLRR7bpGIKpOcsKfpXB9PhlOM44B { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.625rem rgba(141,0,255,0.5);top:1.5rem;left:0.9375rem;height:7.3125rem;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;font-style:normal;display:block; }
#JTDiAliZr0MlF1Z0SW6lTtBS1aS0MGhR { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.8125rem;left:18.125rem;display:block; }
#f43bsUaSfvaJy5t1mOsnOTaozdFKmIMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tI2Ehw3xQq7lkMu7S5hEZL6up7Am9C6t { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.8125rem;left:5.8125rem;display:block; }
#tWMBDTMMTxC323DqC8Uw6bO1mCPrz0uV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEaNBfUTU3rPZwtE3EfNiEB9GFyHTceL { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:"sukhumvit text";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:15.8125rem;left:4.375rem;height:7.8125rem;overflow:hidden;display:block; }#nEaNBfUTU3rPZwtE3EfNiEB9GFyHTceL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nEaNBfUTU3rPZwtE3EfNiEB9GFyHTceL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
#zowyG9mFik8I4D1Wf5pmagHUDnzUOOKx { 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:26.25rem;width:26.25rem;top:1.5rem;left:33.0625rem;overflow:hidden;display:block; }
#hb2O5wMNNZtc678H0ieZcSMZk7uqxT5G { position:absolute;display:block;z-index:14999;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:10.625rem;width:10.625rem;top:24.4375rem;left:21.25rem;overflow:hidden;display:none; }
#SBevlaqe80p7CdLktzgd4AfQmwlgciJe { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:"sukhumvit text";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:16.0625rem;left:4.25rem;height:9.1875rem;display:none; }#SBevlaqe80p7CdLktzgd4AfQmwlgciJe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
#OTTOPSPTM0tzmUPfC1fszTCqymfptd0e { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:4.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e8b8144-ede0-4458-9402-d7b3bfec5777/BGDesktop02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota.adaptive-delivery-prevent-bg, #ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota.lazyload, #ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota.lazyloading { background-image: none; }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row .container { background-color: transparent; background-image: none; }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row .container > .video-iframe-container { display: none; }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row > .video-iframe-container { display: none; }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .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); }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row .container { border-width: 0; border-radius: 0; }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#WoGODciIXhy4VAmJrdAdhzo4alf9KUPa { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvFr1MtGtwHU9DIdG1BTC8J7NpiGATeh { color:rgba(var(--color-tertiary-0),1);display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:2.6875rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e8b8144-ede0-4458-9402-d7b3bfec5777/BGDesktop02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow.adaptive-delivery-prevent-bg, #GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow.lazyload, #GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow.lazyloading { background-image: none; }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row .container { background-color: transparent; background-image: none; }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row .container > .video-iframe-container { display: none; }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row > .video-iframe-container { display: none; }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .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); }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row .container { border-width: 0; border-radius: 0; }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#oGLXBssUnii5WLz271euQ4s3fVzFibHF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"sukhumvit text";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.86279296875rem;left:3.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LlzrcV4NQpzrg8zJOTxImW9euCJ64OZv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.2119140625rem;left:3.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHPvTWoc4yPxFLuh1nBnasztHHckRKLR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:3.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#XRZai8wK5TPE2ZgSHDi3rmoeprHA4hmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.89892578125rem;left:1.1875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#dyl906TONrRBOHiTqhnp8d0hFsymhvJC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.7916679382324rem;left:26.71875rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#w9VHqdopaTeC1hhCBPQ3ZRvktZ82ZVdP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5299491882324rem;left:26.78125rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#M7QnxtC1ne5QIADWXq9wmikzditOZz9L { position:absolute;display:block;z-index:15008;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.9375rem;width:8.5625rem;top:1rem;left:44.3125rem;overflow:hidden;display:block; }
#ZhMTDLpSC7PTuqiLvckzN48ZCTyanJL1 { 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:6rem;width:8.625rem;top:1rem;left:45.75rem;overflow:hidden;display:block; }
#W94MpRaiDpTPqLC0DWFQ1AUdg5KRFpld { 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:5.9375rem;width:8.5625rem;top:1rem;left:47.1875rem;overflow:hidden;display:block; }
#dsreXurPgEtg9TQZkKiccpmqrx7CROxr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.375rem;left:41.96875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kekUMV1AneXlQ24yV3Nd9iscAoupQOub { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:41.59375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#cgg50FJenJ9yEpsQ7wTnlkQaP0iuTWJD { 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:15011;opacity:1;top:2.7526054382324rem;left:23.104167938233rem; }
#WxKUq6FvJAtdSTCCHz9uHcvwWpAXKqNe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.2291679382324rem;left:23.291667938233rem; }
#K2lNxCAosOs2behXMVeKCZadnUx9lpqB { box-sizing:content-box;height:7.1875rem;width:0.1875rem;position:absolute;display:block;z-index:15014;background-color:#a920ff;background-image:none;top:2.40625rem;left:39.875rem;display:block; }
#ctlNDQ9SXlMqJZHOh3Ft0IxOkuIqxRKg { box-sizing:content-box;height:7.1875rem;width:0.1875rem;position:absolute;display:block;z-index:15013;background-color:#a920ff;background-image:none;top:2.40625rem;left:19.875rem;display:block; }
#qgqTvV7fOWwzthWanK9cdMwR2vXlDq0w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7.4375rem;left:23.375rem; }
#b3Ryv7Bdzz3MqaHUng4chHQnEqke3zCf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:26.8125rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#DCQUPTWrXXbDdah7pROF6T3aovilRTHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e8b8144-ede0-4458-9402-d7b3bfec5777/BGDesktop02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl.adaptive-delivery-prevent-bg, #DCQUPTWrXXbDdah7pROF6T3aovilRTHl.lazyload, #DCQUPTWrXXbDdah7pROF6T3aovilRTHl.lazyloading { background-image: none; }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row .container { background-color: transparent; background-image: none; }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row .container > .video-iframe-container { display: none; }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row > .video-iframe-container { display: none; }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .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); }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row .container { border-width: 0; border-radius: 0; }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#JFWF38xOPHbUKtglWppcEbn0pnWgDTFH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.8125rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XrZlNF6B7fHl0KBF3O6kbq3hOUnTZZvz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:21.25rem;height:2.1938375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rUi3XpIuLNAcFa2onTypc0eGKl58TITm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;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:6.375rem;left:21.25rem;height:5.199225rem;text-align:left;text-align-last:left;display:block; }
#AVhCMTA6zBkushiLgDtwrV2WRzZDfMqU { position:absolute;display:block;z-index:14999;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:17.9375rem;width:18.3125rem;top:2.9375rem;left:20.25rem;overflow:hidden;display:block; }
#WCZhEr1GKh4LbE4pvQzTv609xhm8dfQL { position:absolute;display:block;z-index:15002;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:17.8125rem;width:18.1875rem;top:2.9375rem;left:39.4375rem;overflow:hidden;display:block; }
#O8WB2FSagLXgEADDrXkTAry2EgVkcU3n { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.4375rem;left:40.4375rem;height:5.5234375rem;text-align:left;text-align-last:left;display:block; }
#aJAkAdGQRiUXDkQ8ELh94gh9ZT1lXeZO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.0625rem;left:40.4375rem;height:2.1938375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mRSmRc1vFiiTobhZCipVTOxgAL3L4NhI { box-sizing:content-box;height:7.4375rem;width:15.1875rem;position:absolute;display:block;z-index:15013;background-color:#151515;background-image:none;top:12.354167938233rem;left:21.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#nuL0pncgp2CBHaq3BwnspNgcwyDpqbr4 { box-sizing:content-box;height:7.4375rem;width:15.1875rem;position:absolute;display:block;z-index:15014;background-color:#151515;background-image:none;top:12.354167938233rem;left:40.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BzXmIsXcVBRw6dapiDrpTKJ6NIe99JqH { 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:7.6875rem;width:11.5625rem;top:11.960941314698rem;left:22.625rem;overflow:hidden;display:block; }
#PciRnqkNRWftVUuTdTuqETTTge61dkaV { position:absolute;display:block;z-index:15016;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.6875rem;width:15rem;top:12.229167938233rem;left:41.03125rem;overflow:hidden;display:block; }
#vBqBPlqEfT7Z1fQ4lVaEzJaDkFZrG8qb { color:#ffd920;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:3.375rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CESX0pDNm9LndZCtAFTbcLxwH4JuwKkP { position:absolute;display:block;z-index:14991;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:19.9375rem;width:19.9375rem;top:0rem;left:39.9375rem;overflow:hidden;display:block; }
#bu2wp877QGlJ3H14DaXT5yeDeEzb70Rm { position:absolute;display:block;z-index:14992;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:20.3125rem;width:20.3125rem;top:0rem;left:16.1875rem;overflow:hidden;display:block; }
#U4QeEwvd4gab4iAuvxnHg5vvd11Txknf { color:#ffd920;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:3.375rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e8b8144-ede0-4458-9402-d7b3bfec5777/BGDesktop02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA.adaptive-delivery-prevent-bg, #tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA.lazyload, #tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA.lazyloading { background-image: none; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { background-color: transparent; background-image: none; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container > .video-iframe-container { display: none; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row > .video-iframe-container { display: none; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .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); }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { border-width: 0; border-radius: 0; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#qXogndkQdrOwPbJvndHI6it0Q65rl8WM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.4375rem;left:7.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#KIXEVrvlPOvz3aw6cttsP7MswLoAIF5F { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.4375rem;left:23.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#W5elRhDcHKlFngSnlvD5usOadbZSmQGM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.436878204346rem;left:39.53125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#GDTzdS5xsxNRlAnviduRW6g0Z7rDooyJ { color:#ffd920;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:15.4375rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y0SUroUWtdf2LmID2tBzTKGnFtVDG6zR { 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:11.4375rem;width:16.1875rem;top:5.25rem;left:5.375rem;overflow:hidden;display:block; }
#c0Ra1x7pL0QW7Xm7X7ir5qF1H7TxIt0y { 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:12.8125rem;width:12.8125rem;top:4.6875rem;left:23.5625rem;overflow:hidden;display:block; }
#XSBhIfOwpGFdn7GestnupU2RtLZKlodO { 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:11.75rem;width:11.75rem;top:5.4375rem;left:39.53125rem;overflow:hidden;display:block; }
#khm6Wqbo1lqAk8whh8JnRQn3T3upp9ZM { position:absolute;display:block;z-index:14993;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.3125rem;width:8.3125rem;top:5.4375rem;left:27.875rem;overflow:hidden;display:block; }
#fJftEsACk5vu6OiaDA84vlnyHhSlSwl0 { position:absolute;display:block;z-index:14994;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.8125rem;width:6.8125rem;top:8.4375rem;left:38.59375rem;overflow:hidden;display:block; }
#QAgtvTngzRNdIo6262TfypNo26I07TSa { position:absolute;display:block;z-index:14994;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.3125rem;width:8.3125rem;top:6.9375rem;left:8.03125rem;overflow:hidden;display:block; }
#MBiJUzh2Ew0LcPRdm0eVHp8VRL8hwDng { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15161;text-align:center;text-align-last:center;top:23.437528610229rem;left:22.1875rem;display:block; }
#UG3zgaVKTritGSHfzKtX5bVen1TbZIoG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/93d43ea5-b971-417f-b05f-c4c0c7f5d501/BGDesktop01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb.adaptive-delivery-prevent-bg, #PZQAyorrmOk2s5N5RSCnHnDciaRK9blb.lazyload, #PZQAyorrmOk2s5N5RSCnHnDciaRK9blb.lazyloading { background-image: none; }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row .container { background-color: transparent; background-image: none; }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row .container > .video-iframe-container { display: none; }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row > .video-iframe-container { display: none; }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .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); }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row .container { border-width: 0; border-radius: 0; }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row .container { font-size:0.875rem;font-family:arial;height:118.625rem;width:60rem;position:relative;display:block; }#y3VQrDedvkTt3POP6lnLKu4yTOioZTFL { color:#ffd920;display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:10.5rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#no1TLBGAlMUG8PCmHRVyw98T4bnDF0UM { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:6.7194004058837rem;left:8.40625rem;height:2.1375875rem;text-align:center;text-align-last:center;display:block; }
#Hb4BM4FzTF7qQE06xsZgTnTBmvg6QNXs { color:#ffd920;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:8.7057285308837rem;left:36.84375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#qDseIrkW00G1hcENigASxCtoQ7HHKOui { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15160;text-align:center;text-align-last:center;top:111.9999961853rem;left:22.1875rem;display:block; }
#G6dnNxEaibazZNt060rwvOkSEgmHuCNv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UvKGpPbkdvP7rRachEbNJzMs0S9Ku1bB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:8.9648456573488rem;left:17rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#MH85HDK49nbiGcBTEBd4nThKAl9ONXVl { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:17.6875rem;width:55.625rem;top:14.125rem;left:2.1875rem;display:block; }
#te9eNwg3B1CBL1Xb5ERtLU6DlHAn1JHr { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.401666625rem;height:2.089841625rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:5.6875rem;display:none; }
#zg43FXvcHeuvuH8AO5kvmPGTktFJT78E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWQfzEz5JyaMXISGaOWuZPaksKH0f1np { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:19.947916984558rem;left:4.4479179382324rem;height:7.749rem;text-align:left;text-align-last:left;display:block; }#zWQfzEz5JyaMXISGaOWuZPaksKH0f1np li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zWQfzEz5JyaMXISGaOWuZPaksKH0f1np li:before{  }
#FPoLrk8TuIBatoJaqpLzzep3vApgvByB { color:rgba(var(--color-primary-1),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.4479179382324rem;height:2.51864375rem;font-style:normal;display:block; }
#IZAnAqaoaZRbnhzkyVN0lBuVZgTulRv0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.7490234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:13.1875rem;left:5.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#p47zXhTEHKXNGvDzMi8bTAV24gchPuIB { position:absolute;display:block;z-index:15021;background-color:#a920ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:7.9375rem;top:12.5rem;left:4.6875rem;display:block; }
#JviNmbGiie0n25AmPHPxfRRFrIqzfxIh { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:21.375rem;width:55.625rem;top:34.5rem;left:2.1875rem;display:block; }
#pCPvl22UdopO3hF3Nxrt3O6sG5iPRnnV { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.317729125rem;height:2.005860375rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:53.0625rem;left:5.728515625rem;display:none; }
#tqBsqpIGLrcN2taLxdmbZVZr7RMR1fwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDVCfXQs2g8TBSRiyvBq8HDDWAP0s5H5 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:42.856771469116rem;left:4.4479179382324rem;height:9.3613125rem;text-align:left;text-align-last:left;display:block; }#GDVCfXQs2g8TBSRiyvBq8HDDWAP0s5H5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GDVCfXQs2g8TBSRiyvBq8HDDWAP0s5H5 li:before{  }
#gN3BEANMDRyKIZ8GyNieKwwrTAHhWcDQ { color:rgba(var(--color-primary-1),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:37.1875rem;left:4.4375rem;height:5.0371125rem;font-style:normal;display:block; }
#FCTFoDUUl3Cg8H19nSf0iEqFuVz6Pi6E { position:absolute;display:block;z-index:15028;background-color:#a920ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:7.9375rem;top:32.875rem;left:4.6875rem;display:block; }
#XHCQpycNESkzCgTLPpQ7qhx1OrwLGEhu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.7490234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:33.5625rem;left:5.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#SkUF4P54X6qS2b1c6qbCJHQzTd2edJRJ { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:20.25rem;width:55.625rem;top:58.9375rem;left:2rem;display:block; }
#aGdMzakB06uBa11BEL7hTMnTtN4BQbXW { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.234354125rem;height:1.922529125rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:76.1249961853rem;left:5.728515625rem;display:none; }
#kalomBR3gBwiI287K2yoSZBeAGERlNR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTBSLJNyiG8kTKDrXa8rbx7hvDtuVkOI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:67.010417938231rem;left:4.4479179382324rem;height:7.749rem;text-align:left;text-align-last:left;display:block; }#lTBSLJNyiG8kTKDrXa8rbx7hvDtuVkOI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lTBSLJNyiG8kTKDrXa8rbx7hvDtuVkOI li:before{  }
#VsokF4rptcCAMClTcRrm9MG60ZbDMav9 { color:rgba(var(--color-primary-1),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:61.625rem;left:4.25rem;height:5.0371125rem;font-style:normal;display:block; }
#aC4pyk7FTT19Vum88NJEOUEAtSEkpbcX { position:absolute;display:block;z-index:15035;background-color:#a920ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:7.9375rem;top:57.3125rem;left:4.5rem;display:block; }
#BqQDionCCeWZwiUZlmx6dvSITcxgsQls { color:rgba(var(--color-tertiary-0),1);display:block;width:14.7490234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:58rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#udRxJ5g3xiRrUfp10RvnvCMcaZvecz6I { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:25.3125rem;width:55.625rem;top:82.4375rem;left:2rem;display:block; }
#OZZfe3C0PTLNtUIiGJ0mvNTDob91VC98 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.150416625rem;height:1.839191625rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:105.2500038147rem;left:5.8118515014649rem;display:none; }
#DxdvuBiIqSh4wcdZnDgAT794HwcoTL3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vA0FSlfIrx6xS8xdKHJNTtSiMwO2TQNz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:90.75rem;left:4.25rem;height:;text-align:left;text-align-last:left;display:block; }#vA0FSlfIrx6xS8xdKHJNTtSiMwO2TQNz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vA0FSlfIrx6xS8xdKHJNTtSiMwO2TQNz li:before{  }
#etEvCMuUPZctfHBs9b5OQ7MWJi4xcKT8 { color:rgba(var(--color-primary-1),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:85.125rem;left:4.25rem;height:5.0371125rem;font-style:normal;display:block; }
#fGTw2kKwl3lnQMp7WITJbT6hkWqxNBe8 { position:absolute;display:block;z-index:15042;background-color:#a920ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:7.9375rem;top:80.8125rem;left:4.5rem;display:block; }
#r3dhx709KS1VwETaWpSydZs01rr2fyDO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.7490234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:81.5rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#syDatz81DPPPOJzAroA1IhqdnlL52arv { position:absolute;display:block;z-index:15059;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.125rem;width:8.375rem;top:43.973308563233rem;left:45.57292175293rem;overflow:hidden;display:block; }
#cCB8M4wAcgnHLxKeN3XqkcZqstL87JXG { position:absolute;display:block;z-index:15061;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:4.4375rem;width:7.5rem;top:63.361980438231rem;left:46.44792175293rem;overflow:hidden;display:block; }
#W6QPhOvTwOKip6kT7glTveUvrOVmLCDy { position:absolute;display:block;z-index:15065;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.875rem;width:13.4375rem;top:90.7500038147rem;left:41.76042175293rem;overflow:hidden;display:block; }
#XGULJoM78HTmwV85xddN2CCm9J1i24nT { position:absolute;display:block;z-index:15062;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.25rem;width:5rem;top:69.916015625rem;left:47.47917175293rem;overflow:hidden;display:block; }
#wqlBOQrWW9XVmUM5UJegpnTkBxucenDJ { position:absolute;display:block;z-index:15063;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.0625rem;width:6.25rem;top:66.661458969119rem;left:39.364585876465rem;overflow:hidden;display:block; }
#UMdIWwu2GyTJTV0l5hmtsgZyARWw1H9D { position:absolute;display:block;z-index:15060;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.8125rem;width:7rem;top:19.572917938233rem;left:45.57292175293rem;overflow:hidden;display:block; }
#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e8b8144-ede0-4458-9402-d7b3bfec5777/BGDesktop02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO.adaptive-delivery-prevent-bg, #nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO.lazyload, #nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO.lazyloading { background-image: none; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container { background-color: transparent; background-image: none; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container > .video-iframe-container { display: none; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row > .video-iframe-container { display: none; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .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); }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container { border-width: 0; border-radius: 0; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:block; }#ApiNgQTGwdVAc3UloWZt86IAU9H4bf1R { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9492135047912rem;left:16.09375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#SWTyxGaSdeKfxn5nMTTZkMVwAuGb5mPk { color:#ffd920;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.88671875rem;left:21.8125rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UDDOcEi4CxnK3wevN12GzFBhI2hT89pp { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8230ef, #a848ff);background-image: -moz-linear-gradient(90deg, #8230ef, #a848ff);background-image: -ms-linear-gradient(90deg, #8230ef, #a848ff);background-image: -o-linear-gradient(90deg, #8230ef, #a848ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );";background-image: linear-gradient(90deg, #8230ef, #a848ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.875rem;width:32.5625rem;top:11.25rem;left:24.8125rem;display:block; }
#Bd0nWNkXThzrVCUfSUPSrVMPbb4TxGLX { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.1875rem;left:26rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QN9OVQovl1IXgBr0VcsaRHaHdPCBWeaV { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.3125rem;width:18rem;top:13.625rem;left:5.125rem;overflow:hidden;display:block; }
#Eh79ohAkht7erECzyH04JacJG65n6pKz { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a848ff;border-left:0.3125rem solid #a848ff;border-right:0.3125rem solid #a848ff;border-bottom:0.3125rem solid #a848ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.125rem;width:17.5625rem;top:13.4375rem;left:5.125rem;display:block; }
#ITJqbORW1PP4gMoPFDSgJ4krZQo2MlVB { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:14.625rem;left:26rem;height:1.34985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGieIUbBWMT6tEu548JMIGWiHnd3I7NF { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:17rem;left:26rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LA5DOfyOKaMQi9dLdHpJBGJERRQxNIDW { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24rem;left:26rem;height:4.03661875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LA5DOfyOKaMQi9dLdHpJBGJERRQxNIDW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LA5DOfyOKaMQi9dLdHpJBGJERRQxNIDW li:before{  }
#EoAqi88hb9gxZ6o71hucQDNBXLcwc5Gh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15161;text-align:center;text-align-last:center;top:39.145834565163rem;left:22.1875rem;display:block; }
#STO3uThxRmERWSi7yETOR4y96td3Sacd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dowTkpynFuLcXl9QWixadtUK2S6T4NSa { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.375rem;left:26rem;height:1.13769375rem;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; }
#U9r4GZQhXn7Fa0XzKbxrRBXnHikD4oDu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:29.9375rem;left:26rem;height:1.13769375rem;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; }
#AeuF2xUNuJXtvwIzuD8Rv6uDbtxuLIsS { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:31.9375rem;left:26rem;height:1.13769375rem;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; }
#VcvAMaeoCxv5x3TO90c7lWk1ylOrswmK { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:14.625rem;left:26rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#VcvAMaeoCxv5x3TO90c7lWk1ylOrswmK li:before{  }
#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/93d43ea5-b971-417f-b05f-c4c0c7f5d501/BGDesktop01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.adaptive-delivery-prevent-bg, #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.lazyload, #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.lazyloading { background-image: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { background-color: transparent; background-image: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container > .video-iframe-container { display: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container { display: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .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); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { border-width: 0; border-radius: 0; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#fa8Dior7dA66vXN1C07UvZBT2wK03OMN { color:#d3b9ff;display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3541669845581rem;left:20.71875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QhHXTad5JTahqW9wzwv1iG21TSxBTagk { 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:15.5rem;width:23.3125rem;top:26.9375rem;left:32.6875rem;overflow:hidden;display:block; }
#ovDwZA4lGyvhF9zTh2IpO05Wqpe8mmvZ { color:#ffd920;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.4375rem;left:12.0625rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHvyJBrsZ2gqbTxqWtZIbA8k5SrXcQWr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:45.499351501465rem;left:22.1875rem;display:block; }
#qVoRJfn8oGtNy2lznCZJEemDTTrPeOGt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ucz5DHbGuSKa1TyIZzXU44IVNh49I5Pq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.9375rem;height:1.1875rem;display:none; }
#edrtJnr97SQJqWr2Pr9JWoQzguv9fOwE { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:"sukhumvit text";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:12.375rem;left:10.1875rem;height:30.5625rem;overflow:hidden;display:block; }#edrtJnr97SQJqWr2Pr9JWoQzguv9fOwE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#edrtJnr97SQJqWr2Pr9JWoQzguv9fOwE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
#yq8LBp0CxyPREqvv3GbT7GON6Vew2aNu { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:"sukhumvit text";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:10.9375rem;left:33.4375rem;height:14rem;overflow:hidden;display:block; }#yq8LBp0CxyPREqvv3GbT7GON6Vew2aNu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yq8LBp0CxyPREqvv3GbT7GON6Vew2aNu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
#paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/93d43ea5-b971-417f-b05f-c4c0c7f5d501/BGDesktop01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD.adaptive-delivery-prevent-bg, #paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD.lazyload, #paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD.lazyloading { background-image: none; }#paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD > .row .container { border-width: 0; border-radius: 0; }#paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:none; }#HUaoh2dGB8xOWBpcUMzDvdKLHc71H1Jn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:9.375rem;width:9.375rem;top:10.5625rem;left:7.1875rem;overflow:hidden;display:block; }
#lPqUL15Vm0RpybPv2MH1C74eS46LD4vr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.3125rem;width:12.4375rem;top:10.5625rem;left:17.0625rem;overflow:hidden;display:block; }
#OpD45bC35VNeo5cC2BAkXZ54uSyM4nnh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.3125rem;width:8.9375rem;top:10.5625rem;left:30.125rem;overflow:hidden;display:block; }
#e3XTmlmDy7HWUFWLRL1f0Owesw2mHZhE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8rem;width:14.6875rem;top:20.8125rem;left:7.1875rem;overflow:hidden;display:block; }
#EE33Ggrg8OWF2dmsMGL9WopME2UcE3h7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.625rem;width:12.9375rem;top:10.4375rem;left:39.875rem;overflow:hidden;display:block; }
#VwVu38naS9q4CV0y0GQQwL8DndTTotUo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.4375rem;width:16.5rem;top:20.5rem;left:22.625rem;overflow:hidden;display:block; }
#NZrMaQxmCyseiFabagoIx1PASWh3BEIm { color:#ffd920;display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5625rem;left:9.96875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mfUoOqN4IOncPlue4SkgdUU1QAEXOPpZ { position:absolute;display:block;z-index:15002;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.9375rem;width:10.3125rem;top:0.5625rem;left:24.78125rem;overflow:hidden;display:block; }
#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a920ff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a920ff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { background-color: transparent; background-image: none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container > .video-iframe-container { display: none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row > .video-iframe-container { display: none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .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); }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { border-width: 0; border-radius: 0; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#kHIpK3WUA4VRhokvcyPmFqD4saMga81H { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.875rem;left:4.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { color:#a920ff;display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.25rem;left:37.875rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.5rem;width:25.75rem;top:12.5rem;left:5rem;overflow:hidden;display:block; }
#uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.8125rem;left:32.5625rem;height:1.54361875rem;text-align:left;text-align-last:left;display:block; }
#zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.8125rem;left:41.25rem;height:1.54361875rem;text-align:left;text-align-last:left;display:block; }
#aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.000000953674rem;left:32.5625rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.437500953674rem;left:32.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.4375rem;left:6.78125rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ks9gGdvpIXARRFtGt7EbZ41SlUPeHdDB { position:absolute;display:block;z-index:15003;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.1875rem;width:54.1875rem;top:8.875rem;left:2.90625rem;overflow:hidden;display:block; }
#WkBnvhIwuFL70IWaA884QQ7QHD8Q4BHw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a920ff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a920ff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.6875rem;left:32.59375rem;display:block; }
#s0ldBg1VML6iUoZvxexbTQkdFFupaX2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaR0cIwCEyHeBcm7lzKpAK3gmXLK4Ryp { 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:131.1875rem;width:60rem;display:none; }
#Zd6pzytK7cQLCwhkQUgRthLfVFo9FRhp { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.4375rem;left:1.5rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsaHzZ0lISTeCnqSoWc5GQ6myaOcttCM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.711588859558rem;left:32.5625rem;height:6.8232375rem;text-align:left;text-align-last:left;display:block; }
#Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:url("https://images.assets-landingi.com/uc/8e30e805-e25e-48fd-bdaa-b1cde22d5de1/LandingPromotionNew1584x600px18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT.adaptive-delivery-prevent-bg, #Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT.lazyload, #Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT.lazyloading { background-image: none; }#Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT > .row .container { border-width: 0; border-radius: 0; }#Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:none; }#hnWGhVBapsGkMephxV7NI29EJcEFOtp1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf68, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #ffdf68, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #ffdf68, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #ffdf68, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #ffdf68, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.9375rem;left:33.1875rem;display:block; }
#UFvmSnqfKlaGgu7ntciG1gWvk1A18FqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsGrFGSFPzU3ZhyqPX1Du3qmAkx7KKgH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:32.5625rem;left:30rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sp1nntFme8hCH7GmJ0lmiFLVv6sw62He { 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:11.0625rem;width:31.9375rem;top:3.5625rem;left:-8.7864219114219rem;overflow:hidden;display:none; }
#PmkVCqVsXynGQOCka0W7vFp380h7KkxQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:9.125rem;width:16.4375rem;top:17.65625rem;left:21.22119140625rem;overflow:hidden;display:block; }
#vuGmtZtiSk1Pq79xAn5KoMfprQBkvgsp { 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:3.375rem;width:3.0625rem;top:20.53125rem;left:40.21875rem;overflow:hidden;display:block; }
#RtTaxFPi8fniMZyhk6cN4Ev6dE8tesXM { 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:37.4375rem;width:32.375rem;top:3.125rem;left:-11.153886554622rem;overflow:hidden;display:block; }
#B5yU69oHbQRM7w2F6JbglAkHyTT176PE { 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:14.375rem;width:38.25rem;top:1rem;left:19.1875rem;overflow:hidden;display:block; }
#nTbiiNxBHZCMVXTbhTKTPE804TUupK8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nTbiiNxBHZCMVXTbhTKTPE804TUupK8k.adaptive-delivery-prevent-bg, #nTbiiNxBHZCMVXTbhTKTPE804TUupK8k.lazyload, #nTbiiNxBHZCMVXTbhTKTPE804TUupK8k.lazyloading { background-image: none; }#nTbiiNxBHZCMVXTbhTKTPE804TUupK8k > .row .container { border-width: 0; border-radius: 0; }#nTbiiNxBHZCMVXTbhTKTPE804TUupK8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTbiiNxBHZCMVXTbhTKTPE804TUupK8k > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:none; }#iXS0QzgCJoXlAdSOE9fuiE9i7XPyVvyP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:27.4375rem;left:23.0625rem;display:block; }
#OTWh6k3IPoF5SbUsWBem5MGiHCaTWAZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3a8QXiAhwBkzcZnQmGa1NgLuKWn7Epp { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:11.337890625rem;left:1.6875rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#EDENu7Tdn5Byk6hThCPG5tIEgZXTbaXo { 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:60rem;width:50.1875rem;display:none; }
#ANawswNIPExxqS77gueyWWLnbr85w4vX { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #003cff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #003cff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #003cff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#003cff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:25.625rem;width:46.8125rem;top:3.9375rem;left:6.625rem;display:block; }
#ffNFdBlWPEUSRpcdtEHDcPJNR1kepbAJ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3746875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.875rem;left:15.0625rem;height:5.0994375rem;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; }
#ETX7hH3oO3gxfwil5Tr8Kq7HhNtga4Jp { color:rgba(var(--color-tertiary-0),1);display:block;width:44.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:24.375rem;left:8.5rem;height:1.875rem;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; }
#P1mR3QvuJu9nveXZZk1PcurdsVR1DT1r { color:#fbe936;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:21rem;left:16.25rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#P1mR3QvuJu9nveXZZk1PcurdsVR1DT1r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P1mR3QvuJu9nveXZZk1PcurdsVR1DT1r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#pkEdQMSnhGBi3sr5ShpIcZrfrLPF3cu5 { color:#fbe936;display:block;width:12.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:21rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#pkEdQMSnhGBi3sr5ShpIcZrfrLPF3cu5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pkEdQMSnhGBi3sr5ShpIcZrfrLPF3cu5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#FrmrCWJEZUTz4vlatgnvpGTGluiGEacQ { position:absolute;display:block;z-index:15066;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.625rem;width:7.625rem;top:5.625rem;left:9.3125rem;overflow:hidden;display:block; }
#KEeU95Sw3FsKANHtPhFobtDvKmxbN8ni { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.375rem;width:20.375rem;top:2.3125rem;left:19.8125rem;display:block; }
#aO93dRzEuJFzNbTrU2F0b5OfIplt8cvU { color:#091b45;display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:3.0625rem;left:20.15625rem;height:1.875rem;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; }
#VlISuZ8pMlgB4nc1IpgoPBl2Oo6W55Er { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:6.25rem;width:12.0625rem;top:13.625rem;left:16.84375rem;overflow:hidden;display:block; }
#DtSEbivtdfyGpMslEBinfxutWZUmkpm0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:6.75rem;width:12.625rem;top:13.375rem;left:31.7802734375rem;overflow:hidden;display:block; }
#cMcglmsSSegDVXXPehdLZXX12eykw2HU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e8b8144-ede0-4458-9402-d7b3bfec5777/BGDesktop02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cMcglmsSSegDVXXPehdLZXX12eykw2HU.adaptive-delivery-prevent-bg, #cMcglmsSSegDVXXPehdLZXX12eykw2HU.lazyload, #cMcglmsSSegDVXXPehdLZXX12eykw2HU.lazyloading { background-image: none; }#cMcglmsSSegDVXXPehdLZXX12eykw2HU > .row .container { border-width: 0; border-radius: 0; }#cMcglmsSSegDVXXPehdLZXX12eykw2HU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMcglmsSSegDVXXPehdLZXX12eykw2HU > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:none; }#dB1PeTAmOiJXasliM6XJZq2UZWHrWEFs { box-sizing:content-box;height:25.0625rem;width:23.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a920ff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a920ff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-size:auto !important;top:5.4375rem;left:33.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#KgHxbirhxaTXTTvprHzoHmcpcTMsGsmQ { color:#ffd920;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:9.375rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aG5BfRNltxpQrplJD0nRvE1NxzcH9bWM { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;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:13.125000327826rem;left:1.71875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dD2WEZxnKggaIQ8gr5frq4enAdNTf08W { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.75rem;left:5.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#pBgkE3whCnnHprHc3hSALvSgXNTvuFr1 { color:rgba(var(--color-secondary-2),1);display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.6875rem;left:9rem;height:3.71875rem;text-align:center;text-align-last:center;display:block; }
#OwzOKnWRyZot9TByBgs2UNKFsu8u4ofs { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(141,0,255,0.5);top:4.5625rem;left:3.40625rem;height:5.199225rem;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;font-style:normal;display:block; }
#wa2NL6ukN9QTNuXPCbPnsr0Lm7r0N8p2 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.71875rem;left:16.34375rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#U45Dsaf692nr4UizsBUBAN4ubM5fkyFu { box-sizing:content-box;height:0.125rem;width:1.6875rem;position:absolute;display:block;z-index:15014;background-color:#ec003e;background-image:none;top:34.09375rem;left:18.3125rem;display:block; }
#KvP6q8rxsgPFKEkkdXc0wTJZDUpFwg8y { 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:21.8125rem;width:21.8125rem;top:9rem;left:9rem;overflow:hidden;display:block; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-form-header {  }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.6875rem;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;font-style:normal; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-text {padding-top: 0; padding-bottom: 0;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-select {padding-top: 0; padding-bottom: 0;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .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; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.6875rem;height:4.0625rem;font-family:var(--headlines-font-family);overflow:hidden; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .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:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-container:first-of-type{padding-top:0;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-container:last-of-type{padding-bottom:0;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.5625rem;top:5.6875rem;z-index:15021;position:absolute; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw {display:block;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.5625rem;top:5.6875rem;z-index:15021;position:absolute; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #wuD4cAc1FGk4bBXAxfNI8UfpRy8nZhTg { position:relative; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #GG9QGwNdWwTQvTnarPTgeQmU0oDQFnHI { position:relative;display:block; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #TFPqLbNQFk00KHVzPp4W6GWssd84TuSB { position:relative; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #dUqDc3LXTNZU9J9TlPQWgnQlGZxgJEi4 { position:relative; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #IfNZC9TbfghdK1nfGMzuqmIvc1DFkk0C { position:relative;display:block; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #Bb8ZK7bAKrORKAHzeJ1wAwTSirfb5JK6 { position:relative; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #oZGA4aNvzop1p78IXFPZObFbJ2tVTZ5T { position:relative; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #RG0S4pSRyolpxs8BAUucqNWTdpnsckZP { position:relative;display:block; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #RlhQ1NLWg9y2SaVsHIgPxdhsOAlCST94 { position:relative; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #aBkeDHn6MUxy8gG47MS36UOBpBpQaUhi { position:relative; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #Fz9NTMdJI6z8q8JruN9DcsdbC8z94LcZ { position:relative;z-index:2; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #edWpTbMJi72TRxxaOsZRxgTsUoEaJsgm { position:relative; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #h1puitgM1KkiZdkMGPaJtqC0WmJulfXD { position:relative;display:block;z-index:15000; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #o4i97HZeG0zNTq4ZlkIp935aFEfkVTW6 { position:relative;display:block;z-index:15000; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #nsBw7XOb5QCaKO1QtwoE9HH0n7q9Te1e { position:relative; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #DXdLNsxnwaOT6OlTgTv6IRNown3I1dBS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RZ2G1KzK98gRoFAtTQmgLM1dMTJgUHZM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mpEtumZgkrbEhniyOkFSCTmilfP5JWKB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uuTBm9JhTnW7sc2TZCOmD7f6x3QBuk6U { position:relative; }
#Z0aMPTkRAnTAaBbWoUcoz38MSygDJ5RG { position:relative;display:block; }
#GWO6mN1MUR1NQBhoVa8gPTuDgdkme5TQ { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VHxwGod3Q9s6hQof8Du2qAbw4DCLvKHa { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UCOuw2B1UMcyfyh8PQbwzGDFTVFvf20b { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JdSaUZe2lN6xwoONBfnJzOMwlb4pgI2I { position:relative; }
#i48biZI39Ns5KqcBewsRAccelrAmEPRJ { position:relative;display:block; }
#wGB6kQgWgGEze5pdmhv8Gsazllid8tS9 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FFux68mmUXfULLTw3d7ENgBZVU8DEiZd { position:relative; }
#kAdbh1z6sUQG4148JXMcpBcIWnG9O2Cn { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EPXfBXo9f2q4HM4zVGPWskLSIzGcnQdl { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gesBumrw7FSlyqJwezRB6kTX87T9moUy { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qb0BOIe4Gos0exz1TGp0xfZRJLc7rnsl { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #em3akoH98RHTz8L92ITue77m6k01czal { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iEypoKBLT48QZFevX0DdC2x5aSWIiNtd { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UAGeroQmTf06JJ9Qnxav3tsIUwLCk89k { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NNRZ0wTtz6K62EKOID0fAchD0fJmrIgt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bSkt5GEQNKb7SIhep2vhxMsUTSoVCOdD { position:relative; }
#OgwfvFTp776ZteiqTWE7KFXQQbSgHPnd { position:relative;display:block; }
#I2qidOcMG77oLLdOX6wbrtLGzNt9J3nA { position:relative;display:block; }
#akDwtIw7X1GlHh2LGNs2sxOxTy0KdPwH { position:relative;display:block; }
#if9fJevALJ3GR47OKTmeXk6TfWTsNPbn { position:relative;display:block; }
#CTcuvE3b4FTWn5T7RorLQ94byR12yLqa { position:relative;display:block; }
#t2aXWgpVdfZG1LT2GE2nSoD1pKovUutw { position:relative;display:block; }
#yhgVSJJGQzv75xUTsZTTxzeRS86Tio8Z { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VGA1DMoMIc3DztUBlqlOUa0FH7PHkg0X { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TSWu1i4FWs1BBbpO48KqWqNUyBspHxAg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HTvL62Ay3cD9xgILJHtdEQF61Vnh7Aem { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JeMiasCZybgl7JvTNHM0VNb2fkDc0ZsC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #txLtZCUEWnHsPcsN75gh3GGERHzTAnfB { position:relative; }
#FiVoLyUkEfKxOCTWCH5lIQowCLueP7TX { position:relative;display:block; }
#PsP9TnpwRWoIE7zoTgCNzRMAWPWwN7vQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(141,0,255,0.5);top:10.279317855835rem;left:4rem;height:2.11248125rem;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;font-style:normal;display:block; }
#Ln7nF8M0SkMuxN6DNQfQqMmSgdg1XebF { 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:14.4375rem;width:21.6875rem;top:13.125rem;left:5.375rem;overflow:hidden;display:block; }
#LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a60c5498-bede-4332-a7cc-78a7ae1a0c73/image7png.webp");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:none; }#LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq.adaptive-delivery-prevent-bg, #LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq.lazyload, #LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq.lazyloading { background-image: none; }#LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq > .row .container { border-width: 0; border-radius: 0; }#LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:none; }#UV3AwmbpolqUskd6Pp8FAEosAhxKNxXQ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:11.25rem;top:12.972900203674rem;left:48.653941903759rem;overflow:hidden;display:block; }
#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e8b8144-ede0-4458-9402-d7b3bfec5777/BGDesktop02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux.adaptive-delivery-prevent-bg, #WTo559zvZQsF2zNUTT3fBVDZrZyHfbux.lazyload, #WTo559zvZQsF2zNUTT3fBVDZrZyHfbux.lazyloading { background-image: none; }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row .container { background-color: transparent; background-image: none; }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row .container > .video-iframe-container { display: none; }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row > .video-iframe-container { display: none; }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .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); }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row .container { border-width: 0; border-radius: 0; }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#cAUUlBuxMiased5rNLw1EDbINsfIGpUd { box-sizing:content-box;height:32.625rem;width:23.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a920ff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a920ff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #a920ff, rgba(var(--color-primary-1),1));background-size:auto !important;top:1.1875rem;left:33.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#txCKXzdbS0aUHxwbJm23uge9bo2uwItt { color:#ffd920;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:9.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uuuBvWGIuF3DXnbTMOfry1yld9pDaF9i { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#OAPvQvwOM86342HlODnsBGluXDqCQSus { color:rgba(var(--color-secondary-2),1);display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15rem;left:12.4375rem;height:3.16894375rem;text-align:center;text-align-last:center;display:block; }
#XDX2Qs8GtEfUDE1kLMnSRSuVnu4v1Kxm { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(141,0,255,0.5);top:6.1875rem;left:3.5rem;height:5.199225rem;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;font-style:normal;display:block; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-form-header {  }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.6875rem;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;font-style:normal; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .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; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.6875rem;height:4.0625rem;font-family:var(--headlines-font-family);overflow:hidden; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .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:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-container:first-of-type{padding-top:0;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-container:last-of-type{padding-bottom:0;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.5625rem;top:8.4375rem;z-index:15021;position:absolute; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ {display:block;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.5625rem;top:8.4375rem;z-index:15021;position:absolute; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #MoLZ8Hkz3cquuLqoUEbGg67Thz2TzTaG { position:relative; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #sRqZMftrZuhnebuWWXDtya3EQyVScSlZ { position:relative;display:block; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #DJaI3TnuLTSWQJoalq6qQapPSIeg0Nbw { position:relative; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #NKEka2EHfKBqAeyyvfmCJphBOCO0UFp9 { position:relative; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #zGQTBqHmTddksCUXvVrXu44wtyGz5VAm { position:relative;display:block; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #X2cSSxHnRsxvaSTOXwao3PHS30ayXkfy { position:relative; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #cgE0hycrnPLFIIdI8t0LWcUecsV74U92 { position:relative; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #PDZnDnfaHvLqZ7z9lKJHthuhDpXGKzP5 { position:relative;display:block; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #dqGRAvXz883MAK9THH3y9DNPRX0Dd7lO { position:relative; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #wzraNN2vGfGM06Jxp74nCxbN5nB9Kzig { position:relative; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #Aicu9HhTRdCBdppcJzJ0kozsba0dbC1L { position:relative;z-index:2; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #CAMSSyRA7RDtHPcDuNstEMJ8GeCzmudZ { position:relative; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #XbG3suZX9JyCQSxohMRzWDKrpqtdTBrd { position:relative;display:block;z-index:15000; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #TMtTJfNuTd1MNAKu3BIC4MOZ5mQIX36I { position:relative;display:block;z-index:15000; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #AyT72UJuGsksyWFXsKcJrWfIXAv1Q0Rc { position:relative; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #gND7fbd74Xwd0HPgWVqbczUhCdC6P5MP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #v4ZCDTu9EI77wi8QW8BDRhO9ISiJvLkq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #THvcx3q5Dqv2NZxqL1H8eOprxeLyToST { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mJcUPahRmsxQTe9DH8SIwEGG62BmSKNT { position:relative; }
#PMgArJVdOtLrMzCI6f8OhnT07wBaQ735 { position:relative;display:block; }
#EGtWgck2arHE8vDEe5IHbNz0sitnf6eM { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rt55I9VxIXF9D2WkO6Di9KydSQqTEhSO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NEmnyKkSwT35X2UQ0cz0FW8QtBWCR1w5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qHrZtJS5OugrD3S8svNCu8T67zDlozKh { position:relative; }
#SOVlKMkE9y5gyUTClopxvE4VwQqdb8nr { position:relative;display:block; }
#kttPdJXLq5v3xiRyKaPmZdCMzx1AHLXs { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OdfDMVUSOFp3NMq8Ae1OvWbB3vzC0rX1 { position:relative; }
#IdLe8J9Nc65rSArdMD0KCZZLFFp7HdfK { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d9VzZHuTSkiPMPTTF8Ns9rcoTVmPkGuo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gd8oLozJ3M9hOWxOQTdWRne6fAOxIZ32 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ceLcLVwqBnXz8Ipi09JSRVxs4nTsT6FE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Vm9L1oxqTi1iPeR4k8TUOcivEMbw5MJL { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tqvZQgykw0SQM8ToKMybLWXNTB55lkN5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZE89qgnsaTFXKhLAtiFRkgal7yMoL4PK { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tsdnoVl2QguETCnBtknWNBelLZau8htl { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eFQiv1WQreW3Jyf7zkNNARbb8KpZaX5F { position:relative; }
#IQubDDoROSlHyBDDGMSSQLTSU14gDq01 { position:relative;display:block; }
#NhaBTNNfweGsZUM4JzIof6uRScop0JqL { position:relative;display:block; }
#cu1rAOM6T7gkpx2UA4mxe8rV513qcbw4 { position:relative;display:block; }
#GXKhb6EtOiJzZs8o9MVtClzJnb7H2c8H { position:relative;display:block; }
#swr98OZ72PU34vp1TTEAdnNR5gNLpdgJ { position:relative;display:block; }
#vcm33nKoL8THAe1yMr1zsJyGIZBJpne6 { position:relative;display:block; }
#GlPFcnB7q3a8y05ZQiOeFHWqLmBiCdzs { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #v45Al8grUe9sEoyLSmNLGcD2MtkkB4Jb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aPANEM6fsEprmMCd4JELwI9I7Xc4K0rz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #C49vrTyqSKz57putOqsm3oXqJbv6zykd { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sBiaJ6xUBVpskpAMrsI4w5LQCMc60BSN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #as99R7NBrblZbLZq2rESxZT759XDbw7e { position:relative; }
#GWggh0MN2RLFnPNT4J98ZwFFofhSD23g { position:relative;display:block; }
#CCy6E0A0FyW88dTyn0JbtTP3JWd0JFS3 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(141,0,255,0.5);top:11.875rem;left:4.0625rem;height:2.11230625rem;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;font-style:normal;display:block; }
#ZGS9t9zQ4HLTPABm7g3aXT7AXuKiiSLT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:18.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#QWsA3R2fGD7bl3uZwZEwzNWGImiV0WBT { color:#ff9400;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.6875rem;left:6.75rem;height:2.4375rem;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;font-style:normal;display:block; }
#dqQxUTl9wJDq63i5NeZUhwMd683adgQw { color:#fff300;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.125rem;left:6.75rem;height:;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;font-style:normal;display:block; }
#ss0DMmcqfSOCHztvhPbqy44MACrCLvFc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:27.8125rem;left:4.53125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0FRVn1yAgdvwmLTMoJylH87JfEzOF5y { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:2.43115234375rem;left:36.59375rem;height:1.42516875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:var(--headlines-font-family);font-size:0.5625rem;font-weight:400;line-height:12.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.8125rem;height:3.795625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.5625rem;left:39.703125rem;z-index:15035; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #zB6ruwtdnfQ7Un3hJdMBSTuvUJgZ4uff { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #IkMTXlNc2i03BDrd81c3wTbKMSLyQsLr { width:auto; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #XPDZ1NriK1S4gLQZon4k60KJ49giRRVh {  }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #PP2CEafrrT3EyIA3e9RmezWbpoDghUrN { display:flex;position:relative;top:0rem;left:0rem; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #TIgplyohs6g1vuFvF4Uchmol0hdTJ2MT {  }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #z2GTVFccl0vhKk49S1umA5BPAT3zXrAF {  }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #SRIXMShPtb1v8M2bPhlZGW1tT0BRTta8 { display:flex;position:relative;top:0rem;left:0rem; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #vQvTEQvNa5gLemE3CLM7XNyTFygGOuTf {  }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #s6cIxZoCFRe7PiAWhnulVaPQdiVLPdZ9 {  }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #ehrOmsaOhXIGiZy3nfTrNRTdkfOmRG9X { display:flex;position:relative;top:0rem;left:0rem; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #iS5qnu8nQO2GMoOyx6DuLtqoD5Xb7z76 {  }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #n9yqGZGEftC5dFBTcRlPGE4hscA9ktSc {  }
#Kw3V1DEH9FAezcIirBWefJCi46adULd5 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:17.8125rem;top:4.1692810058594rem;left:41.3125rem;overflow:hidden;display:none; }
#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7e8b8144-ede0-4458-9402-d7b3bfec5777/BGDesktop02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w.adaptive-delivery-prevent-bg, #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w.lazyload, #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w.lazyloading { background-image: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { background-color: transparent; background-image: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .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); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { border-width: 0; border-radius: 0; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:6.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { 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:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5rem;left:6.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uV6uwksPbGDKr58kPspUlQafsdS9bDZS { 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:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { 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:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:40.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:23.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:40.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#r07J1UiK5sMsLHTIE31qlg7sk630TXfX { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.8125rem;left:8.875rem;height:3.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.9375rem;left:5.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { 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:12.5rem;width:12.5rem;top:7.59375rem;left:6.75rem;overflow:hidden;display:block; }
#cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { 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.5rem;width:12.5rem;top:7.59375rem;left:23.75rem;overflow:hidden;display:block; }
#Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.9375rem;left:22.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.9375rem;left:39.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { 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.5rem;width:12.5rem;top:7.59375rem;left:40.75rem;overflow:hidden;display:block; }
#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { 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; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { background-color: transparent; background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .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); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { border-width: 0; border-radius: 0; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#TtISASRWPZXyH9U0ORiyxhBI8ENulabw { 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:5.5625rem;width:5.5625rem;top:9.5623216629031rem;left:40.749731063843rem;overflow:hidden;display:block; }
#NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:3.25rem;left:20.875rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#L0stcSQQExHewo6wO9M9G3xIl47VzUMn { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:3.25rem;left:40.9375rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#opXHFTeIST1yQzpGuVod1FMxZKziicDa { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:3.25rem;left:0.875rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:20.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#UiCth2leWxmAP6mELTx7DNokOIlgv3fB { 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:1.37473125rem;width:8.9373125rem;top:9.5625rem;left:0.875rem;overflow:hidden;display:block; }
#zQ0JeZilvf4aDyJUnWt5fODpbI91KMP8 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;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:sarabun;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:10.530450820923rem;left:47.186609268189rem;display:block; }
#Oh4kH8QwzTwODtQC8Oq38V2MDaeCOzeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqDCzvFm4iIXeO84oXXFvDsvbA4iIgwr { top:0rem;left:0rem;width:14.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUJlm9m71wNxovceBCr8sSagngyfpgQF { width:16.375rem;height:2.8125rem;top:1rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1DEIXxEiAp6NrsalgdsEvWHCrfrbMBn { display:block; }
 }@media only screen and (max-width: 763px) { #X5niZgM7Or5p13aDIVc7XS41up3hWf63 { width:40.1875rem;height:1.5625rem;top:7.9375rem;left:3.75048828125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWp4a5saB7h0wdx5x4cD288h2OVQbUyJ { width:35.6875rem;height:1.875rem;top:4.8125rem;left:6.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWyrCubEhWN1Qx94ht79XP98KFqiTegD { top:1.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k { display:block; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkiAdd7b47ENAxb00Pm7Cy6i9EivT9Xw { top:9.3125rem;left:0rem;width:28.6875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqw9WXZubm153FiycPPgAK2LqBCNXB5d { top:12.25rem;left:3.9375rem;width:14.6875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU6GlLRR7bpGIKpOcsKfpXB9PhlOM44B { top:1.5rem;left:0rem;width:35.5rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDiAliZr0MlF1Z0SW6lTtBS1aS0MGhR { width:11.25rem;height:2.8125rem;top:26.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #f43bsUaSfvaJy5t1mOsnOTaozdFKmIMX { display:block; }
 }@media only screen and (max-width: 763px) { #tI2Ehw3xQq7lkMu7S5hEZL6up7Am9C6t { width:11.25rem;height:2.8125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMBDTMMTxC323DqC8Uw6bO1mCPrz0uV { display:block; }
 }@media only screen and (max-width: 763px) { #nEaNBfUTU3rPZwtE3EfNiEB9GFyHTceL { top:15.8125rem;left:0rem;width:33.375rem;height:7.8125rem;font-size:0.9375rem;display:block; }#nEaNBfUTU3rPZwtE3EfNiEB9GFyHTceL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
 }@media only screen and (max-width: 763px) { #zowyG9mFik8I4D1Wf5pmagHUDnzUOOKx { top:1.5rem;left:21.5rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb2O5wMNNZtc678H0ieZcSMZk7uqxT5G { top:24.4375rem;left:15.125rem;width:10.625rem;height:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBevlaqe80p7CdLktzgd4AfQmwlgciJe { top:15.1875rem;left:0rem;width:17.4375rem;height:18rem;font-size:0.8125rem;display:none; }#SBevlaqe80p7CdLktzgd4AfQmwlgciJe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
 }@media only screen and (max-width: 763px) { #OTTOPSPTM0tzmUPfC1fszTCqymfptd0e { top:12.875rem;left:0rem;width:28.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota { display:block; }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoGODciIXhy4VAmJrdAdhzo4alf9KUPa { top:1.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvFr1MtGtwHU9DIdG1BTC8J7NpiGATeh { top:5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow { display:block; }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGLXBssUnii5WLz271euQ4s3fVzFibHF { top:1.8125rem;left:1.6875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlzrcV4NQpzrg8zJOTxImW9euCJ64OZv { top:4.1875rem;left:1.6875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHPvTWoc4yPxFLuh1nBnasztHHckRKLR { top:7.4375rem;left:1rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRZai8wK5TPE2ZgSHDi3rmoeprHA4hmJ { top:8.875rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyl906TONrRBOHiTqhnp8d0hFsymhvJC { top:2.75rem;left:20.53125rem;width:9.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9VHqdopaTeC1hhCBPQ3ZRvktZ82ZVdP { top:5.5rem;left:20.59375rem;width:9.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7QnxtC1ne5QIADWXq9wmikzditOZz9L { top:1rem;left:34rem;width:8.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhMTDLpSC7PTuqiLvckzN48ZCTyanJL1 { top:1rem;left:35.4375rem;width:8.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #W94MpRaiDpTPqLC0DWFQ1AUdg5KRFpld { top:1rem;left:36.875rem;width:8.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsreXurPgEtg9TQZkKiccpmqrx7CROxr { top:7.375rem;left:31.5625rem;width:16.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kekUMV1AneXlQ24yV3Nd9iscAoupQOub { top:9.4375rem;left:30.8125rem;width:16.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgg50FJenJ9yEpsQ7wTnlkQaP0iuTWJD { top:2.75rem;left:16.916667938233rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxKUq6FvJAtdSTCCHz9uHcvwWpAXKqNe { top:5.1875rem;left:17.104167938233rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2lNxCAosOs2behXMVeKCZadnUx9lpqB { top:2.375rem;left:31.5625rem;width:0.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctlNDQ9SXlMqJZHOh3Ft0IxOkuIqxRKg { top:2.375rem;left:15.6875rem;width:0.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgqTvV7fOWwzthWanK9cdMwR2vXlDq0w { top:7.4375rem;left:17.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Ryv7Bdzz3MqaHUng4chHQnEqke3zCf { top:7.6875rem;left:20.625rem;width:9.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCQUPTWrXXbDdah7pROF6T3aovilRTHl { display:block; }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFWF38xOPHbUKtglWppcEbn0pnWgDTFH { top:3.0625rem;left:0rem;width:10.4375rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrZlNF6B7fHl0KBF3O6kbq3hOUnTZZvz { top:4rem;left:15.125rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUi3XpIuLNAcFa2onTypc0eGKl58TITm { top:6.375rem;left:15.125rem;width:14.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVhCMTA6zBkushiLgDtwrV2WRzZDfMqU { top:2.9375rem;left:14.125rem;width:18.3125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCZhEr1GKh4LbE4pvQzTv609xhm8dfQL { top:2.9375rem;left:29.5625rem;width:18.1875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8WB2FSagLXgEADDrXkTAry2EgVkcU3n { top:6.4375rem;left:33.0625rem;width:14.6875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJAkAdGQRiUXDkQ8ELh94gh9ZT1lXeZO { top:4.0625rem;left:34.3125rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRSmRc1vFiiTobhZCipVTOxgAL3L4NhI { top:12.3125rem;left:15.125rem;width:15.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuL0pncgp2CBHaq3BwnspNgcwyDpqbr4 { top:12.3125rem;left:32.5625rem;width:15.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzXmIsXcVBRw6dapiDrpTKJ6NIe99JqH { top:11.9375rem;left:16.5rem;width:11.5625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PciRnqkNRWftVUuTdTuqETTTge61dkaV { top:12.1875rem;left:32.75rem;width:15rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBqBPlqEfT7Z1fQ4lVaEzJaDkFZrG8qb { top:7.125rem;left:0rem;width:15.6875rem;height:13rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CESX0pDNm9LndZCtAFTbcLxwH4JuwKkP { top:0rem;left:24.8125rem;width:19.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2wp877QGlJ3H14DaXT5yeDeEzb70Rm { top:0rem;left:10.0625rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4QeEwvd4gab4iAuvxnHg5vvd11Txknf { top:4.625rem;left:2.125rem;width:5.875rem;height:5.125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA { display:block; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXogndkQdrOwPbJvndHI6it0Q65rl8WM { top:17.4375rem;left:1.1875rem;width:13.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXEVrvlPOvz3aw6cttsP7MswLoAIF5F { top:17.4375rem;left:17.6875rem;width:12.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5elRhDcHKlFngSnlvD5usOadbZSmQGM { top:17.375rem;left:33.40625rem;width:13.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDTzdS5xsxNRlAnviduRW6g0Z7rDooyJ { top:1.375rem;left:9.3125rem;width:29rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0SUroUWtdf2LmID2tBzTKGnFtVDG6zR { top:5.25rem;left:0rem;width:16.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Ra1x7pL0QW7Xm7X7ir5qF1H7TxIt0y { top:4.6875rem;left:17.4375rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBhIfOwpGFdn7GestnupU2RtLZKlodO { top:5.4375rem;left:33.40625rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khm6Wqbo1lqAk8whh8JnRQn3T3upp9ZM { top:5.4375rem;left:21.75rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJftEsACk5vu6OiaDA84vlnyHhSlSwl0 { top:8.4375rem;left:32.46875rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgtvTngzRNdIo6262TfypNo26I07TSa { top:6.9375rem;left:1.90625rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBiJUzh2Ew0LcPRdm0eVHp8VRL8hwDng { width:15.625rem;height:3.875rem;top:23.4375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG3zgaVKTritGSHfzKtX5bVen1TbZIoG { display:block; }
 }@media only screen and (max-width: 763px) { #PZQAyorrmOk2s5N5RSCnHnDciaRK9blb { display:block; }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3VQrDedvkTt3POP6lnLKu4yTOioZTFL { top:2.4375rem;left:4.375rem;width:41.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #no1TLBGAlMUG8PCmHRVyw98T4bnDF0UM { top:6.6875rem;left:2.25rem;width:45.5rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4BM4FzTF7qQE06xsZgTnTBmvg6QNXs { top:8.6875rem;left:30.71875rem;width:7.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDseIrkW00G1hcENigASxCtoQ7HHKOui { width:15.625rem;height:3.875rem;top:111.9375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6dnNxEaibazZNt060rwvOkSEgmHuCNv { display:block; }
 }@media only screen and (max-width: 763px) { #UvKGpPbkdvP7rRachEbNJzMs0S9Ku1bB { top:8.9375rem;left:10.875rem;width:18.9375rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH85HDK49nbiGcBTEBd4nThKAl9ONXVl { top:14.125rem;left:0rem;width:47.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #te9eNwg3B1CBL1Xb5ERtLU6DlHAn1JHr { width:20.375rem;height:2.0625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg43FXvcHeuvuH8AO5kvmPGTktFJT78E { display:block; }
 }@media only screen and (max-width: 763px) { #zWQfzEz5JyaMXISGaOWuZPaksKH0f1np { top:19.9375rem;left:0rem;width:37.3125rem;height:7.6875rem;font-size:0.8125rem;display:block; }#zWQfzEz5JyaMXISGaOWuZPaksKH0f1np li:before{  }
 }@media only screen and (max-width: 763px) { #FPoLrk8TuIBatoJaqpLzzep3vApgvByB { top:16.8125rem;left:0rem;width:39.5rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZAnAqaoaZRbnhzkyVN0lBuVZgTulRv0 { top:13.1875rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p47zXhTEHKXNGvDzMi8bTAV24gchPuIB { top:12.5rem;left:0rem;width:7.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JviNmbGiie0n25AmPHPxfRRFrIqzfxIh { top:34.5rem;left:0rem;width:47.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCPvl22UdopO3hF3Nxrt3O6sG5iPRnnV { width:20.3125rem;height:2rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqBsqpIGLrcN2taLxdmbZVZr7RMR1fwO { display:block; }
 }@media only screen and (max-width: 763px) { #GDVCfXQs2g8TBSRiyvBq8HDDWAP0s5H5 { top:42.8125rem;left:0rem;width:37.3125rem;height:;font-size:0.8125rem;display:block; }#GDVCfXQs2g8TBSRiyvBq8HDDWAP0s5H5 li:before{  }
 }@media only screen and (max-width: 763px) { #gN3BEANMDRyKIZ8GyNieKwwrTAHhWcDQ { top:37.1875rem;left:0rem;width:46.0625rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCTFoDUUl3Cg8H19nSf0iEqFuVz6Pi6E { top:32.875rem;left:0rem;width:7.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHCQpycNESkzCgTLPpQ7qhx1OrwLGEhu { top:33.5625rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkUF4P54X6qS2b1c6qbCJHQzTd2edJRJ { top:58.9375rem;left:0rem;width:47.375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGdMzakB06uBa11BEL7hTMnTtN4BQbXW { width:20.1875rem;height:1.875rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kalomBR3gBwiI287K2yoSZBeAGERlNR9 { display:block; }
 }@media only screen and (max-width: 763px) { #lTBSLJNyiG8kTKDrXa8rbx7hvDtuVkOI { top:67rem;left:0rem;width:37.3125rem;height:7.6875rem;font-size:0.8125rem;display:block; }#lTBSLJNyiG8kTKDrXa8rbx7hvDtuVkOI li:before{  }
 }@media only screen and (max-width: 763px) { #VsokF4rptcCAMClTcRrm9MG60ZbDMav9 { top:61.625rem;left:0rem;width:46.0625rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC4pyk7FTT19Vum88NJEOUEAtSEkpbcX { top:57.3125rem;left:0rem;width:7.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqQDionCCeWZwiUZlmx6dvSITcxgsQls { top:58rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udRxJ5g3xiRrUfp10RvnvCMcaZvecz6I { top:82.4375rem;left:0rem;width:47.375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZZfe3C0PTLNtUIiGJ0mvNTDob91VC98 { width:20.125rem;height:1.8125rem;top:105.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxdvuBiIqSh4wcdZnDgAT794HwcoTL3w { display:block; }
 }@media only screen and (max-width: 763px) { #vA0FSlfIrx6xS8xdKHJNTtSiMwO2TQNz { top:90.75rem;left:0rem;width:37.3125rem;height:;font-size:0.8125rem;display:block; }#vA0FSlfIrx6xS8xdKHJNTtSiMwO2TQNz li:before{  }
 }@media only screen and (max-width: 763px) { #etEvCMuUPZctfHBs9b5OQ7MWJi4xcKT8 { top:85.125rem;left:0rem;width:46.0625rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGTw2kKwl3lnQMp7WITJbT6hkWqxNBe8 { top:80.8125rem;left:0rem;width:7.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3dhx709KS1VwETaWpSydZs01rr2fyDO { top:81.5rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syDatz81DPPPOJzAroA1IhqdnlL52arv { top:43.9375rem;left:39.375rem;width:8.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCB8M4wAcgnHLxKeN3XqkcZqstL87JXG { top:63.3125rem;left:40.25rem;width:7.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6QPhOvTwOKip6kT7glTveUvrOVmLCDy { top:90.75rem;left:34.3125rem;width:13.4375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGULJoM78HTmwV85xddN2CCm9J1i24nT { top:69.875rem;left:41.35417175293rem;width:5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqlBOQrWW9XVmUM5UJegpnTkBxucenDJ { top:66.625rem;left:33.239585876465rem;width:6.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMdIWwu2GyTJTV0l5hmtsgZyARWw1H9D { top:19.5625rem;left:39.44792175293rem;width:7rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO { display:block; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApiNgQTGwdVAc3UloWZt86IAU9H4bf1R { top:5.9375rem;left:9.96875rem;width:27.8125rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWTyxGaSdeKfxn5nMTTZkMVwAuGb5mPk { top:1.875rem;left:15.6875rem;width:16.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDDOcEi4CxnK3wevN12GzFBhI2hT89pp { top:11.25rem;left:15.1875rem;width:32.5625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd0nWNkXThzrVCUfSUPSrVMPbb4TxGLX { top:12.1875rem;left:17.625rem;width:30.125rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN9OVQovl1IXgBr0VcsaRHaHdPCBWeaV { top:13.625rem;left:0rem;width:18rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh79ohAkht7erECzyH04JacJG65n6pKz { top:13.4375rem;left:0rem;width:17.5625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJqbORW1PP4gMoPFDSgJ4krZQo2MlVB { top:14.625rem;left:18.75rem;width:29rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGieIUbBWMT6tEu548JMIGWiHnd3I7NF { top:17rem;left:18.75rem;width:29rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA5DOfyOKaMQi9dLdHpJBGJERRQxNIDW { top:24rem;left:19.25rem;width:28.5rem;height:4rem;font-size:0.875rem;display:block; }#LA5DOfyOKaMQi9dLdHpJBGJERRQxNIDW li:before{  }
 }@media only screen and (max-width: 763px) { #EoAqi88hb9gxZ6o71hucQDNBXLcwc5Gh { width:15.625rem;height:3.875rem;top:39.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO3uThxRmERWSi7yETOR4y96td3Sacd { display:block; }
 }@media only screen and (max-width: 763px) { #dowTkpynFuLcXl9QWixadtUK2S6T4NSa { top:22.375rem;left:19.875rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9r4GZQhXn7Fa0XzKbxrRBXnHikD4oDu { top:29.9375rem;left:19.875rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeuF2xUNuJXtvwIzuD8Rv6uDbtxuLIsS { top:31.9375rem;left:18.75rem;width:29rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcvAMaeoCxv5x3TO90c7lWk1ylOrswmK { top:16.9375rem;left:4.4791669845581rem;width:8.375rem;height:2.25rem;font-size:0.9375rem;display:none; }#VcvAMaeoCxv5x3TO90c7lWk1ylOrswmK li:before{  }
 }@media only screen and (max-width: 763px) { #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE { display:block; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa8Dior7dA66vXN1C07UvZBT2wK03OMN { top:9.3125rem;left:14.59375rem;width:18.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhHXTad5JTahqW9wzwv1iG21TSxBTagk { top:26.9375rem;left:24.4375rem;width:23.3125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovDwZA4lGyvhF9zTh2IpO05Wqpe8mmvZ { top:1.4375rem;left:5.9375rem;width:35.875rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHvyJBrsZ2gqbTxqWtZIbA8k5SrXcQWr { width:15.625rem;height:3.875rem;top:45.4375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVoRJfn8oGtNy2lznCZJEemDTTrPeOGt { display:block; }
 }@media only screen and (max-width: 763px) { #Ucz5DHbGuSKa1TyIZzXU44IVNh49I5Pq { top:15.375rem;left:0rem;width:11.1875rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #edrtJnr97SQJqWr2Pr9JWoQzguv9fOwE { top:12.375rem;left:4.0625rem;width:33.375rem;height:30.5625rem;font-size:0.9375rem;display:block; }#edrtJnr97SQJqWr2Pr9JWoQzguv9fOwE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
 }@media only screen and (max-width: 763px) { #yq8LBp0CxyPREqvv3GbT7GON6Vew2aNu { top:10.9375rem;left:27.3125rem;width:19.75rem;height:14rem;font-size:0.9375rem;display:block; }#yq8LBp0CxyPREqvv3GbT7GON6Vew2aNu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
 }@media only screen and (max-width: 763px) { #paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD { display:block; }#paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUaoh2dGB8xOWBpcUMzDvdKLHc71H1Jn { top:10.5625rem;left:1.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqUL15Vm0RpybPv2MH1C74eS46LD4vr { top:10.5625rem;left:10.9375rem;width:12.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpD45bC35VNeo5cC2BAkXZ54uSyM4nnh { top:10.5625rem;left:24rem;width:8.9375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3XTmlmDy7HWUFWLRL1f0Owesw2mHZhE { top:20.8125rem;left:1.0625rem;width:14.6875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE33Ggrg8OWF2dmsMGL9WopME2UcE3h7 { top:10.4375rem;left:33.75rem;width:12.9375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwVu38naS9q4CV0y0GQQwL8DndTTotUo { top:20.5rem;left:16.5rem;width:16.5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZrMaQxmCyseiFabagoIx1PASWh3BEIm { top:5.5625rem;left:3.84375rem;width:40.0625rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfUoOqN4IOncPlue4SkgdUU1QAEXOPpZ { top:0.5625rem;left:18.65625rem;width:10.3125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { display:block; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHIpK3WUA4VRhokvcyPmFqD4saMga81H { top:26.875rem;left:0rem;width:26.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { top:25.25rem;left:31.75rem;width:5.25rem;height:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { top:12.5rem;left:0rem;width:25.75rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { top:25.8125rem;left:26.4375rem;width:6.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { top:25.8125rem;left:35.125rem;width:6.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { top:14rem;left:21.125rem;width:26.625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { top:16.4375rem;left:25.6875rem;width:22.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { top:1.25rem;left:0rem;width:20rem;height:6rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks9gGdvpIXARRFtGt7EbZ41SlUPeHdDB { top:8.875rem;left:0rem;width:47.75rem;height:20.432814302191rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkBnvhIwuFL70IWaA884QQ7QHD8Q4BHw { width:13.625rem;height:3.4375rem;top:27.6875rem;left:26.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0ldBg1VML6iUoZvxexbTQkdFFupaX2m { display:block; }
 }@media only screen and (max-width: 763px) { #eaR0cIwCEyHeBcm7lzKpAK3gmXLK4Ryp { width:47.75rem;height:104.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zd6pzytK7cQLCwhkQUgRthLfVFo9FRhp { top:1.4375rem;left:0rem;width:47.75rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsaHzZ0lISTeCnqSoWc5GQ6myaOcttCM { top:18.6875rem;left:25.6875rem;width:22.0625rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT { display:block; }#Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnWGhVBapsGkMephxV7NI29EJcEFOtp1 { width:15.5rem;height:3.9375rem;top:34.9375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFvmSnqfKlaGgu7ntciG1gWvk1A18FqJ { display:block; }
 }@media only screen and (max-width: 763px) { #TsGrFGSFPzU3ZhyqPX1Du3qmAkx7KKgH { width:21.875rem;height:1.375rem;top:32.5625rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp1nntFme8hCH7GmJ0lmiFLVv6sw62He { top:3.5625rem;left:0rem;width:31.9375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmkVCqVsXynGQOCka0W7vFp380h7KkxQ { top:17.625rem;left:7.4375rem;width:16.4375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuGmtZtiSk1Pq79xAn5KoMfprQBkvgsp { top:20.5rem;left:31.03125rem;width:3.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtTaxFPi8fniMZyhk6cN4Ev6dE8tesXM { top:3.125rem;left:0rem;width:32.375rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5yU69oHbQRM7w2F6JbglAkHyTT176PE { top:1rem;left:0rem;width:38.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTbiiNxBHZCMVXTbhTKTPE804TUupK8k { display:block; }#nTbiiNxBHZCMVXTbhTKTPE804TUupK8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXS0QzgCJoXlAdSOE9fuiE9i7XPyVvyP { width:15rem;height:3.4375rem;top:27.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWh6k3IPoF5SbUsWBem5MGiHCaTWAZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #N3a8QXiAhwBkzcZnQmGa1NgLuKWn7Epp { top:11.3125rem;left:0rem;width:37.3125rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDENu7Tdn5Byk6hThCPG5tIEgZXTbaXo { width:39.9375rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANawswNIPExxqS77gueyWWLnbr85w4vX { top:3.9375rem;left:0.5rem;width:46.8125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffNFdBlWPEUSRpcdtEHDcPJNR1kepbAJ { width:32.3125rem;height:5.0625rem;top:6.875rem;left:8.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETX7hH3oO3gxfwil5Tr8Kq7HhNtga4Jp { width:44.0625rem;height:1.8125rem;top:24.375rem;left:2.374755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1mR3QvuJu9nveXZZk1PcurdsVR1DT1r { width:13.25rem;height:;top:21rem;left:10.125rem;font-size:0.625rem;display:block; }#P1mR3QvuJu9nveXZZk1PcurdsVR1DT1r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #pkEdQMSnhGBi3sr5ShpIcZrfrLPF3cu5 { width:12rem;height:;top:21rem;left:25.9375rem;font-size:0.625rem;display:block; }#pkEdQMSnhGBi3sr5ShpIcZrfrLPF3cu5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #FrmrCWJEZUTz4vlatgnvpGTGluiGEacQ { top:5.625rem;left:3.1875rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEeU95Sw3FsKANHtPhFobtDvKmxbN8ni { top:2.3125rem;left:13.6875rem;width:20.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO93dRzEuJFzNbTrU2F0b5OfIplt8cvU { width:19.6875rem;height:1.875rem;top:3.0625rem;left:14.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlISuZ8pMlgB4nc1IpgoPBl2Oo6W55Er { top:13.625rem;left:10.71875rem;width:12.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtSEbivtdfyGpMslEBinfxutWZUmkpm0 { top:13.375rem;left:25.6552734375rem;width:12.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMcglmsSSegDVXXPehdLZXX12eykw2HU { display:block; }#cMcglmsSSegDVXXPehdLZXX12eykw2HU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB1PeTAmOiJXasliM6XJZq2UZWHrWEFs { top:5.4375rem;left:24.0625rem;width:23.6875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgHxbirhxaTXTTvprHzoHmcpcTMsGsmQ { top:2.25rem;left:3.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG5BfRNltxpQrplJD0nRvE1NxzcH9bWM { top:13.125rem;left:0rem;width:29rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD2WEZxnKggaIQ8gr5frq4enAdNTf08W { top:28.75rem;left:0rem;width:20.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBgkE3whCnnHprHc3hSALvSgXNTvuFr1 { top:30.6875rem;left:2.875rem;width:14.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwzOKnWRyZot9TByBgs2UNKFsu8u4ofs { top:4.5625rem;left:0rem;width:24.4375rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa2NL6ukN9QTNuXPCbPnsr0Lm7r0N8p2 { top:33.6875rem;left:10.21875rem;width:5.375rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U45Dsaf692nr4UizsBUBAN4ubM5fkyFu { top:34.0625rem;left:12.1875rem;width:1.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvP6q8rxsgPFKEkkdXc0wTJZDUpFwg8y { top:9rem;left:2.875rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-text {padding-top: 0; padding-bottom: 0;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-select {padding-top: 0; padding-bottom: 0;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw  { width:20.6875rem;height:auto;top:5.6875rem;left:24.5625rem; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw {display:block;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw { width:20.6875rem;height:auto;top:5.6875rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #wuD4cAc1FGk4bBXAxfNI8UfpRy8nZhTg {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #GG9QGwNdWwTQvTnarPTgeQmU0oDQFnHI { display:block; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #TFPqLbNQFk00KHVzPp4W6GWssd84TuSB {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #dUqDc3LXTNZU9J9TlPQWgnQlGZxgJEi4 {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #IfNZC9TbfghdK1nfGMzuqmIvc1DFkk0C { display:block; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #Bb8ZK7bAKrORKAHzeJ1wAwTSirfb5JK6 {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #oZGA4aNvzop1p78IXFPZObFbJ2tVTZ5T {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #RG0S4pSRyolpxs8BAUucqNWTdpnsckZP { display:block; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #RlhQ1NLWg9y2SaVsHIgPxdhsOAlCST94 {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #aBkeDHn6MUxy8gG47MS36UOBpBpQaUhi {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #Fz9NTMdJI6z8q8JruN9DcsdbC8z94LcZ {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #edWpTbMJi72TRxxaOsZRxgTsUoEaJsgm {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #h1puitgM1KkiZdkMGPaJtqC0WmJulfXD {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #o4i97HZeG0zNTq4ZlkIp935aFEfkVTW6 {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #nsBw7XOb5QCaKO1QtwoE9HH0n7q9Te1e {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #DXdLNsxnwaOT6OlTgTv6IRNown3I1dBS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RZ2G1KzK98gRoFAtTQmgLM1dMTJgUHZM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mpEtumZgkrbEhniyOkFSCTmilfP5JWKB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uuTBm9JhTnW7sc2TZCOmD7f6x3QBuk6U {  }
 }@media only screen and (max-width: 763px) { #Z0aMPTkRAnTAaBbWoUcoz38MSygDJ5RG { display:block; }
 }@media only screen and (max-width: 763px) { #GWO6mN1MUR1NQBhoVa8gPTuDgdkme5TQ { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VHxwGod3Q9s6hQof8Du2qAbw4DCLvKHa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UCOuw2B1UMcyfyh8PQbwzGDFTVFvf20b {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JdSaUZe2lN6xwoONBfnJzOMwlb4pgI2I {  }
 }@media only screen and (max-width: 763px) { #i48biZI39Ns5KqcBewsRAccelrAmEPRJ { display:block; }
 }@media only screen and (max-width: 763px) { #wGB6kQgWgGEze5pdmhv8Gsazllid8tS9 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FFux68mmUXfULLTw3d7ENgBZVU8DEiZd {  }
 }@media only screen and (max-width: 763px) { #kAdbh1z6sUQG4148JXMcpBcIWnG9O2Cn { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EPXfBXo9f2q4HM4zVGPWskLSIzGcnQdl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gesBumrw7FSlyqJwezRB6kTX87T9moUy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qb0BOIe4Gos0exz1TGp0xfZRJLc7rnsl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #em3akoH98RHTz8L92ITue77m6k01czal {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iEypoKBLT48QZFevX0DdC2x5aSWIiNtd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UAGeroQmTf06JJ9Qnxav3tsIUwLCk89k {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NNRZ0wTtz6K62EKOID0fAchD0fJmrIgt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bSkt5GEQNKb7SIhep2vhxMsUTSoVCOdD {  }
 }@media only screen and (max-width: 763px) { #OgwfvFTp776ZteiqTWE7KFXQQbSgHPnd { display:block; }
 }@media only screen and (max-width: 763px) { #I2qidOcMG77oLLdOX6wbrtLGzNt9J3nA { display:block; }
 }@media only screen and (max-width: 763px) { #akDwtIw7X1GlHh2LGNs2sxOxTy0KdPwH { display:block; }
 }@media only screen and (max-width: 763px) { #if9fJevALJ3GR47OKTmeXk6TfWTsNPbn { display:block; }
 }@media only screen and (max-width: 763px) { #CTcuvE3b4FTWn5T7RorLQ94byR12yLqa { display:block; }
 }@media only screen and (max-width: 763px) { #t2aXWgpVdfZG1LT2GE2nSoD1pKovUutw { display:block; }
 }@media only screen and (max-width: 763px) { #yhgVSJJGQzv75xUTsZTTxzeRS86Tio8Z { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VGA1DMoMIc3DztUBlqlOUa0FH7PHkg0X {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TSWu1i4FWs1BBbpO48KqWqNUyBspHxAg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HTvL62Ay3cD9xgILJHtdEQF61Vnh7Aem {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JeMiasCZybgl7JvTNHM0VNb2fkDc0ZsC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #txLtZCUEWnHsPcsN75gh3GGERHzTAnfB {  }
 }@media only screen and (max-width: 763px) { #FiVoLyUkEfKxOCTWCH5lIQowCLueP7TX { display:block; }
 }@media only screen and (max-width: 763px) { #PsP9TnpwRWoIE7zoTgCNzRMAWPWwN7vQ { top:10.25rem;left:0rem;width:24.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln7nF8M0SkMuxN6DNQfQqMmSgdg1XebF { top:13.125rem;left:0rem;width:21.6875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq { display:block; }#LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UV3AwmbpolqUskd6Pp8FAEosAhxKNxXQ { top:12.9375rem;left:33.9375rem;width:11.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTo559zvZQsF2zNUTT3fBVDZrZyHfbux { display:block; }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAUUlBuxMiased5rNLw1EDbINsfIGpUd { top:1.1875rem;left:24.0625rem;width:23.6875rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txCKXzdbS0aUHxwbJm23uge9bo2uwItt { top:3.875rem;left:3.3125rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuuBvWGIuF3DXnbTMOfry1yld9pDaF9i { top:15.5625rem;left:0rem;width:7.3125rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAPvQvwOM86342HlODnsBGluXDqCQSus { top:15rem;left:6.3120689392087rem;width:8.625rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDX2Qs8GtEfUDE1kLMnSRSuVnu4v1Kxm { top:6.1875rem;left:0rem;width:24.4375rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ  { width:20.6875rem;height:21.3125rem;top:8.4375rem;left:24.5625rem; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ {display:block;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ { width:20.6875rem;height:21.3125rem;top:8.4375rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #MoLZ8Hkz3cquuLqoUEbGg67Thz2TzTaG {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #sRqZMftrZuhnebuWWXDtya3EQyVScSlZ { display:block; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #DJaI3TnuLTSWQJoalq6qQapPSIeg0Nbw {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #NKEka2EHfKBqAeyyvfmCJphBOCO0UFp9 {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #zGQTBqHmTddksCUXvVrXu44wtyGz5VAm { display:block; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #X2cSSxHnRsxvaSTOXwao3PHS30ayXkfy {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #cgE0hycrnPLFIIdI8t0LWcUecsV74U92 {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #PDZnDnfaHvLqZ7z9lKJHthuhDpXGKzP5 { display:block; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #dqGRAvXz883MAK9THH3y9DNPRX0Dd7lO {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #wzraNN2vGfGM06Jxp74nCxbN5nB9Kzig {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #Aicu9HhTRdCBdppcJzJ0kozsba0dbC1L {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #CAMSSyRA7RDtHPcDuNstEMJ8GeCzmudZ {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #XbG3suZX9JyCQSxohMRzWDKrpqtdTBrd {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #TMtTJfNuTd1MNAKu3BIC4MOZ5mQIX36I {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #AyT72UJuGsksyWFXsKcJrWfIXAv1Q0Rc {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #gND7fbd74Xwd0HPgWVqbczUhCdC6P5MP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #v4ZCDTu9EI77wi8QW8BDRhO9ISiJvLkq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #THvcx3q5Dqv2NZxqL1H8eOprxeLyToST {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mJcUPahRmsxQTe9DH8SIwEGG62BmSKNT {  }
 }@media only screen and (max-width: 763px) { #PMgArJVdOtLrMzCI6f8OhnT07wBaQ735 { display:block; }
 }@media only screen and (max-width: 763px) { #EGtWgck2arHE8vDEe5IHbNz0sitnf6eM { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rt55I9VxIXF9D2WkO6Di9KydSQqTEhSO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NEmnyKkSwT35X2UQ0cz0FW8QtBWCR1w5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qHrZtJS5OugrD3S8svNCu8T67zDlozKh {  }
 }@media only screen and (max-width: 763px) { #SOVlKMkE9y5gyUTClopxvE4VwQqdb8nr { display:block; }
 }@media only screen and (max-width: 763px) { #kttPdJXLq5v3xiRyKaPmZdCMzx1AHLXs { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OdfDMVUSOFp3NMq8Ae1OvWbB3vzC0rX1 {  }
 }@media only screen and (max-width: 763px) { #IdLe8J9Nc65rSArdMD0KCZZLFFp7HdfK { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d9VzZHuTSkiPMPTTF8Ns9rcoTVmPkGuo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gd8oLozJ3M9hOWxOQTdWRne6fAOxIZ32 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ceLcLVwqBnXz8Ipi09JSRVxs4nTsT6FE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Vm9L1oxqTi1iPeR4k8TUOcivEMbw5MJL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tqvZQgykw0SQM8ToKMybLWXNTB55lkN5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZE89qgnsaTFXKhLAtiFRkgal7yMoL4PK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tsdnoVl2QguETCnBtknWNBelLZau8htl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eFQiv1WQreW3Jyf7zkNNARbb8KpZaX5F {  }
 }@media only screen and (max-width: 763px) { #IQubDDoROSlHyBDDGMSSQLTSU14gDq01 { display:block; }
 }@media only screen and (max-width: 763px) { #NhaBTNNfweGsZUM4JzIof6uRScop0JqL { display:block; }
 }@media only screen and (max-width: 763px) { #cu1rAOM6T7gkpx2UA4mxe8rV513qcbw4 { display:block; }
 }@media only screen and (max-width: 763px) { #GXKhb6EtOiJzZs8o9MVtClzJnb7H2c8H { display:block; }
 }@media only screen and (max-width: 763px) { #swr98OZ72PU34vp1TTEAdnNR5gNLpdgJ { display:block; }
 }@media only screen and (max-width: 763px) { #vcm33nKoL8THAe1yMr1zsJyGIZBJpne6 { display:block; }
 }@media only screen and (max-width: 763px) { #GlPFcnB7q3a8y05ZQiOeFHWqLmBiCdzs { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #v45Al8grUe9sEoyLSmNLGcD2MtkkB4Jb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aPANEM6fsEprmMCd4JELwI9I7Xc4K0rz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #C49vrTyqSKz57putOqsm3oXqJbv6zykd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sBiaJ6xUBVpskpAMrsI4w5LQCMc60BSN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #as99R7NBrblZbLZq2rESxZT759XDbw7e {  }
 }@media only screen and (max-width: 763px) { #GWggh0MN2RLFnPNT4J98ZwFFofhSD23g { display:block; }
 }@media only screen and (max-width: 763px) { #CCy6E0A0FyW88dTyn0JbtTP3JWd0JFS3 { top:11.875rem;left:0rem;width:24.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGS9t9zQ4HLTPABm7g3aXT7AXuKiiSLT { top:15.5625rem;left:12.3125rem;width:7.3125rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWsA3R2fGD7bl3uZwZEwzNWGImiV0WBT { width:17.875rem;height:2.4375rem;top:19.6875rem;left:0.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqQxUTl9wJDq63i5NeZUhwMd683adgQw { width:17.875rem;height:;top:23.125rem;left:0.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss0DMmcqfSOCHztvhPbqy44MACrCLvFc { width:22.3125rem;height:2.4375rem;top:27.8125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0FRVn1yAgdvwmLTMoJylH87JfEzOF5y { width:17.125rem;height:1.375rem;top:2.375rem;left:30.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #zB6ruwtdnfQ7Un3hJdMBSTuvUJgZ4uff { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #IkMTXlNc2i03BDrd81c3wTbKMSLyQsLr {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #XPDZ1NriK1S4gLQZon4k60KJ49giRRVh {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #PP2CEafrrT3EyIA3e9RmezWbpoDghUrN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #TIgplyohs6g1vuFvF4Uchmol0hdTJ2MT {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #z2GTVFccl0vhKk49S1umA5BPAT3zXrAF {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #SRIXMShPtb1v8M2bPhlZGW1tT0BRTta8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #vQvTEQvNa5gLemE3CLM7XNyTFygGOuTf {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #s6cIxZoCFRe7PiAWhnulVaPQdiVLPdZ9 {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #ehrOmsaOhXIGiZy3nfTrNRTdkfOmRG9X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #iS5qnu8nQO2GMoOyx6DuLtqoD5Xb7z76 {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #n9yqGZGEftC5dFBTcRlPGE4hscA9ktSc {  }
 }@media only screen and (max-width: 763px) { #Kw3V1DEH9FAezcIirBWefJCi46adULd5 { top:4.75rem;left:29.9375rem;width:17.8125rem;height:10.2495625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { top:22.375rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { top:20.5rem;left:0.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { top:20.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { top:20.5rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { top:22.375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { top:22.375rem;left:34.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { top:1.8125rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { top:6.9375rem;left:0rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { top:7.5625rem;left:0.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { top:7.5625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { top:6.9375rem;left:16.5625rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { top:6.9375rem;left:33.125rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { top:7.5625rem;left:34.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TtISASRWPZXyH9U0ORiyxhBI8ENulabw { top:9.5rem;left:34.624731063843rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.375rem;top:3.25rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.375rem;top:3.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.25rem;top:1.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.25rem;top:1.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { top:9.5625rem;left:0rem;width:8.875rem;height:1.364772536541rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0JeZilvf4aDyJUnWt5fODpbI91KMP8 { width:8.625rem;height:3.625rem;top:10.5rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh4kH8QwzTwODtQC8Oq38V2MDaeCOzeA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqDCzvFm4iIXeO84oXXFvDsvbA4iIgwr { width:9.0625rem;height:3.0625rem;top:0rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUJlm9m71wNxovceBCr8sSagngyfpgQF { width:16.375rem;height:2.8125rem;top:13.216796875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1DEIXxEiAp6NrsalgdsEvWHCrfrbMBn { display:block; }
 }@media only screen and (max-width: 763px) { #X5niZgM7Or5p13aDIVc7XS41up3hWf63 { width:20rem;height:0;top:0rem;left:-1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #CWp4a5saB7h0wdx5x4cD288h2OVQbUyJ { width:20rem;height:0;top:0rem;left:-1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#b56ff6;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #GWyrCubEhWN1Qx94ht79XP98KFqiTegD { width:20rem;height:0;top:0rem;left:-1.25rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93d43ea5-b971-417f-b05f-c4c0c7f5d501/BGDesktop01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k.adaptive-delivery-prevent-bg, #qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k.lazyload, #qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k.lazyloading { background-image: none; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container { background-color: transparent; background-image: none; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container > .video-iframe-container { display: none; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row > .video-iframe-container { display: none; }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .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); }#qW6TyV3ixX8U0ZVWWWJ9dyEq4EVKq58k > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkiAdd7b47ENAxb00Pm7Cy6i9EivT9Xw { width:20rem;height:1.46179375rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqw9WXZubm153FiycPPgAK2LqBCNXB5d { width:14.6875rem;height:1.625rem;top:11.125rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU6GlLRR7bpGIKpOcsKfpXB9PhlOM44B { width:20rem;height:7.80029375rem;top:1.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDiAliZr0MlF1Z0SW6lTtBS1aS0MGhR { width:11.25rem;height:2.8125rem;top:41.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f43bsUaSfvaJy5t1mOsnOTaozdFKmIMX { display:block; }
 }@media only screen and (max-width: 763px) { #tI2Ehw3xQq7lkMu7S5hEZL6up7Am9C6t { width:11.25rem;height:2.8125rem;top:37.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMBDTMMTxC323DqC8Uw6bO1mCPrz0uV { display:block; }
 }@media only screen and (max-width: 763px) { #nEaNBfUTU3rPZwtE3EfNiEB9GFyHTceL { width:18.5625rem;height:10.4358125rem;top:25.312500953674rem;left:0.71875rem;font-size:0.9375rem;display:block; }#nEaNBfUTU3rPZwtE3EfNiEB9GFyHTceL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
 }@media only screen and (max-width: 763px) { #zowyG9mFik8I4D1Wf5pmagHUDnzUOOKx { width:9rem;height:9rem;top:11.937500327826rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb2O5wMNNZtc678H0ieZcSMZk7uqxT5G { width:7.25rem;height:7.25rem;top:0.6875rem;left:12.75rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #SBevlaqe80p7CdLktzgd4AfQmwlgciJe { width:17.4375rem;height:0;top:12.750000953674rem;left:0.6875rem;font-size:0.8125rem;z-index:15008;overflow:hidden;display:none; }#SBevlaqe80p7CdLktzgd4AfQmwlgciJe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SBevlaqe80p7CdLktzgd4AfQmwlgciJe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
 }@media only screen and (max-width: 763px) { #OTTOPSPTM0tzmUPfC1fszTCqymfptd0e { width:20rem;height:3.25rem;top:20.937500953674rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota { display:block; }#ASyMQ4dyMs76MvKXvScHCTUZxsMg7ota > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoGODciIXhy4VAmJrdAdhzo4alf9KUPa { width:18.25rem;height:2.92358125rem;top:1.5rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvFr1MtGtwHU9DIdG1BTC8J7NpiGATeh { width:20rem;height:3.90014375rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow { display:block; }#GXTG4O8Wqqpngklu6KTDIGfgLhJEDcow > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGLXBssUnii5WLz271euQ4s3fVzFibHF { width:12.5rem;height:2.03125rem;top:1.25rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlzrcV4NQpzrg8zJOTxImW9euCJ64OZv { width:12.5rem;height:2.03125rem;top:3.25rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHPvTWoc4yPxFLuh1nBnasztHHckRKLR { width:12.5rem;height:1.46179375rem;top:6.0625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRZai8wK5TPE2ZgSHDi3rmoeprHA4hmJ { width:16.25rem;height:1.46179375rem;top:7.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyl906TONrRBOHiTqhnp8d0hFsymhvJC { width:6.5625rem;height:1.46179375rem;top:11.75rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9VHqdopaTeC1hhCBPQ3ZRvktZ82ZVdP { width:6.8125rem;height:1.46179375rem;top:14.0625rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7QnxtC1ne5QIADWXq9wmikzditOZz9L { width:8.5625rem;height:5.9375rem;top:20rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhMTDLpSC7PTuqiLvckzN48ZCTyanJL1 { width:8.625rem;height:6rem;top:20rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W94MpRaiDpTPqLC0DWFQ1AUdg5KRFpld { width:8.5625rem;height:5.9375rem;top:20rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsreXurPgEtg9TQZkKiccpmqrx7CROxr { width:16.0625rem;height:2.03125rem;top:27.25rem;left:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kekUMV1AneXlQ24yV3Nd9iscAoupQOub { width:16.8125rem;height:1.46179375rem;top:29.25rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgg50FJenJ9yEpsQ7wTnlkQaP0iuTWJD { display:flex;width:1.1875rem;height:1.1875rem;top:11.875rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #WxKUq6FvJAtdSTCCHz9uHcvwWpAXKqNe { display:flex;width:1.1875rem;height:1.1875rem;top:14.1875rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #K2lNxCAosOs2behXMVeKCZadnUx9lpqB { width:17.937rem;height:0.124511875rem;top:18.571166992188rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctlNDQ9SXlMqJZHOh3Ft0IxOkuIqxRKg { width:17.9375rem;height:0.125rem;top:9.9375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgqTvV7fOWwzthWanK9cdMwR2vXlDq0w { display:flex;width:1.18713125rem;height:1.18713125rem;top:16.387329101562rem;left:6.4141845703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3Ryv7Bdzz3MqaHUng4chHQnEqke3zCf { width:7.1875rem;height:1.70593125rem;top:16.341552734375rem;left:6.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCQUPTWrXXbDdah7pROF6T3aovilRTHl { display:block; }#DCQUPTWrXXbDdah7pROF6T3aovilRTHl > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFWF38xOPHbUKtglWppcEbn0pnWgDTFH { width:9.3125rem;height:3.25rem;top:1.4375rem;left:1.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrZlNF6B7fHl0KBF3O6kbq3hOUnTZZvz { width:12.5rem;height:2.1937125rem;top:10rem;left:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUi3XpIuLNAcFa2onTypc0eGKl58TITm { width:14.6875rem;height:5.5249rem;top:12.375rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVhCMTA6zBkushiLgDtwrV2WRzZDfMqU { width:17.1875rem;height:16.8125rem;top:8.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCZhEr1GKh4LbE4pvQzTv609xhm8dfQL { width:18.125rem;height:17.75rem;top:27rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8WB2FSagLXgEADDrXkTAry2EgVkcU3n { width:14.6875rem;height:5.5249rem;top:30.5rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJAkAdGQRiUXDkQ8ELh94gh9ZT1lXeZO { width:12.5rem;height:2.1937125rem;top:28.125rem;left:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRSmRc1vFiiTobhZCipVTOxgAL3L4NhI { width:15.1875rem;height:7.4375rem;top:17.898438453674rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuL0pncgp2CBHaq3BwnspNgcwyDpqbr4 { width:15.1875rem;height:7.4375rem;top:37.062500953674rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzXmIsXcVBRw6dapiDrpTKJ6NIe99JqH { width:11.5625rem;height:7.6875rem;top:17.690105438233rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PciRnqkNRWftVUuTdTuqETTTge61dkaV { width:15rem;height:7.6875rem;top:37.104168891907rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBqBPlqEfT7Z1fQ4lVaEzJaDkFZrG8qb { width:5.875rem;height:0;top:4.625rem;left:6.78125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CESX0pDNm9LndZCtAFTbcLxwH4JuwKkP { width:19.9375rem;height:19.9375rem;top:22.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2wp877QGlJ3H14DaXT5yeDeEzb70Rm { width:20rem;height:20rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4QeEwvd4gab4iAuvxnHg5vvd11Txknf { width:12.875rem;height:3.25rem;top:3.875rem;left:5.75rem;font-size:2.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA { display:block; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXogndkQdrOwPbJvndHI6it0Q65rl8WM { width:12.3125rem;height:2.2753875rem;top:15.8125rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXEVrvlPOvz3aw6cttsP7MswLoAIF5F { width:12.3125rem;height:2.2753875rem;top:28.8125rem;left:3.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5elRhDcHKlFngSnlvD5usOadbZSmQGM { width:12.3125rem;height:2.2753875rem;top:42.836589813233rem;left:3.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDTzdS5xsxNRlAnviduRW6g0Z7rDooyJ { width:20rem;height:2.6001rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0SUroUWtdf2LmID2tBzTKGnFtVDG6zR { width:16.1875rem;height:11.4375rem;top:4.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Ra1x7pL0QW7Xm7X7ir5qF1H7TxIt0y { width:12.8125rem;height:12.8125rem;top:17.375015258789rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBhIfOwpGFdn7GestnupU2RtLZKlodO { width:11.75rem;height:11.75rem;top:31.086589813233rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khm6Wqbo1lqAk8whh8JnRQn3T3upp9ZM { width:8.3125rem;height:8.3125rem;top:20.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJftEsACk5vu6OiaDA84vlnyHhSlSwl0 { width:6.8125rem;height:6.8125rem;top:37.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgtvTngzRNdIo6262TfypNo26I07TSa { width:8.3125rem;height:8.3125rem;top:5.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBiJUzh2Ew0LcPRdm0eVHp8VRL8hwDng { width:15.625rem;height:3.875rem;top:46.724609375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG3zgaVKTritGSHfzKtX5bVen1TbZIoG { display:block; }
 }@media only screen and (max-width: 763px) { #PZQAyorrmOk2s5N5RSCnHnDciaRK9blb { display:block; }#PZQAyorrmOk2s5N5RSCnHnDciaRK9blb > .row .container { width:20rem;height:113.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3VQrDedvkTt3POP6lnLKu4yTOioZTFL { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #no1TLBGAlMUG8PCmHRVyw98T4bnDF0UM { width:16.875rem;height:6.412375rem;top:7.69921875rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4BM4FzTF7qQE06xsZgTnTBmvg6QNXs { width:5.75rem;height:0;top:13.46484375rem;left:7.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qDseIrkW00G1hcENigASxCtoQ7HHKOui { width:15.625rem;height:3.875rem;top:108.12499046326rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6dnNxEaibazZNt060rwvOkSEgmHuCNv { display:block; }
 }@media only screen and (max-width: 763px) { #UvKGpPbkdvP7rRachEbNJzMs0S9Ku1bB { width:20rem;height:2.1375875rem;top:14.111324310302rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH85HDK49nbiGcBTEBd4nThKAl9ONXVl { width:19.625rem;height:13.25rem;top:18.7480625rem;left:0.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #te9eNwg3B1CBL1Xb5ERtLU6DlHAn1JHr { width:18.875rem;height:2.0625rem;top:33.6855625rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zg43FXvcHeuvuH8AO5kvmPGTktFJT78E { display:block; }
 }@media only screen and (max-width: 763px) { #zWQfzEz5JyaMXISGaOWuZPaksKH0f1np { width:16.0625rem;height:6.5295625rem;top:24.493489265442rem;left:1.5625rem;font-size:0.8125rem;display:block; }#zWQfzEz5JyaMXISGaOWuZPaksKH0f1np li:before{  }
 }@media only screen and (max-width: 763px) { #FPoLrk8TuIBatoJaqpLzzep3vApgvByB { width:13.625rem;height:3.25rem;top:20.060547828674rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IZAnAqaoaZRbnhzkyVN0lBuVZgTulRv0 { width:5.25rem;height:1.29980625rem;top:17.942057609558rem;left:3.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p47zXhTEHKXNGvDzMi8bTAV24gchPuIB { width:7.9375rem;height:2.9375rem;top:17.1230625rem;left:2.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JviNmbGiie0n25AmPHPxfRRFrIqzfxIh { width:19.625rem;height:22rem;top:34.5rem;left:0.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pCPvl22UdopO3hF3Nxrt3O6sG5iPRnnV { width:18.875rem;height:2rem;top:53.0625rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #tqBsqpIGLrcN2taLxdmbZVZr7RMR1fwO { display:block; }
 }@media only screen and (max-width: 763px) { #GDVCfXQs2g8TBSRiyvBq8HDDWAP0s5H5 { width:16.75rem;height:12.1215625rem;top:43.479167938233rem;left:1.625rem;font-size:0.8125rem;display:block; }#GDVCfXQs2g8TBSRiyvBq8HDDWAP0s5H5 li:before{  }
 }@media only screen and (max-width: 763px) { #gN3BEANMDRyKIZ8GyNieKwwrTAHhWcDQ { width:12.75rem;height:6.499025rem;top:36.416667938233rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FCTFoDUUl3Cg8H19nSf0iEqFuVz6Pi6E { width:7.9375rem;height:2.9375rem;top:32.875rem;left:2.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XHCQpycNESkzCgTLPpQ7qhx1OrwLGEhu { width:6rem;height:1.29980625rem;top:33.5625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkUF4P54X6qS2b1c6qbCJHQzTd2edJRJ { width:19.625rem;height:20.25rem;top:59.875rem;left:0.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aGdMzakB06uBa11BEL7hTMnTtN4BQbXW { width:18.875rem;height:1.875rem;top:77.0625rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #kalomBR3gBwiI287K2yoSZBeAGERlNR9 { display:block; }
 }@media only screen and (max-width: 763px) { #lTBSLJNyiG8kTKDrXa8rbx7hvDtuVkOI { width:13.125rem;height:7.5854375rem;top:70.615886688231rem;left:1.5625rem;font-size:0.8125rem;display:block; }#lTBSLJNyiG8kTKDrXa8rbx7hvDtuVkOI li:before{  }
 }@media only screen and (max-width: 763px) { #VsokF4rptcCAMClTcRrm9MG60ZbDMav9 { width:14.125rem;height:6.499025rem;top:62.25rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aC4pyk7FTT19Vum88NJEOUEAtSEkpbcX { width:7.9375rem;height:2.9375rem;top:58.25rem;left:2.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BqQDionCCeWZwiUZlmx6dvSITcxgsQls { width:7.1875rem;height:1.29980625rem;top:59.068361282349rem;left:3.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udRxJ5g3xiRrUfp10RvnvCMcaZvecz6I { width:19.625rem;height:22.3125rem;top:83.3125rem;left:0.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OZZfe3C0PTLNtUIiGJ0mvNTDob91VC98 { width:18.875rem;height:1.8125rem;top:106.125rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #DxdvuBiIqSh4wcdZnDgAT794HwcoTL3w { display:block; }
 }@media only screen and (max-width: 763px) { #vA0FSlfIrx6xS8xdKHJNTtSiMwO2TQNz { width:15.9375rem;height:12.7465625rem;top:91.75rem;left:1.5625rem;font-size:0.8125rem;display:block; }#vA0FSlfIrx6xS8xdKHJNTtSiMwO2TQNz li:before{  }
 }@media only screen and (max-width: 763px) { #etEvCMuUPZctfHBs9b5OQ7MWJi4xcKT8 { width:13.1875rem;height:4.87426875rem;top:86rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGTw2kKwl3lnQMp7WITJbT6hkWqxNBe8 { width:7.9375rem;height:2.9375rem;top:81.6875rem;left:2.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #r3dhx709KS1VwETaWpSydZs01rr2fyDO { width:5.9375rem;height:1.29980625rem;top:82.375rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syDatz81DPPPOJzAroA1IhqdnlL52arv { width:4.125rem;height:3.5rem;top:37.916667938233rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCB8M4wAcgnHLxKeN3XqkcZqstL87JXG { width:5.4375rem;height:3.1875rem;top:62.25rem;left:13.041666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6QPhOvTwOKip6kT7glTveUvrOVmLCDy { width:4.4375rem;height:3.25rem;top:86rem;left:14.041666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGULJoM78HTmwV85xddN2CCm9J1i24nT { width:2.9375rem;height:3.6875rem;top:71.75rem;left:15.541667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqlBOQrWW9XVmUM5UJegpnTkBxucenDJ { width:3.0625rem;height:3.5rem;top:67.115886688231rem;left:15.416667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMdIWwu2GyTJTV0l5hmtsgZyARWw1H9D { width:3.3125rem;height:4.625rem;top:21.070963859558rem;left:15.166667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d754a17a-a5f0-40ef-8507-610cf253fa74/BGMobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO.adaptive-delivery-prevent-bg, #nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO.lazyload, #nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO.lazyloading { background-image: none; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container { background-color: transparent; background-image: none; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container > .video-iframe-container { display: none; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row > .video-iframe-container { display: none; }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .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); }#nOMMg8A2bIncznUZmHHJBN5QyfS0NbnO > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApiNgQTGwdVAc3UloWZt86IAU9H4bf1R { width:20rem;height:1.381225rem;top:4.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWTyxGaSdeKfxn5nMTTZkMVwAuGb5mPk { width:16.375rem;height:2.6001rem;top:1.5625rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDDOcEi4CxnK3wevN12GzFBhI2hT89pp { width:20rem;height:23.875rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bd0nWNkXThzrVCUfSUPSrVMPbb4TxGLX { width:9.25rem;height:1.21875rem;top:8.9375004768369rem;left:10rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#facc6c;display:block; }
 }@media only screen and (max-width: 763px) { #QN9OVQovl1IXgBr0VcsaRHaHdPCBWeaV { width:8.3125rem;height:8rem;top:7.125rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Eh79ohAkht7erECzyH04JacJG65n6pKz { width:8.3125rem;height:7.4375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJqbORW1PP4gMoPFDSgJ4krZQo2MlVB { width:8.375rem;height:0;top:9.9993493556975rem;left:10.416666984558rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sGieIUbBWMT6tEu548JMIGWiHnd3I7NF { width:20rem;height:0;top:25.780600547791rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LA5DOfyOKaMQi9dLdHpJBGJERRQxNIDW { width:11.125rem;height:4.0380875rem;top:18.177735328674rem;left:2.4166667461395rem;font-size:0.875rem;display:block; }#LA5DOfyOKaMQi9dLdHpJBGJERRQxNIDW li:before{  }
 }@media only screen and (max-width: 763px) { #EoAqi88hb9gxZ6o71hucQDNBXLcwc5Gh { width:15.625rem;height:3.875rem;top:29.833334445953rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO3uThxRmERWSi7yETOR4y96td3Sacd { display:block; }
 }@media only screen and (max-width: 763px) { #dowTkpynFuLcXl9QWixadtUK2S6T4NSa { width:9.0625rem;height:1.13769375rem;top:16.104146957398rem;left:5.46875rem;font-size:0.875rem;color:#facc6c;display:block; }
 }@media only screen and (max-width: 763px) { #U9r4GZQhXn7Fa0XzKbxrRBXnHikD4oDu { width:6.5rem;height:1.13769375rem;top:23.437500715256rem;left:6.75rem;font-size:0.875rem;color:#facc6c;display:block; }
 }@media only screen and (max-width: 763px) { #AeuF2xUNuJXtvwIzuD8Rv6uDbtxuLIsS { width:15.5625rem;height:2.2753875rem;top:25.136068940162rem;left:2.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcvAMaeoCxv5x3TO90c7lWk1ylOrswmK { width:10rem;height:2.5625rem;top:10.968099594116rem;left:10rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15017;display:block; }#VcvAMaeoCxv5x3TO90c7lWk1ylOrswmK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VcvAMaeoCxv5x3TO90c7lWk1ylOrswmK li:before{  }
 }@media only screen and (max-width: 763px) { #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/93d43ea5-b971-417f-b05f-c4c0c7f5d501/BGDesktop01.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.adaptive-delivery-prevent-bg, #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.lazyload, #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.lazyloading { background-image: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { background-color: transparent; background-image: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container > .video-iframe-container { display: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container { display: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .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); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa8Dior7dA66vXN1C07UvZBT2wK03OMN { width:18.125rem;height:1.625rem;top:6.6875038146975rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhHXTad5JTahqW9wzwv1iG21TSxBTagk { width:8.4375rem;height:5.625rem;top:54.125rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovDwZA4lGyvhF9zTh2IpO05Wqpe8mmvZ { width:18rem;height:4.3994125rem;top:1.1875rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHvyJBrsZ2gqbTxqWtZIbA8k5SrXcQWr { width:15.625rem;height:3.875rem;top:61.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVoRJfn8oGtNy2lznCZJEemDTTrPeOGt { display:block; }
 }@media only screen and (max-width: 763px) { #Ucz5DHbGuSKa1TyIZzXU44IVNh49I5Pq { width:11.75rem;height:0;top:15.375rem;left:3.46875rem;font-size:0.9375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #edrtJnr97SQJqWr2Pr9JWoQzguv9fOwE { width:20rem;height:30.557875rem;top:9.5201826095581rem;left:0rem;font-size:0.9375rem;display:block; }#edrtJnr97SQJqWr2Pr9JWoQzguv9fOwE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
 }@media only screen and (max-width: 763px) { #yq8LBp0CxyPREqvv3GbT7GON6Vew2aNu { width:19.75rem;height:13.99781875rem;top:39.145204544067rem;left:0rem;font-size:0.9375rem;display:block; }#yq8LBp0CxyPREqvv3GbT7GON6Vew2aNu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df0d2ce5-eb49-420a-8811-f8fc397aa750/ok1976099_640.crop_449x453_94,78.preview.png); }
 }@media only screen and (max-width: 763px) { #paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/93d43ea5-b971-417f-b05f-c4c0c7f5d501/BGDesktop01.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD.adaptive-delivery-prevent-bg, #paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD.lazyload, #paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD.lazyloading { background-image: none; }#paqykfSW5sN5QaUaFTQsCCpo2hpcBFwD > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HUaoh2dGB8xOWBpcUMzDvdKLHc71H1Jn { width:8.375rem;height:8.375rem;top:12.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqUL15Vm0RpybPv2MH1C74eS46LD4vr { width:11.1875rem;height:8.3125rem;top:12.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpD45bC35VNeo5cC2BAkXZ54uSyM4nnh { width:9.25rem;height:9.6875rem;top:36.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3XTmlmDy7HWUFWLRL1f0Owesw2mHZhE { width:9.25rem;height:4.875rem;top:31.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE33Ggrg8OWF2dmsMGL9WopME2UcE3h7 { width:10.1875rem;height:14.875rem;top:31.3125rem;left:9.6224628757081rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwVu38naS9q4CV0y0GQQwL8DndTTotUo { width:19.8125rem;height:10.0625rem;top:21rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZrMaQxmCyseiFabagoIx1PASWh3BEIm { width:15.3125rem;height:4.79980625rem;top:6.8125rem;left:2.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfUoOqN4IOncPlue4SkgdUU1QAEXOPpZ { width:10.3125rem;height:6.9375rem;top:0.75rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { display:block; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHIpK3WUA4VRhokvcyPmFqD4saMga81H { width:20rem;height:1.625rem;top:21.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { width:3.375rem;height:2.84375rem;top:35.412109375rem;left:8.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { width:18.125rem;height:9.5rem;top:11.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { width:5.25rem;height:1.54361875rem;top:36.0625rem;left:3.1041669845581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { width:5.25rem;height:1.54361875rem;top:36.0625rem;left:12.291666984558rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { width:18.9375rem;height:1.78755625rem;top:23.437477111816rem;left:0.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { width:17.5rem;height:1.0563125rem;top:25.223958969116rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { width:20rem;height:6.59911875rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ks9gGdvpIXARRFtGt7EbZ41SlUPeHdDB { width:20rem;height:8.5582468281431rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkBnvhIwuFL70IWaA884QQ7QHD8Q4BHw { width:13.625rem;height:3.4375rem;top:39.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0ldBg1VML6iUoZvxexbTQkdFFupaX2m { display:block; }
 }@media only screen and (max-width: 763px) { #eaR0cIwCEyHeBcm7lzKpAK3gmXLK4Ryp { top:8.28125rem;left:0.28125rem;width:19.4375rem;height:36.25rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zd6pzytK7cQLCwhkQUgRthLfVFo9FRhp { width:20rem;height:auto;top:1.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsaHzZ0lISTeCnqSoWc5GQ6myaOcttCM { width:15.25rem;height:7.39135625rem;top:27.03125rem;left:2.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT { background-color:#262626;background-image:url("https://images.assets-landingi.com/uc/d33bffff-ad7c-4525-aa88-3dbdc0353b3a/5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT.adaptive-delivery-prevent-bg, #Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT.lazyload, #Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT.lazyloading { background-image: none; }#Z3xKa5fvJU3W1dIETeTH9oW5MT0UJHmT > .row .container { width:20rem;height:57.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hnWGhVBapsGkMephxV7NI29EJcEFOtp1 { width:15.5rem;height:3.9375rem;top:51.625rem;left:2.25rem;font-size:1.5rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #UFvmSnqfKlaGgu7ntciG1gWvk1A18FqJ { display:block; }
 }@media only screen and (max-width: 763px) { #TsGrFGSFPzU3ZhyqPX1Du3qmAkx7KKgH { width:20rem;height:1.3125rem;top:49.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sp1nntFme8hCH7GmJ0lmiFLVv6sw62He { width:20rem;height:6.9375rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PmkVCqVsXynGQOCka0W7vFp380h7KkxQ { width:13.625rem;height:7.625rem;top:17.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuGmtZtiSk1Pq79xAn5KoMfprQBkvgsp { width:3.0625rem;height:3.375rem;top:26.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtTaxFPi8fniMZyhk6cN4Ev6dE8tesXM { width:20rem;height:23.127413127413rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5yU69oHbQRM7w2F6JbglAkHyTT176PE { width:19.5rem;height:7.375rem;top:9.919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTbiiNxBHZCMVXTbhTKTPE804TUupK8k { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#nTbiiNxBHZCMVXTbhTKTPE804TUupK8k.adaptive-delivery-prevent-bg, #nTbiiNxBHZCMVXTbhTKTPE804TUupK8k.lazyload, #nTbiiNxBHZCMVXTbhTKTPE804TUupK8k.lazyloading { background-image: none; }#nTbiiNxBHZCMVXTbhTKTPE804TUupK8k > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#nTbiiNxBHZCMVXTbhTKTPE804TUupK8k > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iXS0QzgCJoXlAdSOE9fuiE9i7XPyVvyP { width:15rem;height:3.4375rem;top:17.76904296875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWh6k3IPoF5SbUsWBem5MGiHCaTWAZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #N3a8QXiAhwBkzcZnQmGa1NgLuKWn7Epp { width:10.249rem;height:0;top:4.3739151954651rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15173;display:none; }
 }@media only screen and (max-width: 763px) { #EDENu7Tdn5Byk6hThCPG5tIEgZXTbaXo { top:2.4359810352326rem;left:8.4375rem;width:11.5625rem;height:13.8125rem;z-index:15171;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ANawswNIPExxqS77gueyWWLnbr85w4vX { width:20rem;height:10.5rem;top:2.25537109375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ffNFdBlWPEUSRpcdtEHDcPJNR1kepbAJ { width:20rem;height:2.4369625rem;top:3.9436869621277rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ETX7hH3oO3gxfwil5Tr8Kq7HhNtga4Jp { width:13.2495rem;height:2.9243625rem;top:13.81787109375rem;left:3.3740234375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P1mR3QvuJu9nveXZZk1PcurdsVR1DT1r { width:7.125rem;height:0.6875rem;top:11.5615234375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#P1mR3QvuJu9nveXZZk1PcurdsVR1DT1r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #pkEdQMSnhGBi3sr5ShpIcZrfrLPF3cu5 { width:6.25rem;height:0.6875rem;top:11.5615234375rem;left:11.49755859375rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#pkEdQMSnhGBi3sr5ShpIcZrfrLPF3cu5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #FrmrCWJEZUTz4vlatgnvpGTGluiGEacQ { width:3.5625rem;height:3.5625rem;top:3.25537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEeU95Sw3FsKANHtPhFobtDvKmxbN8ni { width:14.125rem;height:2rem;top:1.1875rem;left:3rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aO93dRzEuJFzNbTrU2F0b5OfIplt8cvU { width:19.6875rem;height:1.4624rem;top:1.375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#21499b;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VlISuZ8pMlgB4nc1IpgoPBl2Oo6W55Er { width:8.3125rem;height:4.3125rem;top:6.380859375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtSEbivtdfyGpMslEBinfxutWZUmkpm0 { width:8.375rem;height:4.5rem;top:6.380859375rem;left:10.43505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMcglmsSSegDVXXPehdLZXX12eykw2HU { display:none; }#cMcglmsSSegDVXXPehdLZXX12eykw2HU > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dB1PeTAmOiJXasliM6XJZq2UZWHrWEFs { width:20rem;height:25.4375rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgHxbirhxaTXTTvprHzoHmcpcTMsGsmQ { width:12.5rem;height:1.78755625rem;top:2.03125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG5BfRNltxpQrplJD0nRvE1NxzcH9bWM { width:20rem;height:2.76171875rem;top:10.718750238419rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD2WEZxnKggaIQ8gr5frq4enAdNTf08W { width:20rem;height:2.03125rem;top:24.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBgkE3whCnnHprHc3hSALvSgXNTvuFr1 { width:14.4375rem;height:3.65625rem;top:27.4375rem;left:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwzOKnWRyZot9TByBgs2UNKFsu8u4ofs { width:16.625rem;height:3.4121125rem;top:4.5625001192093rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa2NL6ukN9QTNuXPCbPnsr0Lm7r0N8p2 { width:6.5rem;height:1.05615rem;top:30.5625rem;left:8.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U45Dsaf692nr4UizsBUBAN4ubM5fkyFu { width:2.125rem;height:0.125rem;top:31rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvP6q8rxsgPFKEkkdXc0wTJZDUpFwg8y { width:20rem;height:20rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-text {padding-top: 0; padding-bottom: 0;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-select {padding-top: 0; padding-bottom: 0;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw  { width:17.5rem;height:auto;top:33.625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw {display:block;}#qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw { width:17.5rem;height:auto;top:33.625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #wuD4cAc1FGk4bBXAxfNI8UfpRy8nZhTg {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #GG9QGwNdWwTQvTnarPTgeQmU0oDQFnHI { display:block; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #TFPqLbNQFk00KHVzPp4W6GWssd84TuSB {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #dUqDc3LXTNZU9J9TlPQWgnQlGZxgJEi4 {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #IfNZC9TbfghdK1nfGMzuqmIvc1DFkk0C { display:block; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #Bb8ZK7bAKrORKAHzeJ1wAwTSirfb5JK6 {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #oZGA4aNvzop1p78IXFPZObFbJ2tVTZ5T {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #RG0S4pSRyolpxs8BAUucqNWTdpnsckZP { display:block; }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #RlhQ1NLWg9y2SaVsHIgPxdhsOAlCST94 {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #aBkeDHn6MUxy8gG47MS36UOBpBpQaUhi {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #Fz9NTMdJI6z8q8JruN9DcsdbC8z94LcZ {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #edWpTbMJi72TRxxaOsZRxgTsUoEaJsgm {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #h1puitgM1KkiZdkMGPaJtqC0WmJulfXD {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #o4i97HZeG0zNTq4ZlkIp935aFEfkVTW6 {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #nsBw7XOb5QCaKO1QtwoE9HH0n7q9Te1e {  }
 }@media only screen and (max-width: 763px) { #qOZol8vK9c1Fixh096Om2Ro3uuyDsHKw #DXdLNsxnwaOT6OlTgTv6IRNown3I1dBS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RZ2G1KzK98gRoFAtTQmgLM1dMTJgUHZM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mpEtumZgkrbEhniyOkFSCTmilfP5JWKB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uuTBm9JhTnW7sc2TZCOmD7f6x3QBuk6U {  }
 }@media only screen and (max-width: 763px) { #Z0aMPTkRAnTAaBbWoUcoz38MSygDJ5RG { display:block; }
 }@media only screen and (max-width: 763px) { #GWO6mN1MUR1NQBhoVa8gPTuDgdkme5TQ { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VHxwGod3Q9s6hQof8Du2qAbw4DCLvKHa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UCOuw2B1UMcyfyh8PQbwzGDFTVFvf20b {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JdSaUZe2lN6xwoONBfnJzOMwlb4pgI2I {  }
 }@media only screen and (max-width: 763px) { #i48biZI39Ns5KqcBewsRAccelrAmEPRJ { display:block; }
 }@media only screen and (max-width: 763px) { #wGB6kQgWgGEze5pdmhv8Gsazllid8tS9 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FFux68mmUXfULLTw3d7ENgBZVU8DEiZd {  }
 }@media only screen and (max-width: 763px) { #kAdbh1z6sUQG4148JXMcpBcIWnG9O2Cn { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EPXfBXo9f2q4HM4zVGPWskLSIzGcnQdl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gesBumrw7FSlyqJwezRB6kTX87T9moUy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qb0BOIe4Gos0exz1TGp0xfZRJLc7rnsl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #em3akoH98RHTz8L92ITue77m6k01czal {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iEypoKBLT48QZFevX0DdC2x5aSWIiNtd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UAGeroQmTf06JJ9Qnxav3tsIUwLCk89k {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NNRZ0wTtz6K62EKOID0fAchD0fJmrIgt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bSkt5GEQNKb7SIhep2vhxMsUTSoVCOdD {  }
 }@media only screen and (max-width: 763px) { #OgwfvFTp776ZteiqTWE7KFXQQbSgHPnd { display:block; }
 }@media only screen and (max-width: 763px) { #I2qidOcMG77oLLdOX6wbrtLGzNt9J3nA { display:block; }
 }@media only screen and (max-width: 763px) { #akDwtIw7X1GlHh2LGNs2sxOxTy0KdPwH { display:block; }
 }@media only screen and (max-width: 763px) { #if9fJevALJ3GR47OKTmeXk6TfWTsNPbn { display:block; }
 }@media only screen and (max-width: 763px) { #CTcuvE3b4FTWn5T7RorLQ94byR12yLqa { display:block; }
 }@media only screen and (max-width: 763px) { #t2aXWgpVdfZG1LT2GE2nSoD1pKovUutw { display:block; }
 }@media only screen and (max-width: 763px) { #yhgVSJJGQzv75xUTsZTTxzeRS86Tio8Z { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VGA1DMoMIc3DztUBlqlOUa0FH7PHkg0X {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TSWu1i4FWs1BBbpO48KqWqNUyBspHxAg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HTvL62Ay3cD9xgILJHtdEQF61Vnh7Aem {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JeMiasCZybgl7JvTNHM0VNb2fkDc0ZsC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #txLtZCUEWnHsPcsN75gh3GGERHzTAnfB {  }
 }@media only screen and (max-width: 763px) { #FiVoLyUkEfKxOCTWCH5lIQowCLueP7TX { display:block; }
 }@media only screen and (max-width: 763px) { #PsP9TnpwRWoIE7zoTgCNzRMAWPWwN7vQ { width:18.5625rem;height:2.11248125rem;top:7.9733073711394rem;left:0.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln7nF8M0SkMuxN6DNQfQqMmSgdg1XebF { width:16.0625rem;height:10.625rem;top:13.480469703674rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/779853bd-36c5-42c8-b328-136254750e68/n2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq.adaptive-delivery-prevent-bg, #LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq.lazyload, #LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq.lazyloading { background-image: none; }#LB9ctx1rx9Pm7IitXQJXtKQLC1e50fCq > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UV3AwmbpolqUskd6Pp8FAEosAhxKNxXQ { width:11.25rem;height:6.375rem;top:1.25rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTo559zvZQsF2zNUTT3fBVDZrZyHfbux { display:block; }#WTo559zvZQsF2zNUTT3fBVDZrZyHfbux > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAUUlBuxMiased5rNLw1EDbINsfIGpUd { width:20rem;height:32.625rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txCKXzdbS0aUHxwbJm23uge9bo2uwItt { width:12.5rem;height:1.78755625rem;top:2.03125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuuBvWGIuF3DXnbTMOfry1yld9pDaF9i { width:8.4375rem;height:1.70605625rem;top:12.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAPvQvwOM86342HlODnsBGluXDqCQSus { width:14.4375rem;height:2.84375rem;top:11.39990234375rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDX2Qs8GtEfUDE1kLMnSRSuVnu4v1Kxm { width:16.625rem;height:3.4121125rem;top:4.5625001192093rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ  { width:17.5rem;height:auto;top:33.1630859375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ {display:block;}#pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ { width:17.5rem;height:auto;top:41.625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #MoLZ8Hkz3cquuLqoUEbGg67Thz2TzTaG {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #sRqZMftrZuhnebuWWXDtya3EQyVScSlZ { display:block; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #DJaI3TnuLTSWQJoalq6qQapPSIeg0Nbw {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #NKEka2EHfKBqAeyyvfmCJphBOCO0UFp9 {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #zGQTBqHmTddksCUXvVrXu44wtyGz5VAm { display:block; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #X2cSSxHnRsxvaSTOXwao3PHS30ayXkfy {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #cgE0hycrnPLFIIdI8t0LWcUecsV74U92 {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #PDZnDnfaHvLqZ7z9lKJHthuhDpXGKzP5 { display:block; }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #dqGRAvXz883MAK9THH3y9DNPRX0Dd7lO {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #wzraNN2vGfGM06Jxp74nCxbN5nB9Kzig {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #Aicu9HhTRdCBdppcJzJ0kozsba0dbC1L {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #CAMSSyRA7RDtHPcDuNstEMJ8GeCzmudZ {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #XbG3suZX9JyCQSxohMRzWDKrpqtdTBrd {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #TMtTJfNuTd1MNAKu3BIC4MOZ5mQIX36I {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #AyT72UJuGsksyWFXsKcJrWfIXAv1Q0Rc {  }
 }@media only screen and (max-width: 763px) { #pTWrkI8EiGSrct2n6X4JRGJw2yyKWTsQ #gND7fbd74Xwd0HPgWVqbczUhCdC6P5MP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #v4ZCDTu9EI77wi8QW8BDRhO9ISiJvLkq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #THvcx3q5Dqv2NZxqL1H8eOprxeLyToST {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mJcUPahRmsxQTe9DH8SIwEGG62BmSKNT {  }
 }@media only screen and (max-width: 763px) { #PMgArJVdOtLrMzCI6f8OhnT07wBaQ735 { display:block; }
 }@media only screen and (max-width: 763px) { #EGtWgck2arHE8vDEe5IHbNz0sitnf6eM { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rt55I9VxIXF9D2WkO6Di9KydSQqTEhSO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NEmnyKkSwT35X2UQ0cz0FW8QtBWCR1w5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qHrZtJS5OugrD3S8svNCu8T67zDlozKh {  }
 }@media only screen and (max-width: 763px) { #SOVlKMkE9y5gyUTClopxvE4VwQqdb8nr { display:block; }
 }@media only screen and (max-width: 763px) { #kttPdJXLq5v3xiRyKaPmZdCMzx1AHLXs { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OdfDMVUSOFp3NMq8Ae1OvWbB3vzC0rX1 {  }
 }@media only screen and (max-width: 763px) { #IdLe8J9Nc65rSArdMD0KCZZLFFp7HdfK { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d9VzZHuTSkiPMPTTF8Ns9rcoTVmPkGuo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gd8oLozJ3M9hOWxOQTdWRne6fAOxIZ32 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ceLcLVwqBnXz8Ipi09JSRVxs4nTsT6FE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Vm9L1oxqTi1iPeR4k8TUOcivEMbw5MJL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tqvZQgykw0SQM8ToKMybLWXNTB55lkN5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZE89qgnsaTFXKhLAtiFRkgal7yMoL4PK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tsdnoVl2QguETCnBtknWNBelLZau8htl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eFQiv1WQreW3Jyf7zkNNARbb8KpZaX5F {  }
 }@media only screen and (max-width: 763px) { #IQubDDoROSlHyBDDGMSSQLTSU14gDq01 { display:block; }
 }@media only screen and (max-width: 763px) { #NhaBTNNfweGsZUM4JzIof6uRScop0JqL { display:block; }
 }@media only screen and (max-width: 763px) { #cu1rAOM6T7gkpx2UA4mxe8rV513qcbw4 { display:block; }
 }@media only screen and (max-width: 763px) { #GXKhb6EtOiJzZs8o9MVtClzJnb7H2c8H { display:block; }
 }@media only screen and (max-width: 763px) { #swr98OZ72PU34vp1TTEAdnNR5gNLpdgJ { display:block; }
 }@media only screen and (max-width: 763px) { #vcm33nKoL8THAe1yMr1zsJyGIZBJpne6 { display:block; }
 }@media only screen and (max-width: 763px) { #GlPFcnB7q3a8y05ZQiOeFHWqLmBiCdzs { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #v45Al8grUe9sEoyLSmNLGcD2MtkkB4Jb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aPANEM6fsEprmMCd4JELwI9I7Xc4K0rz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #C49vrTyqSKz57putOqsm3oXqJbv6zykd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sBiaJ6xUBVpskpAMrsI4w5LQCMc60BSN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #as99R7NBrblZbLZq2rESxZT759XDbw7e {  }
 }@media only screen and (max-width: 763px) { #GWggh0MN2RLFnPNT4J98ZwFFofhSD23g { display:block; }
 }@media only screen and (max-width: 763px) { #CCy6E0A0FyW88dTyn0JbtTP3JWd0JFS3 { width:18.5625rem;height:2.11230625rem;top:7.9733073711394rem;left:0.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGS9t9zQ4HLTPABm7g3aXT7AXuKiiSLT { width:7.3125rem;height:1.70605625rem;top:12.375rem;left:12.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWsA3R2fGD7bl3uZwZEwzNWGImiV0WBT { width:17.875rem;height:2.6001rem;top:23.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dqQxUTl9wJDq63i5NeZUhwMd683adgQw { width:17.875rem;height:2.6001rem;top:27.125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ss0DMmcqfSOCHztvhPbqy44MACrCLvFc { width:20rem;height:2.79980625rem;top:31.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a0FRVn1yAgdvwmLTMoJylH87JfEzOF5y { width:17.125rem;height:1.3999rem;top:36rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#a7h5KxZUpyBwnACPV6ni7ODky4plTrAe { width:9.3125rem;height:3.163125rem;display:flex;top:38.4375rem;left:5.3125rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #zB6ruwtdnfQ7Un3hJdMBSTuvUJgZ4uff { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #IkMTXlNc2i03BDrd81c3wTbKMSLyQsLr {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #XPDZ1NriK1S4gLQZon4k60KJ49giRRVh {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #PP2CEafrrT3EyIA3e9RmezWbpoDghUrN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #TIgplyohs6g1vuFvF4Uchmol0hdTJ2MT {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #z2GTVFccl0vhKk49S1umA5BPAT3zXrAF {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #SRIXMShPtb1v8M2bPhlZGW1tT0BRTta8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #vQvTEQvNa5gLemE3CLM7XNyTFygGOuTf {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #s6cIxZoCFRe7PiAWhnulVaPQdiVLPdZ9 {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #ehrOmsaOhXIGiZy3nfTrNRTdkfOmRG9X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #iS5qnu8nQO2GMoOyx6DuLtqoD5Xb7z76 {  }
 }@media only screen and (max-width: 763px) { #a7h5KxZUpyBwnACPV6ni7ODky4plTrAe #n9yqGZGEftC5dFBTcRlPGE4hscA9ktSc {  }
 }@media only screen and (max-width: 763px) { #Kw3V1DEH9FAezcIirBWefJCi46adULd5 { width:15.5620625rem;height:8.8748125rem;top:14.080404043198rem;left:3.186306476593rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { width:12.5rem;height:1.625rem;top:22.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { width:12.5rem;height:1.29980625rem;top:21.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { width:12.5rem;height:1.29980625rem;top:40.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { width:12.5rem;height:1.29980625rem;top:59.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { width:12.5rem;height:1.625rem;top:42.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { width:12.5rem;height:1.625rem;top:61.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { width:15.9375rem;height:5.20019375rem;top:1.3125rem;left:2.03125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { width:14.625rem;height:17.875rem;top:7.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { width:12.5rem;height:12.5rem;top:8.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { width:12.5rem;height:12.5rem;top:27.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { width:14.625rem;height:17.875rem;top:26.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { width:14.625rem;height:17.875rem;top:45.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { width:12.5rem;height:12.5rem;top:46.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtISASRWPZXyH9U0ORiyxhBI8ENulabw { width:5.5625rem;height:5.5625rem;top:9.5rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.39795rem;top:9.1743602752688rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.39795625rem;top:16.436878204346rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.39795rem;top:2.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.29980625rem;top:1.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.29980625rem;top:7.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.29980625rem;top:15.130948066711rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { width:8.875rem;height:1.364772536541rem;top:28.124111175537rem;left:5.5619668960571rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0JeZilvf4aDyJUnWt5fODpbI91KMP8 { width:12.5rem;height:3.56223125rem;top:22.62428855896rem;left:3.75rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4kH8QwzTwODtQC8Oq38V2MDaeCOzeA { display:block; }
 }