.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:157,230,241;--color-primary-1:124,249,238;--color-primary-2:90,179,175;--color-primary-3:4,255,156;--color-primary-4:18,204,148;--color-secondary-0:251,92,92;--color-secondary-1:251,135,73;--color-secondary-2:255,211,0;--color-secondary-3:255,200,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010127;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; }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row .container { background-color: transparent; background-image: none; }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row .container > .video-iframe-container { display: none; }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row > .video-iframe-container { display: none; }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .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); }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row .container { border-width: 0; border-radius: 0; }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#slO70hmEa3mT8MwMsFIkKCfzAablqceI { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,98,202,0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.53125rem;left:52.211436170213rem;display:block; }
#OdWtBIJfDlJEXlPySdz2bIBXa9eCsFqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWlNW2WzXPblX7RF41RiUP2sQXSBAv1G { position:absolute;display:block;z-index:15173;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:10.875rem;top:0.5rem;left:0.6875rem;overflow:hidden;display:block; }
#v660QWfFCM32EOBOQJPTTEQ25EmJTDfE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,98,202,0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.625rem;left:44.39892578125rem;display:block; }
#OnRwyxqMSgPP7SlMuHWUBne6rPlnwJeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OwMvLJoEZIBVk9LrA8597V6UmQ8AwDaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;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; }#OwMvLJoEZIBVk9LrA8597V6UmQ8AwDaq > .row .container { border-width: 0; border-radius: 0; }#OwMvLJoEZIBVk9LrA8597V6UmQ8AwDaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwMvLJoEZIBVk9LrA8597V6UmQ8AwDaq > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:none; }#S3wDnGvNuCWqQ0186AW9E6TtlLyhXwGM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HaMNFRC5Wc3OetAZh1aSafWOEhzvX2dk { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.5rem;left:12.9375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrBDP1KblgQTTfBhyJHWHq8bUiFgnJnp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.5rem;width:40.4375rem;display:none; }
#MAJztW7Zn08s1yTdqau4yPFyefBfw7F7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zTppiL4fDtvDrkllMcORqANlo8oqb9Rb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#O66ug44dPb57avnlW3cyMEGf9ItFEVwG { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:5.75rem;width:5.75rem;top:17.625rem;left:7.0625rem;overflow:hidden;display:none; }
#epmLmueJfLMZZm3RQgsGBOykPnA1MBGD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#g00RhTz4Ab6LF8BLPUkVZPgV887OiAoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:17.125rem;left:3.375rem;display:none; }
#WaTfFJJFlftwD2CUeqxKsbSt1OqlKAt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:23.125rem;left:3.375rem;display:none; }
#Ow8tqnUs9ZNw36ah2pdkZC5r8WZTKlAX { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:31.875rem;left:3.375rem;display:none; }
#VqF5uUx9lA2THagvZ4JmtTLHyzhJQPaf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WpO6chlMHLD3dWex9ePehfEZGFKhTsTI { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:32.5rem;left:4rem;display:none; }
#r4Vc1Ahsp7bGmTKzmqvEKR9EtKUFQI4x { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:5.75rem;width:5.75rem;top:17.625rem;left:7.0625rem;overflow:hidden;display:none; }
#JAr7AvZpdqM3HIGBSuGIgGQRh7vXBSZG { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.4375rem;width:6.6875rem;top:16.125rem;left:5.6875rem;overflow:hidden;display:block; }
#DH8ptrzCvTkPbkKtS3qicGIbtKLnfk8F { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.4375rem;width:6.9375rem;top:16.125rem;left:12.5625rem;overflow:hidden;display:block; }
#X0fIzJ7U6dL3PRbgfAOgL97sD35AppgB { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.4375rem;width:6.8125rem;top:19.8125rem;left:5.625rem;overflow:hidden;display:block; }
#Q4D745S8H9FJnkTk8qtilGufhKMhwGuV { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.5rem;width:6.9375rem;top:19.8125rem;left:12.5625rem;overflow:hidden;display:block; }
#GDGleAu7XXE7Jh4dKAFE5zEoZO8dDNJn { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0625rem;left:16rem;height:1.29980625rem;font-style:normal;display:block; }
#G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/92afa63b-f3c2-473b-8d20-f92045dcacb4/wppp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb.adaptive-delivery-prevent-bg, #G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb.lazyload, #G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb.lazyloading { background-image: none; }#G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb > .row .container { border-width: 0; border-radius: 0; }#G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecf7ff;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; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { border-width: 0; border-radius: 0; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:none; }#HOGn5I3wvZsIpCBKyT6ODJkXKLGPezfK { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zTDmslTSGmxyeUzDJCTd1ZeOPc7iqzIc { box-sizing:content-box;height:0.0625rem;width:25.5625rem;position:absolute;display:block;z-index:15168;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5625rem;left:17.21875rem;display:block; }
#xWoy19LTDaftnMrz8wgu273LLTHOkJVT { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);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: 0.0625rem 0.0625rem 0.375rem rgba(0,98,202,0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.875rem;left:14.5625rem;display:block; }
#zVCWr6QneWq1wmTq0Zbm0O12D8KUxv6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StLgs0bBIfHmt7BUHF0gBxh6U08hJxyg { color:#070707;display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:16.94384765625rem;left:6.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WBQFPaRMvTHmD153XANTPvXMmGsPnDbH { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4996875rem;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:19.4375rem;left:1.625rem;height:3.89810625rem;display:none; }
#Xs4WJmgDSHv89CxasfGMBosnNHBWQqDc { color:#000000;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:1.96826171875rem;left:13.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TbpanEd0bF04pcZxFwWqAQrkgqBvpQ0u { box-sizing:content-box;height:2rem;width:32.625rem;position:absolute;display:block;z-index:15169;background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(98,220,237,0.46), #ecf7ff);background-image: -moz-linear-gradient(117deg, rgba(98,220,237,0.46), #ecf7ff);background-image: -ms-linear-gradient(117deg, rgba(98,220,237,0.46), #ecf7ff);background-image: -o-linear-gradient(117deg, rgba(98,220,237,0.46), #ecf7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62dced75', endColorstr='#ecf7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62dced75', endColorstr='#ecf7ff' );";background-image: linear-gradient(117deg, rgba(98,220,237,0.46), #ecf7ff);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.77685546875rem;left:13.75rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }
#KQqrzB04IZhxGfiW7rkNQ3wKw30dRpmJ { color:#070707;display:block;width:53.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:6.19921875rem;left:3.1875rem;height:9.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JIMfXIwGgJIQO37ArJq6GTnaVBlXHn6H { position:absolute;display:block;z-index:15176;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.1875rem;top:22.5rem;left:27rem;overflow:hidden;display:block; }
#bPqRTM5VT7AR3oWT64UNTbaUGyp3cJiw { color:#070707;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:21.875rem;left:33.1875rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#UFsP60c6O6xh3AaI4AaUlQbI4G6kolFI { color:#070707;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:23.125rem;left:32.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#OE0DdSmdHTlnvi9PnxqRxGqzlZBmH1VZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#480e80;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; }#OE0DdSmdHTlnvi9PnxqRxGqzlZBmH1VZ > .row .container { border-width: 0; border-radius: 0; }#OE0DdSmdHTlnvi9PnxqRxGqzlZBmH1VZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OE0DdSmdHTlnvi9PnxqRxGqzlZBmH1VZ > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:none; }#aCFPgX5GLMHCitQwwrkbEw9hQIP3IHbd { background-color:#ffcc4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:22.37548828125rem;left:9.81298828125rem;display:block; }
#ndE9hienF9gIsvCM6TzzeVPt5gNSANMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNhuXNGUtXQq3g9DUphDikhG2Sa1kLVg { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #380090, #8d00d1);background-image: -moz-linear-gradient(90deg, #380090, #8d00d1);background-image: -ms-linear-gradient(90deg, #380090, #8d00d1);background-image: -o-linear-gradient(90deg, #380090, #8d00d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#380090', endColorstr='#8d00d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#380090', endColorstr='#8d00d1' );";background-image: linear-gradient(90deg, #380090, #8d00d1);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:22.4375rem;width:54.125rem;top:1.875rem;left:3.3125rem;display:block; }
#tJe9LNKwrphHS63SIcUbJ9r5ou1WroBS { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:4.13134765625rem;left:3.3125rem;height:2.7749rem;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; }
#k0ZzB8FfGsfHPOxdOreIsByOQSoumFtf { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.4306640625rem;left:8.3115234375rem;height:1.79980625rem;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; }
#SAWwNiLo6EwpIQIZwX1AsdGPto7ZUJXb { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10.29296875rem;left:0rem;height:4.3496125rem;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; }
#OB51QlMWwQwO2n2HdDBpGxLhdrOlkt5u { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:17.53076171875rem;left:0rem;height:3.75rem;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; }
#yDdOCxcq5xRfN0yr8uc9mvoPPezgbwBE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:15.41796875rem;left:10.81201171875rem;height:1.3496125rem;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; }
#Oz62zqCfg1W31Qyci8XyGbXVSdTKmr7y { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:21.5625rem;top:6.84326171875rem;left:38rem;overflow:hidden;display:block; }
#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010127;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; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container { background-color: transparent; background-image: none; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container > .video-iframe-container { display: none; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row > .video-iframe-container { display: none; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .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); }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container { border-width: 0; border-radius: 0; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#vJXiPMIImyrn5VGXy5izDJ6vfKWeNu9Z { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#C11hmnBdhoe9N3IvNvOKzTIVoh8DzVdh { box-sizing:content-box;height:0.0625rem;width:25.5625rem;position:absolute;display:block;z-index:15168;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5625rem;left:17.21875rem;display:block; }
#UencfRtWFbu3iEZ03KHf70h1faxrFHGM { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);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: 0.0625rem 0.0625rem 0.375rem rgba(0,98,202,0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.3125rem;left:14.5625rem;display:block; }
#bPql7R72QricmilRUaSAghquntOutQUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhFI6VfD2hZi4skFbE7bLZ77mLitSqH9 { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:21.75634765625rem;left:4.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#RQPyMhmLnoQeFNnwzIi6N2f3q7yLF1zk { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pJsT9P5abtw89i8QfWuAO0KFgJS4LIJT { box-sizing:content-box;height:2rem;width:32.625rem;position:absolute;display:block;z-index:15169;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #15c2ff, #010127);background-image: -moz-linear-gradient(100deg, #15c2ff, #010127);background-image: -ms-linear-gradient(100deg, #15c2ff, #010127);background-image: -o-linear-gradient(100deg, #15c2ff, #010127);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15c2ff', endColorstr='#010127' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15c2ff', endColorstr='#010127' );";background-image: linear-gradient(100deg, #15c2ff, #010127);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.25rem;left:13.6875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }
#Vg4uJQvJ7gU65OrOlf31XhZfCpTh6a6S { position:absolute;display:block;z-index:15176;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.1875rem;top:28.9375rem;left:27rem;overflow:hidden;display:block; }
#OcMsFCd5ehIODKf9nxFq86yksM3eB6xB { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:28.3125rem;left:33.1875rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#Tsh60vJ97itqQGqVGglZ4FM32SqVtTUb { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:29.5625rem;left:32.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#E5QyvtM5iskVFKyWFheTKfpyduBlvmbt { position:absolute;display:block;z-index:15177;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:56.1875rem;top:3.31884765625rem;left:1.90625rem;overflow:hidden;display:block; }
#KAo0rTdBg9u0161xBlKHEn7VZaVEtSHp { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:21.69384765625rem;left:4.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbe7f8;background-image:none;position:relative;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { background-color: transparent; background-image: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container > .video-iframe-container { display: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container { display: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .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); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { border-width: 0; border-radius: 0; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#zShEbJKn6vgbF7VHdZ7eu444072VwBT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uk78mf6KBJsdADpHbGdupc6ZWvpvNNmt { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:0.9375rem;left:2.1875rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#iXwkTc9Q7wDQVRUmUn8cH2ud2qMGMmiz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:5.8125rem;left:7.8125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#qmmSGSRH9kwkTQ1lS7DOcV0pIPGimZOi { color:#000000;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:5.8125rem;left:1.0625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#F7ZwZHqRPwA1TavK0t3m8Ut9gEKtXfFF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:5.8125rem;left:28.625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#d0WwQHl45U7BCMW0FUAlTTCdT4Gdge5T { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:5.8125rem;left:17.4375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#wZnTTK8NuoUPafS06g1R0Rbe07FIl9KK { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:5.8125rem;left:47.625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#xEbm4tyLfuqfOxQqsPxEEwHVSJ6MNZLk { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:5.8125rem;left:36.75rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }#g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw > .row .container { border-width: 0; border-radius: 0; }#g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw > .row > .video-iframe-container { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem; }#g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:none; }#QtPc39M61HPpold0SBpPzLvvAHMW1Dwp { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eggUdzeTpgJfm111wxnbCpZGBDagT2Xi { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:1.784396648407rem;left:9.3733730316163rem;height:3.0058625rem;display:block; }
#nKAIr1er7u464PHiy8ezJm6OoERPoy2q { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:11.625rem;left:16.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#lK0mNXNJDHcHD1s7Czax1m7I2xLcEFAg { color:rgba(0,0,0,0.6);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:14.5rem;left:15.75rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#uctIxNmd6hsRUzkK047ngb22PbVfyVnn { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:17.5rem;left:15.9375rem;height:2.1123rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RXfnfFVTyfw2XQu51llRCe4sZliWq1VH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:8.3125rem;left:7.625rem; }
#lubR2vHMn9Ddkmhs7ukEaX6iCoeB1G3u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:7.75rem;left:21.03125rem; }
#RA0cLE2V6TysTmeFk3wyFafN6CXUA6S7 { color:#000000;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:11.625rem;left:4.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#iLAysvAIIBZR89M9g5UbyvWrw9Pkp82g { color:rgba(0,0,0,0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:14.5rem;left:2.3125rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#Q4qaWXblxQRVffflRUCzRVn72pponiax { color:rgba(0,0,0,0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:17.5rem;left:2.3125rem;height:2.1123rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H8iqUTpMZnOXReahEhE0vpvaxrqOg5og { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:17.5rem;left:43.5rem;height:2.1123rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QeATW7IsDFg9hlqPTvTEb5h5WXe86RbO { color:rgba(0,0,0,0.6);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:14.625rem;left:42.8125rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#XsghLxpSNcpCrCrG6uVEs5TKXmOuofr6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:11.75rem;left:43.625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#XM1mmtWFEu0AIBGJENyzxLgef7hKGiGS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:8.3125rem;left:48.12451171875rem; }
#G6M6LqWWBrR39owLW65asyiIKs9dkenX { color:rgba(0,0,0,0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:14.625rem;left:29.375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#FMamVGGmKH8NKEbT7TpzC3nM2EJxQvop { color:rgba(0,0,0,0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:17.5rem;left:29.6875rem;height:2.1123rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TI3MI8mTXgk6SCFkQfyRSyOrDsoUGexG { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:11.62451171875rem;left:29.4677734375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#yUWA5g7DFc8POfTSEfFQ3Q6IMxLbaL3K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:7.75rem;left:34.68701171875rem; }
#axN0abKsJgObdVGVhuWefoa9urGJCruN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:17.8125rem;left:5.125rem; }
#z2DQgBfLMy4gSHPxFdy2lQUxQASdiqV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:18.8125rem;left:4.625rem; }
#XrJK0gDQOTUFhmBaVDRnH3H3hqTKVcI2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:18.75rem;left:19.5rem; }
#vAZTX4ohgz0CT6VHxr8e1raMtMPGDOXm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:17.75rem;left:18.875rem; }
#StECP0nHGuIPN8I9lc04u5hbwTW1cTJ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:17.6875rem;left:30.5rem; }
#eDzXazAuIXVn6sSNa6dGeVgXVP86qf3E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:18.79931640625rem;left:31.9375rem; }
#MDt21kOOXMsqTuDfXD4ttSTn8yVqgXN2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:18.79931640625rem;left:44.3125rem; }
#atKDpFJLOPB02mUpwSXZ27nli1TVKW9X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:17.7431640625rem;left:44.8125rem; }
#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbe7f8;background-image:none;position:relative;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container { background-color: transparent; background-image: none; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container > .video-iframe-container { display: none; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row > .video-iframe-container { display: none; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .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); }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container { border-width: 0; border-radius: 0; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row > .video-iframe-container { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#LGmivZGU1nnfZokAPb8I9bWxFou8m724 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lflcd5iiMUA27ecIUOVzzJnUoAzSTCek { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:1.784396648407rem;left:9.3733730316163rem;height:3.0058625rem;display:block; }
#ZX4Scb3yKqa69GOvGlLl4EdHIUPTv1Qp { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:11.625rem;left:16.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#ck19pRlTP0FR4VIJ79MKKRUkfv1VvdHu { color:rgba(0,0,0,0.6);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:14.5rem;left:15.75rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#wdQwoTBgSDbg2fxsvFRazKr1DdHmtU0G { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:17.5rem;left:15.9375rem;height:2.1123rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OHU04IS5az8WiaTJ0Uo901bNaxD3HcZo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:8.3125rem;left:7.625rem; }
#CwT9bwC500ysMMP03CNUMBhyBCSX8RIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:7.75rem;left:21.03125rem; }
#STGeKJ7qKhpic4MelvaDsoPXKlace9iz { color:#000000;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:11.625rem;left:4.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#RhJWwUSvTFzV5R8bbT5rzyZe0NxoLdwu { color:rgba(0,0,0,0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:14.5rem;left:2.3125rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#TIp7Wr67uD53TquyoKnR1iRoMpTrvkLN { color:rgba(0,0,0,0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:17.5rem;left:2.3125rem;height:2.1123rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eJeF2eTpQZePvAt6migR7xK1wVtTLLwq { color:rgba(var(--color-tertiary-4),0.6);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:17.5rem;left:44.125rem;height:2.1123rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y1PUTVsIxyrm9Z0SKMX3oWcN2L1qiEIi { color:rgba(0,0,0,0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:14.49951171875rem;left:42.65673828125rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#MIGovbfGawycUrVp5EpJHyF7TuT8tE4y { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:12.193359375rem;left:43.5rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#GP8EpQzdBSMkKW7BvprxWbiMbp1UMaKS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:8.3125rem;left:48.12451171875rem; }
#h3coC0KEkHBfWxJfskfkFEKEmT2mvQD7 { color:rgba(0,0,0,0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:14.625rem;left:29.375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#Dy1bqxUCoWdaEBpwDklAiVtRFHSUN5cT { color:rgba(0,0,0,0.6);display:block;width:12.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:17.5rem;left:29.6875rem;height:2.1123rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IRechy2lndTgV5zCyqOwleIc2khPzlQ2 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:11.62451171875rem;left:29.4677734375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#R6H5f5Bw1F5s6T1lnJs7coM9tHATnwii { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:7.75rem;left:34.68701171875rem; }
#RL6dKOUUywIiRwG5qKkGLGJR0MrQcbbT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:17.8125rem;left:5.125rem; }
#H6zA15PRlvLaaWB2Fu1FtKH7MvR4fAAq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:18.8125rem;left:4.625rem; }
#qezLEa9dVXVWT4rCrWNFJx2VhZZKMdrU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:18.75rem;left:19.5rem; }
#HQK2VCvQT9RG0e1LgCPQDis5bOqMGmQu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:17.75rem;left:18.875rem; }
#RkeARhwXO0mT5ztEtOWKUhFagLzGfcJr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:17.6875rem;left:30.5rem; }
#OT5A5d0hUv1E4BUVfbJl6WTMDccn8mlP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:18.79931640625rem;left:31.9375rem; }
#qsOBs8CEBXm3Se1yrWzHfNTR1DGsaB96 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:18.8125rem;left:44.3125rem; }
#a1EU33dN1pvSpOcyD7LnhQtWoxOZL2Pg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:17.75rem;left:46.5rem; }
#Lg1PRLasiyZXyUHpvPSwWBTKeuuCo3lt { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:1.784396648407rem;left:9.3733730316163rem;height:3.0058625rem;display:none; }
#IAGyxrW7KmzZMS6LoDs3EFo76Kk05ydg { color:rgba(0,0,0,0.6);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:14.5rem;left:15.75rem;height:2.1123rem;text-align:center;text-align-last:center;display:none; }
#u178QQ5s18vOapucCr4eztKJpdlrePEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050c2c;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; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { background-color: transparent; background-image: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container > .video-iframe-container { display: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container { display: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .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); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { border-width: 0; border-radius: 0; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#PF6h5dKDr39STgGpJwzp1McTrT6loLbr { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KTbzeJX3HlDWGECM8heenhZbbJtNLsNp { box-sizing:content-box;height:13.6875rem;width:24.5rem;position:absolute;display:block;z-index:15065;background-color:#050c2c;background-image:none;box-shadow: none;border-top:0.1875rem solid #6f9aff;border-left:0.1875rem solid #6f9aff;border-right:0.1875rem solid #6f9aff;border-bottom:0.1875rem solid #6f9aff;top:8.9375rem;left:3.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#fNV69tEllesnSui4oPDUBETJiWNTsHcQ { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:23.875rem;left:16.1875rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#PQqDA9ko8HNl1SMWMASWeme9TOr0WBIK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:24.375rem;left:14.6875rem; }
#SOvRpS2RtsStmbB6pJMVmVratHzC19JU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:25.9375rem;left:14.75rem; }
#ZWlEdrqesHQl0nKyEuraziHcX9qsGoT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:27.5625rem;left:14.6875rem; }
#pd2DBkxIyAQnhuQyF8BqhScmNEKvsxyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:29.1875rem;left:14.6875rem; }
#oa3516ZJTSMOcwMLQniwoFW2xhz6vfID { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:1.462890625rem;left:5.875rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cr29oPQmvNaDQCklNrAlsMmOthTdgeUs { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:24.5rem;top:9.0625rem;left:32.375rem;overflow:hidden;display:block; }
#aQC8fScZc1hOV11GoM3GoiLs0HRMd3E6 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.5625rem;top:9.125rem;left:3.6875rem;overflow:hidden;display:block; }
#hbm0gXJeoAgZosooctwBNXAnFmMU9wz5 { box-sizing:content-box;height:13.6875rem;width:24.5rem;position:absolute;display:block;z-index:15066;background-color:#050c2c;background-image:none;box-shadow: none;border-top:0.1875rem solid #6f9aff;border-left:0.1875rem solid #6f9aff;border-right:0.1875rem solid #6f9aff;border-bottom:0.1875rem solid #6f9aff;top:8.9375rem;left:32.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#h7hgbmI4wyUXN8CWt3g27LpLr7DosNHH { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:1.462890625rem;left:5.875rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BbdzCmzfuBbT3E8muJHVodUw8UFKwlUP { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:23.875rem;left:16.1875rem;height:6.5rem;text-align:left;text-align-last:left;display:none; }
#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050c2c;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; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container { background-color: transparent; background-image: none; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container > .video-iframe-container { display: none; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row > .video-iframe-container { display: none; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .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); }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container { border-width: 0; border-radius: 0; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#zr3RS1DugdGTxDqlShCSr4VaDei0zcQm { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cz780EG5ppwBOt1E0TCosSesn76TIQT9 { color:#95bdff;display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:1.08740234375rem;left:14.4375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#guNkbiNLOv0VoBgQL3nZ7vh0SfAbRQwW { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:4.5625rem;left:4.375rem;overflow:hidden;display:block; }
#Ew7xFhoFi6ZuNM2ffzRNb0Q1wdL9cZun { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:4.25rem;left:22.8125rem;overflow:hidden;display:block; }
#Fk3cFe1wyTXetx1gvXfOVpWTo8VR1uWd { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:4.3125rem;left:41.3125rem;overflow:hidden;display:block; }
#WxkLMLeR1BNLZDiJIt0DzGtDeDq06sid { box-sizing:content-box;height:7.75rem;width:17.0625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#171f43', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#171f43', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18rem;left:2.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#yfnPRuZLwu6x5WI9Te6RsPpT1Br6URoZ { box-sizing:content-box;height:7.75rem;width:17.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#171f43', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#171f43', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18rem;left:21.5rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#Om39M8T6R89TgIMFIfTePwzSFFapTNrg { box-sizing:content-box;height:7.75rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#171f43', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#171f43', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #171f43, rgba(var(--color-primary-2),0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.125rem;left:40rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#geQDfwTCeHWEsbd89mzQLNxXQf736vEN { color:#95bdff;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:19.5rem;left:3.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#fpEWWb0aOUnyp9EIwOH81FlR0FAtMKr3 { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:21.3125rem;left:3.625rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#TsIt6nnPPAeyPiglgTckUQWqM2fXxVrV { color:#95bdff;display:block;width:12.875rem;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:19.625rem;left:22.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Sq6ENuAoXf5hylfOztNqG0paRBW26MfA { color:#ffffff;display:block;width:15.875rem;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:21.3125rem;left:22.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#Cg3dlKMKkyoQvhHaDV8yRctvOfdrgw3s { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:21.3125rem;left:40.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#dKnJh5aZqXQeqSQ40o2FFOXCowBFUh0m { color:#95bdff;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:19.625rem;left:40.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbe7f8;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; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { background-color: transparent; background-image: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .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); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { border-width: 0; border-radius: 0; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:60rem;position:relative;display:block; }#JhL7v3KakaPywW0yNv3xV9Rl9BbkSN7r { color:#15b5fa;display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:17.625rem;left:2.46875rem;height:3.82470625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk { color:#000000;display:block;width:36.125rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:18.5rem;left:23.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
#fx25DmeO8fIHt1wXyA8N4keat28cp6nX { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:43.5625rem;left:29.9375rem;height:16.5841875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#fx25DmeO8fIHt1wXyA8N4keat28cp6nX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fx25DmeO8fIHt1wXyA8N4keat28cp6nX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
#Z95Hywd0NNniPkua0GZkJzXm2yNlhdR1 { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:2.21240234375rem;left:7.21875rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hywFzlpifSbEqhWcooT1U6iksaUKpOHQ { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:8.0625rem;left:5.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#xiwfmTd7BeONz1OuC24vSC7DJNB2nAEP { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#drDmvBXUhG5JfIEPTMqy5VFmBJZb89ki { color:#ffffff;display:block;width:17.375rem;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:10.0625rem;left:23.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#Tq3qywA6D1ZkfxF08nqpRP778dwS7Hp6 { color:#ffffff;display:block;width:11.625rem;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:8.0625rem;left:23.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#kqVFWhSF9sE05bg4zM8NnhfPGTaU1iGV { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#qpKAAqTEpwFiJcWeWIKpvXXE1Bft0vA7 { color:#ffffff;display:block;width:11.625rem;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:8rem;left:42.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#JbSxqRpNBWuDThF2dFditbGs3w9cwS96 { box-sizing:content-box;height:7.75rem;width:17.0625rem;position:absolute;display:block;z-index:15005;background-color:#171f43;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.33);top:6.25rem;left:3.6875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#s7iqKeudnMZsTtLS6sancRn5pneE1QCO { box-sizing:content-box;height:7.75rem;width:17.0625rem;position:absolute;display:block;z-index:15006;background-color:#171f43;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.33);top:6.25rem;left:22.5rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#NSMXNKleqCZ9qgz5VlbcEaBCZ7Veb9xN { box-sizing:content-box;height:7.75rem;width:17.0625rem;position:absolute;display:block;z-index:15007;background-color:#171f43;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.33);top:6.1875rem;left:41rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#VMqoB0988ACT6fJ5EwXKBBvpiLdgkkFz { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:24.5625rem;top:21.44921875rem;left:0rem;overflow:hidden;display:block; }
#wMzeFa5GGNacc7MqNA11gPT2VKwx6vIH { color:#000000;display:block;width:36.125rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15008;line-height:1.8;letter-spacing:0;top:38.44775390625rem;left:2.46875rem;height:18.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#wMzeFa5GGNacc7MqNA11gPT2VKwx6vIH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wMzeFa5GGNacc7MqNA11gPT2VKwx6vIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
#qQUNGekI8loZ2cBGw4ki8ghK8lxPuDot { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:24.3125rem;top:42.546875rem;left:35.6875rem;overflow:hidden;display:block; }
#l7Gkk6pFcrcDCmMBFfBiW9CTlxhKJNEB { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:2.21240234375rem;left:7.21875rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#bTkhadqMwPvJ1FR99nZ5u2BbgaSLThzp { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,98,202,0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:56.83349609375rem;left:23.09375rem;display:block; }
#iLptht00H209mhTctDwffRrfSyvyLxDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050c2c;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { border-width: 0; border-radius: 0; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { font-size:0.875rem;font-family:arial;height:134rem;width:60rem;position:relative;display:none; }#yAUeynKr7ypBx2gTfo7N96Kq6GMaT9kX { position:absolute;display:block;z-index:15000;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:13.0625rem;left:9.0625rem;display:block; }
#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;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:22.75rem;left:10.8125rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#H0UQGh0owB4fe2UmI3uZyOGyJIbRT05T { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.23095703125rem;left:8.375rem;height:4.30615rem;text-align:center;text-align-last:center;display:block; }
#TpQTOobIbikLbOs4AKAmlr8w5bQ7Zdpx { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:14.80615234375rem;left:15.03125rem;height:2.5996125rem;font-style:normal;display:block; }
#xyuQBVv1pDOhdHxiS9CWXVTXpAJNv5ND { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:20.0625rem;left:10.8125rem;height:1.29980625rem;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; }
#oT6gdT6w1nAMJqAVuV8FUvtnN0vdpL7T { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:15.49951171875rem;left:10.8125rem;display:block; }
#lJf1o9g25oTt3hAi0VOxC4olwtWRhrqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTlbhEJ4U2t4WKxh6iOq6JccVPgNf4KS { color:#ffffff;display:block;width:35.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.03759765625rem;left:12.21923828125rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;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:33.25rem;left:3.8125rem;height:10.973625rem;text-align:left;text-align-last:left;display:none; }#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#MqVXzZeNiJnwOP6yazwPCudBmygpXISo { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:64.25rem;left:3.875rem;height:10.973625rem;text-align:left;text-align-last:left;display:none; }#MqVXzZeNiJnwOP6yazwPCudBmygpXISo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MqVXzZeNiJnwOP6yazwPCudBmygpXISo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#EfBVuy4kQV1cBqKLJmTIGV86w3FI6Sz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.061rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:86rem;left:3.9375rem;height:5.199225rem;font-style:normal;display:none; }
#DfFHkyTZDPExGGT200msX7AS7gVUbt0X { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:95.125rem;left:3.9375rem;height:10.973625rem;text-align:left;text-align-last:left;display:none; }#DfFHkyTZDPExGGT200msX7AS7gVUbt0X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DfFHkyTZDPExGGT200msX7AS7gVUbt0X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#TVtptLKhnRgFeUfowTTZToBFzJOmpF8Q { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:17.40576171875rem;left:15.03125rem;height:1.21875rem;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; }
#xvvsTw0NOXwvkL6ubPtRxnznfCoG1WuG { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:13.96875rem;left:2.59326171875rem;display:block; }
#PdH2vwo9VzdHtGstdamp21DcMe2bHG0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXpAfk1gQowiMHfASI67TikLp74rCanS { box-sizing:content-box;height:117.125rem;width:0.125rem;position:absolute;display:block;z-index:15172;background-color:#6977a4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:4.28076171875rem;display:block; }
#eiLzpAhauVnnn4sepkde2z43Bvmxk9Hy { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:30.375rem;left:2.59326171875rem;display:block; }
#TfgPaOAdAdJQMTO0nTLTDkdMh2b8rH6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofG3xnzAa1mn2t1diDRVTgQxA10D6Kif { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:47.8125rem;left:2.59326171875rem;display:block; }
#ivTEG0WNLP7rBaoLrWDmsiZ0EzfTH6uF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#frMP3KXIHG2IKn6vITpxQJcPgmifwXEp { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:65.3125rem;left:2.59326171875rem;display:block; }
#Z8nLJrIJ2KxTomwMxGIoiSmKwPTc15qe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsIze7J6pagi7RKw16JHGr5QNbdUOH1L { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:82.6875rem;left:2.59326171875rem;display:block; }
#mPslcPQBRQt6Kc6MJIKvabZZi9DMESut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhGWRWgnQ11rJNnwqJVRZnAyCmTVOVD5 { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15176;text-align:center;text-align-last:center;top:99.9375rem;left:2.59326171875rem;display:block; }
#ayXFSUbWTXBfA7XeNzZNfaHIFfcbZcCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Txk7dSDJBBi25LnZLwOnIe97LUxCDn35 { background-color:#6977a4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.3125rem;height:3.1875rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:116.75rem;left:2.6875rem;display:block; }
#U0nZrUIigVreQL3d3Dc8KT7K6rsp860D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXpFiNNM6qqACMzbGmwnuzsStmsV0xJp { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:116.75rem;left:2.59326171875rem;display:block; }
#IS0LJrKdxzCaxrVLyHm4DFkUDq114IiV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxpoHKrSEXMeGiZx1OFxnRMTIoprVlZl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:22.75rem;left:31.37353515625rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#KxpoHKrSEXMeGiZx1OFxnRMTIoprVlZl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KxpoHKrSEXMeGiZx1OFxnRMTIoprVlZl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#sIBW0SNiaNlRtp7HTg23F1fPeyly89kO { position:absolute;display:block;z-index:15007;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:30.375rem;left:9.125rem;display:block; }
#oeWDsbOzc8Da5d7MbsRKBdnPC8gwBCVa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:40.0625rem;left:31.4375rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#oeWDsbOzc8Da5d7MbsRKBdnPC8gwBCVa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oeWDsbOzc8Da5d7MbsRKBdnPC8gwBCVa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#LwBgc1GfCwPFs046STOwCISUooV9V1i0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:40.0625rem;left:10.875rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#LwBgc1GfCwPFs046STOwCISUooV9V1i0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LwBgc1GfCwPFs046STOwCISUooV9V1i0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#aQpcEEdlTXPfuM7cpWLq0TKs93swQquq { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:37.375rem;left:10.875rem;height:1.29980625rem;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; }
#OFx1D16Uqh0KtyDMnckZ9yJXMUGK7qtV { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:34.6875rem;left:15.125rem;height:1.21875rem;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; }
#Rs6skXUqBnyMs8cV9N5LKdqVpcM2ucnB { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:32.125rem;left:15.125rem;height:2.5996125rem;font-style:normal;display:block; }
#Lw9Ih7phKEiBqBNLPodDDbC5dWGd6yhs { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:32.8125rem;left:10.875rem;display:block; }
#I8hGJLJAUuhJG01kGe64sTJHfReh0fCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVNvXwPuO0ZHyvJ0XiLbIOIHA7oNWR5M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:16.06201171875rem;left:11.4375rem; }
#rmfsWT9PUH7bxVQ1zSsUL59QeAsf7bD7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:33.1875rem;left:11.4375rem; }
#D39WGhizp2DBANVmKD92rWwTSpyn2g3Z { position:absolute;display:block;z-index:15023;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:65.125rem;left:9.1875rem;display:block; }
#repRxAswLSmlLbBlbGpstygsAKD8FGux { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:74.8125rem;left:31.5rem;height:;text-align:left;text-align-last:left;display:block; }#repRxAswLSmlLbBlbGpstygsAKD8FGux li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#repRxAswLSmlLbBlbGpstygsAKD8FGux li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#ZnD36EoCRcyiK2zfuF3XxmahQa6CgsNn { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:72.125rem;left:10.9375rem;height:1.29980625rem;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; }
#rxvfE5uRzM9tm0XakbAS6JelOhThHVHU { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:69.4375rem;left:15.1875rem;height:1.21875rem;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; }
#mUJWLGIe4eT45fmAzGqS3tJt3V93gwgU { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:66.875rem;left:15.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#uURCKGePF06bx8V6e6WddVgrb138AoHS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:74.8125rem;left:10.9375rem;height:;text-align:left;text-align-last:left;display:block; }#uURCKGePF06bx8V6e6WddVgrb138AoHS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uURCKGePF06bx8V6e6WddVgrb138AoHS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#dZtF1I9UTzGAOP8Tnt50DfyEkBR7HCPi { position:absolute;display:block;z-index:15016;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:47.8125rem;left:9.125rem;display:block; }
#uznSShCHgJKSlxaGttEhE5ktAJTlxGkV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:57.5rem;left:10.875rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#uznSShCHgJKSlxaGttEhE5ktAJTlxGkV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uznSShCHgJKSlxaGttEhE5ktAJTlxGkV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#Aa0L7n7qiTeBXHaOL0I25l5AeTUuoaob { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:57.5rem;left:31.375rem;height:;text-align:left;text-align-last:left;display:block; }#Aa0L7n7qiTeBXHaOL0I25l5AeTUuoaob li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Aa0L7n7qiTeBXHaOL0I25l5AeTUuoaob li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#KOEgkk6VN9R0rufveEfJr8k33fXICLo0 { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:54.8125rem;left:10.875rem;height:1.29980625rem;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; }
#d2EqSrFfwCn7fHz7Te5b4Q2AsucTAApr { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:52.125rem;left:15.0625rem;height:1.21875rem;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; }
#VqCEKD9H2gkUH7x425tnau9vBThfuUAH { color:rgba(var(--color-tertiary-0),1);display:block;width:44.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:49.5625rem;left:15.0625rem;height:2.4375rem;font-style:normal;display:block; }
#x3ZpoHKRlTMk3fLrMVGU7JJfsFwXMuNN { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:50.25rem;left:10.875rem;display:block; }
#hS3JUCHJQAqVMlPIzHrdSFi0Ge6BOgQ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C17f5rXTI4yV7arizzZ4FMSFMVxxxuea { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:67.5625rem;left:10.9375rem;display:block; }
#hzxF2QNbk7n9aokWxvek3MusbJl4X66X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LBUhWmRoPzfc61M8xRGClWlETcUUMQNk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:50.8125rem;left:11.5rem; }
#pXa2HKu5Mu9FNrmWXkAWPtJ7EiZu593L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15196;opacity:1;top:67.9375rem;left:11.5rem; }
#IsBslR0U2rxGBAIG9h13c4cCBiGWrWaV { position:absolute;display:block;z-index:15039;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:100rem;left:9.25rem;display:block; }
#Ae6uqTKOh7HzeygbKr1OsKOA1wZGPeeS { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:109.6875rem;left:31.5625rem;height:;text-align:left;text-align-last:left;display:block; }#Ae6uqTKOh7HzeygbKr1OsKOA1wZGPeeS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ae6uqTKOh7HzeygbKr1OsKOA1wZGPeeS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#vN7tw2I8gS6hDpeJog7mwzshMQhBAiHZ { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:107rem;left:11rem;height:1.29980625rem;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; }
#E7L1PnqWyF6p9XD5eF44xKpVaWZKtFph { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:104.3125rem;left:15.25rem;height:1.21875rem;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; }
#IMcON4syldCJitNxPUkXu59QUonSHTGT { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:101.75rem;left:15.25rem;height:2.5996125rem;font-style:normal;display:block; }
#EPlyK06J1l6xtoiU8bcd6aJSAWwUbyXB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:109.6875rem;left:11rem;height:;text-align:left;text-align-last:left;display:block; }#EPlyK06J1l6xtoiU8bcd6aJSAWwUbyXB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EPlyK06J1l6xtoiU8bcd6aJSAWwUbyXB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#S9ANQyAPxRKmfEGlKbaS577SNlIOSsva { position:absolute;display:block;z-index:15032;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:82.6875rem;left:9.1875rem;display:block; }
#TuwoGisJPE4BRpvSQfw34V6gCqGskGKF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:92.375rem;left:10.9375rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#TuwoGisJPE4BRpvSQfw34V6gCqGskGKF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TuwoGisJPE4BRpvSQfw34V6gCqGskGKF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#H1HMmJxyQ3he8GfTDGbs566Q6PPURkya { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:92.375rem;left:31.5rem;height:;text-align:left;text-align-last:left;display:block; }#H1HMmJxyQ3he8GfTDGbs566Q6PPURkya li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H1HMmJxyQ3he8GfTDGbs566Q6PPURkya li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#TlW7ueq9xGww4cJ0k5RwDUy82C79OVGk { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:89.6875rem;left:10.9375rem;height:1.29980625rem;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; }
#kc4TK3ammRcI8OpE94xdcVstxUsCaFMz { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:87rem;left:15.1875rem;height:1.21875rem;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; }
#Z19WXBg2xti3fvEmHha2IsTr9eg7rF4L { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:84.4375rem;left:15.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#zMwe2a5V1BeNwVBmlR1hpx5JgI9pKFTN { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:85.125rem;left:10.9375rem;display:block; }
#FlL0Gc3bA5Qz5f7fHst7ZR0b9h0UqxAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zp06zA5w05U8uPc1XbhiZKrktTLTQUbU { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:102.4375rem;left:11rem;display:block; }
#OqQkOty60rmi95rrDItDdyRxt53DtNdi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OLs6lDqCxhuGaLpqSpkz4fuqeE8tV0VN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15211;opacity:1;top:85.6875rem;left:11.5625rem; }
#AFVgd6qAM1M4hwJ1b9zDDfas7rhZBier { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15212;opacity:1;top:102.8125rem;left:11.5625rem; }
#mKUmqs65fh1xeSN9FOPSAddKJ3HmJQIP { position:absolute;display:block;z-index:15047;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:116.75rem;left:9.125rem;display:block; }
#shNnfuq6BKak9Jknosy4hdBfwOT5Tteo { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:126.4375rem;left:31.4375rem;height:;text-align:left;text-align-last:left;display:block; }#shNnfuq6BKak9Jknosy4hdBfwOT5Tteo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#shNnfuq6BKak9Jknosy4hdBfwOT5Tteo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#GPZwdfk7Q4SLypcqxQVf9ZkB0li470Tr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:126.4375rem;left:10.875rem;height:;text-align:left;text-align-last:left;display:block; }#GPZwdfk7Q4SLypcqxQVf9ZkB0li470Tr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GPZwdfk7Q4SLypcqxQVf9ZkB0li470Tr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#gIwRqPvm52OiHTGhQeuTcr45ty0opHJS { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:123.75rem;left:10.875rem;height:1.29980625rem;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; }
#O13509hDSJGprPuT8L3VGfB7BIIgk84Q { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:121.0625rem;left:15.125rem;height:1.21875rem;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; }
#PQrObEA9kCI4C4TNtmXJ9TXFG1JtGJT0 { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15217;text-align:center;text-align-last:center;top:119.1875rem;left:10.875rem;display:block; }
#GGSAWEs4DKd3eVwCncgo6zuKyCgsDE4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdRWT2xhpfouAqs0teBfBnpFSUgXqIo1 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:118.5rem;left:15.125rem;height:2.5996125rem;font-style:normal;display:block; }
#Co6SCOf89ahrxoewqaysywR5etgvpAme { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15220;opacity:1;top:119.5625rem;left:11.4375rem; }
#qI4nw6z8WLLNPgunasRJvpckT2iDursx { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15221;line-height:1.3;letter-spacing:0;top:14.03125rem;left:2.15576171875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndqKee6BhpJczPFs9FO03rJEvkfcfqkm { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15222;line-height:1.3;letter-spacing:0;top:30.35595703125rem;left:2.34326171875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#OdhM3XyztK98L8wv2Ze5EEEoOTGoSFmS { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15223;line-height:1.3;letter-spacing:0;top:47.7939453125rem;left:2.34326171875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#lcTrLuxVOeXLkuTr72gHeP4bemqX2UuV { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15224;line-height:1.3;letter-spacing:0;top:65.2939453125rem;left:2.34326171875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Br1ornezdTPMSlzZSuTbDEFT4T3xPkdn { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15225;line-height:1.3;letter-spacing:0;top:82.6689453125rem;left:2.34326171875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#ZlGaoNtNwzi3QnyTx5tflLnA7laeQWZS { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15226;line-height:1.3;letter-spacing:0;top:99.9189453125rem;left:2.34326171875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#I88MNwmWQ2dpB51q0crAGup6G5PoPqP2 { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15227;line-height:1.3;letter-spacing:0;top:116.6376953125rem;left:2.34326171875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050c2c;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; }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row .container { background-color: transparent; background-image: none; }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row .container > .video-iframe-container { display: none; }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row > .video-iframe-container { display: none; }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .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); }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row .container { border-width: 0; border-radius: 0; }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#NpTHvJry7rnzhDnXv52QausqaRsgAh2d { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:21.6875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#zW3QIllHVeHOMgKuFUq3ppuHwhFwB1tq { box-sizing:content-box;height:2rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #15c2ff, #010127);background-image: -moz-linear-gradient(100deg, #15c2ff, #010127);background-image: -ms-linear-gradient(100deg, #15c2ff, #010127);background-image: -o-linear-gradient(100deg, #15c2ff, #010127);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15c2ff', endColorstr='#010127' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15c2ff', endColorstr='#010127' );";background-image: linear-gradient(100deg, #15c2ff, #010127);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1rem;left:20.1875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }
#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050c2c;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container { background-color: transparent; background-image: none; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container > .video-iframe-container { display: none; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row > .video-iframe-container { display: none; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .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); }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container { border-width: 0; border-radius: 0; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container { font-size:0.875rem;font-family:arial;height:102.125rem;width:60rem;position:relative;display:block; }#MVBTLH2NVcxftoh7Vvc9rmsyDoKaP1sP { position:absolute;display:block;z-index:15000;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:62.3125rem;left:7.8125rem;display:block; }
#yernHiKv3k7SNymcNwfUSbvK20O5waWC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;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:72rem;left:9.5625rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#yernHiKv3k7SNymcNwfUSbvK20O5waWC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yernHiKv3k7SNymcNwfUSbvK20O5waWC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#gumTbwmUwnbTkzHLTMCD8qKqaFueP5qW { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:64rem;left:13.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#huLSXCHVk7QkhBeibU8a3hvHnLyhgGT7 { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:69.3125rem;left:9.5625rem;height:1.29980625rem;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; }
#dCGTRB6kdDsnb5k4g0KidwBWktJTBBHI { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:64.6875rem;left:9.5625rem;display:block; }
#q01TxxcFwqhT8In2aqkhMR1AxyfDE9Hy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4586w6xlBgOzuHGeVaNm3216FiENduG { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:66.625rem;left:13.8125rem;height:1.21875rem;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; }
#qTNS7eM09eZlaQerLmhmu58Ba77RqktF { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:10rem;left:1.9375rem;display:block; }
#R4AQfP4cRipFJ4ucRWbpqT8gNDrZPTJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D46TLLKfWftmNynZX5UzVto3QOlT8aUt { box-sizing:content-box;height:83.5rem;width:0.1875rem;position:absolute;display:block;z-index:15172;background-color:#6977a4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:3.5625rem;display:block; }
#EINBtULTUxOThUNEvUoimR9iaf0mH5Iw { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:27.4375rem;left:1.9375rem;display:block; }
#WJg26qftLnnIfkKIAJ0kRQAQTMEeKoA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5Wk5z0rOepvd0iFufGaD59y9L9bGfb4 { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:44.8125rem;left:2rem;display:block; }
#vLomU8DTHDABxSwIEpDqhHTUgtIrNr7G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhvBJVGAlnMJXpKncS8SywT4MNo0pyWP { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:62.3125rem;left:2rem;display:block; }
#lJG6m4VqWScBhwfqZilcqXEM3Qfhx7iu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwRlkzGTPfN4QexZGtNMG4E0mrfCR8gp { background-color:#6977a4;background-image:none;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#095842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:79.5rem;left:2rem;display:block; }
#fh8eEezgIImLLKDbQDaMuTtQDC6IVC6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Md3VpocBOfppcoSZ8dwhKrDGUT9FJHRh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:72rem;left:30.125rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#Md3VpocBOfppcoSZ8dwhKrDGUT9FJHRh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Md3VpocBOfppcoSZ8dwhKrDGUT9FJHRh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#ZzSXdvxPKTnLapC1iTSLMPzaRltFHSaS { position:absolute;display:block;z-index:15007;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:10rem;left:7.625rem;display:block; }
#eF2VeFqTUe1SlGRO7xTrDlHe3EnRbsRf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:19.6875rem;left:29.9375rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#eF2VeFqTUe1SlGRO7xTrDlHe3EnRbsRf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eF2VeFqTUe1SlGRO7xTrDlHe3EnRbsRf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#XuF3Dsm9a6WwyFrFW4TL48f3Bigfg0Hw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:19.6875rem;left:9.375rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#XuF3Dsm9a6WwyFrFW4TL48f3Bigfg0Hw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XuF3Dsm9a6WwyFrFW4TL48f3Bigfg0Hw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#Ro9k5F5OZMKfTPvqMRn2vP0izp4OSZw8 { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:17rem;left:9.375rem;height:1.29980625rem;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; }
#gVzh8cygKqOgWqHFOxHNNSPFdfkzx8qA { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:14.3125rem;left:13.625rem;height:1.21875rem;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; }
#tcWgfJoVDqlsITgl5fPbTgJFyVUcxbTX { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:11.75rem;left:13.625rem;height:2.5996125rem;font-style:normal;display:block; }
#WAD4OPOFWim4tdeqBtbCdmodxePvPKCW { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:12.4375rem;left:9.375rem;display:block; }
#xBwoP537axViecX3JmKz56FTfqavkHv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wV5Eu4xkZpmwxNteCGFOM5tI9Q8rkUTR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:65.25rem;left:10.1875rem; }
#GypG5bTXpkObwELS5hFQr9IQTCe5ZLbH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:12.8125rem;left:9.9375rem; }
#q2AiQJmxPF81kdH2ZeuBIe59ztuexIuD { position:absolute;display:block;z-index:15023;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:44.8125rem;left:7.8125rem;display:block; }
#fH3FHrdI87tXFyTMpIdkuL3RKy6aeGTN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:54.5rem;left:30.125rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#fH3FHrdI87tXFyTMpIdkuL3RKy6aeGTN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fH3FHrdI87tXFyTMpIdkuL3RKy6aeGTN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#G2z0m6tEmxo9hskDAMVg5xC4QUFq7Do5 { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:51.8125rem;left:9.5625rem;height:1.29980625rem;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; }
#NIHn10V8cnRRq0JDCkrviTmK50M6ISOd { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:49.125rem;left:13.8125rem;height:1.21875rem;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; }
#v8gmWhQwBEuaTpASdOF1LS9kyuf3xGyl { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:46.5625rem;left:13.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#f8rm9lW4Vq06SJekuIDblnkKZCS8cbU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:54.5rem;left:9.5625rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#f8rm9lW4Vq06SJekuIDblnkKZCS8cbU3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f8rm9lW4Vq06SJekuIDblnkKZCS8cbU3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#KSN11DWcWiAv91UbA5BcW7pWZp5E0MED { position:absolute;display:block;z-index:15016;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:27.4375rem;left:7.625rem;display:block; }
#PeJ0xAyGDgevsDIHfPZaAUNik8nE5TeX { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:37.125rem;left:9.375rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#PeJ0xAyGDgevsDIHfPZaAUNik8nE5TeX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PeJ0xAyGDgevsDIHfPZaAUNik8nE5TeX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#TpfK2HI3GT4pKzdKR4XTUJUZxN20xL0r { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:37.125rem;left:29.875rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#TpfK2HI3GT4pKzdKR4XTUJUZxN20xL0r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TpfK2HI3GT4pKzdKR4XTUJUZxN20xL0r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#H8wuTohE0W2i2se8Tm9yFewtJyEpAOmq { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:34.4375rem;left:9.375rem;height:1.29980625rem;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; }
#UuQyzZbKzSEcBWvPB0IZs8E1fS9X79Ts { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:31.75rem;left:13.5625rem;height:1.21875rem;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; }
#HoGc1fkbhUapPBiJ4d1fFA9TP6lIN00k { color:rgba(var(--color-tertiary-0),1);display:block;width:44.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:29.1875rem;left:13.5625rem;height:2.4375rem;font-style:normal;display:block; }
#ZDVfMX6Tpl56AtxKcT3Wy2bTxWa8Ac3w { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:29.875rem;left:9.375rem;display:block; }
#XLuIMRQKLSsQW07p7C24BKdNdBGSxrnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dR03ccxd8VZdbK6pLNaAkDJT7ocT6C3f { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:47.25rem;left:9.5625rem;display:block; }
#FkkcJK7LvagoUeNLhBnUgfUP9TWtzsKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGx4934KelVTDsKpUiy2r7sSa4T6NTNn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:30.4375rem;left:10rem; }
#BbC6qusaOTCkCol70GXLudKXQMqzfN3G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15196;opacity:1;top:47.625rem;left:10.125rem; }
#mXS12ToFyTPo58QOd5VIREtxK5FGLeHK { position:absolute;display:block;z-index:15039;background-color:#171f43;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:14.125rem;width:49.0625rem;top:79.5rem;left:7.875rem;display:block; }
#WuOUDUQBm4yciaEVnVLoVmWbl0OnF3TQ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:89.1875rem;left:30.1875rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#WuOUDUQBm4yciaEVnVLoVmWbl0OnF3TQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WuOUDUQBm4yciaEVnVLoVmWbl0OnF3TQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#e5aHathSfU0dETfnlzXzqCymc1mnUwGy { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:86.5rem;left:9.625rem;height:1.29980625rem;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; }
#HVAcBwRnRv5kMobSUznCeQqELQ7ATSUA { color:#15b5fa;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:83.8125rem;left:13.875rem;height:1.21875rem;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; }
#PdBkWrDAMa9PHRbVJ52vZrFgbCGz6gra { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:81.25rem;left:13.875rem;height:2.5996125rem;font-style:normal;display:block; }
#My8uJSFIcRklIDiB5B9OSHdTArTI7qCy { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:89.1875rem;left:9.625rem;height:2.9121125rem;text-align:left;text-align-last:left;display:block; }#My8uJSFIcRklIDiB5B9OSHdTArTI7qCy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#My8uJSFIcRklIDiB5B9OSHdTArTI7qCy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#yxDtBVlXXnnmzIoJBSFifa9S8iruGuG0 { background-color:rgba(5,12,44,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#001966;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.6875rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:81.9375rem;left:9.625rem;display:block; }
#nlUxh9KE4UNnkIERFhmpDPnifgeEp9TM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDX1dMhn16JZCJb9KA57isZZn0G57XpM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15212;opacity:1;top:82.3125rem;left:10.1875rem; }
#TtzeLgXP21yaGiMaacT4WHo4c6cu5Fwl { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15221;line-height:1.3;letter-spacing:0;top:10.0625rem;left:1.5rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDFNFdhqdWtTA9mDK59IDx3LdlIa2q0x { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15222;line-height:1.3;letter-spacing:0;top:27.4375rem;left:1.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#UFTmweiTaCm6NWuq5hLVytdei4oaFMRF { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15223;line-height:1.3;letter-spacing:0;top:44.75rem;left:1.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#ASZrwx2xuOPEpXsot419e6v4MlWKNAId { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15224;line-height:1.3;letter-spacing:0;top:62.25rem;left:1.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#xbHTxdWQSq7buuF5ZHKbdJzsKO4QheBN { color:rgba(var(--color-tertiary-1),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15225;line-height:1.3;letter-spacing:0;top:79.5rem;left:1.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#dbwDbzAGSu186KtmFaf4DPVTDTzmpSgC { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);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: 0.0625rem 0.0625rem 0.375rem rgba(0,98,202,0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:96.4375rem;left:22.375rem;display:block; }
#XVSTgv5gO1HJKrneWowmT1IR8zKyqBAS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWqJQKopcURlKX5pTLXUhA6N7hEd0qsz { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:7.625rem;height:4.30615rem;text-align:center;text-align-last:center;display:none; }
#TD5REg1LQed5h5T7T8vUR8SGBvCUu1rA { color:rgba(var(--color-tertiary-0),1);display:block;width:44.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:29.1875rem;left:13.5625rem;height:2.4375rem;font-style:normal;display:none; }
#fT6WIiQkd9RwGKTkhec5bN8zKbwDVK1C { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:81.25rem;left:13.875rem;height:2.5996125rem;font-style:normal;display:none; }
#e6pO2ZPlN0ilOUtc9cO00A1qy5z3GgTy { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:6.375rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#Td16nNkCoXmo6McgLylJPRTNxwul4thk { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:5.6875rem;height:4.30615rem;text-align:center;text-align-last:center;display:block; }
#zEioc0vO8G488ksUFSotSJAFO8FGlvaZ { box-sizing:content-box;height:2rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #15c2ff, #010127);background-image: -moz-linear-gradient(100deg, #15c2ff, #010127);background-image: -ms-linear-gradient(100deg, #15c2ff, #010127);background-image: -o-linear-gradient(100deg, #15c2ff, #010127);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15c2ff', endColorstr='#010127' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15c2ff', endColorstr='#010127' );";background-image: linear-gradient(100deg, #15c2ff, #010127);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1rem;left:20.1875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:none; }
#spveSyGZamFmavPUQQHkDgoLUsWBHgPZ { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:21.6875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:none; }
#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbe7f8;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; }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row .container { background-color: transparent; background-image: none; }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row .container > .video-iframe-container { display: none; }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row > .video-iframe-container { display: none; }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .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); }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row .container { border-width: 0; border-radius: 0; }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#npMIT2mnvcqcmNXaXOsfMZMx0rnlaaTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1875rem;left:10rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3vDx7gUXsaGcXKb3gxaM27Ob9an6eq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.25rem;left:5.75rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xtfkdfztfciEwm4zHEfJVoGwT7SpRK6q { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.625rem;left:6.5rem;height:2.4375rem;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; }
#UsRCbxgBHFgTVcOQCGnMSD79g1XXuUbv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:20.3125rem;left:28.5rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uBiomNxAcd1nCIHh0vGGQrBl9wfhL995 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:20.3125rem;left:38.8740234375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#imlVFhblr33h7w25EISy8VEdyvdJnBmS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:25.03125rem;left:38.8740234375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EHwhMsmfca2VZTvn3TaEwWBPWLWXnTgk { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.375rem;top:11.3125rem;left:10.75rem;overflow:hidden;display:block; }
#Ghl4whGE1OeUpM75MuLKyt9NIU81gIwd { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.375rem;top:11.125rem;left:25.5rem;overflow:hidden;display:block; }
#wTJ3kmVPMscIFdvtibnDJOHMK4DyZbpy { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:11.5rem;left:39.9375rem;overflow:hidden;display:block; }
#N4OroJ0aw9TicirztukExLH9r84qfUyb { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.6875rem;top:24.6875rem;left:18.8125rem;overflow:hidden;display:block; }
#oVrzSvaGDBQeKb0tyMVSxfIzxGElZoW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.6875rem;left:20.875rem;height:2.4375rem;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; }
#vnaZzMGx0eXBW2r1FDRWrmQwEn76wDHP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.6875rem;left:35.4375rem;height:2.4375rem;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; }
#he3ftTL7GnefgiRtll7uo66luzqzkJcx { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.5rem;left:18.8125rem;height:2.4375rem;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; }
#Souc5BbGeWNNKiXzNx1VZUtpBxXRWrSA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:33.75rem;left:30.25rem;height:3.65625rem;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; }
#ICvDsANTkrBREgTdyUR0qQnCrsmvI3Dl { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.6875rem;top:24.6875rem;left:33.1875rem;overflow:hidden;display:block; }
#Jatn8lmweENlJ8mgEGN4w44f5xQztyeg { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.25rem;left:5.75rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050c2c;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; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { background-color: transparent; background-image: none; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container > .video-iframe-container { display: none; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row > .video-iframe-container { display: none; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .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); }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { border-width: 0; border-radius: 0; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#KJ2dTLyQ5RRWM00omw7kOb97TfdEw3oL { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.4375rem;left:5.75rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mi6skxSDCZJXnpaeCAPNSUqwMLlUUuft { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:20.3125rem;left:28.5rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hANklRE86rcmo7B1eOU7DSAhCvh2Efkk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:20.3125rem;left:38.8740234375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QDEzfL7nsuT8OKJwZsabEt36kn2W8Z8O { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:25.03125rem;left:38.8740234375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cKnF8MtKCIyT8LmQh3uyrahKOeRSDIaA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #050c2c);background-image: -moz-linear-gradient(87deg, #8d00d1, #050c2c);background-image: -ms-linear-gradient(87deg, #8d00d1, #050c2c);background-image: -o-linear-gradient(87deg, #8d00d1, #050c2c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#050c2c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#050c2c' );";background-image: linear-gradient(87deg, #8d00d1, #050c2c);background-size:auto !important;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:31.5rem;width:60rem;top:0.75rem;left:0rem;display:block; }
#koOPblRirI2kDXr6bCwh0mfFnsXZSDvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.1875rem;left:28.75rem; }
#X0KVOvmhkRTsoxsGK3xCwaySSxw7R16J { position:absolute;display:block;z-index:15040;background-color:rgba(23,31,67,0.52);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:19.3125rem;width:16.5625rem;top:10.3125rem;left:2.4375rem;display:block; }
#x7XGnX6nO3SelS0vvnm1VlDNu0PELrmm { position:absolute;display:block;z-index:15041;background-color:rgba(23,31,67,0.52);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:19.3125rem;width:16.5625rem;top:10.3125rem;left:20.5rem;display:block; }
#lFEHk93mErZZaad4z2RmSurSIhtDfODO { position:absolute;display:block;z-index:15042;background-color:rgba(23,31,67,0.52);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.33);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.33);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:19.3125rem;width:16.5625rem;top:10.3125rem;left:38.5625rem;display:block; }
#WcHogyUouMrKoS18SSAiCItNvRbe8mIU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:11.75rem;left:5.90625rem;height:1.54345625rem;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; }
#e8Rdcpsd62fSH7nXux34lgP4zd68EeV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:11.75rem;left:23.96875rem;height:1.54345625rem;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; }
#rDmq9FcJIu9VUveHT2h3k3EN7boxAI23 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:11.75rem;left:42.03125rem;height:1.54345625rem;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; }
#FVOsHARFvzLqbz05iLeFNcD8B1usTqW7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:14.228515625rem;left:4rem;height:1.54345625rem;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; }
#BR6uRkfqW8ZKCz5rid9b1wFfLe9fPCuy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:25.041015625rem;left:3.5rem;height:3.41161875rem;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; }
#KhagtrLaMrs4b7lZ45hMSKnkTtwu5tFi { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:14.228515625rem;left:22.0625rem;height:1.54345625rem;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; }
#TWtdmUSNxvxbWPhaqCRshocJ5K1LAtug { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:14.228515625rem;left:40.125rem;height:1.54345625rem;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; }
#PpbecsKV54xvoDf5c2sEMQmWbDDFKx0Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:12.021484375rem;left:6.375rem; }
#XTmvIIJc4pnS78DKTkiLfkvUJ2aL9pIe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:12.021484375rem;left:24.4375rem; }
#C8Vo1Kseu7v3Mm7mcMTyrMy4R1s08ttN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:12.083984375rem;left:42.5625rem; }
#kCZ0tcRUC6GifGOCz0Dt0773QQtKRUHE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:25.041015625rem;left:22.15625rem;height:3.41161875rem;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; }
#nx2fE6z1rSQx9QUVWXvmm3tJAx1sVNvr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:25.041015625rem;left:39.625rem;height:2.2744125rem;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; }
#F1xGbrThJXMZ5lXXFaH97F2qiXEpWJr9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:16.5rem;left:7.8125rem; }
#Gg3DzTA3Z9afbfh5W8dVcrpJNfmTgZZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:16.5rem;left:25.3125rem; }
#bLEABSdAFzsHo7CqqlbBZ0IRfhFEnDIv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:16.5rem;left:43.375rem; }
#u6z8oK9kvPMZGQlT98aOeBQDTilqWZL4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:25.041015625rem;left:22.15625rem;height:3.41161875rem;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:none; }
#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW { background-color:#212121;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:block; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container { background-color: transparent; background-image: none; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container > .video-iframe-container { display: none; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row > .video-iframe-container { display: none; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .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); }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container { border-width: 0; border-radius: 0; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;overflow:visible;position:relative;display:block; }#GDFohenUpa2qAF4g4VG3FVGh8qnmTwI1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#O1F5GTvscxwqa1UQxpJz0FfeRRmXNzEB { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(87deg, #8d00d1, 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:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:16.5625rem;width:30.9375rem;top:13.125rem;left:29.0625rem;display:block; }
#MOUXIuNBb8cqzc11Gu5MGFCr9bsWiZ8f { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.86328125rem;left:33.8125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#mvqmTT334GA6BdiC8ORP0UPSx7TVbHrR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#olyRX506iNdkUZvedbvWytSxqNgpzZbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.318359375rem;left:36.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#vLlAlLhVZhsd3pT8vuKxBzSSxtIyMIhP { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.4375rem;left:3.53125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#iNr9DuGDIFdNMix3m3x0r2fCSFWBQNTO { color:#ffe800;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.08203125rem;left:36.125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#DT6t8DbIndMahiSaNnTDhHRf2TBBznPR { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5439453125rem;left:31.15625rem;height:3.7373rem;text-align:center;text-align-last:center;display:block; }
#b7MPbSTH0UPVdTM6hIeX1eBX4B1BlHR4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.75rem;left:30.5rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#AiKb4dGPvT3hafQnuVayOJOsHkqs7DA1 { box-sizing:content-box;height:0.125rem;width:23.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:19.76953125rem;left:33.53125rem;display:block; }
#imtq8KH4U057WZQKG582UBOF3JDbnkuD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A398ox9vbZvJlNhm073f9gype9pR0rBT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.35693359375rem;left:31.75rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#OZgVQT5xWKauptrgI27xqrhWgINPiOMt { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:3.5rem;height:1.54345625rem;text-align:center;text-align-last:center;display:none; }
#IQ8Koc0PfbCBcrTbnIo1DN5CSMg2lc6l { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.67578125rem;left:30.75rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#zE75ewxhdVGerJZDyDrBx6zOXE38EcJB { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:24.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#Cfcip99o8JShTZ6JwR9GeKhyMdT96m6T { background-color:#561aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,98,202,0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.9375rem;left:22.25rem;display:block; }
#lISbLUUJn6L5Z3BAZ66zxaJa8p2yf7eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQMMOHbBqt7Xdc6Bnbie7Awr1HzpscPF { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.125rem;width:25.1875rem;top:14.34375rem;left:2.375rem;display:block; }
#TrRsvBETax2SIfvN8LS0kc7gsvqNQQm2 { background-color:#212121;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; }#TrRsvBETax2SIfvN8LS0kc7gsvqNQQm2 > .row .container { border-width: 0; border-radius: 0; }#TrRsvBETax2SIfvN8LS0kc7gsvqNQQm2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TrRsvBETax2SIfvN8LS0kc7gsvqNQQm2 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;overflow:visible;position:relative;display:none; }#xQAhasf1giBEUkNCirTp8Sf6JFNeuf2w { position:absolute;display:block;z-index:15008;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.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:8.375rem;width:16.0625rem;top:11.875rem;left:1.9375rem;overflow:hidden;display:block; }
#fDcMNOgWES5X4d50MNAKm6fOXEeTPJSB { position:absolute;display:block;z-index:15009;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.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:7.75rem;width:14.875rem;top:15.7314453125rem;left:11.34375rem;overflow:hidden;display:block; }
#eQ8JpVsHPVGGP3NhxKseiTqEsfTRZP0X { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#FURqRTKTLXPTP0MJ4KrLpcvGFEhMbGQu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(87deg, #8d00d1, 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:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:18.25rem;width:30.9375rem;top:13.125rem;left:29.0625rem;display:block; }
#mliy1gcCHqlcOmTxen1LlOTb5ACcxqEZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.86328125rem;left:33.8125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#ZfMMT1KonsbbfckBcaVLmepiUOMifwmN { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#AnqTr8WeGFWKWKatFTRWvld3IyfAGMF9 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.318359375rem;left:36.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ZlfU686HhDsN7wbH0cETHRlGTRdedNPQ { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.4375rem;left:3.53125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#piXFd8PUxKzedzGZyDdO3xLI4lRn5zh6 { color:#ffe800;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.08203125rem;left:36.125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#DkBgEv639DMMibfm7AxrzJOUHW8OLOkW { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.62548828125rem;left:31.15625rem;height:7.7988375rem;text-align:left;text-align-last:left;display:block; }
#Mw4NxUOoMJWgIx53rHaN9SZDltd7iPqC { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.37451171875rem;left:30.5rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#iAVOqoduFTDdGrZQKE5Jccq3OphelSWo { box-sizing:content-box;height:0.125rem;width:23.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:19.76953125rem;left:33.53125rem;display:block; }
#wEzxqUBBB9TRutHlPP14gvA5io8iZ7S7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vGCCTx9ClovdKe1eMGBSgFm5HRuJuORl { position:absolute;display:block;z-index:15010;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.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:7.75rem;width:14.875rem;top:19rem;left:0.9375rem;overflow:hidden;display:block; }
#iqN7Nu4nnwFSEdvla8DhDGTWIyZP3UAG { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.35693359375rem;left:31.75rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#eRnCtQwG1GCdaw6DuTdzpxb2pLe7ydgv { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:3.5rem;height:1.54345625rem;text-align:center;text-align-last:center;display:none; }
#FschVa58FwDA1V8wfOcVpvxL30NNCu3m { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.67578125rem;left:30.75rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#UdlTJQ8TlST9cVQupUV1mfQucbuKn7vt { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:24.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#VPR1lOOmh585VNwqpcxyor2st19aCG9a { position:absolute;display:block;z-index:15010;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.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:7.6875rem;width:14.75rem;top:23.4814453125rem;left:8.4375rem;overflow:hidden;display:block; }
#hWsA49N06bQcePQPTUVzeTZz6Q30BlFE { background-color:#561aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,98,202,0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.9375rem;left:22.25rem;display:block; }
#fK3X8zIEzORyZVmlVPGNWJEhrzkKJb0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row .container { background-color: transparent; background-image: none; }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row .container > .video-iframe-container { display: none; }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row > .video-iframe-container { display: none; }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .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); }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row .container { border-width: 0; border-radius: 0; }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row .container { font-size:0.875rem;font-family:arial;height:81.5625rem;width:60rem;position:relative;display:block; }#CmAttA2BI5vVyI9HTL9ec7lGryBFbMJT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);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: 1rem 0.0625rem 2.0625rem rgba(var(--color-primary-3),0.26) ;height:40.9375rem;width:59.5625rem;top:11.578125rem;left:0rem;display:block; }
#Zkkk93zyNT1vVCNcOb9DpAKSCT8QBzLf { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.75rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:2.375rem;left:22.8125rem;display:block; }
#Cl7uTVfaxGsuxDRmgFD0vka2LLp1PTiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o6xtcU3KSSET1nWThOtLE27oMmy8Fgds { color:rgba(var(--color-tertiary-1),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:6.484375rem;left:12.53125rem;height:3.57470625rem;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; }
#ibTnQQ1lBGNxmy1XMueL4ZdwvlwdozLI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:31.828125rem;left:33.5rem;height:3.375rem;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; }
#w1bGiPh5UwAgJ8Wup0Hri7geJXlC4DpX { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:16.9375rem;width:30.25rem;top:13.953125rem;left:1.65625rem;overflow:hidden;display:block; }
#pcQzC7DgyRr7JRiAGCs7C9Uqss4Gd2ul { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:17.375rem;width:31.3125rem;top:31.828125rem;left:0.96875rem;overflow:hidden;display:block; }
#N85TEySBiVucPrKs2FouThTwMqk1NCzs { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:13.927734375rem;left:33.5rem;height:16.875rem;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; }
#MTlwkrCsl4GhEliS63mOJDGf4wk7J5VI { color:rgba(var(--color-tertiary-1),1);display:block;width:42.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:55.9375rem;left:9.9375rem;height:3.57470625rem;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; }
#y9yccbMDVJ3uReOD2yng2iz1Ru6ZKB0p { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:72.9375rem;left:9rem;height:3.9375rem;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; }
#n5HvKckdi0Tih90yDUhbHBpOtIwiwypD { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:72.9375rem;left:31.5625rem;height:3.9375rem;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; }
#HHCEAUbgP7eEn9drmgqaUBwDb2EHTwJ0 { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:61.1875rem;left:10.875rem;overflow:hidden;display:block; }
#ZfT7iiDq4y6086xzfTKlxJkSIXfQMQhA { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:12.75rem;top:60.25rem;left:38.0625rem;overflow:hidden;display:block; }
#rJIMhTCarPClJ6Q4q1xPiH1F3RO9S4Sn { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:77.625rem;left:11.625rem;height:1.96875rem;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; }
#Wif9dKz5ctOCfR596cJRf9tZ1lhmrcmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:77.625rem;left:39.875rem;height:1.96875rem;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; }
#G2Qa2TmHlkTLJrV5A4vpXpBOqeLKanT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:34.21875rem;left:33.3125rem;height:13.59375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#G2Qa2TmHlkTLJrV5A4vpXpBOqeLKanT2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G2Qa2TmHlkTLJrV5A4vpXpBOqeLKanT2 li:before{  }
#KUfloD7Cvzw6m8bxT8zvB1N3KdmKGKQX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:48.115234375rem;left:33.5rem;height:1.96875rem;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; }
#naledfVQIp8UGbBzU9ndXTVVwTxzvQH0 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:33.71875rem;left:33.3125rem;height:13.59375rem;font-style:italic;text-align:left;text-align-last:left;display:none; }#naledfVQIp8UGbBzU9ndXTVVwTxzvQH0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#naledfVQIp8UGbBzU9ndXTVVwTxzvQH0 li:before{  }
#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { background-color: transparent; background-image: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container > .video-iframe-container { display: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container { display: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .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); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { border-width: 0; border-radius: 0; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6248125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:33.946942567826rem;left:6.8771705627444rem;height:0;text-align:left;text-align-last:left;display:none; }
#KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { color:#ff1919;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.8125rem;left:8.125rem;height:5.4433625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-form-header {  }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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:17.25rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.25rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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.9375rem;font-weight:400;color:#ffd44d;vertical-align:top;width:16.1875rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container:first-of-type{padding-top:0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container:last-of-type{padding-bottom:0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { 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:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.5rem;top:8.3125rem;z-index:15022;position:absolute; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.25rem;display:block;vertical-align:top; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),0.65);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { 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:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.5rem;top:8.3125rem;z-index:15022;position:absolute; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #UBhM1nEiCLbdUDWSUtoxqrwJZ2Hd4903 { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #D7K1THvNOfdIqmxLCItB3UiDTbArzfcK { position:relative;z-index:2; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SouzDVHms7wrSB2KtlKT1b6RM6C6wBBS { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO { position:relative;display:block;z-index:15000; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv { position:relative;display:block;z-index:15000; }
#QvEVerR5mkq0UZ2UEc7gvitIAtTRVTOn { position:relative;display:block; }
#vC99LK8xLqXpzVIZIaeLhx0419khOums { position:relative;display:block; }
#VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { position:relative;display:block; }
#C2mnUzS4PEeriX81htU8LlWJI24kFlaE { position:relative;display:block; }
#LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { position:relative;display:block; }
#rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { position:relative;display:block; }
#Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 { position:relative; }
#Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr { position:relative; }
#ggTDm6wTog9ZVDxOegq8tvQ2nZKh3OC7 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.55029296875rem;left:0.53125rem;height:6.824225rem;text-align:center;text-align-last:center;display:block; }
#rWTJsxBmN9sU1Fm5FZssDa1bNLXfXoNJ { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.375rem;left:3.09375rem;height:4.63036875rem;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; }
#AHGuSTlfOcBvTFne5aLz0Dv78QVbI7ti { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(347deg, #8d00d1, #050c2c);background-image: -moz-linear-gradient(347deg, #8d00d1, #050c2c);background-image: -ms-linear-gradient(347deg, #8d00d1, #050c2c);background-image: -o-linear-gradient(347deg, #8d00d1, #050c2c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#050c2c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#050c2c' );";background-image: linear-gradient(347deg, #8d00d1, #050c2c);background-size:auto !important;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:25.0625rem;width:19.5625rem;top:8.25rem;left:36.625rem;display:block; }
#a7TNZUfhefcV2vpaJz1gWTX8e08N787t { color:#ff1919;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:10.125rem;left:7.4375rem;height:3.75rem;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; }
#hSTtwOZe40khTz8dlwVccoSfWsdgORNC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:27.03271484375rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:before{  }
#IPVqSwiTtq5HoJMbRFkeMHgQOJbsVEI8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:1.125rem;left:35.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7MPDEwtACJSwhhNbNh0ATfp9bXGKPrD { color:#15b5fa;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.375rem;left:34.78125rem;height:2.2749rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sCvJJ2HVyNvbSMRbrCrv37DTFaiLRLk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:33.75rem;left:33.875rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Paarf4r2AypalatGO8croD8NrmwXguGu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Paarf4r2AypalatGO8croD8NrmwXguGu .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.2175rem;padding-right:0.205625rem;padding-bottom:0.2175rem;padding-left:0.205625rem;display:block;align-items:center;width:1.229375rem;min-width:1.229375rem;height:1.169375rem;position:relative;font-family:arial;font-size:0.87rem;font-weight:700;line-height:18.71px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Paarf4r2AypalatGO8croD8NrmwXguGu .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.13625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.64rem;height:0.461875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.326875rem;font-weight:400;line-height:7.39px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Paarf4r2AypalatGO8croD8NrmwXguGu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:7.75rem;height:2.25rem;padding-top:0.0275rem;padding-right:0.029375rem;padding-bottom:0.0275rem;padding-left:0.029375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.64892578125rem;left:42.4697265625rem;z-index:15047; }
#Paarf4r2AypalatGO8croD8NrmwXguGu #J89aLcVzMgl0ZNAX22DU5glv7IyikcOc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Paarf4r2AypalatGO8croD8NrmwXguGu #EaSCT6vO5CVNMEa4seoyQkPo9L29Fnaz { width:auto; }
#Paarf4r2AypalatGO8croD8NrmwXguGu #dHdPeEs8TANHsCcfC75x1MTcCRusvEJW {  }
#Paarf4r2AypalatGO8croD8NrmwXguGu #Oe6nL9NkD1tOvTf8eV9UHC0bb3zIWJ6L { display:flex;position:relative;top:0rem;left:0rem; }
#Paarf4r2AypalatGO8croD8NrmwXguGu #yhJBEOZWThZJ7qTJKKGKZ6UbhzoPzZND {  }
#Paarf4r2AypalatGO8croD8NrmwXguGu #Tn1u74BdJhHxm9pBnCg2k9paCX0PWLDx {  }
#Paarf4r2AypalatGO8croD8NrmwXguGu #zWbNkcnfGPxS5ZRo0AI8KDdXsoK2oV5d { display:flex;position:relative;top:0rem;left:0rem; }
#Paarf4r2AypalatGO8croD8NrmwXguGu #FHhkbBiw7o35fplUDfiHe4pfFJKSXHX2 {  }
#Paarf4r2AypalatGO8croD8NrmwXguGu #Wa6yXMSAxqKnB9rZ4VFhH8bbXLyG9W1T {  }
#Paarf4r2AypalatGO8croD8NrmwXguGu #TUtTggKef4LmiAguczX4OAoLT5ckhqg4 { display:flex;position:relative;top:0rem;left:0rem; }
#Paarf4r2AypalatGO8croD8NrmwXguGu #bVg6A8ag9oNSv53XcO438lnZOFvGaTXi {  }
#Paarf4r2AypalatGO8croD8NrmwXguGu #fLl41GXLigZqGwTZNN0ZTVHt0TnqTWOU {  }
#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbe7f8;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; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { background-color: transparent; background-image: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { border-width: 0; border-radius: 0; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:6.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5rem;left:6.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uV6uwksPbGDKr58kPspUlQafsdS9bDZS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:40.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:23.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:40.75rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#r07J1UiK5sMsLHTIE31qlg7sk630TXfX { color:#000000;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.8125rem;left:8.875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d4f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d4f3', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-size:auto !important;top:6.9375rem;left:5.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:6.75rem;overflow:hidden;display:block; }
#cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:23.75rem;overflow:hidden;display:block; }
#Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d4f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d4f3', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-size:auto !important;top:6.9375rem;left:22.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d4f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d4f3', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #c0d4f3, rgba(0,0,0,0));background-size:auto !important;top:6.9375rem;left:39.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:40.75rem;overflow:hidden;display:block; }
#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !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:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.adaptive-delivery-prevent-bg, #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.lazyload, #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.lazyloading { background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { background-color: transparent; background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { border-width: 0; border-radius: 0; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:3.25rem;left:20.875rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#L0stcSQQExHewo6wO9M9G3xIl47VzUMn { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:3.25rem;left:40.9375rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#opXHFTeIST1yQzpGuVod1FMxZKziicDa { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:3.25rem;left:0.875rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:20.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#UiCth2leWxmAP6mELTx7DNokOIlgv3fB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37473125rem;width:8.9373125rem;top:9.5625rem;left:0.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t { display:block; }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slO70hmEa3mT8MwMsFIkKCfzAablqceI { width:6.875rem;height:2.3125rem;top:0.5rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdWtBIJfDlJEXlPySdz2bIBXa9eCsFqs { display:block; }
 }@media only screen and (max-width: 763px) { #qWlNW2WzXPblX7RF41RiUP2sQXSBAv1G { top:0.5rem;left:0rem;width:10.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v660QWfFCM32EOBOQJPTTEQ25EmJTDfE { width:6.875rem;height:2.3125rem;top:0.625rem;left:38.27392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnRwyxqMSgPP7SlMuHWUBne6rPlnwJeV { display:block; }
 }@media only screen and (max-width: 763px) { #OwMvLJoEZIBVk9LrA8597V6UmQ8AwDaq { display:block; }#OwMvLJoEZIBVk9LrA8597V6UmQ8AwDaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3wDnGvNuCWqQ0186AW9E6TtlLyhXwGM { top:0rem;left:0rem;width:47.75rem;height:20.393229166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaMNFRC5Wc3OetAZh1aSafWOEhzvX2dk { top:24.5rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrBDP1KblgQTTfBhyJHWHq8bUiFgnJnp { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAJztW7Zn08s1yTdqau4yPFyefBfw7F7 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zTppiL4fDtvDrkllMcORqANlo8oqb9Rb { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #O66ug44dPb57avnlW3cyMEGf9ItFEVwG { top:17.625rem;left:0.9375rem;width:11.625rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #epmLmueJfLMZZm3RQgsGBOykPnA1MBGD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #g00RhTz4Ab6LF8BLPUkVZPgV887OiAoZ { top:17.25rem;left:0rem;width:6.1875rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaTfFJJFlftwD2CUeqxKsbSt1OqlKAt8 { top:23.125rem;left:0rem;width:6.1875rem;height:5.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ow8tqnUs9ZNw36ah2pdkZC5r8WZTKlAX { top:31.875rem;left:0rem;width:6.1875rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqF5uUx9lA2THagvZ4JmtTLHyzhJQPaf { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WpO6chlMHLD3dWex9ePehfEZGFKhTsTI { top:32.5rem;left:0rem;width:6.1875rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4Vc1Ahsp7bGmTKzmqvEKR9EtKUFQI4x { top:17.625rem;left:0.9375rem;width:11.625rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAr7AvZpdqM3HIGBSuGIgGQRh7vXBSZG { top:16.125rem;left:0rem;width:6.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH8ptrzCvTkPbkKtS3qicGIbtKLnfk8F { top:16.125rem;left:6.4375rem;width:6.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fIzJ7U6dL3PRbgfAOgL97sD35AppgB { top:19.8125rem;left:0rem;width:6.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4D745S8H9FJnkTk8qtilGufhKMhwGuV { top:19.8125rem;left:6.4375rem;width:6.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDGleAu7XXE7Jh4dKAFE5zEoZO8dDNJn { top:14.0625rem;left:9.875rem;width:4.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb { display:block; }#G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { display:block; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOGn5I3wvZsIpCBKyT6ODJkXKLGPezfK { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTDmslTSGmxyeUzDJCTd1ZeOPc7iqzIc { top:5.5625rem;left:11.09375rem;width:25.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWoy19LTDaftnMrz8wgu273LLTHOkJVT { width:11.5rem;height:3.0625rem;top:21.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVCWr6QneWq1wmTq0Zbm0O12D8KUxv6i { display:block; }
 }@media only screen and (max-width: 763px) { #StLgs0bBIfHmt7BUHF0gBxh6U08hJxyg { top:16.9375rem;left:0.78125rem;width:46.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBQFPaRMvTHmD153XANTPvXMmGsPnDbH { top:34.6875rem;left:0rem;width:18.25rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xs4WJmgDSHv89CxasfGMBosnNHBWQqDc { top:1.9375rem;left:7.625rem;width:32.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpanEd0bF04pcZxFwWqAQrkgqBvpQ0u { top:1.75rem;left:7.625rem;width:32.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQqrzB04IZhxGfiW7rkNQ3wKw30dRpmJ { top:6.1875rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIMfXIwGgJIQO37ArJq6GTnaVBlXHn6H { top:22.5rem;left:20.875rem;width:6.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPqRTM5VT7AR3oWT64UNTbaUGyp3cJiw { top:21.875rem;left:27.0625rem;width:5.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFsP60c6O6xh3AaI4AaUlQbI4G6kolFI { top:23.125rem;left:26.25rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE0DdSmdHTlnvi9PnxqRxGqzlZBmH1VZ { display:block; }#OE0DdSmdHTlnvi9PnxqRxGqzlZBmH1VZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCFPgX5GLMHCitQwwrkbEw9hQIP3IHbd { width:22.8125rem;height:3rem;top:22.375rem;left:3.68798828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndE9hienF9gIsvCM6TzzeVPt5gNSANMm { display:block; }
 }@media only screen and (max-width: 763px) { #lNhuXNGUtXQq3g9DUphDikhG2Sa1kLVg { top:1.875rem;left:0rem;width:47.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJe9LNKwrphHS63SIcUbJ9r5ou1WroBS { width:37.3125rem;height:2.75rem;top:4.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZzB8FfGsfHPOxdOreIsByOQSoumFtf { width:27.375rem;height:1.75rem;top:7.375rem;left:2.1865234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWwNiLo6EwpIQIZwX1AsdGPto7ZUJXb { width:43.375rem;height:4.3125rem;top:10.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB51QlMWwQwO2n2HdDBpGxLhdrOlkt5u { width:42.1875rem;height:3.75rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDdOCxcq5xRfN0yr8uc9mvoPPezgbwBE { width:20.875rem;height:1.3125rem;top:15.375rem;left:4.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz62zqCfg1W31Qyci8XyGbXVSdTKmr7y { top:6.8125rem;left:26.1875rem;width:21.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E { display:block; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJXiPMIImyrn5VGXy5izDJ6vfKWeNu9Z { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C11hmnBdhoe9N3IvNvOKzTIVoh8DzVdh { top:5.5625rem;left:11.09375rem;width:25.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UencfRtWFbu3iEZ03KHf70h1faxrFHGM { width:11.5rem;height:3.0625rem;top:28.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPql7R72QricmilRUaSAghquntOutQUv { display:block; }
 }@media only screen and (max-width: 763px) { #JhFI6VfD2hZi4skFbE7bLZ77mLitSqH9 { top:21.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQPyMhmLnoQeFNnwzIi6N2f3q7yLF1zk { top:2.4375rem;left:7.5625rem;width:32.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJsT9P5abtw89i8QfWuAO0KFgJS4LIJT { top:2.25rem;left:7.5625rem;width:32.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg4uJQvJ7gU65OrOlf31XhZfCpTh6a6S { top:28.9375rem;left:20.875rem;width:6.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcMsFCd5ehIODKf9nxFq86yksM3eB6xB { top:28.3125rem;left:27.0625rem;width:5.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsh60vJ97itqQGqVGglZ4FM32SqVtTUb { top:29.5625rem;left:26.25rem;width:13.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5QyvtM5iskVFKyWFheTKfpyduBlvmbt { top:3.3125rem;left:0rem;width:47.75rem;height:15.668798665184rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAo0rTdBg9u0161xBlKHEn7VZaVEtSHp { top:12.5625rem;left:0rem;width:20rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK { display:block; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zShEbJKn6vgbF7VHdZ7eu444072VwBT9 { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk78mf6KBJsdADpHbGdupc6ZWvpvNNmt { top:0.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwkTc9Q7wDQVRUmUn8cH2ud2qMGMmiz { top:5.8125rem;left:1.6875rem;width:11.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmSGSRH9kwkTQ1lS7DOcV0pIPGimZOi { top:5.8125rem;left:0rem;width:9.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ZwZHqRPwA1TavK0t3m8Ut9gEKtXfFF { top:5.8125rem;left:22.5rem;width:11.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0WwQHl45U7BCMW0FUAlTTCdT4Gdge5T { top:5.8125rem;left:11.3125rem;width:12.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZnTTK8NuoUPafS06g1R0Rbe07FIl9KK { top:5.8125rem;left:36.4375rem;width:11.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEbm4tyLfuqfOxQqsPxEEwHVSJ6MNZLk { top:5.8125rem;left:30.625rem;width:12.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw { display:block; }#g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtPc39M61HPpold0SBpPzLvvAHMW1Dwp { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eggUdzeTpgJfm111wxnbCpZGBDagT2Xi { top:1.75rem;left:3.2483730316162rem;width:43.3125rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKAIr1er7u464PHiy8ezJm6OoERPoy2q { top:11.625rem;left:10.4375rem;width:11.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK0mNXNJDHcHD1s7Czax1m7I2xLcEFAg { top:14.5rem;left:9.625rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctIxNmd6hsRUzkK047ngb22PbVfyVnn { top:17.5rem;left:9.8125rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXfnfFVTyfw2XQu51llRCe4sZliWq1VH { top:8.3125rem;left:1.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lubR2vHMn9Ddkmhs7ukEaX6iCoeB1G3u { top:7.75rem;left:14.90625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA0cLE2V6TysTmeFk3wyFafN6CXUA6S7 { top:11.625rem;left:0rem;width:9.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLAysvAIIBZR89M9g5UbyvWrw9Pkp82g { top:14.5rem;left:0rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4qaWXblxQRVffflRUCzRVn72pponiax { top:17.5rem;left:0rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8iqUTpMZnOXReahEhE0vpvaxrqOg5og { top:17.5rem;left:34.8125rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeATW7IsDFg9hlqPTvTEb5h5WXe86RbO { top:14.625rem;left:34.8125rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsghLxpSNcpCrCrG6uVEs5TKXmOuofr6 { top:11.75rem;left:36.4375rem;width:11.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM1mmtWFEu0AIBGJENyzxLgef7hKGiGS { top:8.3125rem;left:41.99951171875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6M6LqWWBrR39owLW65asyiIKs9dkenX { top:14.625rem;left:23.25rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMamVGGmKH8NKEbT7TpzC3nM2EJxQvop { top:17.5rem;left:23.5625rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI3MI8mTXgk6SCFkQfyRSyOrDsoUGexG { top:11.5625rem;left:23.3427734375rem;width:12.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUWA5g7DFc8POfTSEfFQ3Q6IMxLbaL3K { top:7.75rem;left:28.56201171875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axN0abKsJgObdVGVhuWefoa9urGJCruN { top:17.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2DQgBfLMy4gSHPxFdy2lQUxQASdiqV6 { top:18.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrJK0gDQOTUFhmBaVDRnH3H3hqTKVcI2 { top:18.75rem;left:13.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAZTX4ohgz0CT6VHxr8e1raMtMPGDOXm { top:17.75rem;left:12.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StECP0nHGuIPN8I9lc04u5hbwTW1cTJ1 { top:17.6875rem;left:24.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDzXazAuIXVn6sSNa6dGeVgXVP86qf3E { top:18.75rem;left:25.8125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDt21kOOXMsqTuDfXD4ttSTn8yVqgXN2 { top:18.75rem;left:38.1875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atKDpFJLOPB02mUpwSXZ27nli1TVKW9X { top:17.6875rem;left:38.6875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q { display:block; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGmivZGU1nnfZokAPb8I9bWxFou8m724 { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lflcd5iiMUA27ecIUOVzzJnUoAzSTCek { top:1.75rem;left:3.2483730316162rem;width:43.3125rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4Scb3yKqa69GOvGlLl4EdHIUPTv1Qp { top:11.625rem;left:10.4375rem;width:11.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck19pRlTP0FR4VIJ79MKKRUkfv1VvdHu { top:14.5rem;left:9.625rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdQwoTBgSDbg2fxsvFRazKr1DdHmtU0G { top:17.5rem;left:9.8125rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHU04IS5az8WiaTJ0Uo901bNaxD3HcZo { top:8.3125rem;left:1.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwT9bwC500ysMMP03CNUMBhyBCSX8RIu { top:7.75rem;left:14.90625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STGeKJ7qKhpic4MelvaDsoPXKlace9iz { top:11.625rem;left:0rem;width:9.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhJWwUSvTFzV5R8bbT5rzyZe0NxoLdwu { top:14.5rem;left:0rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIp7Wr67uD53TquyoKnR1iRoMpTrvkLN { top:17.5rem;left:0rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJeF2eTpQZePvAt6migR7xK1wVtTLLwq { top:17.5rem;left:37rem;width:10.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1PUTVsIxyrm9Z0SKMX3oWcN2L1qiEIi { top:14.4375rem;left:34.8125rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIGovbfGawycUrVp5EpJHyF7TuT8tE4y { top:12.1875rem;left:36.4375rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP8EpQzdBSMkKW7BvprxWbiMbp1UMaKS { top:8.3125rem;left:41.99951171875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3coC0KEkHBfWxJfskfkFEKEmT2mvQD7 { top:14.625rem;left:23.25rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy1bqxUCoWdaEBpwDklAiVtRFHSUN5cT { top:17.5rem;left:23.5625rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRechy2lndTgV5zCyqOwleIc2khPzlQ2 { top:11.5625rem;left:23.3427734375rem;width:12.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6H5f5Bw1F5s6T1lnJs7coM9tHATnwii { top:7.75rem;left:28.56201171875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL6dKOUUywIiRwG5qKkGLGJR0MrQcbbT { top:17.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6zA15PRlvLaaWB2Fu1FtKH7MvR4fAAq { top:18.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qezLEa9dVXVWT4rCrWNFJx2VhZZKMdrU { top:18.75rem;left:13.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQK2VCvQT9RG0e1LgCPQDis5bOqMGmQu { top:17.75rem;left:12.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkeARhwXO0mT5ztEtOWKUhFagLzGfcJr { top:17.6875rem;left:24.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT5A5d0hUv1E4BUVfbJl6WTMDccn8mlP { top:18.75rem;left:25.8125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsOBs8CEBXm3Se1yrWzHfNTR1DGsaB96 { top:18.8125rem;left:38.1875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1EU33dN1pvSpOcyD7LnhQtWoxOZL2Pg { top:17.75rem;left:40.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg1PRLasiyZXyUHpvPSwWBTKeuuCo3lt { top:1.0625rem;left:0rem;width:20rem;height:5.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAGyxrW7KmzZMS6LoDs3EFo76Kk05ydg { top:30.1875rem;left:0rem;width:15.125rem;height:2.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u178QQ5s18vOapucCr4eztKJpdlrePEA { display:block; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PF6h5dKDr39STgGpJwzp1McTrT6loLbr { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTbzeJX3HlDWGECM8heenhZbbJtNLsNp { top:8.9375rem;left:0rem;width:24.5rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNV69tEllesnSui4oPDUBETJiWNTsHcQ { top:23.875rem;left:10.0625rem;width:31.6875rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQqDA9ko8HNl1SMWMASWeme9TOr0WBIK { top:24.375rem;left:8.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOvRpS2RtsStmbB6pJMVmVratHzC19JU { top:25.9375rem;left:8.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWlEdrqesHQl0nKyEuraziHcX9qsGoT0 { top:27.5625rem;left:8.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd2DBkxIyAQnhuQyF8BqhScmNEKvsxyT { top:29.1875rem;left:8.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa3516ZJTSMOcwMLQniwoFW2xhz6vfID { top:1.4375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr29oPQmvNaDQCklNrAlsMmOthTdgeUs { top:9.0625rem;left:23.25rem;width:24.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQC8fScZc1hOV11GoM3GoiLs0HRMd3E6 { top:9.125rem;left:0rem;width:24.5625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbm0gXJeoAgZosooctwBNXAnFmMU9wz5 { top:8.9375rem;left:22.875rem;width:24.5rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7hgbmI4wyUXN8CWt3g27LpLr7DosNHH { top:1.875rem;left:0rem;width:20rem;height:7.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbdzCmzfuBbT3E8muJHVodUw8UFKwlUP { top:35.8125rem;left:0rem;width:18rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y { display:block; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zr3RS1DugdGTxDqlShCSr4VaDei0zcQm { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz780EG5ppwBOt1E0TCosSesn76TIQT9 { top:1.0625rem;left:8.3125rem;width:28.875rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNkbiNLOv0VoBgQL3nZ7vh0SfAbRQwW { top:4.5625rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew7xFhoFi6ZuNM2ffzRNb0Q1wdL9cZun { top:4.25rem;left:16.6875rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk3cFe1wyTXetx1gvXfOVpWTo8VR1uWd { top:4.3125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxkLMLeR1BNLZDiJIt0DzGtDeDq06sid { top:18rem;left:0rem;width:17.0625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfnPRuZLwu6x5WI9Te6RsPpT1Br6URoZ { top:18rem;left:15.375rem;width:17.0625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om39M8T6R89TgIMFIfTePwzSFFapTNrg { top:18.125rem;left:30.6875rem;width:17.0625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #geQDfwTCeHWEsbd89mzQLNxXQf736vEN { top:19.5rem;left:0rem;width:12.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpEWWb0aOUnyp9EIwOH81FlR0FAtMKr3 { top:21.3125rem;left:0rem;width:15.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIt6nnPPAeyPiglgTckUQWqM2fXxVrV { top:19.625rem;left:16.3125rem;width:12.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6ENuAoXf5hylfOztNqG0paRBW26MfA { top:21.3125rem;left:16.3125rem;width:15.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3dlKMKkyoQvhHaDV8yRctvOfdrgw3s { top:21.3125rem;left:32.5625rem;width:15.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKnJh5aZqXQeqSQ40o2FFOXCowBFUh0m { top:19.625rem;left:34.8125rem;width:12.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja { display:block; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhL7v3KakaPywW0yNv3xV9Rl9BbkSN7r { top:17.625rem;left:0rem;width:20.5rem;height:3.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk { top:18.5rem;left:11.625rem;width:36.125rem;height:;font-size:1rem;display:block; }#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #fx25DmeO8fIHt1wXyA8N4keat28cp6nX { top:90rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#fx25DmeO8fIHt1wXyA8N4keat28cp6nX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #Z95Hywd0NNniPkua0GZkJzXm2yNlhdR1 { top:2.1875rem;left:1.09375rem;width:45.5625rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywFzlpifSbEqhWcooT1U6iksaUKpOHQ { top:8.0625rem;left:0rem;width:12.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiwfmTd7BeONz1OuC24vSC7DJNB2nAEP { top:10.0625rem;left:0rem;width:15.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drDmvBXUhG5JfIEPTMqy5VFmBJZb89ki { top:10.0625rem;left:17.5625rem;width:17.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3qywA6D1ZkfxF08nqpRP778dwS7Hp6 { top:8.0625rem;left:17.5625rem;width:11.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqVFWhSF9sE05bg4zM8NnhfPGTaU1iGV { top:9.6875rem;left:31.4375rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpKAAqTEpwFiJcWeWIKpvXXE1Bft0vA7 { top:8rem;left:36.125rem;width:11.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbSxqRpNBWuDThF2dFditbGs3w9cwS96 { top:6.25rem;left:0rem;width:17.0625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7iqKeudnMZsTtLS6sancRn5pneE1QCO { top:6.25rem;left:16.375rem;width:17.0625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSMXNKleqCZ9qgz5VlbcEaBCZ7Veb9xN { top:6.1875rem;left:30.5625rem;width:17.0625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMqoB0988ACT6fJ5EwXKBBvpiLdgkkFz { top:21.4375rem;left:0rem;width:24.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMzeFa5GGNacc7MqNA11gPT2VKwx6vIH { top:38.4375rem;left:0rem;width:36.125rem;height:18.375rem;font-size:1rem;display:block; }#wMzeFa5GGNacc7MqNA11gPT2VKwx6vIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #qQUNGekI8loZ2cBGw4ki8ghK8lxPuDot { top:42.5rem;left:23.4375rem;width:24.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Gkk6pFcrcDCmMBFfBiW9CTlxhKJNEB { top:1.4375rem;left:0rem;width:20rem;height:6.3125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTkhadqMwPvJ1FR99nZ5u2BbgaSLThzp { width:13.8125rem;height:3.75rem;top:56.8125rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLptht00H209mhTctDwffRrfSyvyLxDl { display:block; }
 }@media only screen and (max-width: 763px) { #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS { display:block; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAUeynKr7ypBx2gTfo7N96Kq6GMaT9kX { top:13.0625rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd { top:22.75rem;left:4.6875rem;width:14.8125rem;height:2.875rem;font-size:0.75rem;display:block; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #H0UQGh0owB4fe2UmI3uZyOGyJIbRT05T { top:5.1875rem;left:2.25rem;width:43.25rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQTOobIbikLbOs4AKAmlr8w5bQ7Zdpx { top:14.75rem;left:8.90625rem;width:37.25rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyuQBVv1pDOhdHxiS9CWXVTXpAJNv5ND { top:20.0625rem;left:4.6875rem;width:24.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6gdT6w1nAMJqAVuV8FUvtnN0vdpL7T { width:2.8125rem;height:2.6875rem;top:15.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJf1o9g25oTt3hAi0VOxC4olwtWRhrqw { display:block; }
 }@media only screen and (max-width: 763px) { #NTlbhEJ4U2t4WKxh6iOq6JccVPgNf4KS { top:3rem;left:6.09423828125rem;width:35.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 { top:24.5rem;left:0rem;width:17.625rem;height:;font-size:0.75rem;display:none; }#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #MqVXzZeNiJnwOP6yazwPCudBmygpXISo { top:54.6875rem;left:0rem;width:16.625rem;height:;font-size:0.75rem;display:none; }#MqVXzZeNiJnwOP6yazwPCudBmygpXISo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #EfBVuy4kQV1cBqKLJmTIGV86w3FI6Sz3 { top:77rem;left:0rem;width:14.625rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfFHkyTZDPExGGT200msX7AS7gVUbt0X { top:86.375rem;left:0rem;width:16.75rem;height:;font-size:0.75rem;display:none; }#DfFHkyTZDPExGGT200msX7AS7gVUbt0X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #TVtptLKhnRgFeUfowTTZToBFzJOmpF8Q { top:17.375rem;left:8.90625rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvvsTw0NOXwvkL6ubPtRxnznfCoG1WuG { width:3.5rem;height:3.375rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdH2vwo9VzdHtGstdamp21DcMe2bHG0K { display:block; }
 }@media only screen and (max-width: 763px) { #OXpAfk1gQowiMHfASI67TikLp74rCanS { top:15rem;left:0rem;width:0.125rem;height:117.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLzpAhauVnnn4sepkde2z43Bvmxk9Hy { width:3.5rem;height:3.375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgPaOAdAdJQMTO0nTLTDkdMh2b8rH6s { display:block; }
 }@media only screen and (max-width: 763px) { #ofG3xnzAa1mn2t1diDRVTgQxA10D6Kif { width:3.5rem;height:3.375rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivTEG0WNLP7rBaoLrWDmsiZ0EzfTH6uF { display:block; }
 }@media only screen and (max-width: 763px) { #frMP3KXIHG2IKn6vITpxQJcPgmifwXEp { width:3.5rem;height:3.375rem;top:65.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8nLJrIJ2KxTomwMxGIoiSmKwPTc15qe { display:block; }
 }@media only screen and (max-width: 763px) { #UsIze7J6pagi7RKw16JHGr5QNbdUOH1L { width:3.5rem;height:3.375rem;top:82.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPslcPQBRQt6Kc6MJIKvabZZi9DMESut { display:block; }
 }@media only screen and (max-width: 763px) { #hhGWRWgnQ11rJNnwqJVRZnAyCmTVOVD5 { width:3.5rem;height:3.375rem;top:99.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayXFSUbWTXBfA7XeNzZNfaHIFfcbZcCr { display:block; }
 }@media only screen and (max-width: 763px) { #Txk7dSDJBBi25LnZLwOnIe97LUxCDn35 { width:3.3125rem;height:3.1875rem;top:116.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nZrUIigVreQL3d3Dc8KT7K6rsp860D { display:block; }
 }@media only screen and (max-width: 763px) { #GXpFiNNM6qqACMzbGmwnuzsStmsV0xJp { width:3.5rem;height:3.375rem;top:116.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0LJrKdxzCaxrVLyHm4DFkUDq114IiV { display:block; }
 }@media only screen and (max-width: 763px) { #KxpoHKrSEXMeGiZx1OFxnRMTIoprVlZl { top:22.75rem;left:25.24853515625rem;width:17.8125rem;height:2.875rem;font-size:0.75rem;display:block; }#KxpoHKrSEXMeGiZx1OFxnRMTIoprVlZl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #sIBW0SNiaNlRtp7HTg23F1fPeyly89kO { top:30.375rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeWDsbOzc8Da5d7MbsRKBdnPC8gwBCVa { top:40.0625rem;left:25.3125rem;width:17.8125rem;height:;font-size:0.75rem;display:block; }#oeWDsbOzc8Da5d7MbsRKBdnPC8gwBCVa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #LwBgc1GfCwPFs046STOwCISUooV9V1i0 { top:40.0625rem;left:4.75rem;width:19.6875rem;height:;font-size:0.75rem;display:block; }#LwBgc1GfCwPFs046STOwCISUooV9V1i0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #aQpcEEdlTXPfuM7cpWLq0TKs93swQquq { top:37.375rem;left:4.75rem;width:24.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFx1D16Uqh0KtyDMnckZ9yJXMUGK7qtV { top:34.6875rem;left:9rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs6skXUqBnyMs8cV9N5LKdqVpcM2ucnB { top:32.125rem;left:9rem;width:37.25rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw9Ih7phKEiBqBNLPodDDbC5dWGd6yhs { width:2.8125rem;height:2.6875rem;top:32.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8hGJLJAUuhJG01kGe64sTJHfReh0fCd { display:block; }
 }@media only screen and (max-width: 763px) { #TVNvXwPuO0ZHyvJ0XiLbIOIHA7oNWR5M { top:16rem;left:5.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmfsWT9PUH7bxVQ1zSsUL59QeAsf7bD7 { top:33.1875rem;left:5.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39WGhizp2DBANVmKD92rWwTSpyn2g3Z { top:65.125rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #repRxAswLSmlLbBlbGpstygsAKD8FGux { top:74.8125rem;left:25.375rem;width:17.8125rem;height:;font-size:0.75rem;display:block; }#repRxAswLSmlLbBlbGpstygsAKD8FGux li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #ZnD36EoCRcyiK2zfuF3XxmahQa6CgsNn { top:72.125rem;left:4.8125rem;width:24.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxvfE5uRzM9tm0XakbAS6JelOhThHVHU { top:69.4375rem;left:9.0625rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJWLGIe4eT45fmAzGqS3tJt3V93gwgU { top:66.875rem;left:9.0625rem;width:37.25rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURCKGePF06bx8V6e6WddVgrb138AoHS { top:74.8125rem;left:4.8125rem;width:19.6875rem;height:;font-size:0.75rem;display:block; }#uURCKGePF06bx8V6e6WddVgrb138AoHS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #dZtF1I9UTzGAOP8Tnt50DfyEkBR7HCPi { top:47.8125rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uznSShCHgJKSlxaGttEhE5ktAJTlxGkV { top:57.5rem;left:4.75rem;width:18.0625rem;height:2.9375rem;font-size:0.75rem;display:block; }#uznSShCHgJKSlxaGttEhE5ktAJTlxGkV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #Aa0L7n7qiTeBXHaOL0I25l5AeTUuoaob { top:57.5rem;left:25.25rem;width:17.8125rem;height:;font-size:0.75rem;display:block; }#Aa0L7n7qiTeBXHaOL0I25l5AeTUuoaob li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #KOEgkk6VN9R0rufveEfJr8k33fXICLo0 { top:54.8125rem;left:4.75rem;width:24.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2EqSrFfwCn7fHz7Te5b4Q2AsucTAApr { top:52.125rem;left:8.9375rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqCEKD9H2gkUH7x425tnau9vBThfuUAH { top:49.5625rem;left:2.8125rem;width:44.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3ZpoHKRlTMk3fLrMVGU7JJfsFwXMuNN { width:2.8125rem;height:2.6875rem;top:50.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3JUCHJQAqVMlPIzHrdSFi0Ge6BOgQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #C17f5rXTI4yV7arizzZ4FMSFMVxxxuea { width:2.8125rem;height:2.6875rem;top:67.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzxF2QNbk7n9aokWxvek3MusbJl4X66X { display:block; }
 }@media only screen and (max-width: 763px) { #LBUhWmRoPzfc61M8xRGClWlETcUUMQNk { top:50.8125rem;left:5.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXa2HKu5Mu9FNrmWXkAWPtJ7EiZu593L { top:67.9375rem;left:5.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsBslR0U2rxGBAIG9h13c4cCBiGWrWaV { top:100rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae6uqTKOh7HzeygbKr1OsKOA1wZGPeeS { top:109.6875rem;left:25.125rem;width:22.625rem;height:;font-size:0.75rem;display:block; }#Ae6uqTKOh7HzeygbKr1OsKOA1wZGPeeS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #vN7tw2I8gS6hDpeJog7mwzshMQhBAiHZ { top:107rem;left:4.875rem;width:24.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7L1PnqWyF6p9XD5eF44xKpVaWZKtFph { top:104.3125rem;left:9.125rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMcON4syldCJitNxPUkXu59QUonSHTGT { top:101.75rem;left:4.625rem;width:43.125rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPlyK06J1l6xtoiU8bcd6aJSAWwUbyXB { top:109.6875rem;left:4.875rem;width:19.6875rem;height:;font-size:0.75rem;display:block; }#EPlyK06J1l6xtoiU8bcd6aJSAWwUbyXB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #S9ANQyAPxRKmfEGlKbaS577SNlIOSsva { top:82.6875rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwoGisJPE4BRpvSQfw34V6gCqGskGKF { top:92.375rem;left:4.8125rem;width:19.6875rem;height:2.9375rem;font-size:0.75rem;display:block; }#TuwoGisJPE4BRpvSQfw34V6gCqGskGKF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #H1HMmJxyQ3he8GfTDGbs566Q6PPURkya { top:92.375rem;left:25.375rem;width:17.8125rem;height:;font-size:0.75rem;display:block; }#H1HMmJxyQ3he8GfTDGbs566Q6PPURkya li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #TlW7ueq9xGww4cJ0k5RwDUy82C79OVGk { top:89.6875rem;left:4.8125rem;width:24.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc4TK3ammRcI8OpE94xdcVstxUsCaFMz { top:87rem;left:9.0625rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z19WXBg2xti3fvEmHha2IsTr9eg7rF4L { top:84.4375rem;left:9.0625rem;width:37.25rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMwe2a5V1BeNwVBmlR1hpx5JgI9pKFTN { width:2.8125rem;height:2.6875rem;top:85.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlL0Gc3bA5Qz5f7fHst7ZR0b9h0UqxAy { display:block; }
 }@media only screen and (max-width: 763px) { #Zp06zA5w05U8uPc1XbhiZKrktTLTQUbU { width:2.8125rem;height:2.6875rem;top:102.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQkOty60rmi95rrDItDdyRxt53DtNdi { display:block; }
 }@media only screen and (max-width: 763px) { #OLs6lDqCxhuGaLpqSpkz4fuqeE8tV0VN { top:85.6875rem;left:5.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFVgd6qAM1M4hwJ1b9zDDfas7rhZBier { top:102.8125rem;left:5.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKUmqs65fh1xeSN9FOPSAddKJ3HmJQIP { top:116.75rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shNnfuq6BKak9Jknosy4hdBfwOT5Tteo { top:126.4375rem;left:25.3125rem;width:17.8125rem;height:;font-size:0.75rem;display:block; }#shNnfuq6BKak9Jknosy4hdBfwOT5Tteo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #GPZwdfk7Q4SLypcqxQVf9ZkB0li470Tr { top:126.4375rem;left:4.75rem;width:19.6875rem;height:;font-size:0.75rem;display:block; }#GPZwdfk7Q4SLypcqxQVf9ZkB0li470Tr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #gIwRqPvm52OiHTGhQeuTcr45ty0opHJS { top:123.75rem;left:4.75rem;width:24.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O13509hDSJGprPuT8L3VGfB7BIIgk84Q { top:121.0625rem;left:9rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQrObEA9kCI4C4TNtmXJ9TXFG1JtGJT0 { width:2.8125rem;height:2.6875rem;top:119.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGSAWEs4DKd3eVwCncgo6zuKyCgsDE4U { display:block; }
 }@media only screen and (max-width: 763px) { #mdRWT2xhpfouAqs0teBfBnpFSUgXqIo1 { top:118.5rem;left:9rem;width:37.25rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6SCOf89ahrxoewqaysywR5etgvpAme { top:119.5625rem;left:5.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI4nw6z8WLLNPgunasRJvpckT2iDursx { top:14rem;left:0rem;width:4rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndqKee6BhpJczPFs9FO03rJEvkfcfqkm { top:30.3125rem;left:0rem;width:4rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdhM3XyztK98L8wv2Ze5EEEoOTGoSFmS { top:47.75rem;left:0rem;width:4rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcTrLuxVOeXLkuTr72gHeP4bemqX2UuV { top:65.25rem;left:0rem;width:4rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br1ornezdTPMSlzZSuTbDEFT4T3xPkdn { top:82.625rem;left:0rem;width:4rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlGaoNtNwzi3QnyTx5tflLnA7laeQWZS { top:99.875rem;left:0rem;width:4rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88MNwmWQ2dpB51q0crAGup6G5PoPqP2 { top:116.625rem;left:0rem;width:4rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn { display:block; }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpTHvJry7rnzhDnXv52QausqaRsgAh2d { top:0.875rem;left:15.5625rem;width:16.6875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3QIllHVeHOMgKuFUq3ppuHwhFwB1tq { top:1rem;left:14.0625rem;width:24.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy { display:block; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVBTLH2NVcxftoh7Vvc9rmsyDoKaP1sP { top:62.3125rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yernHiKv3k7SNymcNwfUSbvK20O5waWC { top:72rem;left:3.4375rem;width:14.8125rem;height:2.875rem;font-size:0.875rem;display:block; }#yernHiKv3k7SNymcNwfUSbvK20O5waWC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #gumTbwmUwnbTkzHLTMCD8qKqaFueP5qW { top:64rem;left:7.6875rem;width:37.25rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huLSXCHVk7QkhBeibU8a3hvHnLyhgGT7 { top:69.3125rem;left:3.4375rem;width:24.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCGTRB6kdDsnb5k4g0KidwBWktJTBBHI { width:2.8125rem;height:2.6875rem;top:64.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q01TxxcFwqhT8In2aqkhMR1AxyfDE9Hy { display:block; }
 }@media only screen and (max-width: 763px) { #F4586w6xlBgOzuHGeVaNm3216FiENduG { top:66.625rem;left:7.6875rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNS7eM09eZlaQerLmhmu58Ba77RqktF { width:3.5rem;height:3.375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4AQfP4cRipFJ4ucRWbpqT8gNDrZPTJu { display:block; }
 }@media only screen and (max-width: 763px) { #D46TLLKfWftmNynZX5UzVto3QOlT8aUt { top:10.1875rem;left:0rem;width:0.1875rem;height:83.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EINBtULTUxOThUNEvUoimR9iaf0mH5Iw { width:3.5rem;height:3.375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJg26qftLnnIfkKIAJ0kRQAQTMEeKoA0 { display:block; }
 }@media only screen and (max-width: 763px) { #B5Wk5z0rOepvd0iFufGaD59y9L9bGfb4 { width:3.5rem;height:3.375rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLomU8DTHDABxSwIEpDqhHTUgtIrNr7G { display:block; }
 }@media only screen and (max-width: 763px) { #JhvBJVGAlnMJXpKncS8SywT4MNo0pyWP { width:3.5rem;height:3.375rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJG6m4VqWScBhwfqZilcqXEM3Qfhx7iu { display:block; }
 }@media only screen and (max-width: 763px) { #dwRlkzGTPfN4QexZGtNMG4E0mrfCR8gp { width:3.5rem;height:3.375rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh8eEezgIImLLKDbQDaMuTtQDC6IVC6o { display:block; }
 }@media only screen and (max-width: 763px) { #Md3VpocBOfppcoSZ8dwhKrDGUT9FJHRh { top:72rem;left:24rem;width:17.8125rem;height:2.875rem;font-size:0.875rem;display:block; }#Md3VpocBOfppcoSZ8dwhKrDGUT9FJHRh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #ZzSXdvxPKTnLapC1iTSLMPzaRltFHSaS { top:10rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF2VeFqTUe1SlGRO7xTrDlHe3EnRbsRf { top:19.6875rem;left:23.8125rem;width:17.8125rem;height:2.875rem;font-size:0.875rem;display:block; }#eF2VeFqTUe1SlGRO7xTrDlHe3EnRbsRf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #XuF3Dsm9a6WwyFrFW4TL48f3Bigfg0Hw { top:19.6875rem;left:3.25rem;width:19.6875rem;height:2.875rem;font-size:0.875rem;display:block; }#XuF3Dsm9a6WwyFrFW4TL48f3Bigfg0Hw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #Ro9k5F5OZMKfTPvqMRn2vP0izp4OSZw8 { top:17rem;left:3.25rem;width:24.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVzh8cygKqOgWqHFOxHNNSPFdfkzx8qA { top:14.3125rem;left:7.5rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcWgfJoVDqlsITgl5fPbTgJFyVUcxbTX { top:11.75rem;left:7.5rem;width:37.25rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAD4OPOFWim4tdeqBtbCdmodxePvPKCW { width:2.8125rem;height:2.6875rem;top:12.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBwoP537axViecX3JmKz56FTfqavkHv5 { display:block; }
 }@media only screen and (max-width: 763px) { #wV5Eu4xkZpmwxNteCGFOM5tI9Q8rkUTR { top:65.25rem;left:4.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GypG5bTXpkObwELS5hFQr9IQTCe5ZLbH { top:12.8125rem;left:3.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2AiQJmxPF81kdH2ZeuBIe59ztuexIuD { top:44.8125rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH3FHrdI87tXFyTMpIdkuL3RKy6aeGTN { top:54.5rem;left:24rem;width:17.8125rem;height:2.875rem;font-size:0.875rem;display:block; }#fH3FHrdI87tXFyTMpIdkuL3RKy6aeGTN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #G2z0m6tEmxo9hskDAMVg5xC4QUFq7Do5 { top:51.8125rem;left:3.4375rem;width:24.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIHn10V8cnRRq0JDCkrviTmK50M6ISOd { top:49.125rem;left:7.6875rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8gmWhQwBEuaTpASdOF1LS9kyuf3xGyl { top:46.5625rem;left:7.6875rem;width:37.25rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8rm9lW4Vq06SJekuIDblnkKZCS8cbU3 { top:54.5rem;left:3.4375rem;width:19.6875rem;height:2.875rem;font-size:0.875rem;display:block; }#f8rm9lW4Vq06SJekuIDblnkKZCS8cbU3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #KSN11DWcWiAv91UbA5BcW7pWZp5E0MED { top:27.4375rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeJ0xAyGDgevsDIHfPZaAUNik8nE5TeX { top:37.125rem;left:3.25rem;width:18.0625rem;height:2.875rem;font-size:0.875rem;display:block; }#PeJ0xAyGDgevsDIHfPZaAUNik8nE5TeX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #TpfK2HI3GT4pKzdKR4XTUJUZxN20xL0r { top:37.125rem;left:23.75rem;width:17.8125rem;height:2.875rem;font-size:0.875rem;display:block; }#TpfK2HI3GT4pKzdKR4XTUJUZxN20xL0r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #H8wuTohE0W2i2se8Tm9yFewtJyEpAOmq { top:34.4375rem;left:3.25rem;width:24.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQyzZbKzSEcBWvPB0IZs8E1fS9X79Ts { top:31.75rem;left:7.4375rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGc1fkbhUapPBiJ4d1fFA9TP6lIN00k { top:29.1875rem;left:2.8125rem;width:44.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDVfMX6Tpl56AtxKcT3Wy2bTxWa8Ac3w { width:2.8125rem;height:2.6875rem;top:29.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLuIMRQKLSsQW07p7C24BKdNdBGSxrnG { display:block; }
 }@media only screen and (max-width: 763px) { #dR03ccxd8VZdbK6pLNaAkDJT7ocT6C3f { width:2.8125rem;height:2.6875rem;top:47.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkkcJK7LvagoUeNLhBnUgfUP9TWtzsKz { display:block; }
 }@media only screen and (max-width: 763px) { #bGx4934KelVTDsKpUiy2r7sSa4T6NTNn { top:30.4375rem;left:3.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbC6qusaOTCkCol70GXLudKXQMqzfN3G { top:47.625rem;left:4rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXS12ToFyTPo58QOd5VIREtxK5FGLeHK { top:79.5rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuOUDUQBm4yciaEVnVLoVmWbl0OnF3TQ { top:89.1875rem;left:24.0625rem;width:22.625rem;height:2.875rem;font-size:0.875rem;display:block; }#WuOUDUQBm4yciaEVnVLoVmWbl0OnF3TQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #e5aHathSfU0dETfnlzXzqCymc1mnUwGy { top:86.5rem;left:3.5rem;width:24.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVAcBwRnRv5kMobSUznCeQqELQ7ATSUA { top:83.8125rem;left:7.75rem;width:24.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdBkWrDAMa9PHRbVJ52vZrFgbCGz6gra { top:81.25rem;left:4.625rem;width:43.125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #My8uJSFIcRklIDiB5B9OSHdTArTI7qCy { top:89.1875rem;left:3.5rem;width:19.6875rem;height:2.875rem;font-size:0.875rem;display:block; }#My8uJSFIcRklIDiB5B9OSHdTArTI7qCy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #yxDtBVlXXnnmzIoJBSFifa9S8iruGuG0 { width:2.8125rem;height:2.6875rem;top:81.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlUxh9KE4UNnkIERFhmpDPnifgeEp9TM { display:block; }
 }@media only screen and (max-width: 763px) { #rDX1dMhn16JZCJb9KA57isZZn0G57XpM { top:82.3125rem;left:4.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtzeLgXP21yaGiMaacT4WHo4c6cu5Fwl { top:10.0625rem;left:0rem;width:4rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDFNFdhqdWtTA9mDK59IDx3LdlIa2q0x { top:27.4375rem;left:0rem;width:4rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTmweiTaCm6NWuq5hLVytdei4oaFMRF { top:44.75rem;left:0rem;width:4rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASZrwx2xuOPEpXsot419e6v4MlWKNAId { top:62.25rem;left:0rem;width:4rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbHTxdWQSq7buuF5ZHKbdJzsKO4QheBN { top:79.5rem;left:0rem;width:4rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbwDbzAGSu186KtmFaf4DPVTDTzmpSgC { width:15.25rem;height:3.9375rem;top:96.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVSTgv5gO1HJKrneWowmT1IR8zKyqBAS { display:block; }
 }@media only screen and (max-width: 763px) { #ZWqJQKopcURlKX5pTLXUhA6N7hEd0qsz { top:7.75rem;left:0rem;width:18.375rem;height:4.375rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD5REg1LQed5h5T7T8vUR8SGBvCUu1rA { top:29.1875rem;left:2.8125rem;width:44.9375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT6WIiQkd9RwGKTkhec5bN8zKbwDVK1C { top:81.25rem;left:4.625rem;width:43.125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6pO2ZPlN0ilOUtc9cO00A1qy5z3GgTy { top:5.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td16nNkCoXmo6McgLylJPRTNxwul4thk { top:0.75rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEioc0vO8G488ksUFSotSJAFO8FGlvaZ { top:1rem;left:14.0625rem;width:24.375rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #spveSyGZamFmavPUQQHkDgoLUsWBHgPZ { top:0.875rem;left:15.5625rem;width:16.6875rem;height:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU { display:block; }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npMIT2mnvcqcmNXaXOsfMZMx0rnlaaTJ { top:1.1875rem;left:3.875rem;width:40.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3vDx7gUXsaGcXKb3gxaM27Ob9an6eq9 { top:3.25rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtfkdfztfciEwm4zHEfJVoGwT7SpRK6q { top:20.625rem;left:0.375rem;width:18.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsRCbxgBHFgTVcOQCGnMSD79g1XXuUbv { top:28.5625rem;left:0.75rem;width:10.875rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBiomNxAcd1nCIHh0vGGQrBl9wfhL995 { top:34.375rem;left:0.625rem;width:11.1875rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #imlVFhblr33h7w25EISy8VEdyvdJnBmS { top:36rem;left:3.40625rem;width:7.1875rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHwhMsmfca2VZTvn3TaEwWBPWLWXnTgk { top:11.3125rem;left:4.625rem;width:9.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghl4whGE1OeUpM75MuLKyt9NIU81gIwd { top:11.125rem;left:19.375rem;width:9.375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJ3kmVPMscIFdvtibnDJOHMK4DyZbpy { top:11.5rem;left:33.8125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4OroJ0aw9TicirztukExLH9r84qfUyb { top:24.6875rem;left:12.6875rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVrzSvaGDBQeKb0tyMVSxfIzxGElZoW1 { top:20.6875rem;left:14.75rem;width:20.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnaZzMGx0eXBW2r1FDRWrmQwEn76wDHP { top:20.6875rem;left:29.3125rem;width:18.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #he3ftTL7GnefgiRtll7uo66luzqzkJcx { top:33.5rem;left:12.6875rem;width:9.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Souc5BbGeWNNKiXzNx1VZUtpBxXRWrSA { top:33.75rem;left:24.125rem;width:14.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICvDsANTkrBREgTdyUR0qQnCrsmvI3Dl { top:24.6875rem;left:27.0625rem;width:8.6875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jatn8lmweENlJ8mgEGN4w44f5xQztyeg { top:4.0625rem;left:0rem;width:19.1875rem;height:6.1875rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EISG2iCUHsv3leLPyzeDh6oFn8TSefiq { display:block; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJ2dTLyQ5RRWM00omw7kOb97TfdEw3oL { top:4.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi6skxSDCZJXnpaeCAPNSUqwMLlUUuft { top:28.5625rem;left:0.75rem;width:10.875rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hANklRE86rcmo7B1eOU7DSAhCvh2Efkk { top:34.375rem;left:0.625rem;width:11.1875rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDEzfL7nsuT8OKJwZsabEt36kn2W8Z8O { top:36rem;left:3.40625rem;width:7.1875rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKnF8MtKCIyT8LmQh3uyrahKOeRSDIaA { top:0.75rem;left:0rem;width:47.75rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #koOPblRirI2kDXr6bCwh0mfFnsXZSDvc { top:2.1875rem;left:22.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0KVOvmhkRTsoxsGK3xCwaySSxw7R16J { top:10.3125rem;left:0rem;width:16.5625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7XGnX6nO3SelS0vvnm1VlDNu0PELrmm { top:10.3125rem;left:14.375rem;width:16.5625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFEHk93mErZZaad4z2RmSurSIhtDfODO { top:10.3125rem;left:31.0625rem;width:16.5625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcHogyUouMrKoS18SSAiCItNvRbe8mIU { top:11.75rem;left:0rem;width:9.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Rdcpsd62fSH7nXux34lgP4zd68EeV2 { top:11.75rem;left:17.84375rem;width:9.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDmq9FcJIu9VUveHT2h3k3EN7boxAI23 { top:11.75rem;left:35.90625rem;width:9.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVOsHARFvzLqbz05iLeFNcD8B1usTqW7 { top:14.1875rem;left:0rem;width:13.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR6uRkfqW8ZKCz5rid9b1wFfLe9fPCuy { top:25rem;left:0rem;width:15.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhagtrLaMrs4b7lZ45hMSKnkTtwu5tFi { top:14.1875rem;left:15.9375rem;width:13.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWtdmUSNxvxbWPhaqCRshocJ5K1LAtug { top:14.1875rem;left:34rem;width:13.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbecsKV54xvoDf5c2sEMQmWbDDFKx0Z { top:12rem;left:0.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTmvIIJc4pnS78DKTkiLfkvUJ2aL9pIe { top:12rem;left:18.3125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Vo1Kseu7v3Mm7mcMTyrMy4R1s08ttN { top:12.0625rem;left:36.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCZ0tcRUC6GifGOCz0Dt0773QQtKRUHE { top:25rem;left:16.03125rem;width:15.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx2fE6z1rSQx9QUVWXvmm3tJAx1sVNvr { top:25rem;left:32.0625rem;width:15.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1xGbrThJXMZ5lXXFaH97F2qiXEpWJr9 { top:16.5rem;left:1.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg3DzTA3Z9afbfh5W8dVcrpJNfmTgZZK { top:16.5rem;left:19.1875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLEABSdAFzsHo7CqqlbBZ0IRfhFEnDIv { top:16.5rem;left:37.25rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6z8oK9kvPMZGQlT98aOeBQDTilqWZL4 { top:50.9375rem;left:0rem;width:15.6875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW { display:block; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDFohenUpa2qAF4g4VG3FVGh8qnmTwI1 { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1F5GTvscxwqa1UQxpJz0FfeRRmXNzEB { top:13.125rem;left:16.8125rem;width:30.9375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOUXIuNBb8cqzc11Gu5MGFCr9bsWiZ8f { top:13.8125rem;left:24.625rem;width:23.125rem;height:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqmTT334GA6BdiC8ORP0UPSx7TVbHrR { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olyRX506iNdkUZvedbvWytSxqNgpzZbJ { top:11.3125rem;left:30rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLlAlLhVZhsd3pT8vuKxBzSSxtIyMIhP { top:32.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNr9DuGDIFdNMix3m3x0r2fCSFWBQNTO { top:20.0625rem;left:29.25rem;width:18.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6t8DbIndMahiSaNnTDhHRf2TBBznPR { top:22.5rem;left:21rem;width:26.75rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7MPbSTH0UPVdTM6hIeX1eBX4B1BlHR4 { top:26.75rem;left:19.6875rem;width:28.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiKb4dGPvT3hafQnuVayOJOsHkqs7DA1 { top:19.75rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imtq8KH4U057WZQKG582UBOF3JDbnkuD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #A398ox9vbZvJlNhm073f9gype9pR0rBT { top:16.3125rem;left:20.5rem;width:27.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZgVQT5xWKauptrgI27xqrhWgINPiOMt { top:31.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQ8Koc0PfbCBcrTbnIo1DN5CSMg2lc6l { top:17.625rem;left:18.5rem;width:29.25rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE75ewxhdVGerJZDyDrBx6zOXE38EcJB { top:26.8125rem;left:18.8125rem;width:20rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cfcip99o8JShTZ6JwR9GeKhyMdT96m6T { width:13.9375rem;height:3.5625rem;top:34.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lISbLUUJn6L5Z3BAZ66zxaJa8p2yf7eo { display:block; }
 }@media only screen and (max-width: 763px) { #vQMMOHbBqt7Xdc6Bnbie7Awr1HzpscPF { top:14.3125rem;left:0rem;width:25.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrRsvBETax2SIfvN8LS0kc7gsvqNQQm2 { display:block; }#TrRsvBETax2SIfvN8LS0kc7gsvqNQQm2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQAhasf1giBEUkNCirTp8Sf6JFNeuf2w { top:11.875rem;left:0rem;width:16.0625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDcMNOgWES5X4d50MNAKm6fOXEeTPJSB { top:15.6875rem;left:5.21875rem;width:14.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ8JpVsHPVGGP3NhxKseiTqEsfTRZP0X { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FURqRTKTLXPTP0MJ4KrLpcvGFEhMbGQu { top:13.125rem;left:16.8125rem;width:30.9375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mliy1gcCHqlcOmTxen1LlOTb5ACcxqEZ { top:13.8125rem;left:24.625rem;width:23.125rem;height:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfMMT1KonsbbfckBcaVLmepiUOMifwmN { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnqTr8WeGFWKWKatFTRWvld3IyfAGMF9 { top:11.3125rem;left:30rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlfU686HhDsN7wbH0cETHRlGTRdedNPQ { top:32.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piXFd8PUxKzedzGZyDdO3xLI4lRn5zh6 { top:20.0625rem;left:29.25rem;width:18.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkBgEv639DMMibfm7AxrzJOUHW8OLOkW { top:21.625rem;left:21rem;width:26.75rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw4NxUOoMJWgIx53rHaN9SZDltd7iPqC { top:29.3125rem;left:19.6875rem;width:28.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVOqoduFTDdGrZQKE5Jccq3OphelSWo { top:19.75rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEzxqUBBB9TRutHlPP14gvA5io8iZ7S7 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #vGCCTx9ClovdKe1eMGBSgFm5HRuJuORl { top:19rem;left:0rem;width:14.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqN7Nu4nnwFSEdvla8DhDGTWIyZP3UAG { top:16.3125rem;left:20.5rem;width:27.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnCtQwG1GCdaw6DuTdzpxb2pLe7ydgv { top:31.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FschVa58FwDA1V8wfOcVpvxL30NNCu3m { top:17.625rem;left:18.5rem;width:29.25rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdlTJQ8TlST9cVQupUV1mfQucbuKn7vt { top:26.8125rem;left:18.8125rem;width:20rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPR1lOOmh585VNwqpcxyor2st19aCG9a { top:23.4375rem;left:2.3125rem;width:14.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWsA49N06bQcePQPTUVzeTZz6Q30BlFE { width:13.9375rem;height:3.5625rem;top:34.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK3X8zIEzORyZVmlVPGNWJEhrzkKJb0D { display:block; }
 }@media only screen and (max-width: 763px) { #Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU { display:block; }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmAttA2BI5vVyI9HTL9ec7lGryBFbMJT { top:11.5625rem;left:0rem;width:47.5rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkkk93zyNT1vVCNcOb9DpAKSCT8QBzLf { width:16.875rem;height:2.75rem;top:2.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl7uTVfaxGsuxDRmgFD0vka2LLp1PTiy { display:block; }
 }@media only screen and (max-width: 763px) { #o6xtcU3KSSET1nWThOtLE27oMmy8Fgds { width:38.625rem;height:3.5625rem;top:6.4375rem;left:6.40625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTnQQ1lBGNxmy1XMueL4ZdwvlwdozLI { width:21.0625rem;height:3.375rem;top:31.8125rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1bGiPh5UwAgJ8Wup0Hri7geJXlC4DpX { top:13.9375rem;left:0rem;width:30.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcQzC7DgyRr7JRiAGCs7C9Uqss4Gd2ul { top:31.8125rem;left:0rem;width:31.3125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N85TEySBiVucPrKs2FouThTwMqk1NCzs { width:25.625rem;height:16.875rem;top:13.875rem;left:22.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTlwkrCsl4GhEliS63mOJDGf4wk7J5VI { width:42.75rem;height:3.5625rem;top:55.9375rem;left:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9yccbMDVJ3uReOD2yng2iz1Ru6ZKB0p { width:15.5rem;height:3.9375rem;top:72.9375rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5HvKckdi0Tih90yDUhbHBpOtIwiwypD { width:26.1875rem;height:3.9375rem;top:72.9375rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHCEAUbgP7eEn9drmgqaUBwDb2EHTwJ0 { top:61.1875rem;left:4.75rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfT7iiDq4y6086xzfTKlxJkSIXfQMQhA { top:60.25rem;left:31.9375rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJIMhTCarPClJ6Q4q1xPiH1F3RO9S4Sn { width:9.125rem;height:1.9375rem;top:77.625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wif9dKz5ctOCfR596cJRf9tZ1lhmrcmQ { width:9.125rem;height:1.9375rem;top:77.625rem;left:33.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Qa2TmHlkTLJrV5A4vpXpBOqeLKanT2 { width:26.6875rem;height:13.5625rem;top:34.1875rem;left:21.0625rem;font-size:0.9375rem;display:block; }#G2Qa2TmHlkTLJrV5A4vpXpBOqeLKanT2 li:before{  }
 }@media only screen and (max-width: 763px) { #KUfloD7Cvzw6m8bxT8zvB1N3KdmKGKQX { width:9.5625rem;height:1.9375rem;top:48.0625rem;left:27.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naledfVQIp8UGbBzU9ndXTVVwTxzvQH0 { width:19.3125rem;height:;top:44.3125rem;left:0rem;font-size:0.9375rem;display:none; }#naledfVQIp8UGbBzU9ndXTVVwTxzvQH0 li:before{  }
 }@media only screen and (max-width: 763px) { #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { top:33.9375rem;left:0.75217056274412rem;width:22.5625rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { top:13.8125rem;left:2rem;width:15.9375rem;height:5.4375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { width:17.25rem;height:auto;top:8.3125rem;left:28rem; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { width:17.25rem;height:auto;top:8.3125rem;left:28rem; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #UBhM1nEiCLbdUDWSUtoxqrwJZ2Hd4903 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #D7K1THvNOfdIqmxLCItB3UiDTbArzfcK {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SouzDVHms7wrSB2KtlKT1b6RM6C6wBBS {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv {  }
 }@media only screen and (max-width: 763px) { #QvEVerR5mkq0UZ2UEc7gvitIAtTRVTOn { display:block; }
 }@media only screen and (max-width: 763px) { #vC99LK8xLqXpzVIZIaeLhx0419khOums { display:block; }
 }@media only screen and (max-width: 763px) { #VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { display:block; }
 }@media only screen and (max-width: 763px) { #C2mnUzS4PEeriX81htU8LlWJI24kFlaE { display:block; }
 }@media only screen and (max-width: 763px) { #LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 {  }
 }@media only screen and (max-width: 763px) { #Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr {  }
 }@media only screen and (max-width: 763px) { #ggTDm6wTog9ZVDxOegq8tvQ2nZKh3OC7 { top:1.5rem;left:0rem;width:31.125rem;height:6.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTJsxBmN9sU1Fm5FZssDa1bNLXfXoNJ { top:20.375rem;left:0rem;width:26rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHGuSTlfOcBvTFne5aLz0Dv78QVbI7ti { top:8.25rem;left:28.1875rem;width:19.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7TNZUfhefcV2vpaJz1gWTX8e08N787t { top:10.125rem;left:1.3125rem;width:17.25rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTtwOZe40khTz8dlwVccoSfWsdgORNC { top:27rem;left:2rem;width:18.875rem;height:;font-size:1rem;display:block; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:before{  }
 }@media only screen and (max-width: 763px) { #IPVqSwiTtq5HoJMbRFkeMHgQOJbsVEI8 { width:22.3125rem;height:2.25rem;top:1.125rem;left:25.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7MPDEwtACJSwhhNbNh0ATfp9bXGKPrD { width:23.1875rem;height:;top:3.375rem;left:24.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCvJJ2HVyNvbSMRbrCrv37DTFaiLRLk5 { width:24.9375rem;height:1.1875rem;top:33.75rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Paarf4r2AypalatGO8croD8NrmwXguGu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Paarf4r2AypalatGO8croD8NrmwXguGu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Paarf4r2AypalatGO8croD8NrmwXguGu { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #J89aLcVzMgl0ZNAX22DU5glv7IyikcOc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #EaSCT6vO5CVNMEa4seoyQkPo9L29Fnaz {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #dHdPeEs8TANHsCcfC75x1MTcCRusvEJW {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #Oe6nL9NkD1tOvTf8eV9UHC0bb3zIWJ6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #yhJBEOZWThZJ7qTJKKGKZ6UbhzoPzZND {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #Tn1u74BdJhHxm9pBnCg2k9paCX0PWLDx {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #zWbNkcnfGPxS5ZRo0AI8KDdXsoK2oV5d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #FHhkbBiw7o35fplUDfiHe4pfFJKSXHX2 {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #Wa6yXMSAxqKnB9rZ4VFhH8bbXLyG9W1T {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #TUtTggKef4LmiAguczX4OAoLT5ckhqg4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #bVg6A8ag9oNSv53XcO438lnZOFvGaTXi {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #fLl41GXLigZqGwTZNN0ZTVHt0TnqTWOU {  }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { top:22.375rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { top:20.5rem;left:0.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { top:20.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { top:20.5rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { top:22.375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { top:22.375rem;left:34.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { top:1.8125rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { top:6.9375rem;left:0rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { top:7.5625rem;left:0.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { top:7.5625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { top:6.9375rem;left:16.5625rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { top:6.9375rem;left:33.125rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { top:7.5625rem;left:34.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.375rem;top:3.25rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.375rem;top:3.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.25rem;top:1.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.25rem;top:1.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { top:9.5625rem;left:0rem;width:8.875rem;height:1.364772536541rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t { display:block; }#nvJxLn9hXwOHGTzEopH5KbUOEF1Wyu5t > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slO70hmEa3mT8MwMsFIkKCfzAablqceI { width:11rem;height:3.3125rem;top:4.8125rem;left:4.5rem;font-size:1.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#561aff' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-3),1), #561aff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OdWtBIJfDlJEXlPySdz2bIBXa9eCsFqs { display:block; }
 }@media only screen and (max-width: 763px) { #qWlNW2WzXPblX7RF41RiUP2sQXSBAv1G { width:16.5rem;height:2.875rem;top:1.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v660QWfFCM32EOBOQJPTTEQ25EmJTDfE { width:6.875rem;height:2.3125rem;top:8.6875rem;left:6.5625rem;font-size:1.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #OnRwyxqMSgPP7SlMuHWUBne6rPlnwJeV { display:block; }
 }@media only screen and (max-width: 763px) { #OwMvLJoEZIBVk9LrA8597V6UmQ8AwDaq { background-color:#11002c;background-image:none;display:none; }#OwMvLJoEZIBVk9LrA8597V6UmQ8AwDaq > .row .container { width:20rem;height:42rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S3wDnGvNuCWqQ0186AW9E6TtlLyhXwGM { width:19.6875rem;height:8.4375rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaMNFRC5Wc3OetAZh1aSafWOEhzvX2dk { width:20rem;height:0.73095625rem;top:40.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrBDP1KblgQTTfBhyJHWHq8bUiFgnJnp { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MAJztW7Zn08s1yTdqau4yPFyefBfw7F7 { top:17.25rem;left:3.375rem;width:15.1875rem;height:4.8125rem;z-index:15002;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zTppiL4fDtvDrkllMcORqANlo8oqb9Rb { top:23.125rem;left:3.375rem;width:12.5rem;height:1.375rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #O66ug44dPb57avnlW3cyMEGf9ItFEVwG { width:6.75rem;height:6.75rem;top:23.5rem;left:11.30517578125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #epmLmueJfLMZZm3RQgsGBOykPnA1MBGD { top:24.5rem;left:8.8125rem;width:7.5rem;height:5rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g00RhTz4Ab6LF8BLPUkVZPgV887OiAoZ { top:17.25rem;left:2.6875rem;width:5.125rem;height:2.11230625rem;z-index:15005;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTfFJJFlftwD2CUeqxKsbSt1OqlKAt8 { top:23.16259765625rem;left:3.375rem;width:9rem;height:1.94921875rem;z-index:15006;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;line-height:1.2;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow8tqnUs9ZNw36ah2pdkZC5r8WZTKlAX { top:31.875rem;left:3.375rem;width:6.1875rem;height:3.16845rem;z-index:15007;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqF5uUx9lA2THagvZ4JmtTLHyzhJQPaf { top:31.5498046875rem;left:3.25rem;width:15rem;height:6.625rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WpO6chlMHLD3dWex9ePehfEZGFKhTsTI { top:35.79296875rem;left:2.71875rem;width:7.5rem;height:1.7871125rem;z-index:15008;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r4Vc1Ahsp7bGmTKzmqvEKR9EtKUFQI4x { width:7.5625rem;height:7.5625rem;top:31.0810546875rem;left:10.80517578125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JAr7AvZpdqM3HIGBSuGIgGQRh7vXBSZG { width:5.0625rem;height:2.375rem;top:17.25rem;left:8.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #DH8ptrzCvTkPbkKtS3qicGIbtKLnfk8F { width:5.0625rem;height:2.375rem;top:19.6875rem;left:8.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #X0fIzJ7U6dL3PRbgfAOgL97sD35AppgB { width:4.6875rem;height:2.3125rem;top:17.3125rem;left:13.84375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Q4D745S8H9FJnkTk8qtilGufhKMhwGuV { width:4.8125rem;height:2.375rem;top:19.75rem;left:13.78125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GDGleAu7XXE7Jh4dKAFE5zEoZO8dDNJn { width:4.75rem;height:0;top:42.10546875rem;left:7.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/16de6f5f-546d-4e08-a45d-db5fc88218d4/mbbb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb.adaptive-delivery-prevent-bg, #G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb.lazyload, #G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb.lazyloading { background-image: none; }#G6bukUVmvJ97yzh8H3e0Z6VqTpqoMftb > .row .container { width:20rem;height:38.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { background-color:#0f172a;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { border-width: 0; border-radius: 0; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { width:20rem;height:81.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HOGn5I3wvZsIpCBKyT6ODJkXKLGPezfK { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zTDmslTSGmxyeUzDJCTd1ZeOPc7iqzIc { width:20rem;height:0;top:12.605795765686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWoy19LTDaftnMrz8wgu273LLTHOkJVT { width:19rem;height:3rem;top:36.993274688721rem;left:0.49913203716278rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVCWr6QneWq1wmTq0Zbm0O12D8KUxv6i { display:block; }
 }@media only screen and (max-width: 763px) { #StLgs0bBIfHmt7BUHF0gBxh6U08hJxyg { width:17.3746875rem;height:1.29980625rem;top:41.257055282593rem;left:1.3123915195465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBQFPaRMvTHmD153XANTPvXMmGsPnDbH { width:18.3121875rem;height:5.199225rem;top:30.4375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #Xs4WJmgDSHv89CxasfGMBosnNHBWQqDc { width:20rem;height:0;top:43.9980484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpanEd0bF04pcZxFwWqAQrkgqBvpQ0u { width:20rem;height:2rem;top:43.8066421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQqrzB04IZhxGfiW7rkNQ3wKw30dRpmJ { width:20rem;height:0;top:47.0566421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIMfXIwGgJIQO37ArJq6GTnaVBlXHn6H { width:6.1875rem;height:1.8125rem;top:57.3691421875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPqRTM5VT7AR3oWT64UNTbaUGyp3cJiw { width:5.8125rem;height:0;top:63.1191421875rem;left:7.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFsP60c6O6xh3AaI4AaUlQbI4G6kolFI { width:13.0625rem;height:0;top:60.4316421875rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE0DdSmdHTlnvi9PnxqRxGqzlZBmH1VZ { display:none; }#OE0DdSmdHTlnvi9PnxqRxGqzlZBmH1VZ > .row .container { width:20rem;height:28.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aCFPgX5GLMHCitQwwrkbEw9hQIP3IHbd { width:17.999rem;height:2.686525rem;top:24.375rem;left:1.00048828125rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndE9hienF9gIsvCM6TzzeVPt5gNSANMm { display:block; }
 }@media only screen and (max-width: 763px) { #lNhuXNGUtXQq3g9DUphDikhG2Sa1kLVg { width:20rem;height:24.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJe9LNKwrphHS63SIcUbJ9r5ou1WroBS { width:20rem;height:1.625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZzB8FfGsfHPOxdOreIsByOQSoumFtf { width:20rem;height:1.29980625rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SAWwNiLo6EwpIQIZwX1AsdGPto7ZUJXb { width:20rem;height:2.8496125rem;top:6.72412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OB51QlMWwQwO2n2HdDBpGxLhdrOlkt5u { width:20rem;height:2.9248rem;top:19.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yDdOCxcq5xRfN0yr8uc9mvoPPezgbwBE { width:20rem;height:0.9746125rem;top:10.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Oz62zqCfg1W31Qyci8XyGbXVSdTKmr7y { width:13.25rem;height:6.9375rem;top:11.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E { background-color:#0f172a;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container { background-color: transparent; background-image: none; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container > .video-iframe-container { display: none; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row > .video-iframe-container { display: none; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .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); }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container { border-width: 0; border-radius: 0; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#mb3rWUgF2gMLDlcc2BOFoOp3FelNHC3E > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJXiPMIImyrn5VGXy5izDJ6vfKWeNu9Z { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C11hmnBdhoe9N3IvNvOKzTIVoh8DzVdh { width:20rem;height:0;top:12.605795765686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UencfRtWFbu3iEZ03KHf70h1faxrFHGM { width:10rem;height:3rem;top:21.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPql7R72QricmilRUaSAghquntOutQUv { display:block; }
 }@media only screen and (max-width: 763px) { #JhFI6VfD2hZi4skFbE7bLZ77mLitSqH9 { width:20rem;height:0;top:12.60546875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQPyMhmLnoQeFNnwzIi6N2f3q7yLF1zk { width:20rem;height:1.21875rem;top:1.4228515625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJsT9P5abtw89i8QfWuAO0KFgJS4LIJT { width:20rem;height:2rem;top:1.0322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg4uJQvJ7gU65OrOlf31XhZfCpTh6a6S { width:6.1875rem;height:1.8125rem;top:17.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcMsFCd5ehIODKf9nxFq86yksM3eB6xB { width:5.8125rem;height:1.21875rem;top:17.8125rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsh60vJ97itqQGqVGglZ4FM32SqVtTUb { width:7.875rem;height:1.21875rem;top:18.75rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5QyvtM5iskVFKyWFheTKfpyduBlvmbt { width:20rem;height:6.4375rem;top:4.38037109375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KAo0rTdBg9u0161xBlKHEn7VZaVEtSHp { width:20rem;height:3.16845625rem;top:12.822265625rem;left:0rem;font-size:0.8125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK { background-color:#dbe7f8;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { background-color: transparent; background-image: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container > .video-iframe-container { display: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container { display: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .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); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { border-width: 0; border-radius: 0; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zShEbJKn6vgbF7VHdZ7eu444072VwBT9 { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uk78mf6KBJsdADpHbGdupc6ZWvpvNNmt { width:20rem;height:2.35595625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXwkTc9Q7wDQVRUmUn8cH2ud2qMGMmiz { width:6.3745rem;height:1.94970625rem;top:7.6875rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmSGSRH9kwkTQ1lS7DOcV0pIPGimZOi { width:11.8125rem;height:1.94970625rem;top:4.6875rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ZwZHqRPwA1TavK0t3m8Ut9gEKtXfFF { width:11.3125rem;height:1.94970625rem;top:13.875rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0WwQHl45U7BCMW0FUAlTTCdT4Gdge5T { width:12.8125rem;height:1.94970625rem;top:10.6875rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZnTTK8NuoUPafS06g1R0Rbe07FIl9KK { width:11.3125rem;height:1.94970625rem;top:20.25rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEbm4tyLfuqfOxQqsPxEEwHVSJ6MNZLk { width:12.8125rem;height:1.94970625rem;top:17.0625rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw { background-color:#ffffff;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw > .row .container { border-width: 0; border-radius: 0; }#g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#g9Fvatdt9957R9qS5vR8nHCnJmZhoGkw > .row .container { width:20rem;height:79.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QtPc39M61HPpold0SBpPzLvvAHMW1Dwp { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eggUdzeTpgJfm111wxnbCpZGBDagT2Xi { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKAIr1er7u464PHiy8ezJm6OoERPoy2q { width:6.3748125rem;height:1.29980625rem;top:27.6875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK0mNXNJDHcHD1s7Czax1m7I2xLcEFAg { width:12.9373125rem;height:2.5996125rem;top:30rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctIxNmd6hsRUzkK047ngb22PbVfyVnn { width:12.9373125rem;height:2.9121125rem;top:33.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXfnfFVTyfw2XQu51llRCe4sZliWq1VH { display:flex;width:2.3125rem;height:2.3125rem;top:24.625rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #lubR2vHMn9Ddkmhs7ukEaX6iCoeB1G3u { display:flex;width:2.3125rem;height:2.3125rem;top:8.5625rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #RA0cLE2V6TysTmeFk3wyFafN6CXUA6S7 { width:11.8125rem;height:1.29980625rem;top:11.4375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLAysvAIIBZR89M9g5UbyvWrw9Pkp82g { width:16.1875rem;height:2.5996125rem;top:13.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4qaWXblxQRVffflRUCzRVn72pponiax { width:12.5rem;height:2.9121125rem;top:17.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8iqUTpMZnOXReahEhE0vpvaxrqOg5og { width:12.9375rem;height:0;top:72.6621125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeATW7IsDFg9hlqPTvTEb5h5WXe86RbO { width:12.9375rem;height:0;top:54.7871125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsghLxpSNcpCrCrG6uVEs5TKXmOuofr6 { width:11.3125rem;height:0;top:47.9746125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM1mmtWFEu0AIBGJENyzxLgef7hKGiGS { display:flex;width:2.3125rem;height:2.3125rem;top:40.9121125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #G6M6LqWWBrR39owLW65asyiIKs9dkenX { width:12.9375rem;height:0;top:51.4746125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMamVGGmKH8NKEbT7TpzC3nM2EJxQvop { width:12.9375rem;height:0;top:67.4746125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI3MI8mTXgk6SCFkQfyRSyOrDsoUGexG { width:12.8125rem;height:0;top:44.4746125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUWA5g7DFc8POfTSEfFQ3Q6IMxLbaL3K { display:flex;width:2.3125rem;height:2.3125rem;top:37.3496125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #axN0abKsJgObdVGVhuWefoa9urGJCruN { display:flex;width:0.625rem;height:0.625rem;top:58.0996125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #z2DQgBfLMy4gSHPxFdy2lQUxQASdiqV6 { display:flex;width:0.625rem;height:0.625rem;top:63.7246125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #XrJK0gDQOTUFhmBaVDRnH3H3hqTKVcI2 { display:flex;width:0.625rem;height:0.625rem;top:65.5996125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #vAZTX4ohgz0CT6VHxr8e1raMtMPGDOXm { display:flex;width:0.625rem;height:0.625rem;top:59.9746125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #StECP0nHGuIPN8I9lc04u5hbwTW1cTJ1 { display:flex;width:0.625rem;height:0.625rem;top:61.8496125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #eDzXazAuIXVn6sSNa6dGeVgXVP86qf3E { display:flex;width:0.625rem;height:0.625rem;top:70.7871125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #MDt21kOOXMsqTuDfXD4ttSTn8yVqgXN2 { display:flex;width:0.625rem;height:0.625rem;top:77.8496125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #atKDpFJLOPB02mUpwSXZ27nli1TVKW9X { display:flex;width:0.625rem;height:0.625rem;top:75.9746125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q { background-color:#dbe7f8;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container { background-color: transparent; background-image: none; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container > .video-iframe-container { display: none; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row > .video-iframe-container { display: none; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .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); }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container { border-width: 0; border-radius: 0; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#CdIcuX3diVsKRS7aKR57LmVNOnVSHQ5Q > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGmivZGU1nnfZokAPb8I9bWxFou8m724 { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lflcd5iiMUA27ecIUOVzzJnUoAzSTCek { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZX4Scb3yKqa69GOvGlLl4EdHIUPTv1Qp { width:11.4375rem;height:2.5996125rem;top:24.0625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck19pRlTP0FR4VIJ79MKKRUkfv1VvdHu { width:15.125rem;height:0;top:29.5625rem;left:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdQwoTBgSDbg2fxsvFRazKr1DdHmtU0G { width:12.937rem;height:2.5996125rem;top:30.375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHU04IS5az8WiaTJ0Uo901bNaxD3HcZo { display:flex;width:2.3125rem;height:2.3125rem;top:21.1875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #CwT9bwC500ysMMP03CNUMBhyBCSX8RIu { display:flex;width:2.3125rem;height:2.3125rem;top:8.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #STGeKJ7qKhpic4MelvaDsoPXKlace9iz { width:11.8125rem;height:2.5996125rem;top:10.9375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhJWwUSvTFzV5R8bbT5rzyZe0NxoLdwu { width:16.1875rem;height:2.5996125rem;top:13.5625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIp7Wr67uD53TquyoKnR1iRoMpTrvkLN { width:12.5rem;height:2.5996125rem;top:16.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJeF2eTpQZePvAt6migR7xK1wVtTLLwq { width:12.375rem;height:2.5996125rem;top:56.875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1PUTVsIxyrm9Z0SKMX3oWcN2L1qiEIi { width:14.6875rem;height:2.5996125rem;top:53.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIGovbfGawycUrVp5EpJHyF7TuT8tE4y { width:11.3125rem;height:1.29980625rem;top:52.25rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP8EpQzdBSMkKW7BvprxWbiMbp1UMaKS { display:flex;width:2.3125rem;height:2.3125rem;top:49.6875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #h3coC0KEkHBfWxJfskfkFEKEmT2mvQD7 { width:14.3125rem;height:2.5996125rem;top:41.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy1bqxUCoWdaEBpwDklAiVtRFHSUN5cT { width:12.9375rem;height:2.5996125rem;top:44.625rem;left:3.5625rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #IRechy2lndTgV5zCyqOwleIc2khPzlQ2 { width:12.8125rem;height:2.5996125rem;top:38.375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6H5f5Bw1F5s6T1lnJs7coM9tHATnwii { display:flex;width:2.3125rem;height:2.3125rem;top:35.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #RL6dKOUUywIiRwG5qKkGLGJR0MrQcbbT { display:flex;width:0.625rem;height:0.625rem;top:30.8125rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #H6zA15PRlvLaaWB2Fu1FtKH7MvR4fAAq { display:flex;width:0.625rem;height:0.625rem;top:18.125rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #qezLEa9dVXVWT4rCrWNFJx2VhZZKMdrU { display:flex;width:0.625rem;height:0.625rem;top:46.3125rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #HQK2VCvQT9RG0e1LgCPQDis5bOqMGmQu { display:flex;width:0.625rem;height:0.625rem;top:32rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #RkeARhwXO0mT5ztEtOWKUhFagLzGfcJr { display:flex;width:0.625rem;height:0.625rem;top:16.875rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #OT5A5d0hUv1E4BUVfbJl6WTMDccn8mlP { display:flex;width:0.625rem;height:0.625rem;top:44.9375rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #qsOBs8CEBXm3Se1yrWzHfNTR1DGsaB96 { display:flex;width:0.625rem;height:0.625rem;top:58.5625rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #a1EU33dN1pvSpOcyD7LnhQtWoxOZL2Pg { display:flex;width:0.625rem;height:0.625rem;top:57.25rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #Lg1PRLasiyZXyUHpvPSwWBTKeuuCo3lt { width:20rem;height:5.199225rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #IAGyxrW7KmzZMS6LoDs3EFo76Kk05ydg { width:15.125rem;height:2.5996125rem;top:27.25rem;left:2.4375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #u178QQ5s18vOapucCr4eztKJpdlrePEA { background-color:#050c2c;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { background-color: transparent; background-image: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container > .video-iframe-container { display: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container { display: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .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); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { border-width: 0; border-radius: 0; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PF6h5dKDr39STgGpJwzp1McTrT6loLbr { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KTbzeJX3HlDWGECM8heenhZbbJtNLsNp { width:19.625rem;height:10.75rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNV69tEllesnSui4oPDUBETJiWNTsHcQ { width:18rem;height:0;top:35.91552734375rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQqDA9ko8HNl1SMWMASWeme9TOr0WBIK { display:flex;width:0.75rem;height:0.75rem;top:36.125rem;left:0.9375rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #SOvRpS2RtsStmbB6pJMVmVratHzC19JU { display:flex;width:0.75rem;height:0.75rem;top:37.25rem;left:0.9375rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #ZWlEdrqesHQl0nKyEuraziHcX9qsGoT0 { display:flex;width:0.75rem;height:0.75rem;top:39.5625rem;left:0.875rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #pd2DBkxIyAQnhuQyF8BqhScmNEKvsxyT { display:flex;width:0.75rem;height:0.75rem;top:41.8125rem;left:1rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #oa3516ZJTSMOcwMLQniwoFW2xhz6vfID { width:20rem;height:0;top:1.25927734375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr29oPQmvNaDQCklNrAlsMmOthTdgeUs { width:19.625rem;height:10.8125rem;top:11.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQC8fScZc1hOV11GoM3GoiLs0HRMd3E6 { width:19.625rem;height:10.75rem;top:23.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbm0gXJeoAgZosooctwBNXAnFmMU9wz5 { width:19.625rem;height:10.6875rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7hgbmI4wyUXN8CWt3g27LpLr7DosNHH { width:20rem;height:7.71728125rem;top:1.88427734375rem;left:0.625rem;font-size:1.1875rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #BbdzCmzfuBbT3E8muJHVodUw8UFKwlUP { width:18rem;height:6.8232375rem;top:35.8125rem;left:2rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y { background-color:#050c2c;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container { background-color: transparent; background-image: none; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container > .video-iframe-container { display: none; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row > .video-iframe-container { display: none; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .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); }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container { border-width: 0; border-radius: 0; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#qiQBMkHgeiehgz9JwMTceT6V7qZgbv7y > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zr3RS1DugdGTxDqlShCSr4VaDei0zcQm { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cz780EG5ppwBOt1E0TCosSesn76TIQT9 { width:20rem;height:2.5996125rem;top:1.25927734375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNkbiNLOv0VoBgQL3nZ7vh0SfAbRQwW { width:14.375rem;height:14.375rem;top:2.67138671875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew7xFhoFi6ZuNM2ffzRNb0Q1wdL9cZun { width:14.375rem;height:14.375rem;top:22.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk3cFe1wyTXetx1gvXfOVpWTo8VR1uWd { width:14.375rem;height:14.375rem;top:43.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxkLMLeR1BNLZDiJIt0DzGtDeDq06sid { width:17.0625rem;height:7.75rem;top:15.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfnPRuZLwu6x5WI9Te6RsPpT1Br6URoZ { width:17.0625rem;height:7.75rem;top:36.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om39M8T6R89TgIMFIfTePwzSFFapTNrg { width:17.0625rem;height:7.75rem;top:56.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geQDfwTCeHWEsbd89mzQLNxXQf736vEN { width:12.875rem;height:1.625rem;top:17rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpEWWb0aOUnyp9EIwOH81FlR0FAtMKr3 { width:15.1875rem;height:3.89941875rem;top:18.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIt6nnPPAeyPiglgTckUQWqM2fXxVrV { width:12.875rem;height:1.625rem;top:37.8125rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6ENuAoXf5hylfOztNqG0paRBW26MfA { width:15.875rem;height:2.5996125rem;top:39.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3dlKMKkyoQvhHaDV8yRctvOfdrgw3s { width:15.1875rem;height:2.5996125rem;top:59.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKnJh5aZqXQeqSQ40o2FFOXCowBFUh0m { width:12.875rem;height:1.625rem;top:58.0625rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja { background-color:#dbe7f8;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { background-color: transparent; background-image: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .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); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhL7v3KakaPywW0yNv3xV9Rl9BbkSN7r { width:20rem;height:2.92480625rem;top:35.98779296875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk { width:18.375rem;height:0;top:90.005428075788rem;left:0.34396708011628rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #fx25DmeO8fIHt1wXyA8N4keat28cp6nX { width:19.4375rem;height:21.985375rem;top:38.91259765625rem;left:0.28125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;color:rgba(var(--color-tertiary-4),1);display:block; }#fx25DmeO8fIHt1wXyA8N4keat28cp6nX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #Z95Hywd0NNniPkua0GZkJzXm2yNlhdR1 { width:20rem;height:0;top:4.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hywFzlpifSbEqhWcooT1U6iksaUKpOHQ { width:12.875rem;height:1.625rem;top:10.8125rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiwfmTd7BeONz1OuC24vSC7DJNB2nAEP { width:15.1875rem;height:2.5996125rem;top:12.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drDmvBXUhG5JfIEPTMqy5VFmBJZb89ki { width:17.375rem;height:2.5996125rem;top:21.9375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3qywA6D1ZkfxF08nqpRP778dwS7Hp6 { width:11.625rem;height:1.625rem;top:19.9375rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqVFWhSF9sE05bg4zM8NnhfPGTaU1iGV { width:16.3125rem;height:2.5996125rem;top:30.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpKAAqTEpwFiJcWeWIKpvXXE1Bft0vA7 { width:11.625rem;height:1.625rem;top:29.0625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbSxqRpNBWuDThF2dFditbGs3w9cwS96 { width:17.0625rem;height:7.75rem;top:9rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7iqKeudnMZsTtLS6sancRn5pneE1QCO { width:17.0625rem;height:7.75rem;top:18.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSMXNKleqCZ9qgz5VlbcEaBCZ7Veb9xN { width:17.0625rem;height:7.75rem;top:27.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMqoB0988ACT6fJ5EwXKBBvpiLdgkkFz { width:3.1875rem;height:2.25rem;top:37.92529296875rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMzeFa5GGNacc7MqNA11gPT2VKwx6vIH { width:19.5625rem;height:32.78418125rem;top:59.1826171875rem;left:0.28125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#wMzeFa5GGNacc7MqNA11gPT2VKwx6vIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #qQUNGekI8loZ2cBGw4ki8ghK8lxPuDot { width:20rem;height:16.9150625rem;top:93.228515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7Gkk6pFcrcDCmMBFfBiW9CTlxhKJNEB { width:20rem;height:6.33691875rem;top:1.4375rem;left:0rem;font-size:1.625rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #bTkhadqMwPvJ1FR99nZ5u2BbgaSLThzp { width:13.8125rem;height:3.75rem;top:93.2168046875rem;left:3.0625rem;font-size:1.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iLptht00H209mhTctDwffRrfSyvyLxDl { display:block; }
 }@media only screen and (max-width: 763px) { #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS { background-color:#ffffff;background-image:none;display:none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { width:20rem;height:388.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yAUeynKr7ypBx2gTfo7N96Kq6GMaT9kX { width:18.375rem;height:25.125rem;top:15.4375rem;left:0.75rem;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) { #pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd { width:16.6875rem;height:0;top:24.74755859375rem;left:1.65625rem;font-size:0.75rem;display:none; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #H0UQGh0owB4fe2UmI3uZyOGyJIbRT05T { width:14.8125rem;height:2.19360625rem;top:3.40625rem;left:0.625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpQTOobIbikLbOs4AKAmlr8w5bQ7Zdpx { width:13.125rem;height:3.25rem;top:18.9375rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyuQBVv1pDOhdHxiS9CWXVTXpAJNv5ND { width:11.5625rem;height:1.9494625rem;top:22.8125rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6gdT6w1nAMJqAVuV8FUvtnN0vdpL7T { width:6rem;height:1.5625rem;top:16.625rem;left:2.125rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJf1o9g25oTt3hAi0VOxC4olwtWRhrqw { display:block; }
 }@media only screen and (max-width: 763px) { #NTlbhEJ4U2t4WKxh6iOq6JccVPgNf4KS { width:16.125rem;height:1.4624rem;top:1.375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 { width:17.625rem;height:14.25rem;top:25.5625rem;left:1.625rem;font-size:0.75rem;z-index:15051;line-height:1.5;display:block; }#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #MqVXzZeNiJnwOP6yazwPCudBmygpXISo { width:16.625rem;height:;top:54.6875rem;left:1.71875rem;font-size:0.75rem;line-height:1.5;z-index:15055;display:block; }#MqVXzZeNiJnwOP6yazwPCudBmygpXISo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #EfBVuy4kQV1cBqKLJmTIGV86w3FI6Sz3 { width:14.625rem;height:4.875rem;top:77rem;left:2.6875rem;font-size:1.25rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #DfFHkyTZDPExGGT200msX7AS7gVUbt0X { width:16.5rem;height:15.5195rem;top:86.375rem;left:1.59423828125rem;font-size:0.75rem;z-index:15059;display:block; }#DfFHkyTZDPExGGT200msX7AS7gVUbt0X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #TVtptLKhnRgFeUfowTTZToBFzJOmpF8Q { width:20rem;height:0;top:233.5815625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvvsTw0NOXwvkL6ubPtRxnznfCoG1WuG { width:3.5rem;height:3.375rem;top:107.7690625rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdH2vwo9VzdHtGstdamp21DcMe2bHG0K { display:block; }
 }@media only screen and (max-width: 763px) { #OXpAfk1gQowiMHfASI67TikLp74rCanS { width:0.125rem;height:117.125rem;top:112.3940625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLzpAhauVnnn4sepkde2z43Bvmxk9Hy { width:3.5rem;height:3.375rem;top:240.6440625rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgPaOAdAdJQMTO0nTLTDkdMh2b8rH6s { display:block; }
 }@media only screen and (max-width: 763px) { #ofG3xnzAa1mn2t1diDRVTgQxA10D6Kif { width:3.5rem;height:3.375rem;top:265.3940625rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivTEG0WNLP7rBaoLrWDmsiZ0EzfTH6uF { display:block; }
 }@media only screen and (max-width: 763px) { #frMP3KXIHG2IKn6vITpxQJcPgmifwXEp { width:3.5rem;height:3.375rem;top:290.1440625rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8nLJrIJ2KxTomwMxGIoiSmKwPTc15qe { display:block; }
 }@media only screen and (max-width: 763px) { #UsIze7J6pagi7RKw16JHGr5QNbdUOH1L { width:3.5rem;height:3.375rem;top:314.8940625rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPslcPQBRQt6Kc6MJIKvabZZi9DMESut { display:block; }
 }@media only screen and (max-width: 763px) { #hhGWRWgnQ11rJNnwqJVRZnAyCmTVOVD5 { width:3.5rem;height:3.375rem;top:339.6440625rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayXFSUbWTXBfA7XeNzZNfaHIFfcbZcCr { display:block; }
 }@media only screen and (max-width: 763px) { #Txk7dSDJBBi25LnZLwOnIe97LUxCDn35 { width:3.3125rem;height:3.1875rem;top:369.0190625rem;left:8.3125rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nZrUIigVreQL3d3Dc8KT7K6rsp860D { display:block; }
 }@media only screen and (max-width: 763px) { #GXpFiNNM6qqACMzbGmwnuzsStmsV0xJp { width:3.5rem;height:3.375rem;top:364.3940625rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0LJrKdxzCaxrVLyHm4DFkUDq114IiV { display:block; }
 }@media only screen and (max-width: 763px) { #KxpoHKrSEXMeGiZx1OFxnRMTIoprVlZl { width:17.8125rem;height:auto;top:22.75rem;left:1.0625rem;font-size:0.75rem;display:none; }#KxpoHKrSEXMeGiZx1OFxnRMTIoprVlZl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #sIBW0SNiaNlRtp7HTg23F1fPeyly89kO { width:19.875rem;height:14.125rem;top:245.2690625rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oeWDsbOzc8Da5d7MbsRKBdnPC8gwBCVa { width:17.8125rem;height:0;top:254.9565625rem;left:2.1875rem;font-size:0.75rem;display:none; }#oeWDsbOzc8Da5d7MbsRKBdnPC8gwBCVa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #LwBgc1GfCwPFs046STOwCISUooV9V1i0 { width:19.6875rem;height:0;top:254.9565625rem;left:0.3125rem;font-size:0.75rem;display:none; }#LwBgc1GfCwPFs046STOwCISUooV9V1i0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #aQpcEEdlTXPfuM7cpWLq0TKs93swQquq { width:20rem;height:0;top:252.2690625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFx1D16Uqh0KtyDMnckZ9yJXMUGK7qtV { width:20rem;height:0;top:249.5815625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs6skXUqBnyMs8cV9N5LKdqVpcM2ucnB { width:20rem;height:0;top:247.0190625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw9Ih7phKEiBqBNLPodDDbC5dWGd6yhs { width:2.8125rem;height:2.6875rem;top:247.7065625rem;left:1.75rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8hGJLJAUuhJG01kGe64sTJHfReh0fCd { display:block; }
 }@media only screen and (max-width: 763px) { #TVNvXwPuO0ZHyvJ0XiLbIOIHA7oNWR5M { display:flex;width:1.5625rem;height:1.5625rem;top:230.7690625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #rmfsWT9PUH7bxVQ1zSsUL59QeAsf7bD7 { display:flex;width:1.5625rem;height:1.5625rem;top:248.0815625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #D39WGhizp2DBANVmKD92rWwTSpyn2g3Z { width:19.875rem;height:14.125rem;top:294.7690625rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #repRxAswLSmlLbBlbGpstygsAKD8FGux { width:17.8125rem;height:0;top:304.4565625rem;left:2.1875rem;font-size:0.75rem;display:none; }#repRxAswLSmlLbBlbGpstygsAKD8FGux li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #ZnD36EoCRcyiK2zfuF3XxmahQa6CgsNn { width:20rem;height:0;top:301.7690625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxvfE5uRzM9tm0XakbAS6JelOhThHVHU { width:20rem;height:0;top:299.0815625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJWLGIe4eT45fmAzGqS3tJt3V93gwgU { width:20rem;height:0;top:296.5190625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURCKGePF06bx8V6e6WddVgrb138AoHS { width:19.6875rem;height:0;top:304.4565625rem;left:0.3125rem;font-size:0.75rem;display:none; }#uURCKGePF06bx8V6e6WddVgrb138AoHS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #dZtF1I9UTzGAOP8Tnt50DfyEkBR7HCPi { width:19.875rem;height:14.125rem;top:270.0190625rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uznSShCHgJKSlxaGttEhE5ktAJTlxGkV { width:18.0625rem;height:0;top:279.7065625rem;left:1.75rem;font-size:0.75rem;display:none; }#uznSShCHgJKSlxaGttEhE5ktAJTlxGkV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #Aa0L7n7qiTeBXHaOL0I25l5AeTUuoaob { width:17.8125rem;height:0;top:279.7065625rem;left:2.1875rem;font-size:0.75rem;display:none; }#Aa0L7n7qiTeBXHaOL0I25l5AeTUuoaob li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #KOEgkk6VN9R0rufveEfJr8k33fXICLo0 { width:20rem;height:0;top:277.0190625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2EqSrFfwCn7fHz7Te5b4Q2AsucTAApr { width:20rem;height:0;top:274.3315625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqCEKD9H2gkUH7x425tnau9vBThfuUAH { width:20rem;height:0;top:271.7690625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3ZpoHKRlTMk3fLrMVGU7JJfsFwXMuNN { width:2.8125rem;height:2.6875rem;top:272.4565625rem;left:1.75rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3JUCHJQAqVMlPIzHrdSFi0Ge6BOgQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #C17f5rXTI4yV7arizzZ4FMSFMVxxxuea { width:2.8125rem;height:2.6875rem;top:297.2065625rem;left:1.75rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzxF2QNbk7n9aokWxvek3MusbJl4X66X { display:block; }
 }@media only screen and (max-width: 763px) { #LBUhWmRoPzfc61M8xRGClWlETcUUMQNk { display:flex;width:1.5625rem;height:1.5625rem;top:273.0190625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #pXa2HKu5Mu9FNrmWXkAWPtJ7EiZu593L { display:flex;width:1.5625rem;height:1.5625rem;top:297.5815625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #IsBslR0U2rxGBAIG9h13c4cCBiGWrWaV { width:19.875rem;height:14.125rem;top:344.2690625rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ae6uqTKOh7HzeygbKr1OsKOA1wZGPeeS { width:20rem;height:0;top:353.9565625rem;left:0rem;font-size:0.75rem;display:none; }#Ae6uqTKOh7HzeygbKr1OsKOA1wZGPeeS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #vN7tw2I8gS6hDpeJog7mwzshMQhBAiHZ { width:20rem;height:0;top:351.2690625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7L1PnqWyF6p9XD5eF44xKpVaWZKtFph { width:20rem;height:0;top:348.5815625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMcON4syldCJitNxPUkXu59QUonSHTGT { width:20rem;height:0;top:346.0190625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPlyK06J1l6xtoiU8bcd6aJSAWwUbyXB { width:19.6875rem;height:0;top:353.9565625rem;left:0.3125rem;font-size:0.75rem;display:none; }#EPlyK06J1l6xtoiU8bcd6aJSAWwUbyXB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #S9ANQyAPxRKmfEGlKbaS577SNlIOSsva { width:19.875rem;height:14.125rem;top:319.5190625rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TuwoGisJPE4BRpvSQfw34V6gCqGskGKF { width:19.6875rem;height:0;top:329.2065625rem;left:0.3125rem;font-size:0.75rem;display:none; }#TuwoGisJPE4BRpvSQfw34V6gCqGskGKF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #H1HMmJxyQ3he8GfTDGbs566Q6PPURkya { width:17.8125rem;height:0;top:329.2065625rem;left:2.1875rem;font-size:0.75rem;display:none; }#H1HMmJxyQ3he8GfTDGbs566Q6PPURkya li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #TlW7ueq9xGww4cJ0k5RwDUy82C79OVGk { width:20rem;height:0;top:326.5190625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc4TK3ammRcI8OpE94xdcVstxUsCaFMz { width:20rem;height:0;top:323.8315625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z19WXBg2xti3fvEmHha2IsTr9eg7rF4L { width:20rem;height:0;top:321.2690625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMwe2a5V1BeNwVBmlR1hpx5JgI9pKFTN { width:2.8125rem;height:2.6875rem;top:321.9565625rem;left:1.75rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlL0Gc3bA5Qz5f7fHst7ZR0b9h0UqxAy { display:block; }
 }@media only screen and (max-width: 763px) { #Zp06zA5w05U8uPc1XbhiZKrktTLTQUbU { width:2.8125rem;height:2.6875rem;top:346.7065625rem;left:1.75rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQkOty60rmi95rrDItDdyRxt53DtNdi { display:block; }
 }@media only screen and (max-width: 763px) { #OLs6lDqCxhuGaLpqSpkz4fuqeE8tV0VN { display:flex;width:1.5625rem;height:1.5625rem;top:322.5190625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #AFVgd6qAM1M4hwJ1b9zDDfas7rhZBier { display:flex;width:1.5625rem;height:1.5625rem;top:347.0815625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #mKUmqs65fh1xeSN9FOPSAddKJ3HmJQIP { width:19.875rem;height:14.125rem;top:373.4565625rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #shNnfuq6BKak9Jknosy4hdBfwOT5Tteo { width:17.8125rem;height:0;top:383.1440625rem;left:2.1875rem;font-size:0.75rem;display:none; }#shNnfuq6BKak9Jknosy4hdBfwOT5Tteo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #GPZwdfk7Q4SLypcqxQVf9ZkB0li470Tr { width:19.6875rem;height:0;top:383.1440625rem;left:0.3125rem;font-size:0.75rem;display:none; }#GPZwdfk7Q4SLypcqxQVf9ZkB0li470Tr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #gIwRqPvm52OiHTGhQeuTcr45ty0opHJS { width:20rem;height:0;top:380.4565625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O13509hDSJGprPuT8L3VGfB7BIIgk84Q { width:20rem;height:0;top:377.7690625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQrObEA9kCI4C4TNtmXJ9TXFG1JtGJT0 { width:2.8125rem;height:2.6875rem;top:375.8940625rem;left:1.75rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGSAWEs4DKd3eVwCncgo6zuKyCgsDE4U { display:block; }
 }@media only screen and (max-width: 763px) { #mdRWT2xhpfouAqs0teBfBnpFSUgXqIo1 { width:20rem;height:0;top:375.2065625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6SCOf89ahrxoewqaysywR5etgvpAme { display:flex;width:1.5625rem;height:1.5625rem;top:376.2690625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #qI4nw6z8WLLNPgunasRJvpckT2iDursx { width:4rem;height:0;top:103.1440625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndqKee6BhpJczPFs9FO03rJEvkfcfqkm { width:4rem;height:0;top:236.0190625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdhM3XyztK98L8wv2Ze5EEEoOTGoSFmS { width:4rem;height:0;top:260.7690625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcTrLuxVOeXLkuTr72gHeP4bemqX2UuV { width:4rem;height:0;top:285.5190625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br1ornezdTPMSlzZSuTbDEFT4T3xPkdn { width:4rem;height:0;top:310.2690625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlGaoNtNwzi3QnyTx5tflLnA7laeQWZS { width:4rem;height:0;top:335.0190625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88MNwmWQ2dpB51q0crAGup6G5PoPqP2 { width:4rem;height:0;top:359.7690625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn { display:none; }#VHxG5E7llKH1bnTx4GGFt1lyrE5BQBIn > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NpTHvJry7rnzhDnXv52QausqaRsgAh2d { width:16.125rem;height:1.4624rem;top:1.4375rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zW3QIllHVeHOMgKuFUq3ppuHwhFwB1tq { width:13.1875rem;height:2rem;top:1.16796875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy { background-color:#050c2c;background-image:none;display:block; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container { background-color: transparent; background-image: none; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container > .video-iframe-container { display: none; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row > .video-iframe-container { display: none; }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .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); }#wZ0N2akIIVwbGhFrIMSvI8smO7lvh3Zy > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVBTLH2NVcxftoh7Vvc9rmsyDoKaP1sP { width:19.875rem;height:14.125rem;top:58rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yernHiKv3k7SNymcNwfUSbvK20O5waWC { width:16.6875rem;height:2.5869125rem;top:65.875rem;left:2.125rem;font-size:0.875rem;display:block; }#yernHiKv3k7SNymcNwfUSbvK20O5waWC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #gumTbwmUwnbTkzHLTMCD8qKqaFueP5qW { width:15.125rem;height:1.625rem;top:59.375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huLSXCHVk7QkhBeibU8a3hvHnLyhgGT7 { width:14.375rem;height:2.2744125rem;top:62.5625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCGTRB6kdDsnb5k4g0KidwBWktJTBBHI { width:2.8125rem;height:2.6875rem;top:59.1875rem;left:1.1875rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q01TxxcFwqhT8In2aqkhMR1AxyfDE9Hy { display:block; }
 }@media only screen and (max-width: 763px) { #F4586w6xlBgOzuHGeVaNm3216FiENduG { width:11.6875rem;height:1.21875rem;top:61rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNS7eM09eZlaQerLmhmu58Ba77RqktF { width:3.5rem;height:3.375rem;top:108.94386875rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4AQfP4cRipFJ4ucRWbpqT8gNDrZPTJu { display:block; }
 }@media only screen and (max-width: 763px) { #D46TLLKfWftmNynZX5UzVto3QOlT8aUt { width:0.1875rem;height:83.5rem;top:120.743675rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EINBtULTUxOThUNEvUoimR9iaf0mH5Iw { width:3.5rem;height:3.375rem;top:116.118675rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJg26qftLnnIfkKIAJ0kRQAQTMEeKoA0 { display:block; }
 }@media only screen and (max-width: 763px) { #B5Wk5z0rOepvd0iFufGaD59y9L9bGfb4 { width:3.5rem;height:3.375rem;top:239.04348125rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLomU8DTHDABxSwIEpDqhHTUgtIrNr7G { display:block; }
 }@media only screen and (max-width: 763px) { #JhvBJVGAlnMJXpKncS8SywT4MNo0pyWP { width:3.5rem;height:3.375rem;top:261.7182875rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJG6m4VqWScBhwfqZilcqXEM3Qfhx7iu { display:block; }
 }@media only screen and (max-width: 763px) { #dwRlkzGTPfN4QexZGtNMG4E0mrfCR8gp { width:3.5rem;height:3.375rem;top:274.17434375rem;left:8.25rem;z-index:15170;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fh8eEezgIImLLKDbQDaMuTtQDC6IVC6o { display:block; }
 }@media only screen and (max-width: 763px) { #Md3VpocBOfppcoSZ8dwhKrDGUT9FJHRh { width:17.8125rem;height:2.5869125rem;top:68.875rem;left:2.1875rem;font-size:0.875rem;display:block; }#Md3VpocBOfppcoSZ8dwhKrDGUT9FJHRh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #ZzSXdvxPKTnLapC1iTSLMPzaRltFHSaS { width:19.875rem;height:14.125rem;top:11.1875rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eF2VeFqTUe1SlGRO7xTrDlHe3EnRbsRf { width:18.4375rem;height:2.5869125rem;top:21.25rem;left:1.3125rem;font-size:0.875rem;display:block; }#eF2VeFqTUe1SlGRO7xTrDlHe3EnRbsRf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #XuF3Dsm9a6WwyFrFW4TL48f3Bigfg0Hw { width:16.125rem;height:2.5869125rem;top:18.25rem;left:1.3125rem;font-size:0.875rem;display:block; }#XuF3Dsm9a6WwyFrFW4TL48f3Bigfg0Hw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #Ro9k5F5OZMKfTPvqMRn2vP0izp4OSZw8 { width:16.0625rem;height:1.13720625rem;top:16.25rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gVzh8cygKqOgWqHFOxHNNSPFdfkzx8qA { width:12.9375rem;height:1.21875rem;top:14.25rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcWgfJoVDqlsITgl5fPbTgJFyVUcxbTX { width:11.6875rem;height:1.70605625rem;top:12.625rem;left:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAD4OPOFWim4tdeqBtbCdmodxePvPKCW { width:2.8125rem;height:2.6875rem;top:12.625rem;left:0.75rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBwoP537axViecX3JmKz56FTfqavkHv5 { display:block; }
 }@media only screen and (max-width: 763px) { #wV5Eu4xkZpmwxNteCGFOM5tI9Q8rkUTR { display:flex;width:1.5625rem;height:1.5625rem;top:59.75rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #GypG5bTXpkObwELS5hFQr9IQTCe5ZLbH { display:flex;width:1.5625rem;height:1.5625rem;top:13.1875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #q2AiQJmxPF81kdH2ZeuBIe59ztuexIuD { width:19.875rem;height:14.125rem;top:42.25rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fH3FHrdI87tXFyTMpIdkuL3RKy6aeGTN { width:17.8125rem;height:2.5869125rem;top:51.9375rem;left:2.1875rem;font-size:0.875rem;display:block; }#fH3FHrdI87tXFyTMpIdkuL3RKy6aeGTN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #G2z0m6tEmxo9hskDAMVg5xC4QUFq7Do5 { width:15.5rem;height:1.13720625rem;top:46.875rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NIHn10V8cnRRq0JDCkrviTmK50M6ISOd { width:13.625rem;height:1.21875rem;top:44.8125rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8gmWhQwBEuaTpASdOF1LS9kyuf3xGyl { width:15.9375rem;height:1.4624rem;top:43.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8rm9lW4Vq06SJekuIDblnkKZCS8cbU3 { width:17.25rem;height:2.5869125rem;top:49rem;left:2.1875rem;font-size:0.875rem;display:block; }#f8rm9lW4Vq06SJekuIDblnkKZCS8cbU3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #KSN11DWcWiAv91UbA5BcW7pWZp5E0MED { width:19.875rem;height:14.125rem;top:26.6875rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PeJ0xAyGDgevsDIHfPZaAUNik8nE5TeX { width:18.0625rem;height:2.5869125rem;top:33.75rem;left:1.9375rem;font-size:0.875rem;display:block; }#PeJ0xAyGDgevsDIHfPZaAUNik8nE5TeX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #TpfK2HI3GT4pKzdKR4XTUJUZxN20xL0r { width:17.8125rem;height:2.5869125rem;top:36.6875rem;left:1.9375rem;font-size:0.875rem;display:block; }#TpfK2HI3GT4pKzdKR4XTUJUZxN20xL0r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #H8wuTohE0W2i2se8Tm9yFewtJyEpAOmq { width:18.875rem;height:1.13720625rem;top:31.75rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQyzZbKzSEcBWvPB0IZs8E1fS9X79Ts { width:11.125rem;height:1.21875rem;top:30.1875rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGc1fkbhUapPBiJ4d1fFA9TP6lIN00k { width:20rem;height:0;top:220.99365234375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDVfMX6Tpl56AtxKcT3Wy2bTxWa8Ac3w { width:2.8125rem;height:2.6875rem;top:27.75rem;left:0.75rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLuIMRQKLSsQW07p7C24BKdNdBGSxrnG { display:block; }
 }@media only screen and (max-width: 763px) { #dR03ccxd8VZdbK6pLNaAkDJT7ocT6C3f { width:2.8125rem;height:2.6875rem;top:43.25rem;left:0.75rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkkcJK7LvagoUeNLhBnUgfUP9TWtzsKz { display:block; }
 }@media only screen and (max-width: 763px) { #bGx4934KelVTDsKpUiy2r7sSa4T6NTNn { display:flex;width:1.5625rem;height:1.5625rem;top:28.3125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BbC6qusaOTCkCol70GXLudKXQMqzfN3G { display:flex;width:1.5625rem;height:1.5625rem;top:43.8125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #mXS12ToFyTPo58QOd5VIREtxK5FGLeHK { width:19.875rem;height:15.125rem;top:73.625rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WuOUDUQBm4yciaEVnVLoVmWbl0OnF3TQ { width:17.375rem;height:3.72411875rem;top:84.1875rem;left:2.1875rem;font-size:0.875rem;display:block; }#WuOUDUQBm4yciaEVnVLoVmWbl0OnF3TQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #e5aHathSfU0dETfnlzXzqCymc1mnUwGy { width:16.9375rem;height:1.13720625rem;top:79.3125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVAcBwRnRv5kMobSUznCeQqELQ7ATSUA { width:13.9375rem;height:1.21875rem;top:77.375rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdBkWrDAMa9PHRbVJ52vZrFgbCGz6gra { width:20rem;height:0;top:134.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #My8uJSFIcRklIDiB5B9OSHdTArTI7qCy { width:14.125rem;height:2.5869125rem;top:81.125rem;left:2.125rem;font-size:0.875rem;display:block; }#My8uJSFIcRklIDiB5B9OSHdTArTI7qCy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #yxDtBVlXXnnmzIoJBSFifa9S8iruGuG0 { width:2.8125rem;height:2.6875rem;top:74.6875rem;left:1.1875rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlUxh9KE4UNnkIERFhmpDPnifgeEp9TM { display:block; }
 }@media only screen and (max-width: 763px) { #rDX1dMhn16JZCJb9KA57isZZn0G57XpM { display:flex;width:1.5625rem;height:1.5625rem;top:75.25rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #TtzeLgXP21yaGiMaacT4WHo4c6cu5Fwl { width:4rem;height:0;top:103.9375rem;left:14.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDFNFdhqdWtTA9mDK59IDx3LdlIa2q0x { width:4rem;height:0;top:109.875rem;left:6.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFTmweiTaCm6NWuq5hLVytdei4oaFMRF { width:4rem;height:0;top:114.0625rem;left:7.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASZrwx2xuOPEpXsot419e6v4MlWKNAId { width:4rem;height:0;top:112.8125rem;left:8rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbHTxdWQSq7buuF5ZHKbdJzsKO4QheBN { width:4rem;height:0;top:125.25rem;left:8rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbwDbzAGSu186KtmFaf4DPVTDTzmpSgC { width:15.25rem;height:3.9375rem;top:90.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVSTgv5gO1HJKrneWowmT1IR8zKyqBAS { display:block; }
 }@media only screen and (max-width: 763px) { #ZWqJQKopcURlKX5pTLXUhA6N7hEd0qsz { width:18.375rem;height:5.0371125rem;top:3rem;left:0.8125rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TD5REg1LQed5h5T7T8vUR8SGBvCUu1rA { width:13.9375rem;height:2.4375rem;top:27.875rem;left:3.625rem;font-size:0.9375rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #fT6WIiQkd9RwGKTkhec5bN8zKbwDVK1C { width:14.75rem;height:2.5996125rem;top:74.75rem;left:4.4375rem;font-size:1rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #e6pO2ZPlN0ilOUtc9cO00A1qy5z3GgTy { width:20rem;height:1.29980625rem;top:8.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Td16nNkCoXmo6McgLylJPRTNxwul4thk { width:18.375rem;height:0;top:3.40625rem;left:0.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #zEioc0vO8G488ksUFSotSJAFO8FGlvaZ { width:13.1875rem;height:2rem;top:0.75rem;left:3.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #spveSyGZamFmavPUQQHkDgoLUsWBHgPZ { width:16.125rem;height:1.4624rem;top:1rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU { display:block; }#l77J4Ls76JXAG4ywXONMfHVKr2LIQdGU > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npMIT2mnvcqcmNXaXOsfMZMx0rnlaaTJ { width:15.25rem;height:1.625rem;top:1.625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3vDx7gUXsaGcXKb3gxaM27Ob9an6eq9 { width:19.1875rem;height:0;top:2.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xtfkdfztfciEwm4zHEfJVoGwT7SpRK6q { width:13.4375rem;height:2.1123rem;top:18.1875rem;left:3.28125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsRCbxgBHFgTVcOQCGnMSD79g1XXuUbv { width:10.875rem;height:0;top:23.9375rem;left:7rem;font-size:0.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #uBiomNxAcd1nCIHh0vGGQrBl9wfhL995 { width:11.1875rem;height:0;top:29.75rem;left:6.875rem;font-size:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #imlVFhblr33h7w25EISy8VEdyvdJnBmS { width:7.1875rem;height:0;top:31.125rem;left:8.875rem;font-size:0.6875rem;z-index:15006;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #EHwhMsmfca2VZTvn3TaEwWBPWLWXnTgk { width:7.4375rem;height:7.375rem;top:10.8125rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghl4whGE1OeUpM75MuLKyt9NIU81gIwd { width:7.5rem;height:7.375rem;top:21.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJ3kmVPMscIFdvtibnDJOHMK4DyZbpy { width:7.5rem;height:7.5rem;top:32.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4OroJ0aw9TicirztukExLH9r84qfUyb { width:7.6875rem;height:7.6875rem;top:43.71875rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVrzSvaGDBQeKb0tyMVSxfIzxGElZoW1 { width:20rem;height:2.1123rem;top:29.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vnaZzMGx0eXBW2r1FDRWrmQwEn76wDHP { width:18.125rem;height:2.1123rem;top:40.4375rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #he3ftTL7GnefgiRtll7uo66luzqzkJcx { width:9.75rem;height:2.1123rem;top:52.0361328125rem;left:5.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Souc5BbGeWNNKiXzNx1VZUtpBxXRWrSA { width:14.5625rem;height:3.16845rem;top:64.52294921875rem;left:2.71875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICvDsANTkrBREgTdyUR0qQnCrsmvI3Dl { width:8.0625rem;height:7.875rem;top:55.9111328125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jatn8lmweENlJ8mgEGN4w44f5xQztyeg { width:19.1875rem;height:7.01220625rem;top:3.86279296875rem;left:0.8125rem;font-size:2.125rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #EISG2iCUHsv3leLPyzeDh6oFn8TSefiq { display:block; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJ2dTLyQ5RRWM00omw7kOb97TfdEw3oL { width:18.9375rem;height:2.0625rem;top:3.5625rem;left:0.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mi6skxSDCZJXnpaeCAPNSUqwMLlUUuft { width:10.875rem;height:0;top:23.9375rem;left:7rem;font-size:0.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #hANklRE86rcmo7B1eOU7DSAhCvh2Efkk { width:11.1875rem;height:0;top:29.75rem;left:6.875rem;font-size:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #QDEzfL7nsuT8OKJwZsabEt36kn2W8Z8O { width:7.1875rem;height:0;top:31.125rem;left:8.875rem;font-size:0.6875rem;z-index:15006;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #cKnF8MtKCIyT8LmQh3uyrahKOeRSDIaA { width:20rem;height:65.6875rem;top:6.375rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #koOPblRirI2kDXr6bCwh0mfFnsXZSDvc { display:flex;width:1.8125rem;height:1.8125rem;top:0.9375rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #X0KVOvmhkRTsoxsGK3xCwaySSxw7R16J { width:16.5625rem;height:19.3125rem;top:8.5625rem;left:1.625rem;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) { #x7XGnX6nO3SelS0vvnm1VlDNu0PELrmm { width:16.5625rem;height:19.3125rem;top:29.3125rem;left:1.5rem;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) { #lFEHk93mErZZaad4z2RmSurSIhtDfODO { width:16.5625rem;height:19.3125rem;top:50.125rem;left:1.5rem;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) { #WcHogyUouMrKoS18SSAiCItNvRbe8mIU { width:9.75rem;height:1.54345625rem;top:10rem;left:7.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e8Rdcpsd62fSH7nXux34lgP4zd68EeV2 { width:9.75rem;height:1.54345625rem;top:30.5rem;left:5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDmq9FcJIu9VUveHT2h3k3EN7boxAI23 { width:9.75rem;height:1.54345625rem;top:51.75rem;left:5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVOsHARFvzLqbz05iLeFNcD8B1usTqW7 { width:13.5625rem;height:1.54345625rem;top:11.5625rem;left:3.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BR6uRkfqW8ZKCz5rid9b1wFfLe9fPCuy { width:15.6875rem;height:3.41161875rem;top:23.3125rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhagtrLaMrs4b7lZ45hMSKnkTtwu5tFi { width:13.5625rem;height:1.54345625rem;top:32.0625rem;left:3.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWtdmUSNxvxbWPhaqCRshocJ5K1LAtug { width:13.5625rem;height:1.54345625rem;top:53.3125rem;left:3.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PpbecsKV54xvoDf5c2sEMQmWbDDFKx0Z { display:flex;width:1rem;height:1rem;top:10.25rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #XTmvIIJc4pnS78DKTkiLfkvUJ2aL9pIe { display:flex;width:1rem;height:1rem;top:52rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #C8Vo1Kseu7v3Mm7mcMTyrMy4R1s08ttN { display:flex;width:1rem;height:1rem;top:30.75rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #kCZ0tcRUC6GifGOCz0Dt0773QQtKRUHE { width:15.6875rem;height:0;top:49.916015625rem;left:3.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nx2fE6z1rSQx9QUVWXvmm3tJAx1sVNvr { width:15.6875rem;height:2.2744125rem;top:66.25rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1xGbrThJXMZ5lXXFaH97F2qiXEpWJr9 { display:flex;width:7.0625rem;height:7.0625rem;top:14.75rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #Gg3DzTA3Z9afbfh5W8dVcrpJNfmTgZZK { display:flex;width:7.0625rem;height:7.0625rem;top:35.5rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #bLEABSdAFzsHo7CqqlbBZ0IRfhFEnDIv { display:flex;width:7.0625rem;height:7.0625rem;top:57.375rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #u6z8oK9kvPMZGQlT98aOeBQDTilqWZL4 { width:15.6875rem;height:2.2744125rem;top:44.625rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW { display:block; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDFohenUpa2qAF4g4VG3FVGh8qnmTwI1 { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1F5GTvscxwqa1UQxpJz0FfeRRmXNzEB { width:20rem;height:16rem;top:24.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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MOUXIuNBb8cqzc11Gu5MGFCr9bsWiZ8f { width:20rem;height:2.03125rem;top:24.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqmTT334GA6BdiC8ORP0UPSx7TVbHrR { width:20rem;height:2.5996125rem;top:6.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #olyRX506iNdkUZvedbvWytSxqNgpzZbJ { width:11.25rem;height:1.21875rem;top:9.048828125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLlAlLhVZhsd3pT8vuKxBzSSxtIyMIhP { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNr9DuGDIFdNMix3m3x0r2fCSFWBQNTO { width:10.75rem;height:1.3808625rem;top:29.8125rem;left:4.625rem;font-size:1.0625rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #DT6t8DbIndMahiSaNnTDhHRf2TBBznPR { width:19.875rem;height:3.25rem;top:32.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7MPbSTH0UPVdTM6hIeX1eBX4B1BlHR4 { width:20rem;height:0;top:35.4599609375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiKb4dGPvT3hafQnuVayOJOsHkqs7DA1 { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #imtq8KH4U057WZQKG582UBOF3JDbnkuD { top:29.3125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #A398ox9vbZvJlNhm073f9gype9pR0rBT { width:20rem;height:1.4624rem;top:26.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZgVQT5xWKauptrgI27xqrhWgINPiOMt { width:20rem;height:2.1123rem;top:41rem;left:0rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8Koc0PfbCBcrTbnIo1DN5CSMg2lc6l { width:20rem;height:1.05615rem;top:28.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE75ewxhdVGerJZDyDrBx6zOXE38EcJB { width:20rem;height:2.1123rem;top:37.125rem;left:0rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Cfcip99o8JShTZ6JwR9GeKhyMdT96m6T { width:13.9375rem;height:3.5625rem;top:45rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lISbLUUJn6L5Z3BAZ66zxaJa8p2yf7eo { display:block; }
 }@media only screen and (max-width: 763px) { #vQMMOHbBqt7Xdc6Bnbie7Awr1HzpscPF { height:11.2158125rem;width:20rem;top:12.0341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrRsvBETax2SIfvN8LS0kc7gsvqNQQm2 { display:none; }#TrRsvBETax2SIfvN8LS0kc7gsvqNQQm2 > .row .container { width:20rem;height:54.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xQAhasf1giBEUkNCirTp8Sf6JFNeuf2w { width:10.875rem;height:5.6875rem;top:10.7734375rem;left:1.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #fDcMNOgWES5X4d50MNAKm6fOXEeTPJSB { width:10.625rem;height:5.5625rem;top:13.8984375rem;left:8.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #eQ8JpVsHPVGGP3NhxKseiTqEsfTRZP0X { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FURqRTKTLXPTP0MJ4KrLpcvGFEhMbGQu { width:20rem;height:16rem;top:29.125rem;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:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mliy1gcCHqlcOmTxen1LlOTb5ACcxqEZ { width:20rem;height:2.03125rem;top:29.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfMMT1KonsbbfckBcaVLmepiUOMifwmN { width:20rem;height:2.5996125rem;top:6.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnqTr8WeGFWKWKatFTRWvld3IyfAGMF9 { width:11.25rem;height:1.21875rem;top:9.048828125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlfU686HhDsN7wbH0cETHRlGTRdedNPQ { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #piXFd8PUxKzedzGZyDdO3xLI4lRn5zh6 { width:10.75rem;height:1.3808625rem;top:34.5rem;left:4.625rem;font-size:1.0625rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #DkBgEv639DMMibfm7AxrzJOUHW8OLOkW { width:19.875rem;height:6.3369125rem;top:35.75rem;left:0.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw4NxUOoMJWgIx53rHaN9SZDltd7iPqC { width:20rem;height:0;top:35.4599609375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAVOqoduFTDdGrZQKE5Jccq3OphelSWo { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEzxqUBBB9TRutHlPP14gvA5io8iZ7S7 { top:34rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #vGCCTx9ClovdKe1eMGBSgFm5HRuJuORl { width:11.375rem;height:5.875rem;top:17.3125rem;left:2.3125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #iqN7Nu4nnwFSEdvla8DhDGTWIyZP3UAG { width:20rem;height:1.4624rem;top:31.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnCtQwG1GCdaw6DuTdzpxb2pLe7ydgv { width:20rem;height:2.1123rem;top:46.5rem;left:0rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #FschVa58FwDA1V8wfOcVpvxL30NNCu3m { width:20rem;height:1.05615rem;top:32.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdlTJQ8TlST9cVQupUV1mfQucbuKn7vt { width:20rem;height:2.1123rem;top:42.375rem;left:0rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VPR1lOOmh585VNwqpcxyor2st19aCG9a { width:12.3125rem;height:6.3125rem;top:21.6875rem;left:6.375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #hWsA49N06bQcePQPTUVzeTZz6Q30BlFE { width:13.9375rem;height:3.5625rem;top:49.67431640625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK3X8zIEzORyZVmlVPGNWJEhrzkKJb0D { display:block; }
 }@media only screen and (max-width: 763px) { #Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU { display:block; }#Hm2PoSmA4sgZlykKDp5oiWVPTh89qcdU > .row .container { width:20rem;height:105.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmAttA2BI5vVyI9HTL9ec7lGryBFbMJT { width:19.75rem;height:59.4375rem;top:1.25rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Zkkk93zyNT1vVCNcOb9DpAKSCT8QBzLf { width:16.875rem;height:2.75rem;top:2.75rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl7uTVfaxGsuxDRmgFD0vka2LLp1PTiy { display:block; }
 }@media only screen and (max-width: 763px) { #o6xtcU3KSSET1nWThOtLE27oMmy8Fgds { width:20rem;height:1.86865rem;top:6.609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ibTnQQ1lBGNxmy1XMueL4ZdwvlwdozLI { width:20rem;height:2.9248rem;top:41.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w1bGiPh5UwAgJ8Wup0Hri7geJXlC4DpX { width:16.125rem;height:9rem;top:9.34375rem;left:1.15625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pcQzC7DgyRr7JRiAGCs7C9Uqss4Gd2ul { width:18.375rem;height:10.1875rem;top:31.3125rem;left:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #N85TEySBiVucPrKs2FouThTwMqk1NCzs { width:20rem;height:11.3720625rem;top:19.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MTlwkrCsl4GhEliS63mOJDGf4wk7J5VI { width:16.375rem;height:3.73730625rem;top:62.0517578125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y9yccbMDVJ3uReOD2yng2iz1Ru6ZKB0p { width:15.5rem;height:3.25rem;top:79.8505859375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5HvKckdi0Tih90yDUhbHBpOtIwiwypD { width:20rem;height:2.4375rem;top:98.6005859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HHCEAUbgP7eEn9drmgqaUBwDb2EHTwJ0 { width:13.1875rem;height:13.1875rem;top:66.6630859375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfT7iiDq4y6086xzfTKlxJkSIXfQMQhA { width:12.75rem;height:12.75rem;top:85.9130859375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJIMhTCarPClJ6Q4q1xPiH1F3RO9S4Sn { width:9.125rem;height:1.4624rem;top:84.28125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wif9dKz5ctOCfR596cJRf9tZ1lhmrcmQ { width:9.125rem;height:1.70605625rem;top:101.6748046875rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G2Qa2TmHlkTLJrV5A4vpXpBOqeLKanT2 { width:19.3125rem;height:0;top:45.15625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:none; }#G2Qa2TmHlkTLJrV5A4vpXpBOqeLKanT2 li:before{  }
 }@media only screen and (max-width: 763px) { #KUfloD7Cvzw6m8bxT8zvB1N3KdmKGKQX { width:9.5625rem;height:1.21875rem;top:58.59130859375rem;left:5.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #naledfVQIp8UGbBzU9ndXTVVwTxzvQH0 { width:19.3125rem;height:13.125rem;top:44.36181640625rem;left:0.34375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15018;display:block; }#naledfVQIp8UGbBzU9ndXTVVwTxzvQH0 li:before{  }
 }@media only screen and (max-width: 763px) { #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { width:20rem;height:0;top:9.2404519915581rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { width:14.0625rem;height:4.7124rem;top:10.21044921875rem;left:2.96875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.4; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { width:17.5rem;height:auto;top:39.125rem;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:15048; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-info-text { text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { width:17.5rem;height:auto;top:39.125rem;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:15048; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #UBhM1nEiCLbdUDWSUtoxqrwJZ2Hd4903 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #D7K1THvNOfdIqmxLCItB3UiDTbArzfcK {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SouzDVHms7wrSB2KtlKT1b6RM6C6wBBS {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv {  }
 }@media only screen and (max-width: 763px) { #QvEVerR5mkq0UZ2UEc7gvitIAtTRVTOn { display:block; }
 }@media only screen and (max-width: 763px) { #vC99LK8xLqXpzVIZIaeLhx0419khOums { display:block; }
 }@media only screen and (max-width: 763px) { #VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { display:block; }
 }@media only screen and (max-width: 763px) { #C2mnUzS4PEeriX81htU8LlWJI24kFlaE { display:block; }
 }@media only screen and (max-width: 763px) { #LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 {  }
 }@media only screen and (max-width: 763px) { #Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr {  }
 }@media only screen and (max-width: 763px) { #ggTDm6wTog9ZVDxOegq8tvQ2nZKh3OC7 { width:20rem;height:4.386725rem;top:1.1552734375rem;left:-0.65625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTJsxBmN9sU1Fm5FZssDa1bNLXfXoNJ { width:20rem;height:3.65625rem;top:16.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHGuSTlfOcBvTFne5aLz0Dv78QVbI7ti { width:19.5625rem;height:25.0625rem;top:38.875rem;left:0.1875rem;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) { #a7TNZUfhefcV2vpaJz1gWTX8e08N787t { width:17.25rem;height:3.1875rem;top:7.02294921875rem;left:1.375rem;font-size:1.0625rem;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;color:#ff1919;display:block; }
 }@media only screen and (max-width: 763px) { #hSTtwOZe40khTz8dlwVccoSfWsdgORNC { width:17.1875rem;height:5.15625rem;top:21.625rem;left:2.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:before{  }
 }@media only screen and (max-width: 763px) { #IPVqSwiTtq5HoJMbRFkeMHgQOJbsVEI8 { width:20rem;height:2.79980625rem;top:29.0751953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F7MPDEwtACJSwhhNbNh0ATfp9bXGKPrD { width:20rem;height:2.2749rem;top:31.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sCvJJ2HVyNvbSMRbrCrv37DTFaiLRLk5 { width:20rem;height:1.3999rem;top:64.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Paarf4r2AypalatGO8croD8NrmwXguGu .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Paarf4r2AypalatGO8croD8NrmwXguGu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-tertiary-0),1); }
#Paarf4r2AypalatGO8croD8NrmwXguGu { width:9.3125rem;height:3.1630875rem;display:flex;top:34.625rem;left:5.34375rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #J89aLcVzMgl0ZNAX22DU5glv7IyikcOc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #EaSCT6vO5CVNMEa4seoyQkPo9L29Fnaz {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #dHdPeEs8TANHsCcfC75x1MTcCRusvEJW {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #Oe6nL9NkD1tOvTf8eV9UHC0bb3zIWJ6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #yhJBEOZWThZJ7qTJKKGKZ6UbhzoPzZND {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #Tn1u74BdJhHxm9pBnCg2k9paCX0PWLDx {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #zWbNkcnfGPxS5ZRo0AI8KDdXsoK2oV5d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #FHhkbBiw7o35fplUDfiHe4pfFJKSXHX2 {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #Wa6yXMSAxqKnB9rZ4VFhH8bbXLyG9W1T {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #TUtTggKef4LmiAguczX4OAoLT5ckhqg4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #bVg6A8ag9oNSv53XcO438lnZOFvGaTXi {  }
 }@media only screen and (max-width: 763px) { #Paarf4r2AypalatGO8croD8NrmwXguGu #fLl41GXLigZqGwTZNN0ZTVHt0TnqTWOU {  }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { width:12.5rem;height:1.62524375rem;top:22.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { width:12.5rem;height:1.29980625rem;top:21.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { width:12.5rem;height:1.29980625rem;top:40.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { width:12.5rem;height:1.29980625rem;top:59.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { width:12.5rem;height:1.62524375rem;top:42.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { width:12.5rem;height:1.62524375rem;top:61.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { width:15.9375rem;height:5.19921875rem;top:1.3125rem;left:2.03125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { width:14.625rem;height:17.875rem;top:7.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { width:12.5rem;height:12.5rem;top:8.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { width:12.5rem;height:12.5rem;top:27.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { width:14.625rem;height:17.875rem;top:26.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { width:14.625rem;height:17.875rem;top:45.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { width:12.5rem;height:12.5rem;top:46.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.3994125rem;top:9.1743602752688rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.39941875rem;top:16.436878204346rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.3994125rem;top:2.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.29980625rem;top:1.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.29980625rem;top:7.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.29980625rem;top:15.130948066711rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { width:8.875rem;height:1.364772536541rem;top:28.124111175537rem;left:5.5619668960571rem;display:block; }
 }