.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,245,222;--color-primary-1:255,226,156;--color-primary-2:255,206,90;--color-primary-3:246,85,24;--color-primary-4:237,167,0;--color-secondary-0:250,214,214;--color-secondary-1:239,133,133;--color-secondary-2:229,51,51;--color-secondary-3:223,0,0;--color-secondary-4:160,36,36;--color-tertiary-0:255,255,255;--color-tertiary-1:37,37,37;--color-tertiary-2:32,32,32;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/XLm6-fPwK5Q/unsplash/alesia-kazantceva-XLm6-fPwK5Q-photo-1497215842964-222b430dc094.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; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt.adaptive-delivery-prevent-bg, #CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt.lazyload, #CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt.lazyloading { background-image: none; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container { background-color: transparent; background-image: none; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.43); }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container > .video-iframe-container { display: none; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.43); }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row > .video-iframe-container { display: none; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .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); }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container { border-width: 0; border-radius: 0; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#sKIU4hxE8pNOxc5Og9lX9w4zbeH1RVNX { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tC2uQIW7Z3VUxAaQPb4yuVNB1GKbXbet { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#L4hnfdNnniGxBysmlP0knppfQgCsqu6I { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:53.3125rem;left:15.5rem;height:2.03125rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#T3ZDFOG5nnNGOEEXJs2LLz0AOiAzzhfQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.4375rem;left:30.75rem;height:2.03125rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#bsct1P3Rv8D8KvaJtA6rtuJRcgH3A7Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53.4375rem;left:46.6875rem;height:2.03125rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#hWfiusCzFTwuxCXXvofoEidtTZe7T5J8 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:9.35302734375rem;left:5.3115234375rem;height:2.2749rem;display:block; }
#dvgtvdMLpn3wQWNcWLDT3yvhsDKCuldS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6245rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:12.8642578125rem;left:5.3115234375rem;height:2.2749rem;display:block; }
#GWHenyBNc6QF0cfzqv9beaD3zWadPXU2 { color:rgba(var(--color-primary-4),1);display:block;width:51.8115rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1);top:8.21484375rem;left:5.3115234375rem;height:4.54989375rem;font-style:normal;display:block; }
#MmfMWmOVu39i4h1BX6XTb7O7nAUZOMhr { position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;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:13.8125rem;width:16.6875rem;top:18.749267578125rem;left:4.184326171875rem;display:block; }
#aaqOBW9m3er7SugUQ0TWxTNrfb51kGJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.310546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:19.6875rem;left:53.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#avrTKDVrTMQtobd78Q7TK4p70bkcLm5B { color:rgba(var(--color-tertiary-4),1);display:block;width:14.310546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:24.6875rem;left:53.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#JccqJ47hOIaIc7ztlap3v1wQEGbSI11E { color:rgba(var(--color-tertiary-4),1);display:block;width:14.310546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:29.6875rem;left:53.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#oQoOezRqGAgmL0HpTMTdWbtLslzcC3U0 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #e11d43 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.4375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:35.166015625rem;left:4.18359375rem;display:block; }
#hpsqhgvpJQM8iSxk3kplrt8mHoq6yxek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wl313i7mwzeKW3ulkx91LXHA8NVS87ZI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe09d ;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:prompt;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.5rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:39.759765625rem;left:5.3115234375rem;display:block; }
#O73b5oxhFmemItpcEy7T1dokQTOeHq5K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MvIXWTnyCtBvvvz7xvh8PXNfqe2TBITC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:44.250001907349rem;left:60.78125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHK7WcQMVp6pUZa6ypNqUSmLkEEiXCsE { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:47.0625rem;left:62.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BaFKAq3utm4ZfNiiwaPA2lEk69IhJAKO { color:rgba(var(--color-tertiary-4),1);display:block;width:60.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:6.1083984375rem;left:5.307861328125rem;height:2.03125rem;display:block; }
#dGSzcOVtDHcXeE7Qff9Jg8grPT2I5ofx { color:rgba(var(--color-primary-4),1);display:block;width:60.060546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:12.7705078125rem;left:5.3115234375rem;height:2.4375rem;font-style:normal;display:block; }
#AvywpGDFOD89pPiftltu1SUta5Dx2MP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:34.875rem;left:53.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#EDuKRp5KmoVZI4eUZBAmIunwUwIUAOlf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:19.3115234375rem;left:5.3115234375rem;height:2.03125rem;font-style:normal;display:block; }
#zt9GnhVGbE32Hm3PD7c0PSHRt5treL0D { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4990234375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:21.875rem;left:5.3115234375rem;height:10.09375rem;font-style:normal;display:block; }#zt9GnhVGbE32Hm3PD7c0PSHRt5treL0D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zt9GnhVGbE32Hm3PD7c0PSHRt5treL0D li:before{  }
#oMazV61BwvPD3XTMNo2XkXqSUd2gPbrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:19.875rem;left:51.25rem; }
#x3BOnBRrRZd3EEfI23C4iUKBGC9TK59S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:24.875rem;left:51.25rem; }
#kOqZZye6evpe0Cv3NSfZSpdd8lkSgTop { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:29.9375rem;left:51.25rem; }
#hVeBXLLXVvxxEJJVmTVhqZJI92h0IfQ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:35.125rem;left:51.25rem; }
#JqStv6acJEhqh2G1anTsiOpvzOSpDrJr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:17.1875rem;top:17.93678855896rem;left:50.616119384766rem;overflow:hidden;display:block; }
#Fvn2ce0MwmqDV7FW1WJgAEkwR3Kb6h8n { position:absolute;display:block;z-index:15075;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.6875rem;width:30.3125rem;top:13.8125rem;left:22.375rem;overflow:hidden;display:block; }
#Ecpvm4qkLMeITfR15Hnh3cvp7igxWhLS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.875rem;width:10.8125rem;top:44.25rem;left:60rem;display:block; }
#sfkFDxZ9kgbRbiyrgtK3wvGh1HQ3Fu2s { position:absolute;display:block;z-index:15058;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.375rem;width:9.1875rem;top:3.435546875rem;left:5.3115234375rem;overflow:hidden;display:block; }
#qd1CvXUgPfL0yfBKMM9D49ZU2H17ODSU { position:absolute;display:block;z-index:14998;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:17.875rem;top:0rem;left:60.425104748603rem;overflow:hidden;display:block; }
#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4dcb7c6b-cb23-4349-92e2-d8bb8f0e6489/BG.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:block; }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff.adaptive-delivery-prevent-bg, #oiTaEQHsvDhAV3Lar63zci7V8GUaWFff.lazyload, #oiTaEQHsvDhAV3Lar63zci7V8GUaWFff.lazyloading { background-image: none; }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row .container { background-color: transparent; background-image: none; }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row .container > .video-iframe-container { display: none; }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row > .video-iframe-container { display: none; }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .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); }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row .container { border-width: 0; border-radius: 0; }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:75rem;position:relative;display:block; }#aAC7QOrOVrw696u49d5LcqoOrd7K5lTb { color:rgba(var(--color-tertiary-4),1);display:block;width:51.8111875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.0182304382324rem;left:13.247398376465rem;height:3.8999rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#V633coDzwNnIosNuvyCADNrscDbM8QBv { color:rgba(var(--color-tertiary-3),1);display:block;width:51.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:7.75390625rem;left:11.594402313233rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeylCuE5CeAA0o76cTmnW0NfUkQ5KOr7 { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.0625rem;width:27.75rem;top:26.875rem;left:24.1875rem;display:block; }
#uGOeVoFc5KXr5aOZ7xBsRWsAXhBGBfvw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:27.6875rem;left:24.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaZ7bxxK6VmQ4ff0EEHxqhk6MqEZn1pW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:34.4375rem;left:9.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsI6GLHgx75zK5Eczn4vTK5PMtEPgr80 { position:absolute;display:block;z-index:15077;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:23.75rem;width:30.75rem;top:50rem;left:4.875rem;display:block; }
#MW84fbJSvaton4xqxMd598h0AJpsRmdf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:52.25rem;left:6.1875rem;height:2.1937125rem;font-style:normal;display:block; }
#Z6R1npwS9UOoKrrK7tXfqVBTWlnd7wtz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.7490234375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:55rem;left:6.1875rem;height:2.03125rem;font-style:normal;display:block; }
#Nd6r6nEG5uTX0XMkIPed4L8ncIPNXqQr { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:58.375rem;left:6.1875rem;height:8.125rem;font-style:normal;display:block; }
#y5woyqsydptl6yOtTFlyfHE2ZUWa0Mh1 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:10.767578125rem;left:21.71875rem;height:2.84399375rem;text-align:center;text-align-last:center;display:block; }
#v6UorFwO0vsAZr11n3eUfgTe71Ap8gTJ { color:rgba(var(--color-tertiary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:14.673828125rem;left:12.902996063233rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9yO50uzP2TPVyyW4aKQIKKpcufJ3FXm { position:absolute;display:block;z-index:15083;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.1875rem;width:23.125rem;top:31.875rem;left:3.4375rem;overflow:hidden;display:block; }
#oZXq0P5IC9cvX4ygBGKGDKMPrrbPlzzg { position:absolute;display:block;z-index:15084;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.1875rem;width:23.125rem;top:31.875rem;left:26.4375rem;overflow:hidden;display:block; }
#yTpxS8vFVu96isA14N23eGV0kgNasDq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:34.4375rem;left:30.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K4UQDEvDT9xB1lBKiPXQ7QUgTxX5dorZ { position:absolute;display:block;z-index:15085;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.1875rem;width:23.125rem;top:31.875rem;left:49.5625rem;overflow:hidden;display:block; }
#twmafyJcHUycSKirhT8pQXJZRqJDs1FV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:34.4375rem;left:52.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwLTZ9reDvMWEtTPFE5eC9GFIimovTNS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:42.75rem;left:17.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DinViMyPiOLNZgFkaBAPVw1gy9CqTQlF { position:absolute;display:block;z-index:15084;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.1875rem;width:23.125rem;top:40.0625rem;left:14.125rem;overflow:hidden;display:block; }
#wHQF71UFXTV90wguwgxfu5ufGsTyTqVM { position:absolute;display:block;z-index:15085;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.1875rem;width:23.125rem;top:40.0625rem;left:38.875rem;overflow:hidden;display:block; }
#wJpiOQ74QGATv8mUMqMSANxvaStTOBOW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:42.75rem;left:41.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#suNFVbTI8oxw7Xzu27iulRTBw7tySyLx { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #e11d43 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.4375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:68.24999809265rem;left:10.65625rem;display:block; }
#veA8CX0prTiIFCsJ1GPb8S5Uhu1ryPJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ot0EtgHuEiqGMTiZ8OqaqhlFBz7eQPo4 { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bf3ca112-17dc-4ba1-bdec-fbee6e4c0b1d/girlphoto.png");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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:27.3125rem;width:31.3125rem;top:50.25rem;left:40.375rem;display:block; }#Ot0EtgHuEiqGMTiZ8OqaqhlFBz7eQPo4.adaptive-delivery-prevent-bg, #Ot0EtgHuEiqGMTiZ8OqaqhlFBz7eQPo4.lazyload, #Ot0EtgHuEiqGMTiZ8OqaqhlFBz7eQPo4.lazyloading { background-image: none; }
#mlUqLA7HEfGIvgK5awM14v7zsk0Vm6pg { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:20.580078125rem;left:15.71875rem;height:2.84399375rem;text-align:center;text-align-last:center;display:block; }
#UcdRPlUAKs7cxqJ6R1tPAoGRsrTTEHQy { color:rgba(var(--color-tertiary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:14.673828125rem;left:12.902996063233rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WXT6uR7BStgIIR92TRwFWMxVCKNVRDJ9 { position:absolute;display:block;z-index:15089;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:1rem;width:3.9375rem;top:24.177083253861rem;left:37.979167938233rem;overflow:hidden;display:block; }
#wFg0yG4gdZpqovi4blLH8XmefffpTqa2 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:24.177083253861rem;left:27.229167938233rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f774f27-501b-44e1-8038-c8b7236bacc8/BGBlack.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:block; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk.adaptive-delivery-prevent-bg, #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk.lazyload, #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk.lazyloading { background-image: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { background-color: transparent; background-image: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .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); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { border-width: 0; border-radius: 0; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { font-size:0.875rem;font-family:arial;height:189.4375rem;width:75rem;position:relative;display:block; }#srTH1yHVT4m8tqlI8upC3boa8ITClqTA { position:absolute;display:block;z-index:15000;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:16.5rem;width:55.625rem;top:55.125000953674rem;left:9.625rem;display:block; }
#OXiIiF8fcElywRZ4n5EupAPEBMNuT61i { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);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:14.625rem;top:53.5rem;left:12.125rem;display:block; }
#H4TWv0dFy5STggMPfWLhcVN42TtaHgx2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:75.12451171875rem;left:13.187255859375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:82.8125rem;left:13.125rem;height:;text-align:left;text-align-last:left;display:block; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:before{  }
#JWuTFbiV4EuIhig4unxZTtdJoZDAmURc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);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:15.125rem;top:74.4375rem;left:12.12451171875rem;display:block; }
#zT5iJH4xmXwMTefvxhlak7k2eisRJ9CA { position:absolute;display:block;z-index:15005;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:16.3125rem;width:55.6875rem;top:76.0625rem;left:9.625rem;display:block; }
#G6knSssMfn0MkSnZcW2TVTG6EwkBlRbn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.7490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:54.1875rem;left:13.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:61.5625rem;left:13.125rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:before{  }
#zQgvofLpcTbPJsWLUAGuey8IQSq65hMO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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-4),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:15071;text-align:center;text-align-last:center;top:67.6249961853rem;left:13.186851501465rem;display:block; }
#VbGt8wdG4TUO3gWK31kDcR4prwvRp0dL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKUiPDx7gyKT4CuECBFWUxesyzbGD6S1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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-4),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.387354125rem;height:2.075522875rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:89.687505722044rem;left:13.186851501465rem;display:block; }
#cDPZCbNKv3c0SLqgACWLTpixxmkD0GWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0M0B56luVc0ceNKenedpqx1ti36Qtof { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37.25rem;left:9.1875rem;height:2.51864375rem;font-style:normal;display:block; }
#sTOA3tXiy3haXIlmTlhr8Kbs3hcZBqEt { position:absolute;display:block;z-index:15007;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.9375rem;width:4rem;top:37.4375rem;left:3.75rem;overflow:hidden;display:block; }
#yOp6XHI1GshvZV7KoUkclGVe19s6zx9D { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:39.5625rem;left:9.1875rem;height:2.03125rem;font-style:normal;display:block; }
#OVUVLDsBeO8kvfwLRiHn116fGvGmlrgU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:12.625rem;height:3.25rem;display:block; }
#fN0adxqH9dlkw5BqLwQeC6s2TMcqRE1f { color:rgba(var(--color-primary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.25rem;height:5.28125rem;text-align:right;text-align-last:right;display:block; }
#eolWgx0rC6UfW5a5nuCqMTMJag4PGMIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.75rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#Q1MacLcKBakPwXPQTbL03nXkJs5U1A1F { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));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:5.0625rem;width:20.5625rem;top:23.75rem;left:2.375rem;display:block; }
#Dkz6nHOThnb8JahfT4ptIIrtWB7XzLau { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:25.1875rem;left:9.1875rem;height:2.51864375rem;font-style:normal;display:block; }
#Pflks46g4p3BsNSi24idLkUC8A6NHTcT { 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:3.5625rem;width:3.5625rem;top:24.5rem;left:3.875rem;overflow:hidden;display:block; }
#DcycgfV6s4sAEWbfxXzoy39WdpLq67GB { position:absolute;display:block;z-index:14985;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:16.125rem;width:16.125rem;top:10.1875rem;left:38.25rem;display:block; }
#ArcraN9rQgmTB8WJpJcsl8lzl9R1bk1T { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));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:5.0625rem;width:20.5625rem;top:30.1875rem;left:2.375rem;display:block; }
#AHS3pXSVL8rz5lFM3CbnaOVhOXmDu3y1 { 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:3.9375rem;width:4rem;top:30.75rem;left:3.6875rem;overflow:hidden;display:block; }
#WLxr5vnTwTn1RBTdPBLmTVwqpGrHqr5M { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:31.5rem;left:9.1875rem;height:2.51864375rem;font-style:normal;display:block; }
#iCekDpaEOkuUT95bSa9X2H3Vw8MPUR10 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));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:5.0625rem;width:20.5625rem;top:36.9375rem;left:2.4375rem;display:block; }
#TxBcGo5s0HvEzd03IGhTyIuuezPeHgkh { position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));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:13rem;width:20.5625rem;top:24.375rem;left:51.75rem;display:block; }
#yfSnd6vn4rUCUaJABLlTRXMVPiytGtaR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.125rem;left:54.0625rem;height:2.51855625rem;font-style:normal;display:block; }
#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.3125rem;left:54.5625rem;height:;font-style:normal;display:block; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:before{  }
#nplxXpmGvebVeEcQ2wyZdeTPMi4e0iK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:14988;line-height:1.3;letter-spacing:0;top:12.59375rem;left:40.875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qd1yBRlAcOglSDZ09IJHgE6qpnlNPWZq { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:14987;line-height:1.3;letter-spacing:0;top:19.40625rem;left:40.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNy824X6Kgat4HlzTQrRz7Z0m84xM2tn { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:57.68701171875rem;left:13.187255859375rem;height:3.25rem;font-style:normal;display:block; }
#O1lDueoP4oVkvPH25faTBlfSLGx6QK7g { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:78.624755859375rem;left:13.187255859375rem;height:3.25rem;font-style:normal;display:block; }
#oSrNldcgSiaaLxh9uc09fIStSqVNiRsf { position:absolute;display:block;z-index:15044;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.56225rem;width:11.4375rem;top:77.37451171875rem;left:54.23291015625rem;overflow:hidden;display:block; }
#leNKaFZy9ATAlpODHBPWrt8c76R2breZ { position:absolute;display:block;z-index:14997;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:18.6875rem;width:18.625rem;top:45.59375rem;left:0rem;overflow:hidden;display:block; }
#Gr3STPBUWgsDBkaCT4lfKbyNoU4G8EGb { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-secondary-4),0);background-image:none;border-top:0.125rem solid #e4d7f8;border-left:0.125rem solid #e4d7f8;border-right:0.125rem solid #e4d7f8;border-bottom:0.125rem solid #e4d7f8;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:14.75rem;width:14.75rem;top:10.75rem;left:38.8125rem;display:block; }
#QwO3rdp3D0D8nf6fTD7icnIicQTe891w { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);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:15.375rem;top:95.0625rem;left:11.9375rem;display:block; }
#HOavXX8qT1AZy7qZTT0KOFVxm6k1PBvd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:95.71875rem;left:13.59228515625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Da2LPseJ9lTkTlGpq3H3Ue0sNXzXaEGv { position:absolute;display:block;z-index:15017;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:16.5625rem;width:55.6875rem;top:96.6875rem;left:9.5rem;display:block; }
#grXSbtynxgNSLspXVwVddu8o0PuOrNlE { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:99.25rem;left:12.875rem;height:3.25rem;font-style:normal;display:block; }
#ZPUJ86f1I9JN5QlxQ9bfiQiU1yL6UAT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:103.25rem;left:12.5625rem;height:;text-align:left;text-align-last:left;display:block; }#ZPUJ86f1I9JN5QlxQ9bfiQiU1yL6UAT5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZPUJ86f1I9JN5QlxQ9bfiQiU1yL6UAT5 li:before{  }
#UBDkBvRqzM4W4u10V2taHceVxKtMDcyZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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-4),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.44292375rem;height:2.1312925rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:110.1875rem;left:12.6875rem;display:block; }
#Ff2IuS5h0BexvlDil5hftpMZWmKeHaXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tp47mFokdyfL8PXSNmZSC9sty1rIlUUp { position:absolute;display:block;z-index:15025;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:16.5625rem;width:55.6875rem;top:117.5rem;left:9.1875rem;display:block; }
#Mu4fzGXLDnzixexPVP1fbMkWDuMC20nL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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-4),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.44292375rem;height:2.1312925rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:131rem;left:12.375rem;display:block; }
#Ilw7nK2sKXGqa21Nk1kNFs6aL1FoWOhZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3tLBw0PWEXwldo2bCWzCbqXKa9iikDi { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:124.0625rem;left:12.25rem;height:;text-align:left;text-align-last:left;display:block; }#i3tLBw0PWEXwldo2bCWzCbqXKa9iikDi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i3tLBw0PWEXwldo2bCWzCbqXKa9iikDi li:before{  }
#nopuWAIhGT1X8uDNx0vRLhP1NAUaB7xN { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:120.0625rem;left:12.5625rem;height:3.25rem;font-style:normal;display:block; }
#ahIxbfb5lWek7veiTIixQ4fBS6nP7P3S { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-4),1);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:16.125rem;top:115.875rem;left:11.625rem;display:block; }
#BzTGwrXGIC3LD35WDJoHKxQkSJ7dWoAg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:116.53125rem;left:13.98193359375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#wfxX55LkZdIcXnl72H17SvIAsXPugCgU { position:absolute;display:block;z-index:15033;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:16.5625rem;width:55.6875rem;top:138.375rem;left:8.75rem;display:block; }
#y820VbFJSkhN4FZxyRBn34JAwJPGH2Ed { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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-4),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.44292375rem;height:2.1312925rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:151.875rem;left:11.9375rem;display:block; }
#COdsJBX8hBZ2Z2yMLkZt4Uk0ir5unAZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfwtH98Pg3iRt8DyuyDAb6BHrIhJmXiE { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:144.9375rem;left:11.8125rem;height:;text-align:left;text-align-last:left;display:block; }#kfwtH98Pg3iRt8DyuyDAb6BHrIhJmXiE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kfwtH98Pg3iRt8DyuyDAb6BHrIhJmXiE li:before{  }
#Jc8HfV1y67FnC28KtKCfaWxneF0KEohV { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:140.9365234375rem;left:12.125rem;height:3.25rem;font-style:normal;display:block; }
#l7seGcRAIXQ44n8mJcsrxTAMW9ZaifJz { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);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:16.125rem;top:136.75rem;left:11.1875rem;display:block; }
#FWoWdzHAPnJRth7qJJKC5NJME3wvlRLI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:137.40625rem;left:12.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HWCpU9lp3nFG8GDuR0fXD15G3K8V5TMG { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-4),1);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:16.125rem;top:157.9375rem;left:11.1875rem;display:block; }
#Tz6VteglMRrSiLEaaqG1uytTSs66JXgr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:158.59375rem;left:12.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MX7L3T2T2vTEFoOwbaRaee70l3uHiA9f { 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:16.5625rem;width:55.6875rem;top:159.5625rem;left:8.75rem;display:block; }
#gkCZC64FonLPZxBnGW2gSLrcw6e4oSba { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:162.125rem;left:12.125rem;height:2.76220625rem;font-style:normal;display:block; }
#aDOJNgb6C2qfuHoIG9vwuvxO8yWgk0pC { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:166.125rem;left:11.8125rem;height:;text-align:left;text-align-last:left;display:block; }#aDOJNgb6C2qfuHoIG9vwuvxO8yWgk0pC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aDOJNgb6C2qfuHoIG9vwuvxO8yWgk0pC li:before{  }
#flwzXTIiTZXJTlC3TxDzhluW0TdAJiiA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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-4),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.44292375rem;height:2.1312925rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:173.0625rem;left:11.9375rem;display:block; }
#d4Tkbwk0hoLws8khA5MiAcGw5SLm1RQk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScPwgMym6v0EoG6LQFk282gidWkAMXKZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:162.125rem;left:35.421875rem;height:2.76220625rem;font-style:normal;display:block; }
#nPPi8zgB30HJhrXi3wP9oHLxHNzSzlq3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe09d ;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:prompt;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.5rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:179.375rem;left:30.875rem;display:block; }
#ukZy7334c4HsXaDMmBsb8kSSgZ1f2yMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJXwcWMC2FooJ6tfBUgAo5xJKad0Vb3q { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #e11d43 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);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:24.6875rem;height:4.375rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:183.125rem;left:25.15625rem;display:block; }
#dTzZOTUOdXBtJCV9bCwck9qsqMasLZ0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giDi5Pri0bcpt94frhJfB3bqoWmTAAUA { position:absolute;display:block;z-index:15045;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.5rem;width:7.4375rem;top:56.4375rem;left:56.232421875rem;overflow:hidden;display:block; }
#b7ShtNvDLHApZNzGTR4coanLXWmUzwTH { position:absolute;display:block;z-index:15045;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.5rem;width:7.4375rem;top:97.34375rem;left:56.232421875rem;overflow:hidden;display:block; }
#wh6rdBfXA5pMRWTEgM7tSMwxSlPp2BSm { position:absolute;display:block;z-index:15046;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.5rem;width:7.4375rem;top:117.9375rem;left:56.232421875rem;overflow:hidden;display:block; }
#br4I726C2g2OPwvqeFPLlruZZ4EWVBBp { position:absolute;display:block;z-index:15047;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.5rem;width:7.4375rem;top:138.8115234375rem;left:56.232421875rem;overflow:hidden;display:block; }
#spzKKAN7wtDWZaKyWkTUbU5UtgmkSySx { position:absolute;display:block;z-index:15048;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.5rem;width:7.4375rem;top:160.21875rem;left:56.232421875rem;overflow:hidden;display:block; }
#mo9ETNAtSTeD2UiuLW9JvaZpuElTeWAC { position:absolute;display:block;z-index:14998;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:13rem;width:12.9375rem;top:151.875rem;left:57.125rem;overflow:hidden;display:block; }
#ZetkTDiEoh7FbvIismGwdXo1MlRs3AaQ { position:absolute;display:block;z-index:14990;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:49.25rem;width:32.375rem;top:5.9375rem;left:23.3125rem;overflow:hidden;display:block; }
#Tp1oWxlBDGTQQAdJxom6T56rfq9gtrms { position:absolute;display:block;z-index:15112;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:7.0625rem;top:13.78125rem;left:42.625rem;display:block; }
#itBvBVBguQaJ5F7TrDMqOXC7xak83VIX { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.3125rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:10.846354484558rem;left:42.97917175293rem;height:10.806125rem;font-style:normal;display:block; }
#TFDJ1SFgWvJ8tfoJrldbN84xwKqyIhra { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:61.5625rem;left:13.125rem;height:4.5234375rem;text-align:left;text-align-last:left;display:none; }#TFDJ1SFgWvJ8tfoJrldbN84xwKqyIhra li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TFDJ1SFgWvJ8tfoJrldbN84xwKqyIhra li:before{  }
#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { 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/4dcb7c6b-cb23-4349-92e2-d8bb8f0e6489/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp.adaptive-delivery-prevent-bg, #PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp.lazyload, #PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp.lazyloading { background-image: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { background-color: transparent; background-image: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container > .video-iframe-container { display: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row > .video-iframe-container { display: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .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); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { border-width: 0; border-radius: 0; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#niGdazO2cPVsAbDhl8zA7f94SoAZwCN1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:4.75rem;left:44.1875rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkwTJLXmIDf8W9zzFsyJRHfqVXPmG57T { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:43.6875rem;width:37.0625rem;top:4.75rem;left:3.875rem;display:block; }
#m1VUX4P0ePq6sdNO5rkuzAERlsOLTRNt { color:rgba(var(--color-primary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.1875rem;left:10.40625rem;height:2.03125rem;font-style:normal;display:block; }
#HKe9T7U7fXcmZ9yv04RcTBHHraGQrTF8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.75rem;left:10.40625rem;height:1.21875rem;font-style:normal;display:block; }
#dEIZQ5TU0dslORKXvV4urJfcTrKqmcS5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:6.9375rem;left:5.625rem;overflow:hidden;display:block; }
#iJiNF41GeUoG4IV7P0P01kMAQ8oXeqyq { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:15.125rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#lo7hoAAd9qq3pmwkL5ka96kw6uEdRp3G { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:12.5625rem;left:5.625rem;overflow:hidden;display:block; }
#CSNLlEtiDebOF2u6t9cQ33hDG4qoFzTh { color:rgba(var(--color-primary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.5625rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#newymbT1Q5JiDTVutWNuG1dUq5eN6J5J { color:rgba(var(--color-primary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.9375rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#NWzZIvpnPGfmW3vTTICfAPaWtcuywkWf { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:18.25rem;left:5.6875rem;overflow:hidden;display:block; }
#OMx9tJXn115n9Burx0kFzspasEPbvIDX { position:absolute;display:block;z-index:15033;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.875rem;width:3.875rem;top:23.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#Z6tAgnFZUuvoIRR5reNJ1cnihG8foLDQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:26.25rem;left:10.5rem;height:1.13769375rem;font-style:normal;display:block; }
#QpKwwfLVaMrkfxl23qL1upcEhpOdgmiz { color:rgba(var(--color-primary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.6875rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#ftA8O4dN8rk7rZwn8LiJLypEWwwuG8in { position:absolute;display:block;z-index:15037;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.875rem;width:3.875rem;top:30rem;left:5.6875rem;overflow:hidden;display:block; }
#oF0wTVP7P7Lpb0e4Pat1CovnEIUaXw8Z { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:31.8125rem;left:10.5rem;height:2.4375rem;font-style:normal;display:block; }
#h8Ae8fTw6T8FwQmnUMJ6gLTudLaXmbZz { color:rgba(var(--color-primary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:29.25rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#xRt687QIUTllvMuRFQqph6f3ogAERInT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:36.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#D6hkFBS2R26AInWUXnA1rMkes5JAaXlG { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:38.375rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#XxmUQEWeKnvUWNzJ9P5tiTUAA5yw3DXJ { color:rgba(var(--color-primary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:35.8125rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#iIi6kPo75XtpLi0mKEPl1Z6mIHPerEXE { position:absolute;display:block;z-index:15045;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.875rem;width:3.875rem;top:41.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#UzoCIxixp58ceMf8Xl3L3SPiBUeSKZ0J { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:44.1875rem;left:10.5rem;height:3.65625rem;font-style:normal;display:block; }
#vIgdQ1J816QSwxCrbRgHn8TVKe2Oohtf { color:rgba(var(--color-primary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:41.625rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#TIbNZIqz8izIhUy3FTaTaLQacicENU0g { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:20.8125rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#PJCTcvdqTNGiOCcZ5ui1kA86PzzDKxD6 { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:17.125rem;left:5.625rem;display:block; }
#THUR0s4BvgekJaXeRqogu0DAmO7Ks8RX { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:22.875rem;left:5.625rem;display:block; }
#X4R6v26mzzpiVS5Q4g2AhPUGK8BwNBhr { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:28.5rem;left:5.625rem;display:block; }
#RZ2Wge3anlaEfIdUT3av7Qzwk5ILQVJk { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:35rem;left:5.625rem;display:block; }
#zkPBSpvwblquSV35BDdmkUn2arscrval { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:40.6875rem;left:5.625rem;display:block; }
#DnDTchX4aWPT7DiLPVNkiCpsbRKvKfrl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.46875rem;left:44.1875rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nOboVkuFaI2iXDbyZVLoUZNICBkJqv8K { position:absolute;display:block;z-index:15052;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.875rem;width:30.4375rem;top:16.8125rem;left:42.5625rem;overflow:hidden;display:block; }
#IMLJeQbyWZXd0TulEc0bwmEoMI9mh4T6 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #e11d43 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);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:24.6875rem;height:4.375rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:43.5625rem;left:44.1875rem;display:block; }
#dkKCLhRkOhRUIerAsff8Tzr4t0zGGo7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTSpxNCrLw6l523W7Btmmthv4tKPcyIJ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;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:7.75rem;width:20.5625rem;top:4.75rem;left:44.1875rem;display:block; }
#ZXrMR2bnQqtdMDzId6K5yXPI37ugClrb { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:11.96875rem;left:5.75rem;display:block; }
#qhpii7dV7m4Ew4w3iCkXELebwTU228mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f774f27-501b-44e1-8038-c8b7236bacc8/BGBlack.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:block; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm.adaptive-delivery-prevent-bg, #qhpii7dV7m4Ew4w3iCkXELebwTU228mm.lazyload, #qhpii7dV7m4Ew4w3iCkXELebwTU228mm.lazyloading { background-image: none; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container { background-color: transparent; background-image: none; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container > .video-iframe-container { display: none; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row > .video-iframe-container { display: none; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .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); }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container { border-width: 0; border-radius: 0; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#KkORdMZ9X3BP5dGrkHuMunG70IbE334R { color:rgba(var(--color-primary-4),1);display:block;width:43.1865234375rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:4.2490234375rem;left:2.123046875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OpHiShGCVzHPrhqqpIs3xukpToMc2ITZ { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:23.8125rem;width:45.375rem;top:11.7607421875rem;left:2.123046875rem;overflow:hidden;display:block; }
#rTE6QqPfv34tx8MUP4hbR7cCRVJXyium { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:36.9365234375rem;left:5.185546875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Icr7XHoBF8UgpxBTtmPTwEJU9bmE5uA1 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15089;line-height:1.5;letter-spacing:0;top:38.936218261719rem;left:4.904296875rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIyHffealmcn7d23Rb1NV81l9hXluN1G { position:absolute;display:block;z-index:15090;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.375rem;width:10rem;top:11.7607421875rem;left:56.0302734375rem;overflow:hidden;display:block; }
#Ws5wwpTJLAAbDHT30zV6VUFkIpvXE624 { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.25rem;width:23.1875rem;top:11.6982421875rem;left:49.4365234375rem;display:block; }
#C9gt9cmvEz1zdWQrWHOX25l0OMuZqGLi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:21.3857421875rem;left:52.0927734375rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrHI4KHvQwKau6rzROObXJS2fNTvzQaX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:22.8232421875rem;left:52.0927734375rem;height:1.70631875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhPUuDEcBsIdRTsVP9rx7oXn4Nve9fG6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:24.5107421875rem;left:52.0927734375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTlx4n19tCURmtO6iaWXGCbTVnJgtrqX { position:absolute;display:block;z-index:15085;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:16.5rem;width:46.1875rem;top:28.3115234375rem;left:2.0908203125rem;display:block; }
#krXlzW0AvW7tRaDxL5zDl1U7hoS45gtK { position:absolute;display:block;z-index:15099;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.7490234375rem;width:8.1240234375rem;top:31.25rem;left:50.484375rem;overflow:hidden;display:block; }
#VXRF8tVg2sIhulWhpXrVPtUkPkEHP0f8 { position:absolute;display:block;z-index:15095;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.7490234375rem;width:8.1240234375rem;top:31.25rem;left:60.9345703125rem;overflow:hidden;display:block; }
#d7TBeSJRp9VwAQSrIobsRLHt8rptNa8K { position:absolute;display:block;z-index:15098;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.7490234375rem;width:8.1240234375rem;top:31.25rem;left:53.123046875rem;overflow:hidden;display:block; }
#IJVprbmDaXPMTnLe48vsh9umADFi0RAT { position:absolute;display:block;z-index:15097;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.7490234375rem;width:8.1240234375rem;top:31.25rem;left:55.8125rem;overflow:hidden;display:block; }
#iqS8zrvrsTUExaDEqavc3q8HkyxGTSll { position:absolute;display:block;z-index:15096;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.7490234375rem;width:8.1240234375rem;top:31.25rem;left:58.373046875rem;overflow:hidden;display:block; }
#Nvl2QoEm0fUAOmRyfFRPXFCeGhsdOJoJ { position:absolute;display:block;z-index:15094;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.7490234375rem;width:8.1240234375rem;top:31.25rem;left:63.4365234375rem;overflow:hidden;display:block; }
#whBSxkWFmB4GRMIgTVSe28XFwD0ggISv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7486875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:39.779949188233rem;left:56.02995300293rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0A7nc5FxsHnnPZnmXa4clslUiudBsGA { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:39.779949188233rem;left:53.123046875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oruIJn2ivzhZi9MTuF2aJCMasLgRTLtN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:42.4365234375rem;left:55.1552734375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdH9hDlCDk8IDa2KScS9La9fBEioTRHz { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15104;line-height:1.6;letter-spacing:0;top:37.3740234375rem;left:34.1845703125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIiDrRq2Ar0nwA4PuSTTrKBNvGH9OadG { position:absolute;display:block;z-index:15086;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:23.1875rem;top:11.7294921875rem;left:49.4345703125rem;display:block; }
#vRnc1d1itSkeTEUsOtmGPhvKabdOReTT { position:absolute;display:block;z-index:15087;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:23.3125rem;top:29.7490234375rem;left:49.4365234375rem;display:block; }
#ruldkrw9RbDQgOBgtIWU5r7pCUNN8Bvg { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.25rem;width:23.3125rem;top:29.7490234375rem;left:49.4365234375rem;display:block; }
#QndsNtMl0v6ceKTh4gkFld8J41N5GpgN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f86b1e5c-8cba-4022-bfd2-5523da7be2ad/BG.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#QndsNtMl0v6ceKTh4gkFld8J41N5GpgN.adaptive-delivery-prevent-bg, #QndsNtMl0v6ceKTh4gkFld8J41N5GpgN.lazyload, #QndsNtMl0v6ceKTh4gkFld8J41N5GpgN.lazyloading { background-image: none; }#QndsNtMl0v6ceKTh4gkFld8J41N5GpgN > .row .container { border-width: 0; border-radius: 0; }#QndsNtMl0v6ceKTh4gkFld8J41N5GpgN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QndsNtMl0v6ceKTh4gkFld8J41N5GpgN > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;overflow:visible;position:relative;display:none; }#QAUEXgdoFwQTlJhv0dmlOSNlSqWquf38 { 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:1.6875rem;width:11rem;top:3.875rem;left:15.625rem;overflow:hidden;display:block; }
#BwXDQ9zUEF7p9dySmi3f5Ey7Peeakm2U { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:22.5625rem;top:7.1875rem;left:10.8125rem;overflow:hidden;display:block; }
#fVDtLbxoX8VuE2G4PXZnFZWTDUwBQqP1 { 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:2.9375rem;width:24.375rem;top:14.5625rem;left:8.9375rem;overflow:hidden;display:block; }
#VMQEfu516XKGm7vScffBOErVSOuqwuyW { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.781070709229rem;left:7.5619659423825rem;height:4.2236375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GacmvP4W4Wd67nDFOHDPl7ilQlFeVmrN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.430389404297rem;left:6.3734016418456rem;height:6.823725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eClLgWQGbsHpUdqcLx8ZLpe6B9vP16dd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:32.9375rem;top:9.3125rem;left:34.5625rem;overflow:hidden;display:block; }
#ruyJXem3q8ri3i8dIkT8aZ44ZGnTcfKG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,83,255,0.5) ;height:11.375rem;width:21.75rem;top:31.394701004028rem;left:10.217506408691rem;overflow:hidden;display:block; }
#RmEGwOVqcfyGPbmHyACtVBg2T9lw1uvV { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:44.650203227997rem;left:19.437145233154rem;height:3.4118625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4OgdMqAGAwvRTQUtpd1SnPLiPW9g0Mp { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.96875rem;left:7.5rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OaOdT5CrOhPEZTOb6TD97VdzpTJEKOcF { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.781070709229rem;left:7.5619659423825rem;height:4.224075rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NU5CB8g24xNN5I7iwQs9PWtsaLenuUET { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.781070709229rem;left:7.5619659423825rem;height:4.224075rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d9W3fCFN9PRrOgdvgz2WtObdZA1dMs0q { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.430389404297rem;left:6.3734016418456rem;height:6.82173125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DvQdcIJZR66OovRkJzszrSkaMekp3bz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:18.781070709229rem;left:7.5619659423825rem;height:4.224075rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ewbHu1X1fQN2xWtCQnnti5URhOZTecdb { background-color:#006d59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ewbHu1X1fQN2xWtCQnnti5URhOZTecdb > .row .container { border-width: 0; border-radius: 0; }#ewbHu1X1fQN2xWtCQnnti5URhOZTecdb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ewbHu1X1fQN2xWtCQnnti5URhOZTecdb > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#yqbwuQ2Zyoxhmxh5HnHVrO6w1wBxTnAG { color:#f8e38e;display:block;width:43.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:9.435791015625rem;left:14.62353515625rem;height:4.6494125rem;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; }
#tEbEy27PcOIHgiSI2cRTnxJE0A6ozpXl { 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:9.43725rem;width:25.5rem;top:0rem;left:24.75rem;overflow:hidden;display:block; }
#P1bOAnSo09Pan91enoKvzTfCtCgsCvVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d59;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:none; }#P1bOAnSo09Pan91enoKvzTfCtCgsCvVT > .row .container { border-width: 0; border-radius: 0; }#P1bOAnSo09Pan91enoKvzTfCtCgsCvVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1bOAnSo09Pan91enoKvzTfCtCgsCvVT > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:none; }#pWZULLTrS4S7GXZiMTPIzqaoaOdXgRun { 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:25.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#Rd0Td9dsQFcTW2uZUXgqlcX2g8061G2U { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IB6COP69yRhtFPczQi3XtGgdLiZT9uuq { 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/e554b3f4-4041-4de2-a23c-029a990d8b6c/LevelUp02.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IB6COP69yRhtFPczQi3XtGgdLiZT9uuq.adaptive-delivery-prevent-bg, #IB6COP69yRhtFPczQi3XtGgdLiZT9uuq.lazyload, #IB6COP69yRhtFPczQi3XtGgdLiZT9uuq.lazyloading { background-image: none; }#IB6COP69yRhtFPczQi3XtGgdLiZT9uuq > .row .container { border-width: 0; border-radius: 0; }#IB6COP69yRhtFPczQi3XtGgdLiZT9uuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IB6COP69yRhtFPczQi3XtGgdLiZT9uuq > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:none; }#SlWU6lwo1Tdf7LTpotTLagMBEAlJFcHN { 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:13.5rem;width:45.375rem;top:1.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#f7eeZRJ0a3w58gtIIiUi95thCgqpSTyp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:41.0625rem;top:11.8125rem;left:16.9375rem;overflow:hidden;display:block; }
#FA0McWbfriMtk5EaUE5WJacvPdwOyJX7 { 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:5.1875rem;width:15.3125rem;top:0rem;left:52.1875rem;overflow:hidden;display:block; }
#iTIRZyVMwvrHvgGpENrWzOmFJWKeFXGr { 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:18.875rem;width:41.4375rem;top:21.9375rem;left:7.5rem;overflow:hidden;display:block; }
#aT7nLsqf97teXdAqumsO0ZJfGXPB2B7p { 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:30.75rem;width:24.75rem;top:16rem;left:36.75rem;overflow:hidden;display:block; }
#ekwNEIDmZzM7VitplxqEDCrbg0PbFwra { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:17.25rem;top:24rem;left:50.25rem;overflow:hidden;display:block; }
#uLTyAtQbItoVFfUB6AdUunidHHu0ASqR { 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:34.9375rem;width:58.625rem;top:12.0625rem;left:8.875rem;overflow:hidden;display:block; }
#iC4kOAZW10fXRFX4GMV2epkOtAFMF7Mt { color:rgba(var(--color-tertiary-4),1);display:block;width:29.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:28.142578125rem;left:8.875rem;height:4.37255625rem;font-style:normal;display:block; }#iC4kOAZW10fXRFX4GMV2epkOtAFMF7Mt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iC4kOAZW10fXRFX4GMV2epkOtAFMF7Mt li:before{  }
#FmAD7uUsRJUeaXIm6TlnWJLl78xdL4PE { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:41.4228515625rem;left:11.1875rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8Cs2VJy3xQpG3bqEF47Z7d6lcDp7rbT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33.4365234375rem;left:14.1875rem; }
#HNvnpT5fzu7R8XZ5L4o6ZTyPfpIIM2fV { position:absolute;display:block;z-index:15032;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.375rem;width:4.375rem;top:34.251708984375rem;left:20.75rem;overflow:hidden;display:block; }
#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f774f27-501b-44e1-8038-c8b7236bacc8/BGBlack.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:block; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop.adaptive-delivery-prevent-bg, #d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop.lazyload, #d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop.lazyloading { background-image: none; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container { background-color: transparent; background-image: none; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container > .video-iframe-container { display: none; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row > .video-iframe-container { display: none; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .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); }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container { border-width: 0; border-radius: 0; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#tfx3eKhcbgsG2o2OrGTPbpE8tqalIPgk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:22.5625rem;left:3.125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KBKBfLgGQ61DX90Z0Egtzf5CBrdVxKZE { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:24.5rem;width:26.4375rem;top:8.875rem;left:42.8125rem;display:block; }
#k2TXQsr20uctbZlSQFllqBhtgvC9WdZT { color:rgba(var(--color-primary-4),1);display:block;width:10.0625rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DhMZxHFvzNUiqk7E886g0kwOLgPkLCVw { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SpwHFvmxf6VbaQUuOP1J5Z8yGrP5TAta { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eoJ1L9XEQtWhv67dlnpnEllvmM5cieaU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:31.25rem;left:10.6875rem;height:1.27514375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zh10dnTknktp5tbPVSQqygSdGvVB9sKl { color:rgba(var(--color-primary-2),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PTBwIghThfnhAW06rSnEIPJkmQQ7t6Jv { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:13.375rem;left:5.0625rem;height:6.798825rem;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; }
#WvlBiVpPUH0Srss6wFXG9B79A98AHFiD { color:rgba(var(--color-primary-4),1);display:block;width:42.8125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:5.375rem;left:3.125rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m01J0vS0VQ641tTOcDywbPA9DabvZecQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:13.5rem;left:3.125rem; }
#CtzHWSLG98sOEDIpLG9QZF61pNOcDTZ2 { color:#ff0404;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.125rem;height:7.3125rem;font-style:normal;display:block; }
#yaasc1K09Q2keb1CtR6weE5xbBC4si9a { color:rgba(var(--color-secondary-4),1);display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:27.1875rem;left:18.8125rem;height:4.06274375rem;font-style:normal;display:block; }
#HKFbRZaNgmHO0v3PF4bVxdtd7HzTCPlR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:15.25rem;left:3.125rem; }
#yTwcp6D08emU4tFPIENTdTQmd9UXwRTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:16.9375rem;left:3.125rem; }
#McbsNAtGVGUh8UCxZmu61DH8eEi0XhEK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:18.6875rem;left:3.125rem; }
#kVF5TNnnQ8UIVbIAf1hoPyfZhlQ2dKvE { color:#ff0074;display:block;width:26.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.5625rem;left:42.5625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-form-header {  }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.625rem;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; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .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 #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:21.625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-text {padding-top: 0; padding-bottom: 0;}#nJGn9130fQhhquBgkHiZv30agN52eTJE .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 #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:21.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .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:21.625rem;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; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-select {padding-top: 0; padding-bottom: 0;}#nJGn9130fQhhquBgkHiZv30agN52eTJE .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; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nJGn9130fQhhquBgkHiZv30agN52eTJE .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:21.625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.5625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .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; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .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; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-container:first-of-type{padding-top:0;}#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-container:last-of-type{padding-bottom:0;}#nJGn9130fQhhquBgkHiZv30agN52eTJE  { 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:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.96839427948rem;top:9.2005615234375rem;z-index:15021;position:absolute; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .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; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE {display:block;}#nJGn9130fQhhquBgkHiZv30agN52eTJE { 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:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.96839427948rem;top:9.2005615234375rem;z-index:15021;position:absolute; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #khb5sTaroQ29mrMpCzPIohSg0Ve6KFhO { position:relative; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #NWXU9fqEVFk32piaBXwWBuIihmZ9yv6x { position:relative;display:block; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #fWyZSd05V0BKRwRC92ysOoC2TOvPv565 { position:relative; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #PumWLlcNIcmTAfdek3QlayF5yWmNKXbN { position:relative; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #qTZg9B1r8zsRL9TBOMBhQNcmswg7SKqA { position:relative;display:block; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #ez7ZNT3aWNA17da9weHSMKiysSTJZWS1 { position:relative; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #PN4aqPFBO03mPU095IaikxSe28wDGmBi { position:relative; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #uU4zwlBhzQifOO0Gb3SK7dFekTl3MbW9 { position:relative;display:block; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #vwODtMgWHswzr7qNhbr7fTmKGb6wwpMn { position:relative; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #fK2iutLoabkx3I10xUfMF397RlKGimTu { position:relative; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #nTweakZkypvWTKhh4Qt3x2Ce6OTO2xo1 { position:relative;z-index:2; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #VpJO2mAzQSA0OHpSTiy8S1P3PXMG07rl { position:relative; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #C5zFSZF8kPP6o806OKp4oansbAZI2F81 { position:relative;display:block;z-index:15000; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #NLN9ZRdmywKk5LsHUqeSTgPf9KJuPwLI { position:relative;display:block;z-index:15000; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #W6qLaCmF3Dgf8rHCM2WDb8a8i0KocRIa { position:relative; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE #pZy6FKhMkGt4THnpAU9kK1gRhmVaPfTM { position:relative; }
#d80g14s4F9897PJFVut4My2I23nMUP5G { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FiAhATa3y9FdyezgSU4DyoVDa5xrshlJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eeHPo5umet2VICb6tw8DasEfM5pSyffL { position:relative; }
#awEiJlnyvCytEUgmQs9J9sv7B3Uq5I78 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZJJJAnQvZCMsTvWT5mzw9x1LwVtDabP1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d8dI65JActZTTlk2cep7N1utLMcSwnJn { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zaZqB4TNyfMxWPmc0egRVEvw69cQRZks { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dZ62yU7LJCGRsUdIuEEyCD6NP5OlKUk5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aAmMWCzU73BHO4H6LCDc6S5FzgminHXw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ldNpHh3q0kvmtofIF6vb2Ndoethh3Kdv { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LoMUMwPXOWvpKTfo6U5CICFHTrucsQTR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #THJqaa9MrFzRJfFdWoV5Ien0rAMx2pze { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pMlq4tH13iUT8Wiq5qLU3zmo7o6DnUmg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M4uDEDUqVkK0QnTCOrgJUu5VoeDSDec6 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IZQbu5yXwS9olNLwKc97TOLU8p1vfcyW { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fr3yezV9FAV0zx9zLFTkcUBHFN2i9p7E { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ICQXnVevXoZCbNV2SnHLGMwZ950rV4ZN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #v5xdz9TtEqaVnFOScK5l5bzaTWm73udg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CRgryHOIT2CRWDFSKnW7e56RJxVekd6H { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XgM4DTtdVzSIWmPUDemU40IO1gZhaAXR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HBfvK6Q97TJkRqzirCgLAmXBESNxDXyl { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ik4AyeGe7Mop2oh4WlbZ7Op5GcWXIWdz { position:relative; }
#WXwETQJ7U6LcB9FWv70Pgotqyv0XEOoA { position:relative;display:block; }
#vyAQXDsheLg6VrBJ3R0pRHMyfPybfBE1 { position:relative;display:block; }
#sJHgL0TKROFkNWHiyTcrATeJD7auRDZe { position:relative;display:block; }
#tuJF94MiP248tDzsVZB4mbZNGNwJztux { position:relative;display:block; }
#uL3Podhz5mTDbQV97fgK2cdT6CRgCHzi { position:relative;display:block; }
#Jesqdn1KdDRQIpy96krnNrX75i1TtWKA { position:relative;display:block; }
#hMFRHiNpbeEb2XOyUZ0KJv3QhTNbcvcx { position:relative;display:block; }
#dB6exmIX1w7pC9vVCTmHS1uzHQp0QhL0 { position:relative;display:block; }
#lJ867eBUIWdJECEoiCIVLnw5dGAo9haN { position:relative;display:block; }
#coEbLHi7PVLVJK5e5PLOkUp5w6aqKu8v { position:relative;display:block; }
#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { background-color:#ffebb7;background-image:url("https://images.assets-landingi.com/uc/4dcb7c6b-cb23-4349-92e2-d8bb8f0e6489/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi.adaptive-delivery-prevent-bg, #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi.lazyload, #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi.lazyloading { background-image: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { background-color: transparent; background-image: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container > .video-iframe-container { display: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container { display: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .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); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { border-width: 0; border-radius: 0; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;overflow:visible;position:relative;display:block; }#BRsurH116hx0Ng9tmANOsc65Km7Rus67 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1845703125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:1.955078125rem;left:6.15625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BUG795PySN3glND9rB2xmlruysLZNzJZ { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6rem;width:18.625rem;top:22.2490234375rem;left:7.4990234375rem;display:block; }
#WOovHk1JfBzh9V8urdmXrsq6Tz1epDKS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:24.4052734375rem;left:9.1865234375rem;height:1.70605625rem;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; }
#rTEvqXvyqC9vwqx72pMtybK4dNSB87ia { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:24.4052734375rem;left:28.654296875rem;height:1.70605625rem;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; }
#ZCPTpKTsFoX6lbAe7ND1XqNeae8TGzNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.248046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:23.7490234375rem;left:48.2822265625rem;height:3.0871625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lzh7tSkipedTtqe1dx42pyaTBiWGNv0O { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5615234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:5.830078125rem;left:7.58984375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GduthcM83Fm6BViF4AJBZrtCDEXNxvwc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:30.1865234375rem;left:28.125rem;height:1.4624rem;font-style:normal;display:block; }
#xET8DBa7zD5u8zagFMv2T9kr85h1PxQp { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.625rem;width:18.5rem;top:8.6240234375rem;left:7.58984375rem;display:block; }
#kl1iUfeJyLumOemNBaMT0g9alHK0qgxc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.625rem;width:18.5rem;top:8.6240234375rem;left:27.029296875rem;display:block; }
#ILytQHbf5qZtqixthv8vH1LC9F1BMpDx { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.625rem;width:18.5rem;top:8.6240234375rem;left:46.65625rem;display:block; }
#Per4FiXDTshiQ3MdIQceoKOibByAuSVp { position:absolute;display:block;z-index:15084;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:13.875rem;width:13.875rem;top:8.4365234375rem;left:9.9052734375rem;overflow:hidden;display:block; }
#cZ4khhPvLWqahJwTsnSgeFsTfMTkmE6P { position:absolute;display:block;z-index:15085;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:13.875rem;width:13.875rem;top:8.4365234375rem;left:29.341796875rem;overflow:hidden;display:block; }
#af62OXAsGNNgp2tgDcH4RlCPvH8Tyn6x { position:absolute;display:block;z-index:15086;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:13.875rem;width:13.875rem;top:8.4365234375rem;left:48.96875rem;overflow:hidden;display:block; }
#RVkoivUF4eTCISO6MOxcfWTSa7SbG99K { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6rem;width:18.625rem;top:22.2490234375rem;left:26.966796875rem;display:block; }
#LRq3rQJNGHiqvGOTASsMfN3nUHHlVA8J { position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6rem;width:18.625rem;top:22.2490234375rem;left:46.59375rem;display:block; }
#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { background-color: transparent; background-image: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container > .video-iframe-container { display: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container { display: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .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); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { border-width: 0; border-radius: 0; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3.75rem;height:2.5996125rem;display:block; }
#fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.75rem;height:2.92383125rem;display:block; }
#TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:50.375rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.21875rem;left:56.3125rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { 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.6875rem;width:5.6875rem;top:1.0625rem;left:65.5625rem;overflow:hidden;display:block; }
#alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { 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:1.25rem;width:8rem;top:2.4375rem;left:3.75rem;overflow:hidden;display:block; }
#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f774f27-501b-44e1-8038-c8b7236bacc8/BGBlack.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; }#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv.adaptive-delivery-prevent-bg, #aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv.lazyload, #aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv.lazyloading { background-image: none; }#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv > .row .container { border-width: 0; border-radius: 0; }#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:75rem;position:relative;display:none; }#e6ym2GTM66c1kb6BTMufzn5dgplNnmy3 { color:#fff000;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:1.875rem;left:20.5rem;height:4.42448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mF06NSPmLGhPSQo2fx3vJEgtN6wguwN3 { color:#fb5a4c;display:block;width:60.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:6.3125rem;left:9.125rem;height:4.42448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DtatHJPgbdQKprMPsFJOlV8i4tumzncP { color:#ffd300;display:block;width:61.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.875000298023rem;left:6.2897148132325rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUkHy9DfRaVStTPaRveJd2DT1ONkNvyE { position:absolute;display:block;z-index:15003;background-color:#ffad00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:6.5625rem;width:26.5625rem;top:16.5rem;left:12.5625rem;display:block; }
#wS3FzgPmW2TRsZ9ooNTvND50pQQZ8yXI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:38.125rem;width:26.5625rem;top:17.625rem;left:12.5rem;display:block; }
#hOS7whcEa5kmzn00FgiOpZNoziZgSvh2 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.749375rem;position:absolute;font-family:prompt;font-size:3.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17.625rem;left:13.375rem;height:4.6308625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoCfM2qpm4vBNWsqsTTwSNI6vhT377B6 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:38.875rem;width:26.5625rem;top:16.8125rem;left:42.4375rem;display:block; }
#HbHIk3XkTtfKUODgHt42G8qMyQHHJxGr { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:6.5625rem;width:26.5625rem;top:16.5rem;left:42.4375rem;display:block; }
#b0akmxOBTX3Lqbex5RBdaUrX9KsgW6d6 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.749375rem;position:absolute;font-family:prompt;font-size:3.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:17.4375rem;left:43.375rem;height:4.6308625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ebzoull1JTbkP0DsmqhvGbMpUrol6KFv { color:#ff0000;display:block;width:22.1230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:24.375rem;left:14.75rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Um3JiZJu4Oy4PB0lIZ1kk1StzhBC1vn9 { color:#ff0000;display:block;width:29.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:25rem;left:40.8125rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W53QKggy4KIJysJPQX0UWaVqkKZUq6VQ { position:absolute;display:block;z-index:15050;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.4375rem;width:20.4375rem;top:27.699220657349rem;left:46.35221862793rem;overflow:hidden;display:block; }
#BZcx7wrrongGOC1vRP3HzCqAxyTSlyHz { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:29.1875rem;left:14.8125rem;height:2.8489625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSrfChpu4SgwF9D6gAhecmxOfksTrNvH { color:#ff0000;display:block;width:26.3111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:27.625rem;left:42.625rem;height:1.6497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDUhV6TJ2FLTp28tLiNwNaAXSeoU6Hc2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:29.75rem;left:43rem;height:2.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLpqXubve4tKFVft5OOs2sZ6eXaGKUWK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:47.053386688233rem;left:45.83268737793rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BE9yVZghr3v9pJdAm6X7DmhI6Ro5Invl { color:#ff0000;display:block;width:19.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:46.184886932373rem;left:16.250652313233rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cAr2eRPiHqpn599rx6Nongq7JxkrICJB { color:#ff0000;display:block;width:17.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:48.136720657349rem;left:47.602867126465rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNn27MLB2yC1ugeUCK6C09znBuZPPsvS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:51.724613189698rem;left:45.83268737793rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OFFQeW2EmAQeffSLKfxRe2IfJKQ2x25L { color:#ff0000;display:block;width:19.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:49.692047119141rem;left:16.250652313233rem;height:3.82486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#da5WsfCRMGT4v1oJcnnZaI9LJ283xaP7 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #e11d43 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);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:24.6875rem;height:4.375rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:59.270833969116rem;left:28.75rem;display:block; }
#karhWZ3tzyQi4P0WIg4zOh3Otk4Mbkra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BFwtyXfv6hOUfir8FUNXrsWUtqLxUJNE { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;height:11.1875rem;width:17.0625rem;top:33.249990463257rem;left:17.3125rem;overflow:hidden;display:block; }
#hei165QdTqvdBoCr6TusRom5zH21dy74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f774f27-501b-44e1-8038-c8b7236bacc8/BGBlack.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; }#hei165QdTqvdBoCr6TusRom5zH21dy74.adaptive-delivery-prevent-bg, #hei165QdTqvdBoCr6TusRom5zH21dy74.lazyload, #hei165QdTqvdBoCr6TusRom5zH21dy74.lazyloading { background-image: none; }#hei165QdTqvdBoCr6TusRom5zH21dy74 > .row .container { border-width: 0; border-radius: 0; }#hei165QdTqvdBoCr6TusRom5zH21dy74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hei165QdTqvdBoCr6TusRom5zH21dy74 > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:none; }#QUeUrZ4GEbsXGI2uRHSveX4pq1HSc79V { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.0619375rem;width:59.1868125rem;top:1.5rem;left:9.5rem;display:block; }
#Mwg77HCh1wif8ASqCC6GBbKf3mSNzMI3 { color:#842cdd;display:block;width:14.3119375rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.5rem;left:10.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#QlRzK3ABmB5FkNEeMy06s2sHcewh3arM { color:#842cdd;display:block;width:8.125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:5.5rem;left:40.375rem;height:1.7871125rem;font-style:normal;display:block; }
#xemDXI0zN9RRcMAZkzPcTl8p6TQm4UWO { position:absolute;display:block;z-index:15040;background-color:#ededed;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.0623125rem;width:16.9993125rem;top:1.5rem;left:51.6875rem;display:block; }
#Ay8yThWSzBICy72uGRkswP41GapcJhx7 { color:#e2105f;display:block;width:10.4368125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:5.5rem;left:55rem;height:1.7871125rem;font-style:normal;display:block; }
#ghWBJs8dH1ecGiuZQRu0pWhCL5CVFtsx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:9rem;left:58.625rem; }
#sDTPiUUKvqKEVhPGv423ZnHH6tgx5OEN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:9rem;left:42.625rem; }
#poCqOoWsgEMBMTWJT1noKm7iV4Z6vBNw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:9.9375rem;left:10.6875rem;height:1.29948125rem;font-style:normal;display:block; }
#NTTVNvLOyqSOTTiCSCxXZvyauTUxGAvr { color:#e2105f;display:block;width:28.812125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:12.25rem;left:10.6875rem;height:1.29948125rem;font-style:normal;display:block; }
#DcuSvvnEQnTB1soXrWhiCeN3nsUwJMML { position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:none;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:0.062144875rem;width:58.2493125rem;top:14.375rem;left:10.4375rem;display:block; }
#Re7hF9rdrliagU6RgWXqNhNDDmkUGtla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:15.3125rem;left:42.625rem; }
#dxvKZK0idtigrmcyrVTf92imlyacy9JG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:15.3125rem;left:58.625rem; }
#fdbBhz3plPV6Op8euWSl4fIKzL13OCA6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:16.25rem;left:10.6875rem;height:1.29948125rem;font-style:normal;display:block; }
#Lu5Sk7Zabgs7N6sogcLNAcL5cFwSiytN { position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;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:0.062144875rem;width:58.2493125rem;top:20.375rem;left:10.4375rem;display:block; }
#IdNAGZErEdPly7bibfdqNrrNDftIBORg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:22.5625rem;left:10.6875rem;height:1.29948125rem;font-style:normal;display:block; }
#Vor58NF9laRzNt3ityHDrqv7A9M2TqTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:21.625rem;left:42.625rem; }
#ZsbM0tx88U0mZZVGzLXqCahOZL492qXf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:21.625rem;left:58.625rem; }
#JPtZo0L0ahoK8g9DsoUnuPS53boEcTy3 { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:none;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:0.062144875rem;width:58.2493125rem;top:26.5625rem;left:10.4375rem;display:block; }
#yT9lgXWTP4gPOZdoMSpcU9CdrDm96W2J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:28.125rem;left:42.625rem; }
#QenpNagKQG2Pd4LU3cMRnqUnNwPI1uQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:28.125rem;left:58.625rem; }
#PG0xTw7taiARoZ5A8HCeaFiku7Lf2pQr { color:rgba(var(--color-tertiary-4),1);display:block;width:28.2493125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:29.0625rem;left:10.6875rem;height:1.29948125rem;font-style:normal;display:block; }
#rXIr0iG5LWnxyJGn6TAgD5mqapmmqvuz { position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;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:0.062144875rem;width:58.2493125rem;top:33.4375rem;left:10.4375rem;display:block; }
#OqdI8SHmDCuzGQ6rFtRbXb0TvuF2Cav7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:36rem;left:31.625rem; }
#bky6wV5VNi5ooQJO4QDCsR7vOSt0S1s6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:36rem;left:26.8125rem; }
#s33mNrs3VatSoumaw5hG9berIrV50wKT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:36rem;left:22.125rem; }
#Q4TEMlkx0Vz1NSazUBQF06owC0qrwfr6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4368125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:36.9375rem;left:11rem;height:1.29948125rem;font-style:normal;display:block; }
#rVxuHSn8NcPDEQI2mMqVdTVahfvPomFu { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #e11d43 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);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:24.6875rem;height:4.375rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:40.833333253861rem;left:28.6875rem;display:block; }
#JwNlNguJOJPlbhgX62ETLpRN2EzeoVpa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twgxzWp7NV7CTgeASM6VwHPvMv2Xuw4L { 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:47.9375rem;width:75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt { display:block; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKIU4hxE8pNOxc5Og9lX9w4zbeH1RVNX { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tC2uQIW7Z3VUxAaQPb4yuVNB1GKbXbet { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4hnfdNnniGxBysmlP0knppfQgCsqu6I { top:53.3125rem;left:1.875rem;width:13.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZDFOG5nnNGOEEXJs2LLz0AOiAzzhfQ { top:53.4375rem;left:17.125rem;width:13.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsct1P3Rv8D8KvaJtA6rtuJRcgH3A7Hc { top:53.4375rem;left:33.0625rem;width:13.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWfiusCzFTwuxCXXvofoEidtTZe7T5J8 { top:9.3125rem;left:0rem;width:41.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvgtvdMLpn3wQWNcWLDT3yvhsDKCuldS { top:12.8125rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWHenyBNc6QF0cfzqv9beaD3zWadPXU2 { top:8.1875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmfMWmOVu39i4h1BX6XTb7O7nAUZOMhr { top:18.6875rem;left:0rem;width:16.6875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaqOBW9m3er7SugUQ0TWxTNrfb51kGJ7 { top:19.6875rem;left:33.5rem;width:14.25rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avrTKDVrTMQtobd78Q7TK4p70bkcLm5B { top:24.6875rem;left:33.5rem;width:14.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JccqJ47hOIaIc7ztlap3v1wQEGbSI11E { top:29.6875rem;left:33.5rem;width:14.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQoOezRqGAgmL0HpTMTdWbtLslzcC3U0 { width:16.75rem;height:3.4375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpsqhgvpJQM8iSxk3kplrt8mHoq6yxek { display:block; }
 }@media only screen and (max-width: 763px) { #Wl313i7mwzeKW3ulkx91LXHA8NVS87ZI { width:13.25rem;height:2.5rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O73b5oxhFmemItpcEy7T1dokQTOeHq5K { display:block; }
 }@media only screen and (max-width: 763px) { #MvIXWTnyCtBvvvz7xvh8PXNfqe2TBITC { top:44.25rem;left:38.4375rem;width:9.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHK7WcQMVp6pUZa6ypNqUSmLkEEiXCsE { top:47.0625rem;left:41.875rem;width:5.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaFKAq3utm4ZfNiiwaPA2lEk69IhJAKO { top:6.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGSzcOVtDHcXeE7Qff9Jg8grPT2I5ofx { top:12.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvywpGDFOD89pPiftltu1SUta5Dx2MP1 { top:34.875rem;left:31.4375rem;width:16.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDuKRp5KmoVZI4eUZBAmIunwUwIUAOlf { top:19.25rem;left:0rem;width:14.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9GnhVGbE32Hm3PD7c0PSHRt5treL0D { top:21.875rem;left:0rem;width:14.4375rem;height:;font-size:0.8125rem;display:block; }#zt9GnhVGbE32Hm3PD7c0PSHRt5treL0D li:before{  }
 }@media only screen and (max-width: 763px) { #oMazV61BwvPD3XTMNo2XkXqSUd2gPbrl { top:19.875rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3BOnBRrRZd3EEfI23C4iUKBGC9TK59S { top:24.875rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOqZZye6evpe0Cv3NSfZSpdd8lkSgTop { top:29.9375rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVeBXLLXVvxxEJJVmTVhqZJI92h0IfQ9 { top:35.125rem;left:37.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqStv6acJEhqh2G1anTsiOpvzOSpDrJr { top:17.875rem;left:30.5rem;width:17.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvn2ce0MwmqDV7FW1WJgAEkwR3Kb6h8n { top:13.8125rem;left:8.75rem;width:30.3125rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecpvm4qkLMeITfR15Hnh3cvp7igxWhLS { top:44.25rem;left:36.9375rem;width:10.8125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkFDxZ9kgbRbiyrgtK3wvGh1HQ3Fu2s { width:9.1875rem;height:1.375rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qd1CvXUgPfL0yfBKMM9D49ZU2H17ODSU { top:0rem;left:25.3125rem;width:17.875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTaEQHsvDhAV3Lar63zci7V8GUaWFff { display:block; }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAC7QOrOVrw696u49d5LcqoOrd7K5lTb { top:3rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #V633coDzwNnIosNuvyCADNrscDbM8QBv { top:7.75rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeylCuE5CeAA0o76cTmnW0NfUkQ5KOr7 { top:26.875rem;left:10.5625rem;width:27.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGOeVoFc5KXr5aOZ7xBsRWsAXhBGBfvw { top:27.6875rem;left:10.5625rem;width:27.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZ7bxxK6VmQ4ff0EEHxqhk6MqEZn1pW { top:34.4375rem;left:0rem;width:10.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsI6GLHgx75zK5Eczn4vTK5PMtEPgr80 { top:50rem;left:0rem;width:30.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW84fbJSvaton4xqxMd598h0AJpsRmdf { top:52.25rem;left:0rem;width:25.6875rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6R1npwS9UOoKrrK7tXfqVBTWlnd7wtz { top:55rem;left:0rem;width:22.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd6r6nEG5uTX0XMkIPed4L8ncIPNXqQr { top:58.375rem;left:0rem;width:24.625rem;height:8.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5woyqsydptl6yOtTFlyfHE2ZUWa0Mh1 { top:10.75rem;left:8.09375rem;width:31.5625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6UorFwO0vsAZr11n3eUfgTe71Ap8gTJ { top:14.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9yO50uzP2TPVyyW4aKQIKKpcufJ3FXm { top:31.875rem;left:0rem;width:23.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZXq0P5IC9cvX4ygBGKGDKMPrrbPlzzg { top:31.875rem;left:12.8125rem;width:23.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpxS8vFVu96isA14N23eGV0kgNasDq1 { top:34.4375rem;left:16.75rem;width:15.1875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4UQDEvDT9xB1lBKiPXQ7QUgTxX5dorZ { top:31.875rem;left:24.625rem;width:23.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twmafyJcHUycSKirhT8pQXJZRqJDs1FV { top:34.4375rem;left:30.875rem;width:16.875rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwLTZ9reDvMWEtTPFE5eC9GFIimovTNS { top:42.75rem;left:3.5rem;width:17.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DinViMyPiOLNZgFkaBAPVw1gy9CqTQlF { top:40.0625rem;left:0.5rem;width:23.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHQF71UFXTV90wguwgxfu5ufGsTyTqVM { top:40.0625rem;left:24.625rem;width:23.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpiOQ74QGATv8mUMqMSANxvaStTOBOW { top:42.75rem;left:28.25rem;width:17.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suNFVbTI8oxw7Xzu27iulRTBw7tySyLx { width:16.75rem;height:3.4375rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veA8CX0prTiIFCsJ1GPb8S5Uhu1ryPJl { display:block; }
 }@media only screen and (max-width: 763px) { #Ot0EtgHuEiqGMTiZ8OqaqhlFBz7eQPo4 { top:50.25rem;left:16.4375rem;width:31.3125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlUqLA7HEfGIvgK5awM14v7zsk0Vm6pg { top:20.5625rem;left:2.09375rem;width:44.6875rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcdRPlUAKs7cxqJ6R1tPAoGRsrTTEHQy { top:13.375rem;left:0rem;width:18.0625rem;height:8.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXT6uR7BStgIIR92TRwFWMxVCKNVRDJ9 { top:24.125rem;left:24.354167938233rem;width:3.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFg0yG4gdZpqovi4blLH8XmefffpTqa2 { top:24.125rem;left:13.604167938233rem;width:14.6875rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk { display:block; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srTH1yHVT4m8tqlI8upC3boa8ITClqTA { top:55.125rem;left:0rem;width:47.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXiIiF8fcElywRZ4n5EupAPEBMNuT61i { top:53.5rem;left:0rem;width:14.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4TWv0dFy5STggMPfWLhcVN42TtaHgx2 { top:75.0625rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK { top:82.8125rem;left:0rem;width:36.25rem;height:;font-size:0.8125rem;display:block; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:before{  }
 }@media only screen and (max-width: 763px) { #JWuTFbiV4EuIhig4unxZTtdJoZDAmURc { top:74.4375rem;left:0rem;width:15.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5iJH4xmXwMTefvxhlak7k2eisRJ9CA { top:76.0625rem;left:0rem;width:47.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6knSssMfn0MkSnZcW2TVTG6EwkBlRbn { top:54.1875rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz { top:61.5625rem;left:0rem;width:37.3125rem;height:;font-size:0.8125rem;display:block; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:before{  }
 }@media only screen and (max-width: 763px) { #zQgvofLpcTbPJsWLUAGuey8IQSq65hMO { width:20.375rem;height:2.0625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbGt8wdG4TUO3gWK31kDcR4prwvRp0dL { display:block; }
 }@media only screen and (max-width: 763px) { #kKUiPDx7gyKT4CuECBFWUxesyzbGD6S1 { width:20.375rem;height:2.0625rem;top:89.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDPZCbNKv3c0SLqgACWLTpixxmkD0GWh { display:block; }
 }@media only screen and (max-width: 763px) { #s0M0B56luVc0ceNKenedpqx1ti36Qtof { top:37.25rem;left:0rem;width:13.1875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOA3tXiy3haXIlmTlhr8Kbs3hcZBqEt { top:37.4375rem;left:0rem;width:4rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOp6XHI1GshvZV7KoUkclGVe19s6zx9D { top:39.5625rem;left:0rem;width:13.1875rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVUVLDsBeO8kvfwLRiHn116fGvGmlrgU { top:6.9375rem;left:0rem;width:10.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN0adxqH9dlkw5BqLwQeC6s2TMcqRE1f { top:9.875rem;left:0rem;width:21.0625rem;height:5.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eolWgx0rC6UfW5a5nuCqMTMJag4PGMIZ { top:15.75rem;left:0rem;width:20.8125rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MacLcKBakPwXPQTbL03nXkJs5U1A1F { top:23.75rem;left:0rem;width:20.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkz6nHOThnb8JahfT4ptIIrtWB7XzLau { top:25.1875rem;left:0rem;width:10.875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pflks46g4p3BsNSi24idLkUC8A6NHTcT { top:24.5rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcycgfV6s4sAEWbfxXzoy39WdpLq67GB { top:10.1875rem;left:24.625rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArcraN9rQgmTB8WJpJcsl8lzl9R1bk1T { top:30.1875rem;left:0rem;width:20.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHS3pXSVL8rz5lFM3CbnaOVhOXmDu3y1 { top:30.75rem;left:0rem;width:4rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxr5vnTwTn1RBTdPBLmTVwqpGrHqr5M { top:31.5rem;left:0rem;width:12.5625rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCekDpaEOkuUT95bSa9X2H3Vw8MPUR10 { top:36.9375rem;left:0rem;width:20.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBcGo5s0HvEzd03IGhTyIuuezPeHgkh { top:24.375rem;left:27.1875rem;width:20.5625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfSnd6vn4rUCUaJABLlTRXMVPiytGtaR { top:25.125rem;left:31.8125rem;width:15.9375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx { top:28.3125rem;left:32.5rem;width:15.25rem;height:;font-size:0.9375rem;display:block; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:before{  }
 }@media only screen and (max-width: 763px) { #nplxXpmGvebVeEcQ2wyZdeTPMi4e0iK3 { top:12.5625rem;left:27.25rem;width:10.875rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1yBRlAcOglSDZ09IJHgE6qpnlNPWZq { top:19.375rem;left:27.25rem;width:10.875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNy824X6Kgat4HlzTQrRz7Z0m84xM2tn { top:57.625rem;left:0rem;width:30.375rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lDueoP4oVkvPH25faTBlfSLGx6QK7g { top:78.5625rem;left:0rem;width:32.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrNldcgSiaaLxh9uc09fIStSqVNiRsf { top:77.3125rem;left:36.3125rem;width:11.4375rem;height:7.56225rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNKaFZy9ATAlpODHBPWrt8c76R2breZ { top:45.5625rem;left:0rem;width:18.625rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3STPBUWgsDBkaCT4lfKbyNoU4G8EGb { top:10.75rem;left:25.1875rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwO3rdp3D0D8nf6fTD7icnIicQTe891w { top:95.0625rem;left:0rem;width:15.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOavXX8qT1AZy7qZTT0KOFVxm6k1PBvd { top:95.6875rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da2LPseJ9lTkTlGpq3H3Ue0sNXzXaEGv { top:96.6875rem;left:0rem;width:47.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grXSbtynxgNSLspXVwVddu8o0PuOrNlE { top:99.25rem;left:0rem;width:43.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPUJ86f1I9JN5QlxQ9bfiQiU1yL6UAT5 { top:103.25rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#ZPUJ86f1I9JN5QlxQ9bfiQiU1yL6UAT5 li:before{  }
 }@media only screen and (max-width: 763px) { #UBDkBvRqzM4W4u10V2taHceVxKtMDcyZ { width:20.3125rem;height:2rem;top:110.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff2IuS5h0BexvlDil5hftpMZWmKeHaXm { display:block; }
 }@media only screen and (max-width: 763px) { #Tp47mFokdyfL8PXSNmZSC9sty1rIlUUp { top:117.5rem;left:0rem;width:47.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu4fzGXLDnzixexPVP1fbMkWDuMC20nL { width:20.3125rem;height:2rem;top:131rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilw7nK2sKXGqa21Nk1kNFs6aL1FoWOhZ { display:block; }
 }@media only screen and (max-width: 763px) { #i3tLBw0PWEXwldo2bCWzCbqXKa9iikDi { top:124.0625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#i3tLBw0PWEXwldo2bCWzCbqXKa9iikDi li:before{  }
 }@media only screen and (max-width: 763px) { #nopuWAIhGT1X8uDNx0vRLhP1NAUaB7xN { top:120.0625rem;left:0rem;width:43.3125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahIxbfb5lWek7veiTIixQ4fBS6nP7P3S { top:115.875rem;left:0rem;width:16.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTGwrXGIC3LD35WDJoHKxQkSJ7dWoAg { top:116.5rem;left:0.35693359375rem;width:14.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfxX55LkZdIcXnl72H17SvIAsXPugCgU { top:138.375rem;left:0rem;width:47.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y820VbFJSkhN4FZxyRBn34JAwJPGH2Ed { width:20.3125rem;height:2rem;top:151.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COdsJBX8hBZ2Z2yMLkZt4Uk0ir5unAZe { display:block; }
 }@media only screen and (max-width: 763px) { #kfwtH98Pg3iRt8DyuyDAb6BHrIhJmXiE { top:144.9375rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#kfwtH98Pg3iRt8DyuyDAb6BHrIhJmXiE li:before{  }
 }@media only screen and (max-width: 763px) { #Jc8HfV1y67FnC28KtKCfaWxneF0KEohV { top:140.875rem;left:0rem;width:43.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7seGcRAIXQ44n8mJcsrxTAMW9ZaifJz { top:136.75rem;left:0rem;width:16.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWoWdzHAPnJRth7qJJKC5NJME3wvlRLI { top:137.375rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCpU9lp3nFG8GDuR0fXD15G3K8V5TMG { top:157.9375rem;left:0rem;width:16.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz6VteglMRrSiLEaaqG1uytTSs66JXgr { top:158.5625rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX7L3T2T2vTEFoOwbaRaee70l3uHiA9f { top:159.5625rem;left:0rem;width:47.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkCZC64FonLPZxBnGW2gSLrcw6e4oSba { top:162.125rem;left:0rem;width:43.375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDOJNgb6C2qfuHoIG9vwuvxO8yWgk0pC { top:166.125rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#aDOJNgb6C2qfuHoIG9vwuvxO8yWgk0pC li:before{  }
 }@media only screen and (max-width: 763px) { #flwzXTIiTZXJTlC3TxDzhluW0TdAJiiA { width:20.3125rem;height:2rem;top:173.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Tkbwk0hoLws8khA5MiAcGw5SLm1RQk { display:block; }
 }@media only screen and (max-width: 763px) { #ScPwgMym6v0EoG6LQFk282gidWkAMXKZ { top:162.125rem;left:21.796875rem;width:20.5rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPPi8zgB30HJhrXi3wP9oHLxHNzSzlq3 { width:13.25rem;height:2.5rem;top:179.375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukZy7334c4HsXaDMmBsb8kSSgZ1f2yMT { display:block; }
 }@media only screen and (max-width: 763px) { #cJXwcWMC2FooJ6tfBUgAo5xJKad0Vb3q { width:24.6875rem;height:4.375rem;top:183.125rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzZOTUOdXBtJCV9bCwck9qsqMasLZ0s { display:block; }
 }@media only screen and (max-width: 763px) { #giDi5Pri0bcpt94frhJfB3bqoWmTAAUA { top:56.4375rem;left:40.3125rem;width:7.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ShtNvDLHApZNzGTR4coanLXWmUzwTH { top:97.3125rem;left:40.3125rem;width:7.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh6rdBfXA5pMRWTEgM7tSMwxSlPp2BSm { top:117.9375rem;left:40.3125rem;width:7.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #br4I726C2g2OPwvqeFPLlruZZ4EWVBBp { top:138.75rem;left:40.3125rem;width:7.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #spzKKAN7wtDWZaKyWkTUbU5UtgmkSySx { top:160.1875rem;left:40.3125rem;width:7.4375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9ETNAtSTeD2UiuLW9JvaZpuElTeWAC { top:151.875rem;left:34.8125rem;width:12.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZetkTDiEoh7FbvIismGwdXo1MlRs3AaQ { top:5.9375rem;left:9.6875rem;width:32.375rem;height:49.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp1oWxlBDGTQQAdJxom6T56rfq9gtrms { top:13.75rem;left:29rem;width:7.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itBvBVBguQaJ5F7TrDMqOXC7xak83VIX { top:10.8125rem;left:29.35417175293rem;width:10.875rem;height:10.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFDJ1SFgWvJ8tfoJrldbN84xwKqyIhra { top:37rem;left:0rem;width:17rem;height:;font-size:0.8125rem;display:none; }#TFDJ1SFgWvJ8tfoJrldbN84xwKqyIhra li:before{  }
 }@media only screen and (max-width: 763px) { #PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { display:block; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niGdazO2cPVsAbDhl8zA7f94SoAZwCN1 { top:4.75rem;left:26.0625rem;width:20.5rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkwTJLXmIDf8W9zzFsyJRHfqVXPmG57T { top:4.75rem;left:0rem;width:37.0625rem;height:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VUX4P0ePq6sdNO5rkuzAERlsOLTRNt { top:6.1875rem;left:0rem;width:23.25rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKe9T7U7fXcmZ9yv04RcTBHHraGQrTF8 { top:8.75rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEIZQ5TU0dslORKXvV4urJfcTrKqmcS5 { top:6.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJiNF41GeUoG4IV7P0P01kMAQ8oXeqyq { top:15.125rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo7hoAAd9qq3pmwkL5ka96kw6uEdRp3G { top:12.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSNLlEtiDebOF2u6t9cQ33hDG4qoFzTh { top:12.5625rem;left:0rem;width:16.125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #newymbT1Q5JiDTVutWNuG1dUq5eN6J5J { top:17.9375rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWzZIvpnPGfmW3vTTICfAPaWtcuywkWf { top:18.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMx9tJXn115n9Burx0kFzspasEPbvIDX { top:23.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tAgnFZUuvoIRR5reNJ1cnihG8foLDQ { top:26.25rem;left:0rem;width:29.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpKwwfLVaMrkfxl23qL1upcEhpOdgmiz { top:23.6875rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftA8O4dN8rk7rZwn8LiJLypEWwwuG8in { top:30rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0wTVP7P7Lpb0e4Pat1CovnEIUaXw8Z { top:31.8125rem;left:0rem;width:27.625rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ae8fTw6T8FwQmnUMJ6gLTudLaXmbZz { top:29.25rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRt687QIUTllvMuRFQqph6f3ogAERInT { top:36.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6hkFBS2R26AInWUXnA1rMkes5JAaXlG { top:38.375rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxmUQEWeKnvUWNzJ9P5tiTUAA5yw3DXJ { top:35.8125rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIi6kPo75XtpLi0mKEPl1Z6mIHPerEXE { top:41.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzoCIxixp58ceMf8Xl3L3SPiBUeSKZ0J { top:44.1875rem;left:0rem;width:29.75rem;height:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIgdQ1J816QSwxCrbRgHn8TVKe2Oohtf { top:41.625rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIbNZIqz8izIhUy3FTaTaLQacicENU0g { top:20.8125rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCTcvdqTNGiOCcZ5ui1kA86PzzDKxD6 { top:17.125rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THUR0s4BvgekJaXeRqogu0DAmO7Ks8RX { top:22.875rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4R6v26mzzpiVS5Q4g2AhPUGK8BwNBhr { top:28.5rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ2Wge3anlaEfIdUT3av7Qzwk5ILQVJk { top:35rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkPBSpvwblquSV35BDdmkUn2arscrval { top:40.6875rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTchX4aWPT7DiLPVNkiCpsbRKvKfrl { top:12.4375rem;left:20.5625rem;width:27.1875rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOboVkuFaI2iXDbyZVLoUZNICBkJqv8K { top:16.8125rem;left:17.3125rem;width:30.4375rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMLJeQbyWZXd0TulEc0bwmEoMI9mh4T6 { width:24.6875rem;height:4.375rem;top:43.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkKCLhRkOhRUIerAsff8Tzr4t0zGGo7O { display:block; }
 }@media only screen and (max-width: 763px) { #ZTSpxNCrLw6l523W7Btmmthv4tKPcyIJ { top:4.75rem;left:27.1875rem;width:20.5625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXrMR2bnQqtdMDzId6K5yXPI37ugClrb { top:11.9375rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhpii7dV7m4Ew4w3iCkXELebwTU228mm { display:block; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkORdMZ9X3BP5dGrkHuMunG70IbE334R { top:4.1875rem;left:0rem;width:43.125rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHiShGCVzHPrhqqpIs3xukpToMc2ITZ { top:11.75rem;left:0rem;width:45.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTE6QqPfv34tx8MUP4hbR7cCRVJXyium { top:36.875rem;left:0rem;width:30.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icr7XHoBF8UgpxBTtmPTwEJU9bmE5uA1 { top:38.875rem;left:0rem;width:41.0625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIyHffealmcn7d23Rb1NV81l9hXluN1G { top:11.75rem;left:37.75rem;width:10rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws5wwpTJLAAbDHT30zV6VUFkIpvXE624 { top:11.6875rem;left:24.5625rem;width:23.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gt9cmvEz1zdWQrWHOX25l0OMuZqGLi { top:21.375rem;left:29.9375rem;width:17.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHI4KHvQwKau6rzROObXJS2fNTvzQaX { top:22.8125rem;left:29.9375rem;width:17.8125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhPUuDEcBsIdRTsVP9rx7oXn4Nve9fG6 { top:24.5rem;left:29.9375rem;width:17.8125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTlx4n19tCURmtO6iaWXGCbTVnJgtrqX { top:28.25rem;left:0rem;width:46.1875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXlzW0AvW7tRaDxL5zDl1U7hoS45gtK { top:31.25rem;left:36.859375rem;width:8.0625rem;height:5.7054859358096rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXRF8tVg2sIhulWhpXrVPtUkPkEHP0f8 { top:31.25rem;left:39.6875rem;width:8.0625rem;height:5.7054859358096rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TBeSJRp9VwAQSrIobsRLHt8rptNa8K { top:31.25rem;left:39.498046875rem;width:8.0625rem;height:5.7054859358096rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVprbmDaXPMTnLe48vsh9umADFi0RAT { top:31.25rem;left:39.6875rem;width:8.0625rem;height:5.7054859358096rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqS8zrvrsTUExaDEqavc3q8HkyxGTSll { top:31.25rem;left:39.6875rem;width:8.0625rem;height:5.7054859358096rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl2QoEm0fUAOmRyfFRPXFCeGhsdOJoJ { top:31.25rem;left:39.6875rem;width:8.0625rem;height:5.7054859358096rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBSxkWFmB4GRMIgTVSe28XFwD0ggISv { top:39.75rem;left:36.0625rem;width:11.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0A7nc5FxsHnnPZnmXa4clslUiudBsGA { top:39.75rem;left:39.498046875rem;width:4.4375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruIJn2ivzhZi9MTuF2aJCMasLgRTLtN { top:42.375rem;left:36.0625rem;width:11.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdH9hDlCDk8IDa2KScS9La9fBEioTRHz { top:37.3125rem;left:20.5595703125rem;width:8.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIiDrRq2Ar0nwA4PuSTTrKBNvGH9OadG { top:11.6875rem;left:24.5625rem;width:23.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRnc1d1itSkeTEUsOtmGPhvKabdOReTT { top:29.6875rem;left:24.4375rem;width:23.3125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruldkrw9RbDQgOBgtIWU5r7pCUNN8Bvg { top:29.6875rem;left:24.4375rem;width:23.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndsNtMl0v6ceKTh4gkFld8J41N5GpgN { display:block; }#QndsNtMl0v6ceKTh4gkFld8J41N5GpgN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAUEXgdoFwQTlJhv0dmlOSNlSqWquf38 { top:3.8125rem;left:2rem;width:11rem;height:1.6868450060797rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwXDQ9zUEF7p9dySmi3f5Ey7Peeakm2U { top:7.1875rem;left:0rem;width:22.5625rem;height:8.37457668964rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVDtLbxoX8VuE2G4PXZnFZWTDUwBQqP1 { top:14.5rem;left:0rem;width:24.375rem;height:2.9367875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMQEfu516XKGm7vScffBOErVSOuqwuyW { top:18.75rem;left:0rem;width:27.9375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GacmvP4W4Wd67nDFOHDPl7ilQlFeVmrN { top:23.375rem;left:0rem;width:29.4375rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eClLgWQGbsHpUdqcLx8ZLpe6B9vP16dd { top:9.25rem;left:14.8125rem;width:32.9375rem;height:28.000396948513rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruyJXem3q8ri3i8dIkT8aZ44ZGnTcfKG { top:31.375rem;left:0rem;width:21.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmEGwOVqcfyGPbmHyACtVBg2T9lw1uvV { top:44.625rem;left:5.8121452331543rem;width:36.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4OgdMqAGAwvRTQUtpd1SnPLiPW9g0Mp { top:64.375rem;left:0rem;width:20rem;height:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaOdT5CrOhPEZTOb6TD97VdzpTJEKOcF { top:30.6875rem;left:0rem;width:17rem;height:1.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU5CB8g24xNN5I7iwQs9PWtsaLenuUET { top:32.8125rem;left:0rem;width:17rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9W3fCFN9PRrOgdvgz2WtObdZA1dMs0q { top:40.1875rem;left:0rem;width:20rem;height:6.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvQdcIJZR66OovRkJzszrSkaMekp3bz1 { top:34.5625rem;left:0rem;width:17rem;height:2rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewbHu1X1fQN2xWtCQnnti5URhOZTecdb { display:block; }#ewbHu1X1fQN2xWtCQnnti5URhOZTecdb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqbwuQ2Zyoxhmxh5HnHVrO6w1wBxTnAG { width:43.3125rem;height:4.625rem;top:9.375rem;left:0.99853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEbEy27PcOIHgiSI2cRTnxJE0A6ozpXl { top:0rem;left:11.125rem;width:25.5rem;height:9.43725rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bOAnSo09Pan91enoKvzTfCtCgsCvVT { display:block; }#P1bOAnSo09Pan91enoKvzTfCtCgsCvVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWZULLTrS4S7GXZiMTPIzqaoaOdXgRun { top:0rem;left:0rem;width:47.75rem;height:16.115625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd0Td9dsQFcTW2uZUXgqlcX2g8061G2U { top:0rem;left:0rem;width:47.75rem;height:16.155416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB6COP69yRhtFPczQi3XtGgdLiZT9uuq { display:block; }#IB6COP69yRhtFPczQi3XtGgdLiZT9uuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlWU6lwo1Tdf7LTpotTLagMBEAlJFcHN { top:1.5rem;left:1.1875rem;width:45.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7eeZRJ0a3w58gtIIiUi95thCgqpSTyp { top:11.8125rem;left:3.3125rem;width:41.0625rem;height:7.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA0McWbfriMtk5EaUE5WJacvPdwOyJX7 { top:0rem;left:32.4375rem;width:15.3125rem;height:5.1871818773674rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIRZyVMwvrHvgGpENrWzOmFJWKeFXGr { top:21.9375rem;left:0rem;width:41.4375rem;height:18.8745rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT7nLsqf97teXdAqumsO0ZJfGXPB2B7p { top:15.9375rem;left:23rem;width:24.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekwNEIDmZzM7VitplxqEDCrbg0PbFwra { top:24rem;left:30.5rem;width:17.25rem;height:9.43725rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTyAtQbItoVFfUB6AdUunidHHu0ASqR { top:12rem;left:0rem;width:47.75rem;height:28.456595578641rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC4kOAZW10fXRFX4GMV2epkOtAFMF7Mt { top:28.125rem;left:0rem;width:29.875rem;height:4.3125rem;font-size:0.9375rem;display:block; }#iC4kOAZW10fXRFX4GMV2epkOtAFMF7Mt li:before{  }
 }@media only screen and (max-width: 763px) { #FmAD7uUsRJUeaXIm6TlnWJLl78xdL4PE { top:41.375rem;left:0rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Cs2VJy3xQpG3bqEF47Z7d6lcDp7rbT { top:33.375rem;left:0.5625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNvnpT5fzu7R8XZ5L4o6ZTyPfpIIM2fV { top:34.25rem;left:7.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop { display:block; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfx3eKhcbgsG2o2OrGTPbpE8tqalIPgk { top:22.5625rem;left:0rem;width:14.3125rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBKBfLgGQ61DX90Z0Egtzf5CBrdVxKZE { top:8.875rem;left:21.3125rem;width:26.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TXQsr20uctbZlSQFllqBhtgvC9WdZT { top:2.125rem;left:0rem;width:10.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhMZxHFvzNUiqk7E886g0kwOLgPkLCVw { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpwHFvmxf6VbaQUuOP1J5Z8yGrP5TAta { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoJ1L9XEQtWhv67dlnpnEllvmM5cieaU { top:31.25rem;left:0rem;width:9.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh10dnTknktp5tbPVSQqygSdGvVB9sKl { top:10.125rem;left:0rem;width:37.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTBwIghThfnhAW06rSnEIPJkmQQ7t6Jv { top:13.375rem;left:0rem;width:25.1875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvlBiVpPUH0Srss6wFXG9B79A98AHFiD { top:5.375rem;left:0rem;width:42.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m01J0vS0VQ641tTOcDywbPA9DabvZecQ { top:13.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtzHWSLG98sOEDIpLG9QZF61pNOcDTZ2 { top:24.6875rem;left:0rem;width:16.875rem;height:7.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaasc1K09Q2keb1CtR6weE5xbBC4si9a { top:27.1875rem;left:5.1875rem;width:16.875rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKFbRZaNgmHO0v3PF4bVxdtd7HzTCPlR { top:15.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwcp6D08emU4tFPIENTdTQmd9UXwRTD { top:16.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #McbsNAtGVGUh8UCxZmu61DH8eEi0XhEK { top:18.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVF5TNnnQ8UIVbIAf1hoPyfZhlQ2dKvE { top:3.5625rem;left:20.9375rem;width:26.8125rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-text {padding-top: 0; padding-bottom: 0;}#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-select {padding-top: 0; padding-bottom: 0;}#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-button { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-checkbox-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE  { width:21.625rem;height:auto;top:9.1875rem;left:23.625rem; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE {display:block;}#nJGn9130fQhhquBgkHiZv30agN52eTJE { width:21.625rem;height:auto;top:9.1875rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #khb5sTaroQ29mrMpCzPIohSg0Ve6KFhO {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #NWXU9fqEVFk32piaBXwWBuIihmZ9yv6x { display:block; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #fWyZSd05V0BKRwRC92ysOoC2TOvPv565 {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #PumWLlcNIcmTAfdek3QlayF5yWmNKXbN {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #qTZg9B1r8zsRL9TBOMBhQNcmswg7SKqA { display:block; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #ez7ZNT3aWNA17da9weHSMKiysSTJZWS1 {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #PN4aqPFBO03mPU095IaikxSe28wDGmBi {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #uU4zwlBhzQifOO0Gb3SK7dFekTl3MbW9 { display:block; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #vwODtMgWHswzr7qNhbr7fTmKGb6wwpMn {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #fK2iutLoabkx3I10xUfMF397RlKGimTu {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #nTweakZkypvWTKhh4Qt3x2Ce6OTO2xo1 {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #VpJO2mAzQSA0OHpSTiy8S1P3PXMG07rl {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #C5zFSZF8kPP6o806OKp4oansbAZI2F81 {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #NLN9ZRdmywKk5LsHUqeSTgPf9KJuPwLI {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #W6qLaCmF3Dgf8rHCM2WDb8a8i0KocRIa {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #pZy6FKhMkGt4THnpAU9kK1gRhmVaPfTM {  }
 }@media only screen and (max-width: 763px) { #d80g14s4F9897PJFVut4My2I23nMUP5G { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FiAhATa3y9FdyezgSU4DyoVDa5xrshlJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eeHPo5umet2VICb6tw8DasEfM5pSyffL {  }
 }@media only screen and (max-width: 763px) { #awEiJlnyvCytEUgmQs9J9sv7B3Uq5I78 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZJJJAnQvZCMsTvWT5mzw9x1LwVtDabP1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d8dI65JActZTTlk2cep7N1utLMcSwnJn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zaZqB4TNyfMxWPmc0egRVEvw69cQRZks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dZ62yU7LJCGRsUdIuEEyCD6NP5OlKUk5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aAmMWCzU73BHO4H6LCDc6S5FzgminHXw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ldNpHh3q0kvmtofIF6vb2Ndoethh3Kdv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LoMUMwPXOWvpKTfo6U5CICFHTrucsQTR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #THJqaa9MrFzRJfFdWoV5Ien0rAMx2pze {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pMlq4tH13iUT8Wiq5qLU3zmo7o6DnUmg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M4uDEDUqVkK0QnTCOrgJUu5VoeDSDec6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IZQbu5yXwS9olNLwKc97TOLU8p1vfcyW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fr3yezV9FAV0zx9zLFTkcUBHFN2i9p7E {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ICQXnVevXoZCbNV2SnHLGMwZ950rV4ZN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #v5xdz9TtEqaVnFOScK5l5bzaTWm73udg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CRgryHOIT2CRWDFSKnW7e56RJxVekd6H {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XgM4DTtdVzSIWmPUDemU40IO1gZhaAXR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HBfvK6Q97TJkRqzirCgLAmXBESNxDXyl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ik4AyeGe7Mop2oh4WlbZ7Op5GcWXIWdz {  }
 }@media only screen and (max-width: 763px) { #WXwETQJ7U6LcB9FWv70Pgotqyv0XEOoA { display:block; }
 }@media only screen and (max-width: 763px) { #vyAQXDsheLg6VrBJ3R0pRHMyfPybfBE1 { display:block; }
 }@media only screen and (max-width: 763px) { #sJHgL0TKROFkNWHiyTcrATeJD7auRDZe { display:block; }
 }@media only screen and (max-width: 763px) { #tuJF94MiP248tDzsVZB4mbZNGNwJztux { display:block; }
 }@media only screen and (max-width: 763px) { #uL3Podhz5mTDbQV97fgK2cdT6CRgCHzi { display:block; }
 }@media only screen and (max-width: 763px) { #Jesqdn1KdDRQIpy96krnNrX75i1TtWKA { display:block; }
 }@media only screen and (max-width: 763px) { #hMFRHiNpbeEb2XOyUZ0KJv3QhTNbcvcx { display:block; }
 }@media only screen and (max-width: 763px) { #dB6exmIX1w7pC9vVCTmHS1uzHQp0QhL0 { display:block; }
 }@media only screen and (max-width: 763px) { #lJ867eBUIWdJECEoiCIVLnw5dGAo9haN { display:block; }
 }@media only screen and (max-width: 763px) { #coEbLHi7PVLVJK5e5PLOkUp5w6aqKu8v { display:block; }
 }@media only screen and (max-width: 763px) { #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRsurH116hx0Ng9tmANOsc65Km7Rus67 { top:1.9375rem;left:0rem;width:28.125rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUG795PySN3glND9rB2xmlruysLZNzJZ { top:22.1875rem;left:0rem;width:18.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOovHk1JfBzh9V8urdmXrsq6Tz1epDKS { top:24.375rem;left:0rem;width:15.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTEvqXvyqC9vwqx72pMtybK4dNSB87ia { top:24.375rem;left:15.029296875rem;width:15.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCPTpKTsFoX6lbAe7ND1XqNeae8TGzNJ { top:23.6875rem;left:32.5625rem;width:15.1875rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzh7tSkipedTtqe1dx42pyaTBiWGNv0O { top:5.8125rem;left:0rem;width:23.5rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GduthcM83Fm6BViF4AJBZrtCDEXNxvwc { top:30.125rem;left:14.5rem;width:18.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xET8DBa7zD5u8zagFMv2T9kr85h1PxQp { top:8.5625rem;left:0rem;width:18.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl1iUfeJyLumOemNBaMT0g9alHK0qgxc { top:8.5625rem;left:13.404296875rem;width:18.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILytQHbf5qZtqixthv8vH1LC9F1BMpDx { top:8.5625rem;left:29.25rem;width:18.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Per4FiXDTshiQ3MdIQceoKOibByAuSVp { top:8.375rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ4khhPvLWqahJwTsnSgeFsTfMTkmE6P { top:8.375rem;left:15.716796875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af62OXAsGNNgp2tgDcH4RlCPvH8Tyn6x { top:8.375rem;left:33.875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVkoivUF4eTCISO6MOxcfWTSa7SbG99K { top:22.1875rem;left:13.341796875rem;width:18.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRq3rQJNGHiqvGOTASsMfN3nUHHlVA8J { top:22.1875rem;left:29.125rem;width:18.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { top:4.75rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { top:8.6875rem;left:0rem;width:30rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { top:10.6875rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { top:7.1875rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { top:1rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { top:2.4375rem;left:0rem;width:8rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv { display:block; }#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6ym2GTM66c1kb6BTMufzn5dgplNnmy3 { top:1.875rem;left:6.875rem;width:37.5rem;height:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF06NSPmLGhPSQo2fx3vJEgtN6wguwN3 { top:6.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtatHJPgbdQKprMPsFJOlV8i4tumzncP { width:47.75rem;height:1.9375rem;top:11.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUkHy9DfRaVStTPaRveJd2DT1ONkNvyE { top:16.5rem;left:0rem;width:26.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS3FzgPmW2TRsZ9ooNTvND50pQQZ8yXI { top:17.625rem;left:0rem;width:26.5625rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOS7whcEa5kmzn00FgiOpZNoziZgSvh2 { top:17.625rem;left:0rem;width:24.6875rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoCfM2qpm4vBNWsqsTTwSNI6vhT377B6 { top:16.8125rem;left:21.1875rem;width:26.5625rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbHIk3XkTtfKUODgHt42G8qMyQHHJxGr { top:16.5rem;left:21.1875rem;width:26.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0akmxOBTX3Lqbex5RBdaUrX9KsgW6d6 { top:17.4375rem;left:23.0625rem;width:24.6875rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebzoull1JTbkP0DsmqhvGbMpUrol6KFv { top:24.375rem;left:1.125rem;width:22.0625rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um3JiZJu4Oy4PB0lIZ1kk1StzhBC1vn9 { top:25rem;left:18rem;width:29.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W53QKggy4KIJysJPQX0UWaVqkKZUq6VQ { top:27.6875rem;left:27.3125rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZcx7wrrongGOC1vRP3HzCqAxyTSlyHz { width:21.875rem;height:2.8125rem;top:29.1875rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSrfChpu4SgwF9D6gAhecmxOfksTrNvH { top:27.625rem;left:21.5rem;width:26.25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDUhV6TJ2FLTp28tLiNwNaAXSeoU6Hc2 { width:24.125rem;height:2.8125rem;top:29.75rem;left:23.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLpqXubve4tKFVft5OOs2sZ6eXaGKUWK { width:21.875rem;height:1.125rem;top:47rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE9yVZghr3v9pJdAm6X7DmhI6Ro5Invl { width:19.125rem;height:2.6875rem;top:46.125rem;left:2.6256523132324rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAr2eRPiHqpn599rx6Nongq7JxkrICJB { width:17.875rem;height:3rem;top:48.125rem;left:29.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNn27MLB2yC1ugeUCK6C09znBuZPPsvS { width:21.875rem;height:1.125rem;top:51.6875rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFFQeW2EmAQeffSLKfxRe2IfJKQ2x25L { width:19.125rem;height:3.8125rem;top:49.6875rem;left:2.6256523132324rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5WsfCRMGT4v1oJcnnZaI9LJ283xaP7 { width:24.6875rem;height:4.375rem;top:59.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #karhWZ3tzyQi4P0WIg4zOh3Otk4Mbkra { display:block; }
 }@media only screen and (max-width: 763px) { #BFwtyXfv6hOUfir8FUNXrsWUtqLxUJNE { top:33.1875rem;left:3.6875rem;width:17.0625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hei165QdTqvdBoCr6TusRom5zH21dy74 { display:block; }#hei165QdTqvdBoCr6TusRom5zH21dy74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUeUrZ4GEbsXGI2uRHSveX4pq1HSc79V { top:1.5rem;left:0rem;width:47.75rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwg77HCh1wif8ASqCC6GBbKf3mSNzMI3 { top:5.5rem;left:0rem;width:14.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlRzK3ABmB5FkNEeMy06s2sHcewh3arM { top:5.5rem;left:26.75rem;width:8.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xemDXI0zN9RRcMAZkzPcTl8p6TQm4UWO { top:1.5rem;left:30.8125rem;width:16.9375rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay8yThWSzBICy72uGRkswP41GapcJhx7 { top:5.5rem;left:37.375rem;width:10.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghWBJs8dH1ecGiuZQRu0pWhCL5CVFtsx { top:9rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDTPiUUKvqKEVhPGv423ZnHH6tgx5OEN { top:9rem;left:29rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poCqOoWsgEMBMTWJT1noKm7iV4Z6vBNw { top:9.9375rem;left:0rem;width:20.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTVNvLOyqSOTTiCSCxXZvyauTUxGAvr { top:12.25rem;left:0rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcuSvvnEQnTB1soXrWhiCeN3nsUwJMML { top:14.375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Re7hF9rdrliagU6RgWXqNhNDDmkUGtla { top:15.3125rem;left:29rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxvKZK0idtigrmcyrVTf92imlyacy9JG { top:15.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdbBhz3plPV6Op8euWSl4fIKzL13OCA6 { top:16.25rem;left:0rem;width:20.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5Sk7Zabgs7N6sogcLNAcL5cFwSiytN { top:20.375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IdNAGZErEdPly7bibfdqNrrNDftIBORg { top:22.5625rem;left:0rem;width:20.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vor58NF9laRzNt3ityHDrqv7A9M2TqTk { top:21.625rem;left:29rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsbM0tx88U0mZZVGzLXqCahOZL492qXf { top:21.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPtZo0L0ahoK8g9DsoUnuPS53boEcTy3 { top:26.5625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #yT9lgXWTP4gPOZdoMSpcU9CdrDm96W2J { top:28.125rem;left:29rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QenpNagKQG2Pd4LU3cMRnqUnNwPI1uQh { top:28.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG0xTw7taiARoZ5A8HCeaFiku7Lf2pQr { top:29.0625rem;left:0rem;width:28.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXIr0iG5LWnxyJGn6TAgD5mqapmmqvuz { top:33.4375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #OqdI8SHmDCuzGQ6rFtRbXb0TvuF2Cav7 { top:36rem;left:18rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bky6wV5VNi5ooQJO4QDCsR7vOSt0S1s6 { top:36rem;left:13.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s33mNrs3VatSoumaw5hG9berIrV50wKT { top:36rem;left:8.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TEMlkx0Vz1NSazUBQF06owC0qrwfr6 { top:36.9375rem;left:0rem;width:10.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVxuHSn8NcPDEQI2mMqVdTVahfvPomFu { width:24.6875rem;height:4.375rem;top:40.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwNlNguJOJPlbhgX62ETLpRN2EzeoVpa { display:block; }
 }@media only screen and (max-width: 763px) { #twgxzWp7NV7CTgeASM6VwHPvMv2Xuw4L { width:47.75rem;height:30.5rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt { background-color:transparent;background-image:url("https://images.assets-landingi.com/hGV2TfOh0ns/unsplash/domenico-loia-hGV2TfOh0ns-photo-1499951360447-b19be8fe80f5.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt.adaptive-delivery-prevent-bg, #CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt.lazyload, #CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt.lazyloading { background-image: none; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container { background-color: transparent; background-image: none; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container > .video-iframe-container { display: none; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row > .video-iframe-container { display: none; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .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); }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container { border-width: 0; border-radius: 0; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoGBAvvD7vJgq0wmTNlWTcRTLBl1QgTt > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKIU4hxE8pNOxc5Og9lX9w4zbeH1RVNX { width:20rem;height:0;top:4.5625rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #tC2uQIW7Z3VUxAaQPb4yuVNB1GKbXbet { width:9.5rem;height:0;top:4.5625rem;left:5.25rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #L4hnfdNnniGxBysmlP0knppfQgCsqu6I { width:20rem;height:0;top:7.3150634765625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T3ZDFOG5nnNGOEEXJs2LLz0AOiAzzhfQ { width:13.625rem;height:0;top:58.6875rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bsct1P3Rv8D8KvaJtA6rtuJRcgH3A7Hc { width:13.625rem;height:0;top:43.625rem;left:3.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hWfiusCzFTwuxCXXvofoEidtTZe7T5J8 { width:20rem;height:2.2749rem;top:4.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvgtvdMLpn3wQWNcWLDT3yvhsDKCuldS { width:7.5625rem;height:2.2749rem;top:14.1875rem;left:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWHenyBNc6QF0cfzqv9beaD3zWadPXU2 { width:20rem;height:5.6875rem;top:6.7720170021056rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmfMWmOVu39i4h1BX6XTb7O7nAUZOMhr { width:19.6875rem;height:11.375rem;top:15.062133789062rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aaqOBW9m3er7SugUQ0TWxTNrfb51kGJ7 { width:14.25rem;height:1.54385625rem;top:27.3544921875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avrTKDVrTMQtobd78Q7TK4p70bkcLm5B { width:14.25rem;height:1.625rem;top:30.5419921875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JccqJ47hOIaIc7ztlap3v1wQEGbSI11E { width:14.25rem;height:1.625rem;top:34.1044921875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQoOezRqGAgmL0HpTMTdWbtLslzcC3U0 { width:16.75rem;height:3.4375rem;top:74.0625rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpsqhgvpJQM8iSxk3kplrt8mHoq6yxek { display:block; }
 }@media only screen and (max-width: 763px) { #Wl313i7mwzeKW3ulkx91LXHA8NVS87ZI { width:13.25rem;height:2.5rem;top:70.1875rem;left:3.375rem;font-size:1.0625rem;background-color:#ffce5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #O73b5oxhFmemItpcEy7T1dokQTOeHq5K { display:block; }
 }@media only screen and (max-width: 763px) { #MvIXWTnyCtBvvvz7xvh8PXNfqe2TBITC { width:6.75rem;height:2.5996125rem;top:42.875rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHK7WcQMVp6pUZa6ypNqUSmLkEEiXCsE { width:5.875rem;height:1.625rem;top:45.6875rem;left:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaFKAq3utm4ZfNiiwaPA2lEk69IhJAKO { width:20rem;height:1.21875rem;top:5.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGSzcOVtDHcXeE7Qff9Jg8grPT2I5ofx { width:20rem;height:1.21875rem;top:13.026455879211rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvywpGDFOD89pPiftltu1SUta5Dx2MP1 { width:16.3125rem;height:1.625rem;top:37.5419921875rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDuKRp5KmoVZI4eUZBAmIunwUwIUAOlf { width:14.5rem;height:1.625rem;top:15.625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9GnhVGbE32Hm3PD7c0PSHRt5treL0D { width:15.2494375rem;height:7.8994375rem;top:17.535511016846rem;left:0.65429681539537rem;font-size:0.8125rem;display:block; }#zt9GnhVGbE32Hm3PD7c0PSHRt5treL0D li:before{  }
 }@media only screen and (max-width: 763px) { #oMazV61BwvPD3XTMNo2XkXqSUd2gPbrl { display:flex;width:1rem;height:1rem;top:27.8544921875rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #x3BOnBRrRZd3EEfI23C4iUKBGC9TK59S { display:flex;width:1rem;height:1rem;top:31.0419921875rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #kOqZZye6evpe0Cv3NSfZSpdd8lkSgTop { display:flex;width:1rem;height:1rem;top:34.4169921875rem;left:2.1875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #hVeBXLLXVvxxEJJVmTVhqZJI92h0IfQ9 { display:flex;width:1rem;height:1rem;top:37.8544921875rem;left:2.1875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #JqStv6acJEhqh2G1anTsiOpvzOSpDrJr { width:12.9375rem;height:20.4375rem;top:25.4345703125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Fvn2ce0MwmqDV7FW1WJgAEkwR3Kb6h8n { width:17.9375rem;height:22.3125rem;top:47.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecpvm4qkLMeITfR15Hnh3cvp7igxWhLS { width:10.8125rem;height:4.875rem;top:42.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkFDxZ9kgbRbiyrgtK3wvGh1HQ3Fu2s { top:1.9375rem;left:5.75rem;width:8.5rem;height:1.25rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qd1CvXUgPfL0yfBKMM9D49ZU2H17ODSU { width:8.4375rem;height:8.5rem;top:42.5rem;left:-2.1728515625rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #oiTaEQHsvDhAV3Lar63zci7V8GUaWFff { display:block; }#oiTaEQHsvDhAV3Lar63zci7V8GUaWFff > .row .container { width:20rem;height:90.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAC7QOrOVrw696u49d5LcqoOrd7K5lTb { width:20rem;height:5.19921875rem;top:0.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V633coDzwNnIosNuvyCADNrscDbM8QBv { width:15.375rem;height:1.3808625rem;top:6.6992192268369rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeylCuE5CeAA0o76cTmnW0NfUkQ5KOr7 { width:15.125rem;height:3rem;top:25.748699188233rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGOeVoFc5KXr5aOZ7xBsRWsAXhBGBfvw { width:15.6875rem;height:1.3808625rem;top:26.557943344116rem;left:2.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZ7bxxK6VmQ4ff0EEHxqhk6MqEZn1pW { width:10.3125rem;height:1.625rem;top:31.125rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsI6GLHgx75zK5Eczn4vTK5PMtEPgr80 { width:16.9375rem;height:15.375rem;top:67.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW84fbJSvaton4xqxMd598h0AJpsRmdf { width:11.375rem;height:3.73730625rem;top:68.5rem;left:2.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6R1npwS9UOoKrrK7tXfqVBTWlnd7wtz { width:10.6875rem;height:2.03125rem;top:72.25rem;left:2.875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nd6r6nEG5uTX0XMkIPed4L8ncIPNXqQr { width:14.4375rem;height:7.5rem;top:74.625rem;left:2.9375rem;font-size:0.75rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #y5woyqsydptl6yOtTFlyfHE2ZUWa0Mh1 { width:20rem;height:2.4375rem;top:9.3125004768369rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6UorFwO0vsAZr11n3eUfgTe71Ap8gTJ { width:18.0625rem;height:0;top:15.629557132721rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y9yO50uzP2TPVyyW4aKQIKKpcufJ3FXm { width:13.1875rem;height:4.6875rem;top:29.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZXq0P5IC9cvX4ygBGKGDKMPrrbPlzzg { width:13.1875rem;height:4.6875rem;top:34.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpxS8vFVu96isA14N23eGV0kgNasDq1 { width:11.5rem;height:1.4624rem;top:35.75rem;left:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4UQDEvDT9xB1lBKiPXQ7QUgTxX5dorZ { width:13.1875rem;height:4.6875rem;top:38.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twmafyJcHUycSKirhT8pQXJZRqJDs1FV { width:10.8125rem;height:1.3808625rem;top:40.125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwLTZ9reDvMWEtTPFE5eC9GFIimovTNS { width:10.875rem;height:1.3808625rem;top:44.8125rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DinViMyPiOLNZgFkaBAPVw1gy9CqTQlF { width:13.1875rem;height:4.6875rem;top:43.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHQF71UFXTV90wguwgxfu5ufGsTyTqVM { width:13.1875rem;height:4.6875rem;top:47.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpiOQ74QGATv8mUMqMSANxvaStTOBOW { width:12.0625rem;height:1.625rem;top:49.0625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suNFVbTI8oxw7Xzu27iulRTBw7tySyLx { width:16.875rem;height:3.4375rem;top:84.5rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veA8CX0prTiIFCsJ1GPb8S5Uhu1ryPJl { display:block; }
 }@media only screen and (max-width: 763px) { #Ot0EtgHuEiqGMTiZ8OqaqhlFBz7eQPo4 { width:9.4375rem;height:12.6875rem;top:53.1875rem;left:9.3169144981412rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bf3ca112-17dc-4ba1-bdec-fbee6e4c0b1d/girlphoto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ot0EtgHuEiqGMTiZ8OqaqhlFBz7eQPo4.adaptive-delivery-prevent-bg, #Ot0EtgHuEiqGMTiZ8OqaqhlFBz7eQPo4.lazyload, #Ot0EtgHuEiqGMTiZ8OqaqhlFBz7eQPo4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mlUqLA7HEfGIvgK5awM14v7zsk0Vm6pg { width:20rem;height:1.4624rem;top:21.695964813233rem;left:0rem;font-size:1.125rem;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #UcdRPlUAKs7cxqJ6R1tPAoGRsrTTEHQy { width:18.0625rem;height:8.53125rem;top:12.566406726837rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #WXT6uR7BStgIIR92TRwFWMxVCKNVRDJ9 { width:3.9375rem;height:1rem;top:23.705730438233rem;left:10.791666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFg0yG4gdZpqovi4blLH8XmefffpTqa2 { width:14.6875rem;height:1.05615rem;top:23.679032802582rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk { background-color:transparent;background-image:url("https://images.assets-landingi.com/7okkFhxrxNw/unsplash/kobu-agency-7okkFhxrxNw-photo-1527689368864-3a821dbccc34.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk.adaptive-delivery-prevent-bg, #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk.lazyload, #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk.lazyloading { background-image: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { background-color: transparent; background-image: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .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); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { width:20rem;height:158.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srTH1yHVT4m8tqlI8upC3boa8ITClqTA { width:18.6875rem;height:15.25rem;top:31.875rem;left:0.46875rem;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) { #OXiIiF8fcElywRZ4n5EupAPEBMNuT61i { width:10.8740234375rem;height:1.875rem;top:31.3125rem;left:4.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) { #H4TWv0dFy5STggMPfWLhcVN42TtaHgx2 { width:12.5rem;height:1.29980625rem;top:31.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK { width:16.9375rem;height:6.9619375rem;top:55.405601501465rem;left:1.53125rem;font-size:0.8125rem;display:block; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:before{  }
 }@media only screen and (max-width: 763px) { #JWuTFbiV4EuIhig4unxZTtdJoZDAmURc { width:12rem;height:2rem;top:50rem;left:4rem;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) { #zT5iJH4xmXwMTefvxhlak7k2eisRJ9CA { width:18.75rem;height:16.1875rem;top:50.6875rem;left:0.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:15000;display:block; }
 }@media only screen and (max-width: 763px) { #G6knSssMfn0MkSnZcW2TVTG6EwkBlRbn { width:14.7490234375rem;height:1.29980625rem;top:50.375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz { width:17.0615234375rem;height:0;top:55.59375rem;left:1.46875rem;font-size:0.8125rem;display:none; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:before{  }
 }@media only screen and (max-width: 763px) { #zQgvofLpcTbPJsWLUAGuey8IQSq65hMO { width:14.208354125rem;height:1.770835375rem;top:44.020834922791rem;left:2.853515625rem;font-size:0.8125rem;background-color:#ffce5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VbGt8wdG4TUO3gWK31kDcR4prwvRp0dL { display:block; }
 }@media only screen and (max-width: 763px) { #kKUiPDx7gyKT4CuECBFWUxesyzbGD6S1 { width:14.208354125rem;height:1.708335375rem;top:64.75000190735rem;left:2.8951826095581rem;font-size:0.8125rem;background-color:#ffce5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cDPZCbNKv3c0SLqgACWLTpixxmkD0GWh { display:block; }
 }@media only screen and (max-width: 763px) { #s0M0B56luVc0ceNKenedpqx1ti36Qtof { width:3.8125rem;height:1.21875rem;top:15.3125rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOA3tXiy3haXIlmTlhr8Kbs3hcZBqEt { width:1.6875rem;height:1.6875rem;top:15.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOp6XHI1GshvZV7KoUkclGVe19s6zx9D { width:4.6875rem;height:0.8125rem;top:16.4375rem;left:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVUVLDsBeO8kvfwLRiHn116fGvGmlrgU { width:5.5rem;height:1.625rem;top:1.625rem;left:3.0625rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fN0adxqH9dlkw5BqLwQeC6s2TMcqRE1f { width:9.25rem;height:2.1937125rem;top:3.125rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eolWgx0rC6UfW5a5nuCqMTMJag4PGMIZ { width:8.75rem;height:1.625rem;top:5.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MacLcKBakPwXPQTbL03nXkJs5U1A1F { width:8.75rem;height:2.5rem;top:8.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkz6nHOThnb8JahfT4ptIIrtWB7XzLau { width:4.625rem;height:1.21875rem;top:8.875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pflks46g4p3BsNSi24idLkUC8A6NHTcT { width:1.6875rem;height:1.6875rem;top:8.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcycgfV6s4sAEWbfxXzoy39WdpLq67GB { width:6.375rem;height:6.375rem;top:2.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArcraN9rQgmTB8WJpJcsl8lzl9R1bk1T { width:8.6875rem;height:2.5rem;top:11.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHS3pXSVL8rz5lFM3CbnaOVhOXmDu3y1 { width:1.5625rem;height:1.5625rem;top:12.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxr5vnTwTn1RBTdPBLmTVwqpGrHqr5M { width:5.75rem;height:1.21875rem;top:12.375rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCekDpaEOkuUT95bSa9X2H3Vw8MPUR10 { width:8.75rem;height:2.5rem;top:15.1875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBcGo5s0HvEzd03IGhTyIuuezPeHgkh { width:15.8125rem;height:8.6875rem;top:19.0625rem;left:2.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yfSnd6vn4rUCUaJABLlTRXMVPiytGtaR { width:15.9375rem;height:1.625rem;top:19.625rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx { width:11.8125rem;height:5.8125rem;top:21.25rem;left:4.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:before{  }
 }@media only screen and (max-width: 763px) { #nplxXpmGvebVeEcQ2wyZdeTPMi4e0iK3 { width:4.3125rem;height:2.03125rem;top:4.076171875rem;left:14.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1yBRlAcOglSDZ09IJHgE6qpnlNPWZq { width:3.5rem;height:1.21875rem;top:6.013671875rem;left:14.9365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNy824X6Kgat4HlzTQrRz7Z0m84xM2tn { width:15.5625rem;height:1.70631875rem;top:33.955078125rem;left:1.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lDueoP4oVkvPH25faTBlfSLGx6QK7g { width:15.5625rem;height:1.625rem;top:52.90625rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrNldcgSiaaLxh9uc09fIStSqVNiRsf { width:4.9375rem;height:3.0625rem;top:52.1875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNKaFZy9ATAlpODHBPWrt8c76R2breZ { width:6rem;height:6rem;top:25.9375rem;left:0rem;z-index:14966;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3STPBUWgsDBkaCT4lfKbyNoU4G8EGb { width:5.6875rem;height:5.6875rem;top:3rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwO3rdp3D0D8nf6fTD7icnIicQTe891w { width:12rem;height:2rem;top:69.03125rem;left:4rem;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) { #HOavXX8qT1AZy7qZTT0KOFVxm6k1PBvd { width:14.0625rem;height:1.29980625rem;top:69.40625rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Da2LPseJ9lTkTlGpq3H3Ue0sNXzXaEGv { width:18.75rem;height:16.4375rem;top:70.125rem;left:0.53125rem;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:15000;display:block; }
 }@media only screen and (max-width: 763px) { #grXSbtynxgNSLspXVwVddu8o0PuOrNlE { width:14.125rem;height:3.25rem;top:72.25rem;left:1.3740234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPUJ86f1I9JN5QlxQ9bfiQiU1yL6UAT5 { width:18.4375rem;height:7.2744375rem;top:76.4375rem;left:1.125rem;font-size:0.8125rem;display:block; }#ZPUJ86f1I9JN5QlxQ9bfiQiU1yL6UAT5 li:before{  }
 }@media only screen and (max-width: 763px) { #UBDkBvRqzM4W4u10V2taHceVxKtMDcyZ { width:15.729166625rem;height:1.916666625rem;top:84.375005722044rem;left:2.134765625rem;font-size:0.8125rem;background-color:#ffce5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ff2IuS5h0BexvlDil5hftpMZWmKeHaXm { display:block; }
 }@media only screen and (max-width: 763px) { #Tp47mFokdyfL8PXSNmZSC9sty1rIlUUp { width:18.75rem;height:15.8125rem;top:90.875rem;left:0.4375rem;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:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Mu4fzGXLDnzixexPVP1fbMkWDuMC20nL { width:14.291666625rem;height:1.791666625rem;top:104.06250762939rem;left:2.8125rem;font-size:0.8125rem;background-color:#ffce5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ilw7nK2sKXGqa21Nk1kNFs6aL1FoWOhZ { display:block; }
 }@media only screen and (max-width: 763px) { #i3tLBw0PWEXwldo2bCWzCbqXKa9iikDi { width:18.375rem;height:8.3305625rem;top:95.4375rem;left:1.1875rem;font-size:0.8125rem;display:block; }#i3tLBw0PWEXwldo2bCWzCbqXKa9iikDi li:before{  }
 }@media only screen and (max-width: 763px) { #nopuWAIhGT1X8uDNx0vRLhP1NAUaB7xN { width:17.625rem;height:1.625rem;top:93.03125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahIxbfb5lWek7veiTIixQ4fBS6nP7P3S { width:12rem;height:2rem;top:90rem;left:4rem;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) { #BzTGwrXGIC3LD35WDJoHKxQkSJ7dWoAg { width:14.0625rem;height:1.29980625rem;top:90.375rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfxX55LkZdIcXnl72H17SvIAsXPugCgU { width:18.75rem;height:14.9375rem;top:110.4375rem;left:0.4375rem;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:15000;display:block; }
 }@media only screen and (max-width: 763px) { #y820VbFJSkhN4FZxyRBn34JAwJPGH2Ed { width:14.375rem;height:1.875rem;top:121.875rem;left:2.8125rem;font-size:0.8125rem;background-color:#ffce5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #COdsJBX8hBZ2Z2yMLkZt4Uk0ir5unAZe { display:block; }
 }@media only screen and (max-width: 763px) { #kfwtH98Pg3iRt8DyuyDAb6BHrIhJmXiE { width:17.125rem;height:5.1621125rem;top:115.125rem;left:1.53125rem;font-size:0.8125rem;display:block; }#kfwtH98Pg3iRt8DyuyDAb6BHrIhJmXiE li:before{  }
 }@media only screen and (max-width: 763px) { #Jc8HfV1y67FnC28KtKCfaWxneF0KEohV { width:12.8125rem;height:1.625rem;top:112.3125rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7seGcRAIXQ44n8mJcsrxTAMW9ZaifJz { width:12rem;height:2rem;top:109.125rem;left:4rem;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) { #FWoWdzHAPnJRth7qJJKC5NJME3wvlRLI { width:14.0625rem;height:1.29980625rem;top:109.5rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWCpU9lp3nFG8GDuR0fXD15G3K8V5TMG { width:12rem;height:2rem;top:129.4375rem;left:4rem;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) { #Tz6VteglMRrSiLEaaqG1uytTSs66JXgr { width:14.0625rem;height:1.29980625rem;top:129.8125rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MX7L3T2T2vTEFoOwbaRaee70l3uHiA9f { width:19.625rem;height:16.6875rem;top:130.4375rem;left:0rem;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:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gkCZC64FonLPZxBnGW2gSLrcw6e4oSba { width:14.0625rem;height:1.625rem;top:132.375rem;left:1.4365234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDOJNgb6C2qfuHoIG9vwuvxO8yWgk0pC { width:17.4375rem;height:6.2182625rem;top:136.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }#aDOJNgb6C2qfuHoIG9vwuvxO8yWgk0pC li:before{  }
 }@media only screen and (max-width: 763px) { #flwzXTIiTZXJTlC3TxDzhluW0TdAJiiA { width:14.375rem;height:1.875rem;top:143.9375rem;left:2.8125rem;font-size:0.8125rem;background-color:#ffce5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d4Tkbwk0hoLws8khA5MiAcGw5SLm1RQk { display:block; }
 }@media only screen and (max-width: 763px) { #ScPwgMym6v0EoG6LQFk282gidWkAMXKZ { width:16.4375rem;height:1.625rem;top:134rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPPi8zgB30HJhrXi3wP9oHLxHNzSzlq3 { width:13.25rem;height:2.5rem;top:149.4375rem;left:3.375rem;font-size:1.0625rem;background-color:#ffce5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ukZy7334c4HsXaDMmBsb8kSSgZ1f2yMT { display:block; }
 }@media only screen and (max-width: 763px) { #cJXwcWMC2FooJ6tfBUgAo5xJKad0Vb3q { width:16.875rem;height:3.4375rem;top:153.1875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzZOTUOdXBtJCV9bCwck9qsqMasLZ0s { display:block; }
 }@media only screen and (max-width: 763px) { #giDi5Pri0bcpt94frhJfB3bqoWmTAAUA { width:3.4375rem;height:3.5rem;top:32.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ShtNvDLHApZNzGTR4coanLXWmUzwTH { width:4.25rem;height:4.4375rem;top:71.34375rem;left:15.292452830189rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh6rdBfXA5pMRWTEgM7tSMwxSlPp2BSm { width:4rem;height:4.0625rem;top:91.8125rem;left:15.534427966102rem;display:block; }
 }@media only screen and (max-width: 763px) { #br4I726C2g2OPwvqeFPLlruZZ4EWVBBp { width:4.5625rem;height:4.625rem;top:110.8125rem;left:15.101694915254rem;display:block; }
 }@media only screen and (max-width: 763px) { #spzKKAN7wtDWZaKyWkTUbU5UtgmkSySx { width:4.9375rem;height:5rem;top:131.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9ETNAtSTeD2UiuLW9JvaZpuElTeWAC { width:9.8125rem;height:9.875rem;top:141.736328125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZetkTDiEoh7FbvIismGwdXo1MlRs3AaQ { width:11.0625rem;height:16.875rem;top:2.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp1oWxlBDGTQQAdJxom6T56rfq9gtrms { width:2.75rem;height:1.875rem;top:3.7916665077209rem;left:15.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itBvBVBguQaJ5F7TrDMqOXC7xak83VIX { width:2.8125rem;height:3.0874rem;top:3.25rem;left:15.248046875rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFDJ1SFgWvJ8tfoJrldbN84xwKqyIhra { width:17.0605625rem;height:;top:37.024089813233rem;left:1.4694011211395rem;font-size:0.8125rem;z-index:15051;color:#000000;display:block; }#TFDJ1SFgWvJ8tfoJrldbN84xwKqyIhra li:before{  }
 }@media only screen and (max-width: 763px) { #PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { display:block; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niGdazO2cPVsAbDhl8zA7f94SoAZwCN1 { width:6.5625rem;height:2.4375rem;top:2.4365234375rem;left:0.8125rem;font-size:1.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PkwTJLXmIDf8W9zzFsyJRHfqVXPmG57T { width:19.3125rem;height:23.3125rem;top:8.8369140625rem;left:0.34375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VUX4P0ePq6sdNO5rkuzAERlsOLTRNt { width:16.125rem;height:1.21875rem;top:10.4306640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKe9T7U7fXcmZ9yv04RcTBHHraGQrTF8 { width:15.6875rem;height:0.8125rem;top:11.8056640625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEIZQ5TU0dslORKXvV4urJfcTrKqmcS5 { width:1.875rem;height:1.875rem;top:10.7119140625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJiNF41GeUoG4IV7P0P01kMAQ8oXeqyq { width:15.8125rem;height:0.8125rem;top:15.9716796875rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo7hoAAd9qq3pmwkL5ka96kw6uEdRp3G { width:1.875rem;height:1.875rem;top:14.8056640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSNLlEtiDebOF2u6t9cQ33hDG4qoFzTh { width:16.125rem;height:1.21875rem;top:14.5556640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #newymbT1Q5JiDTVutWNuG1dUq5eN6J5J { width:13.0625rem;height:1.21875rem;top:18.7119140625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWzZIvpnPGfmW3vTTICfAPaWtcuywkWf { width:1.875rem;height:1.875rem;top:19.2431640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMx9tJXn115n9Burx0kFzspasEPbvIDX { width:1.875rem;height:1.875rem;top:22.9931640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tAgnFZUuvoIRR5reNJ1cnihG8foLDQ { width:16.4375rem;height:1.625rem;top:24.43017578125rem;left:3.26025390625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpKwwfLVaMrkfxl23qL1upcEhpOdgmiz { width:12.5rem;height:1.21875rem;top:22.9619140625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftA8O4dN8rk7rZwn8LiJLypEWwwuG8in { width:1.875rem;height:1.875rem;top:27.5869140625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0wTVP7P7Lpb0e4Pat1CovnEIUaXw8Z { width:15.5rem;height:1.625rem;top:29.4619140625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ae8fTw6T8FwQmnUMJ6gLTudLaXmbZz { width:9.125rem;height:1.21875rem;top:27.9306640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRt687QIUTllvMuRFQqph6f3ogAERInT { width:1.875rem;height:1.875rem;top:32.1806640625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6hkFBS2R26AInWUXnA1rMkes5JAaXlG { width:15.8125rem;height:0;top:34.0556640625rem;left:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxmUQEWeKnvUWNzJ9P5tiTUAA5yw3DXJ { width:8.25rem;height:0;top:32.5244140625rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIi6kPo75XtpLi0mKEPl1Z6mIHPerEXE { width:1.875rem;height:1.875rem;top:36.1806640625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzoCIxixp58ceMf8Xl3L3SPiBUeSKZ0J { width:13.4375rem;height:0;top:37.9306640625rem;left:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIgdQ1J816QSwxCrbRgHn8TVKe2Oohtf { width:5.5rem;height:0;top:36.4619140625rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIbNZIqz8izIhUy3FTaTaLQacicENU0g { width:15.875rem;height:0.8125rem;top:20.24267578125rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCTcvdqTNGiOCcZ5ui1kA86PzzDKxD6 { width:17.5rem;height:0.125rem;top:17.7431640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THUR0s4BvgekJaXeRqogu0DAmO7Ks8RX { width:17.5rem;height:0.125rem;top:22.1806640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4R6v26mzzpiVS5Q4g2AhPUGK8BwNBhr { width:17.5rem;height:0.125rem;top:26.8681640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ2Wge3anlaEfIdUT3av7Qzwk5ILQVJk { width:17.5rem;height:0.125rem;top:31.4931640625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkPBSpvwblquSV35BDdmkUn2arscrval { width:17.5rem;height:0.125rem;top:35.4931640625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnDTchX4aWPT7DiLPVNkiCpsbRKvKfrl { width:9.25rem;height:1.29980625rem;top:5.2490234375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nOboVkuFaI2iXDbyZVLoUZNICBkJqv8K { width:9.5rem;height:8.375rem;top:0.4990234375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMLJeQbyWZXd0TulEc0bwmEoMI9mh4T6 { width:16.875rem;height:3.4375rem;top:33.4921875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkKCLhRkOhRUIerAsff8Tzr4t0zGGo7O { display:block; }
 }@media only screen and (max-width: 763px) { #ZTSpxNCrLw6l523W7Btmmthv4tKPcyIJ { width:7.0625rem;height:2.4375rem;top:2.4365234375rem;left:0.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; }
 }@media only screen and (max-width: 763px) { #ZXrMR2bnQqtdMDzId6K5yXPI37ugClrb { width:17.5rem;height:0.125rem;top:13.5556640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhpii7dV7m4Ew4w3iCkXELebwTU228mm { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3f774f27-501b-44e1-8038-c8b7236bacc8/BGBlack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm.adaptive-delivery-prevent-bg, #qhpii7dV7m4Ew4w3iCkXELebwTU228mm.lazyload, #qhpii7dV7m4Ew4w3iCkXELebwTU228mm.lazyloading { background-image: none; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container { background-color: transparent; background-image: none; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container > .video-iframe-container { display: none; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row > .video-iframe-container { display: none; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .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); }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container { border-width: 0; border-radius: 0; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qhpii7dV7m4Ew4w3iCkXELebwTU228mm > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkORdMZ9X3BP5dGrkHuMunG70IbE334R { width:20rem;height:2.5996125rem;top:1.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#eda700;display:block; }
 }@media only screen and (max-width: 763px) { #OpHiShGCVzHPrhqqpIs3xukpToMc2ITZ { width:16.0625rem;height:8.4375rem;top:4.8125rem;left:1.8125rem;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; }
 }@media only screen and (max-width: 763px) { #rTE6QqPfv34tx8MUP4hbR7cCRVJXyium { width:12rem;height:3.25rem;top:18.746337890625rem;left:3.9990234375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Icr7XHoBF8UgpxBTtmPTwEJU9bmE5uA1 { width:13.375rem;height:4.875rem;top:13.875rem;left:3.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIyHffealmcn7d23Rb1NV81l9hXluN1G { width:9.9375rem;height:8.3125rem;top:25.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws5wwpTJLAAbDHT30zV6VUFkIpvXE624 { width:16.4375rem;height:9.25rem;top:43.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gt9cmvEz1zdWQrWHOX25l0OMuZqGLi { width:17.875rem;height:1.625rem;top:35.34375rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHI4KHvQwKau6rzROObXJS2fNTvzQaX { width:17.875rem;height:2.03125rem;top:37.03125rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhPUuDEcBsIdRTsVP9rx7oXn4Nve9fG6 { width:14.4375rem;height:2.03125rem;top:39.125rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTlx4n19tCURmtO6iaWXGCbTVnJgtrqX { width:16.4375rem;height:15.75rem;top:43.875rem;left:1.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXlzW0AvW7tRaDxL5zDl1U7hoS45gtK { width:8.125rem;height:5.75rem;top:45.625rem;left:8rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #VXRF8tVg2sIhulWhpXrVPtUkPkEHP0f8 { width:8.125rem;height:5.75rem;top:45.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TBeSJRp9VwAQSrIobsRLHt8rptNa8K { width:8.125rem;height:5.75rem;top:45.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVprbmDaXPMTnLe48vsh9umADFi0RAT { width:8.125rem;height:5.75rem;top:45.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqS8zrvrsTUExaDEqavc3q8HkyxGTSll { width:8.125rem;height:5.75rem;top:45.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl2QoEm0fUAOmRyfFRPXFCeGhsdOJoJ { width:8.125rem;height:5.75rem;top:45.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBSxkWFmB4GRMIgTVSe28XFwD0ggISv { width:11.75rem;height:2.03125rem;top:55.15625rem;left:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0A7nc5FxsHnnPZnmXa4clslUiudBsGA { width:9.75rem;height:2.03125rem;top:53.125rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruIJn2ivzhZi9MTuF2aJCMasLgRTLtN { width:11.75rem;height:1.21875rem;top:57.5625rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdH9hDlCDk8IDa2KScS9La9fBEioTRHz { width:8.562rem;height:1.29980625rem;top:22.06201171875rem;left:5.71728515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIiDrRq2Ar0nwA4PuSTTrKBNvGH9OadG { width:16.4375rem;height:19.0625rem;top:4.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRnc1d1itSkeTEUsOtmGPhvKabdOReTT { width:16.4375rem;height:17.0625rem;top:25.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruldkrw9RbDQgOBgtIWU5r7pCUNN8Bvg { width:16.4375rem;height:9.25rem;top:25.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndsNtMl0v6ceKTh4gkFld8J41N5GpgN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f86b1e5c-8cba-4022-bfd2-5523da7be2ad/BG.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#QndsNtMl0v6ceKTh4gkFld8J41N5GpgN.adaptive-delivery-prevent-bg, #QndsNtMl0v6ceKTh4gkFld8J41N5GpgN.lazyload, #QndsNtMl0v6ceKTh4gkFld8J41N5GpgN.lazyloading { background-image: none; }#QndsNtMl0v6ceKTh4gkFld8J41N5GpgN > .row .container { width:20rem;height:62.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QAUEXgdoFwQTlJhv0dmlOSNlSqWquf38 { width:9.375rem;height:1.25rem;top:1.91015625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwXDQ9zUEF7p9dySmi3f5Ey7Peeakm2U { width:17rem;height:6.0625rem;top:4.72265625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVDtLbxoX8VuE2G4PXZnFZWTDUwBQqP1 { width:16.3125rem;height:1.875rem;top:10.41015625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMQEfu516XKGm7vScffBOErVSOuqwuyW { width:17.0625rem;height:0;top:30.874464988709rem;left:0.93714481592181rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GacmvP4W4Wd67nDFOHDPl7ilQlFeVmrN { width:20rem;height:0;top:38.124094009399rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eClLgWQGbsHpUdqcLx8ZLpe6B9vP16dd { width:19.125rem;height:16.25rem;top:12.28515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruyJXem3q8ri3i8dIkT8aZ44ZGnTcfKG { width:19.6875rem;height:10.3125rem;top:48.186256408691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmEGwOVqcfyGPbmHyACtVBg2T9lw1uvV { width:20rem;height:0;top:49.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4OgdMqAGAwvRTQUtpd1SnPLiPW9g0Mp { width:20rem;height:1.38139375rem;top:59.869493484497rem;left:0rem;font-size:1.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OaOdT5CrOhPEZTOb6TD97VdzpTJEKOcF { width:17.0623125rem;height:2.27494375rem;top:30.56019115448rem;left:1.4683948159218rem;font-size:1.625rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NU5CB8g24xNN5I7iwQs9PWtsaLenuUET { width:17.0614375rem;height:2.03125rem;top:32.832918167114rem;left:1.4683948159218rem;font-size:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d9W3fCFN9PRrOgdvgz2WtObdZA1dMs0q { width:20rem;height:6.90695625rem;top:40.304508209229rem;left:0rem;font-size:1.0625rem;z-index:15005;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DvQdcIJZR66OovRkJzszrSkaMekp3bz1 { width:17.0614375rem;height:4.79403125rem;top:34.864168167114rem;left:1.4683948159218rem;font-size:3.6875rem;z-index:15006;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ewbHu1X1fQN2xWtCQnnti5URhOZTecdb { display:none; }#ewbHu1X1fQN2xWtCQnnti5URhOZTecdb > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yqbwuQ2Zyoxhmxh5HnHVrO6w1wBxTnAG { width:19.9995rem;height:2.2749rem;top:3.8056640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tEbEy27PcOIHgiSI2cRTnxJE0A6ozpXl { width:8.3745rem;height:3.1875rem;top:0.6181640625rem;left:5.936279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bOAnSo09Pan91enoKvzTfCtCgsCvVT { display:none; }#P1bOAnSo09Pan91enoKvzTfCtCgsCvVT > .row .container { width:20rem;height:6.5625rem;background-color:#0d3845;background-image:url("https://images.assets-landingi.com/uc/5b9310bb-3127-415d-97e1-238306537567/25670705150720.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#P1bOAnSo09Pan91enoKvzTfCtCgsCvVT > .row .container.adaptive-delivery-prevent-bg, #P1bOAnSo09Pan91enoKvzTfCtCgsCvVT > .row .container.lazyload, #P1bOAnSo09Pan91enoKvzTfCtCgsCvVT > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #pWZULLTrS4S7GXZiMTPIzqaoaOdXgRun { width:11.6875rem;height:3.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rd0Td9dsQFcTW2uZUXgqlcX2g8061G2U { width:20rem;height:6.7666666666669rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IB6COP69yRhtFPczQi3XtGgdLiZT9uuq { display:none; }#IB6COP69yRhtFPczQi3XtGgdLiZT9uuq > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SlWU6lwo1Tdf7LTpotTLagMBEAlJFcHN { width:20rem;height:5.9504132231405rem;top:2.199462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7eeZRJ0a3w58gtIIiUi95thCgqpSTyp { width:20rem;height:3.531202435312rem;top:7.198974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA0McWbfriMtk5EaUE5WJacvPdwOyJX7 { width:4.875rem;height:1.6245125rem;top:0.574951171875rem;left:7.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIRZyVMwvrHvgGpENrWzOmFJWKeFXGr { width:20rem;height:9.1101055806937rem;top:10.72998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT7nLsqf97teXdAqumsO0ZJfGXPB2B7p { width:9rem;height:11.187rem;top:19.059814453125rem;left:5.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekwNEIDmZzM7VitplxqEDCrbg0PbFwra { width:6.1875rem;height:3.375rem;top:22.059814453125rem;left:10.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTyAtQbItoVFfUB6AdUunidHHu0ASqR { width:20rem;height:11.918976545843rem;top:19.059814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC4kOAZW10fXRFX4GMV2epkOtAFMF7Mt { width:14.6858125rem;height:2.7495125rem;top:13.91015625rem;left:1.4677734375rem;font-size:0.9375rem;display:block; }#iC4kOAZW10fXRFX4GMV2epkOtAFMF7Mt li:before{  }
 }@media only screen and (max-width: 763px) { #FmAD7uUsRJUeaXIm6TlnWJLl78xdL4PE { width:19.9995rem;height:1.29931875rem;top:17.806640625rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #E8Cs2VJy3xQpG3bqEF47Z7d6lcDp7rbT { display:flex;width:2.31225625rem;height:2.31225625rem;top:13.165283203125rem;left:13.32568359375rem; }
 }@media only screen and (max-width: 763px) { #HNvnpT5fzu7R8XZ5L4o6ZTyPfpIIM2fV { width:1.93725625rem;height:1.93725625rem;top:14.769287109375rem;left:16.153564453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop { background-color:transparent;background-image:url("https://images.assets-landingi.com/EMPZ7yRZoGw/unsplash/austin-distel-EMPZ7yRZoGw-photo-1559526324-593bc073d938.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop.adaptive-delivery-prevent-bg, #d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop.lazyload, #d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop.lazyloading { background-image: none; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container { background-color: transparent; background-image: none; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container > .video-iframe-container { display: none; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row > .video-iframe-container { display: none; }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .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); }#d6K59kaiVd7vKqHg6ePWTUaFBkw9Qpop > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfx3eKhcbgsG2o2OrGTPbpE8tqalIPgk { width:8.875rem;height:2.03125rem;top:18.6875rem;left:3.625rem;font-size:1.5625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBKBfLgGQ61DX90Z0Egtzf5CBrdVxKZE { width:19.8748125rem;height:25.062125rem;top:34.123771667481rem;left:0rem;z-index:15005;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TXQsr20uctbZlSQFllqBhtgvC9WdZT { width:7.4375rem;height:1.625rem;top:1.625rem;left:0.84375rem;font-size:1.25rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #DhMZxHFvzNUiqk7E886g0kwOLgPkLCVw { width:20rem;height:0;top:2.1816405057907rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #SpwHFvmxf6VbaQUuOP1J5Z8yGrP5TAta { width:9.5rem;height:0;top:2.1816407442093rem;left:1.5rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #eoJ1L9XEQtWhv67dlnpnEllvmM5cieaU { width:7.375rem;height:1.21875rem;top:25.40625rem;left:9.2291669845581rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zh10dnTknktp5tbPVSQqygSdGvVB9sKl { width:19.3125rem;height:1.21875rem;top:8.5846557617188rem;left:0.84375rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #PTBwIghThfnhAW06rSnEIPJkmQQ7t6Jv { width:17.6875rem;height:7.5rem;top:10.625rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #WvlBiVpPUH0Srss6wFXG9B79A98AHFiD { width:18.125rem;height:5.19921875rem;top:3.1875rem;left:0.875rem;font-size:2rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #m01J0vS0VQ641tTOcDywbPA9DabvZecQ { display:flex;width:1.25rem;height:1.25rem;top:16.5625rem;left:0.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CtzHWSLG98sOEDIpLG9QZF61pNOcDTZ2 { width:10.4375rem;height:5.28125rem;top:20.125rem;left:3.4375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaasc1K09Q2keb1CtR6weE5xbBC4si9a { width:1.3125rem;height:3.25rem;top:21.6875rem;left:15.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKFbRZaNgmHO0v3PF4bVxdtd7HzTCPlR { display:flex;width:1.25rem;height:1.25rem;top:10.875rem;left:0.4375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #yTwcp6D08emU4tFPIENTdTQmd9UXwRTD { display:flex;width:1.25rem;height:1.25rem;top:12.8125rem;left:0.4375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #McbsNAtGVGUh8UCxZmu61DH8eEi0XhEK { display:flex;width:1.25rem;height:1.25rem;top:14.5625rem;left:0.4375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #kVF5TNnnQ8UIVbIAf1hoPyfZhlQ2dKvE { width:19.9995rem;height:3.8994125rem;top:28.030517578125rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-text {padding-top: 0; padding-bottom: 0;}#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-select {padding-top: 0; padding-bottom: 0;}#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE  { width:17.5rem;height:auto;top:34.242674827576rem;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:15078; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nJGn9130fQhhquBgkHiZv30agN52eTJE {display:block;}#nJGn9130fQhhquBgkHiZv30agN52eTJE { width:17.5rem;height:auto;top:34.242674827576rem;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:15078; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #khb5sTaroQ29mrMpCzPIohSg0Ve6KFhO {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #NWXU9fqEVFk32piaBXwWBuIihmZ9yv6x { display:block; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #fWyZSd05V0BKRwRC92ysOoC2TOvPv565 {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #PumWLlcNIcmTAfdek3QlayF5yWmNKXbN {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #qTZg9B1r8zsRL9TBOMBhQNcmswg7SKqA { display:block; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #ez7ZNT3aWNA17da9weHSMKiysSTJZWS1 {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #PN4aqPFBO03mPU095IaikxSe28wDGmBi {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #uU4zwlBhzQifOO0Gb3SK7dFekTl3MbW9 { display:block; }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #vwODtMgWHswzr7qNhbr7fTmKGb6wwpMn {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #fK2iutLoabkx3I10xUfMF397RlKGimTu {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #nTweakZkypvWTKhh4Qt3x2Ce6OTO2xo1 {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #VpJO2mAzQSA0OHpSTiy8S1P3PXMG07rl {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #C5zFSZF8kPP6o806OKp4oansbAZI2F81 {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #NLN9ZRdmywKk5LsHUqeSTgPf9KJuPwLI {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #W6qLaCmF3Dgf8rHCM2WDb8a8i0KocRIa {  }
 }@media only screen and (max-width: 763px) { #nJGn9130fQhhquBgkHiZv30agN52eTJE #pZy6FKhMkGt4THnpAU9kK1gRhmVaPfTM {  }
 }@media only screen and (max-width: 763px) { #d80g14s4F9897PJFVut4My2I23nMUP5G { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FiAhATa3y9FdyezgSU4DyoVDa5xrshlJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eeHPo5umet2VICb6tw8DasEfM5pSyffL {  }
 }@media only screen and (max-width: 763px) { #awEiJlnyvCytEUgmQs9J9sv7B3Uq5I78 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZJJJAnQvZCMsTvWT5mzw9x1LwVtDabP1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d8dI65JActZTTlk2cep7N1utLMcSwnJn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zaZqB4TNyfMxWPmc0egRVEvw69cQRZks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dZ62yU7LJCGRsUdIuEEyCD6NP5OlKUk5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aAmMWCzU73BHO4H6LCDc6S5FzgminHXw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ldNpHh3q0kvmtofIF6vb2Ndoethh3Kdv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LoMUMwPXOWvpKTfo6U5CICFHTrucsQTR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #THJqaa9MrFzRJfFdWoV5Ien0rAMx2pze {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pMlq4tH13iUT8Wiq5qLU3zmo7o6DnUmg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M4uDEDUqVkK0QnTCOrgJUu5VoeDSDec6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IZQbu5yXwS9olNLwKc97TOLU8p1vfcyW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fr3yezV9FAV0zx9zLFTkcUBHFN2i9p7E {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ICQXnVevXoZCbNV2SnHLGMwZ950rV4ZN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #v5xdz9TtEqaVnFOScK5l5bzaTWm73udg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CRgryHOIT2CRWDFSKnW7e56RJxVekd6H {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XgM4DTtdVzSIWmPUDemU40IO1gZhaAXR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HBfvK6Q97TJkRqzirCgLAmXBESNxDXyl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ik4AyeGe7Mop2oh4WlbZ7Op5GcWXIWdz {  }
 }@media only screen and (max-width: 763px) { #WXwETQJ7U6LcB9FWv70Pgotqyv0XEOoA { display:block; }
 }@media only screen and (max-width: 763px) { #vyAQXDsheLg6VrBJ3R0pRHMyfPybfBE1 { display:block; }
 }@media only screen and (max-width: 763px) { #sJHgL0TKROFkNWHiyTcrATeJD7auRDZe { display:block; }
 }@media only screen and (max-width: 763px) { #tuJF94MiP248tDzsVZB4mbZNGNwJztux { display:block; }
 }@media only screen and (max-width: 763px) { #uL3Podhz5mTDbQV97fgK2cdT6CRgCHzi { display:block; }
 }@media only screen and (max-width: 763px) { #Jesqdn1KdDRQIpy96krnNrX75i1TtWKA { display:block; }
 }@media only screen and (max-width: 763px) { #hMFRHiNpbeEb2XOyUZ0KJv3QhTNbcvcx { display:block; }
 }@media only screen and (max-width: 763px) { #dB6exmIX1w7pC9vVCTmHS1uzHQp0QhL0 { display:block; }
 }@media only screen and (max-width: 763px) { #lJ867eBUIWdJECEoiCIVLnw5dGAo9haN { display:block; }
 }@media only screen and (max-width: 763px) { #coEbLHi7PVLVJK5e5PLOkUp5w6aqKu8v { display:block; }
 }@media only screen and (max-width: 763px) { #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRsurH116hx0Ng9tmANOsc65Km7Rus67 { width:14.8125rem;height:2.03125rem;top:1.71875rem;left:2.59375rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BUG795PySN3glND9rB2xmlruysLZNzJZ { width:16.4375rem;height:5rem;top:16.375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOovHk1JfBzh9V8urdmXrsq6Tz1epDKS { width:15.5rem;height:1.875rem;top:17.8125rem;left:2.59375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rTEvqXvyqC9vwqx72pMtybK4dNSB87ia { width:14.375rem;height:1.875rem;top:35.6875rem;left:2.8125rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCPTpKTsFoX6lbAe7ND1XqNeae8TGzNJ { width:15.1875rem;height:3.5625rem;top:53.25rem;left:2.40625rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Lzh7tSkipedTtqe1dx42pyaTBiWGNv0O { width:15.1865234375rem;height:0.9375rem;top:4.2490234375rem;left:2.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GduthcM83Fm6BViF4AJBZrtCDEXNxvwc { width:15.1875rem;height:1.21875rem;top:59.125rem;left:2.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xET8DBa7zD5u8zagFMv2T9kr85h1PxQp { width:16.4375rem;height:15rem;top:6.3125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl1iUfeJyLumOemNBaMT0g9alHK0qgxc { width:16.4375rem;height:15.375rem;top:23.75rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILytQHbf5qZtqixthv8vH1LC9F1BMpDx { width:16.4375rem;height:15.6875rem;top:41.875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Per4FiXDTshiQ3MdIQceoKOibByAuSVp { width:10.6875rem;height:10.6875rem;top:5.6875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ4khhPvLWqahJwTsnSgeFsTfMTkmE6P { width:8.9375rem;height:8.9375rem;top:24.3125rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af62OXAsGNNgp2tgDcH4RlCPvH8Tyn6x { width:9.6875rem;height:9.6875rem;top:42.8125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVkoivUF4eTCISO6MOxcfWTSa7SbG99K { width:16.4375rem;height:5rem;top:34.125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRq3rQJNGHiqvGOTASsMfN3nUHHlVA8J { width:16.5rem;height:5rem;top:52.6875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { width:20rem;height:3.8994125rem;top:5.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { width:20rem;height:2.92383125rem;top:10.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { width:20rem;height:0.9746125rem;top:24.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { width:14.9375rem;height:2.2749rem;top:21.65625rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { width:5.6875rem;height:5.6875rem;top:15rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { width:8rem;height:1.25rem;top:2.8125rem;left:6.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3f774f27-501b-44e1-8038-c8b7236bacc8/BGBlack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv.adaptive-delivery-prevent-bg, #aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv.lazyload, #aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv.lazyloading { background-image: none; }#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv > .row .container { border-width: 0; border-radius: 0; }#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIhHVIZBdBxx2LTvNcRN3rRIcpJng3vv > .row .container { width:20rem;height:83.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e6ym2GTM66c1kb6BTMufzn5dgplNnmy3 { width:20rem;height:3.25rem;top:1.7990452051162rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffc828;display:block; }
 }@media only screen and (max-width: 763px) { #mF06NSPmLGhPSQo2fx3vJEgtN6wguwN3 { width:19.9964375rem;height:2.1937125rem;top:5.6711645126342rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;color:#b56ff6;display:block; }
 }@media only screen and (max-width: 763px) { #DtatHJPgbdQKprMPsFJOlV8i4tumzncP { width:16.31125rem;height:2.4375rem;top:8.9577407836912rem;left:1.8430396318436rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;color:#ffd300;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hUkHy9DfRaVStTPaRveJd2DT1ONkNvyE { width:20rem;height:4.125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS3FzgPmW2TRsZ9ooNTvND50pQQZ8yXI { width:20rem;height:27.1875rem;top:15.937499284744rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hOS7whcEa5kmzn00FgiOpZNoziZgSvh2 { width:17.6248125rem;height:2.5996125rem;top:15.0625rem;left:1.1875rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BoCfM2qpm4vBNWsqsTTwSNI6vhT377B6 { width:20rem;height:32.5rem;top:44.937500953674rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbHIk3XkTtfKUODgHt42G8qMyQHHJxGr { width:20rem;height:4.375rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0akmxOBTX3Lqbex5RBdaUrX9KsgW6d6 { width:20rem;height:2.5996125rem;top:45.25rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ebzoull1JTbkP0DsmqhvGbMpUrol6KFv { width:20rem;height:2.5996125rem;top:19.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Um3JiZJu4Oy4PB0lIZ1kk1StzhBC1vn9 { width:20rem;height:2.2747375rem;top:49.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W53QKggy4KIJysJPQX0UWaVqkKZUq6VQ { width:12.8125rem;height:12.8125rem;top:57.312503814698rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZcx7wrrongGOC1vRP3HzCqAxyTSlyHz { width:20rem;height:2.549475rem;top:22.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rSrfChpu4SgwF9D6gAhecmxOfksTrNvH { width:20rem;height:4.875rem;top:51.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PDUhV6TJ2FLTp28tLiNwNaAXSeoU6Hc2 { width:20rem;height:2.54948125rem;top:57.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lLpqXubve4tKFVft5OOs2sZ6eXaGKUWK { width:20rem;height:1.3125rem;top:70.1250038147rem;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) { #BE9yVZghr3v9pJdAm6X7DmhI6Ro5Invl { width:15.5620625rem;height:2.625rem;top:37.1875rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cAr2eRPiHqpn599rx6Nongq7JxkrICJB { width:20rem;height:3.0625rem;top:71.999351501462rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.4;color:#2532de;display:block; }
 }@media only screen and (max-width: 763px) { #mNn27MLB2yC1ugeUCK6C09znBuZPPsvS { width:20rem;height:1.3125rem;top:75.061851501462rem;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) { #OFFQeW2EmAQeffSLKfxRe2IfJKQ2x25L { width:19.124625rem;height:2.80006875rem;top:39.936961174011rem;left:0.43678975105286rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #da5WsfCRMGT4v1oJcnnZaI9LJ283xaP7 { width:19rem;height:4.375rem;top:78.749982833863rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #karhWZ3tzyQi4P0WIg4zOh3Otk4Mbkra { display:block; }
 }@media only screen and (max-width: 763px) { #BFwtyXfv6hOUfir8FUNXrsWUtqLxUJNE { width:13.5625rem;height:8.875rem;top:27.136068344116rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hei165QdTqvdBoCr6TusRom5zH21dy74 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3f774f27-501b-44e1-8038-c8b7236bacc8/BGBlack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hei165QdTqvdBoCr6TusRom5zH21dy74.adaptive-delivery-prevent-bg, #hei165QdTqvdBoCr6TusRom5zH21dy74.lazyload, #hei165QdTqvdBoCr6TusRom5zH21dy74.lazyloading { background-image: none; }#hei165QdTqvdBoCr6TusRom5zH21dy74 > .row .container { border-width: 0; border-radius: 0; }#hei165QdTqvdBoCr6TusRom5zH21dy74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hei165QdTqvdBoCr6TusRom5zH21dy74 > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QUeUrZ4GEbsXGI2uRHSveX4pq1HSc79V { width:20rem;height:26.0625rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Mwg77HCh1wif8ASqCC6GBbKf3mSNzMI3 { width:14.25rem;height:1.7871125rem;top:5.25rem;left:0.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlRzK3ABmB5FkNEeMy06s2sHcewh3arM { width:8.125rem;height:1.7871125rem;top:5.25rem;left:11.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xemDXI0zN9RRcMAZkzPcTl8p6TQm4UWO { width:16.9375rem;height:32rem;top:1.25rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ay8yThWSzBICy72uGRkswP41GapcJhx7 { width:10.375rem;height:1.7871125rem;top:5.25rem;left:6.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghWBJs8dH1ecGiuZQRu0pWhCL5CVFtsx { display:flex;width:3.125rem;height:3.125rem;top:8.75rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDTPiUUKvqKEVhPGv423ZnHH6tgx5OEN { display:flex;width:3.125rem;height:3.125rem;top:8.75rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #poCqOoWsgEMBMTWJT1noKm7iV4Z6vBNw { width:20rem;height:0;top:9.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTTVNvLOyqSOTTiCSCxXZvyauTUxGAvr { width:20rem;height:0;top:12rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcuSvvnEQnTB1soXrWhiCeN3nsUwJMML { width:20rem;height:0;top:14.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Re7hF9rdrliagU6RgWXqNhNDDmkUGtla { display:flex;width:3.125rem;height:3.125rem;top:15.0625rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxvKZK0idtigrmcyrVTf92imlyacy9JG { display:flex;width:3.125rem;height:3.125rem;top:15.0625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdbBhz3plPV6Op8euWSl4fIKzL13OCA6 { width:20rem;height:0;top:16rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lu5Sk7Zabgs7N6sogcLNAcL5cFwSiytN { width:20rem;height:0;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdNAGZErEdPly7bibfdqNrrNDftIBORg { width:20rem;height:0;top:22.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vor58NF9laRzNt3ityHDrqv7A9M2TqTk { display:flex;width:3.125rem;height:3.125rem;top:21.375rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsbM0tx88U0mZZVGzLXqCahOZL492qXf { display:flex;width:3.125rem;height:3.125rem;top:21.375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPtZo0L0ahoK8g9DsoUnuPS53boEcTy3 { width:20rem;height:0;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yT9lgXWTP4gPOZdoMSpcU9CdrDm96W2J { display:flex;width:3.125rem;height:3.125rem;top:27.875rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QenpNagKQG2Pd4LU3cMRnqUnNwPI1uQh { display:flex;width:3.125rem;height:3.125rem;top:27.875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG0xTw7taiARoZ5A8HCeaFiku7Lf2pQr { width:20rem;height:0;top:28.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXIr0iG5LWnxyJGn6TAgD5mqapmmqvuz { width:20rem;height:0;top:33.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqdI8SHmDCuzGQ6rFtRbXb0TvuF2Cav7 { display:flex;width:3.125rem;height:3.125rem;top:35.75rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bky6wV5VNi5ooQJO4QDCsR7vOSt0S1s6 { display:flex;width:3.125rem;height:3.125rem;top:35.75rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s33mNrs3VatSoumaw5hG9berIrV50wKT { display:flex;width:3.125rem;height:3.125rem;top:35.75rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4TEMlkx0Vz1NSazUBQF06owC0qrwfr6 { width:10.375rem;height:0;top:36.6875rem;left:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVxuHSn8NcPDEQI2mMqVdTVahfvPomFu { width:19rem;height:4.375rem;top:15.25rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwNlNguJOJPlbhgX62ETLpRN2EzeoVpa { display:block; }
 }@media only screen and (max-width: 763px) { #twgxzWp7NV7CTgeASM6VwHPvMv2Xuw4L { top:1.25rem;left:0rem;width:20rem;height:12.75rem;z-index:15093;overflow:hidden;display:block; }
 }