.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:0,109,89;--color-primary-1:9,88,66;--color-primary-2:5,62,44;--color-primary-3:15,42,31;--color-primary-4:2,33,25;--color-secondary-0:190,35,35;--color-secondary-1:219,0,0;--color-secondary-2:160,36,36;--color-secondary-3:117,0,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:238,238,238;--color-tertiary-2:144,144,144;--color-tertiary-3:52,52,52;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#02150d;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row .container { background-color: transparent; background-image: none; }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row .container > .video-iframe-container { display: none; }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row > .video-iframe-container { display: none; }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .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); }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row .container { border-width: 0; border-radius: 0; }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#ZBmC3FIJTtRAUbOtdDnn17tBrPteJKTz { color:rgba(var(--color-tertiary-0),1);display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:0.95703125rem;left:10.84375rem;height:6.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lEvHZUTorTGXTziDUKlBfW4OKhgzp6SK { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.75rem;left:20rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkqwMPhM9iC2pfGz8VPZTLzhBQhzKohg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#NkqwMPhM9iC2pfGz8VPZTLzhBQhzKohg > .row .container { border-width: 0; border-radius: 0; }#NkqwMPhM9iC2pfGz8VPZTLzhBQhzKohg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkqwMPhM9iC2pfGz8VPZTLzhBQhzKohg > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:none; }#KBU91WSbS9C7BrzZb4Qt8cSDVvTrwfgW { color:#f8f600;display:block;width:53.3125rem;position:absolute;font-family:"line seed sans th";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:8.375rem;left:10.875rem;height:5.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#otNpF7Uiv0MTXxQBaeD1DLM1RJgv3TtF { color:#f8f600;display:block;width:33.9375rem;position:absolute;font-family:"line seed sans th";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:20.5625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS { position:relative;display:block; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS { background-color: transparent; background-image: none; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row .container > .video-iframe-container { display: none; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row > .video-iframe-container { display: none; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .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); }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS { border-width: 0; border-radius: 0; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zZkaduwHlvz3fGoqSblRiqNshrrxO6PR { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#P1VxxAIOWyvNxU9iTq4qEyTrh0pZCX9y { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lMSm9STXK7t3yWzRp62QGz9OmwdGQdEH { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:45.1875rem;top:22.75rem;left:31.0625rem;overflow:hidden;display:block; }
#UHLut2KFKL6caGsweIL6L3Tbzxs2sw0b { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.09375rem;left:3rem;height:11.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UHLut2KFKL6caGsweIL6L3Tbzxs2sw0b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UHLut2KFKL6caGsweIL6L3Tbzxs2sw0b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
#s6VR1VOVA9MZZrpwwTN2ddFWNtfkNuRt { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.3125rem;height:4.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:49.75rem;left:5.375rem;display:block; }
#aXtHzg0itXgPmiMFzgFI40KnVB2Tk5XP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBbBlAkw8JT0hoLxwuNCRTW7QSAK0byH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9bf4ce, #1c9987);background-image: -moz-linear-gradient(180deg, #9bf4ce, #1c9987);background-image: -ms-linear-gradient(180deg, #9bf4ce, #1c9987);background-image: -o-linear-gradient(180deg, #9bf4ce, #1c9987);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bf4ce', endColorstr='#1c9987' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bf4ce', endColorstr='#1c9987' );";background-image: linear-gradient(180deg, #9bf4ce, #1c9987);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#151512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.5625rem;left:11.59375rem;display:block; }
#IuHzwrVtRCgLF37acm2JBzGzLZXi6isI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QS7zzTohP5aEH14ZGaLGUQIoVwgQCWha { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:53.3125rem;left:15.5rem;height:2.03125rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#RFyntSQW4USdHTL4v6xqHoBmMJMZTWz3 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.13720703125rem;left:3rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FCsvoD63yD8rpMRRFvqIOdAsV2fPWSZ2 { color:#9bf4ce;display:block;width:22.4375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.28125rem;left:6.560546875rem;height:2.68115rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2P3pCiiv4uDATLfTkFuydfSpK2lBUWv { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.4375rem;left:30.75rem;height:2.03125rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#lKnyapI3tSBt1E9NTo5BbO3ac23EXgtE { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53.4375rem;left:46.6875rem;height:2.03125rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#vfq8mbkAEWs6sN6SGABmpH2Pg03GRd76 { color:#9bf4ce;display:block;width:48.8125rem;position:absolute;font-family:poppins;font-size:5.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(211,255,236,0.73);top:9.375rem;left:3.1875rem;height:7.149875rem;font-style:normal;display:block; }
#sPk3n3c9hlTO3a3UhIDEbOvmQc3vHazl { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:18.0625rem;top:1.6875rem;left:28.46875rem;overflow:hidden;display:block; }
#QJZAMIDx8reNIwLIxaWJAAoFeqoQ2Idq { color:#9bf4ce;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.28125rem;left:3rem;height:2.68115rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NwiZcbePESqTsLbGihhrsmc3r4Isgr0C { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:23.5625rem;top:38.328125rem;left:-6.1754381567338rem;overflow:hidden;display:block; }
#XUOipHAXkdCdNAFkftXkeQMKHZCIOmwJ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:0;letter-spacing:0;top:18.3125rem;left:37.099609375rem;height:2.75024375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aNfbHawlXAMnvzMDCSQN6W704sHptyMp { color:#9bf4ce;display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.28125rem;left:25.123046875rem;height:2.68115rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xun90ZCmIonmEzmxFuX8cxft4Ra0HTUJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:44.0625rem;left:28.46875rem;overflow:hidden;display:block; }
#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR { position:relative;display:block; }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR { background-color: transparent; background-image: none; }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR > .row .container > .video-iframe-container { display: none; }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR > .row > .video-iframe-container { display: none; }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR > .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); }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR { border-width: 0; border-radius: 0; }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:72.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sBUCOhQkwU3k90qB5h3rSOuHpp2D0AgX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8125rem;left:19.3125rem;height:1.2999125rem;display:block; }
#dvIOETVIaXxsbVMwR9p40Sw9ONzc4tgq { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:9.875rem;left:40.0625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HKs8B5tkKkTVgGNm5qoCwFozrKAKHSKL { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:61.5rem;top:41.15625rem;left:5.4375rem;overflow:hidden;display:block; }
#cy3EtObOo8VPvdIPByBK0WTqX3D028cQ { color:rgba(var(--color-tertiary-0),1);display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:59.125rem;left:9.9375rem;height:2.84399375rem;text-align:center;text-align-last:center;display:block; }
#O9uxi4HEXOE9Kw74Fq4tOk8Ho6nQm6y2 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:22.875rem;top:39.75rem;left:52.125rem;overflow:hidden;display:block; }
#a7GqmsCEtZivZSDdmWCzwmQAofGHLg7m { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:41.625rem;top:7.3125rem;left:1.5rem;overflow:hidden;display:block; }
#knQMgkpuynXz5hxLxExJP4dbar4BwqJu { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:33.375rem;width:72rem;top:6.0625rem;left:1.5rem;display:block; }
#xXvMT856zoQTsyCOpaFMBn70bzM0Ppka { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:24.125rem;top:63.0625rem;left:-7.3125rem;overflow:hidden;display:block; }
#VWeCVt35D7nZ4KWI0fT9hdiGVE0bogOI { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:30.375rem;top:19.1875rem;left:42.1064453125rem;overflow:hidden;display:block; }
#K3r9OoM7qtD4BIaJlAFrrvhkwvwxk8p5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.3125rem;height:4.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:63.0625rem;left:22.84375rem;display:block; }
#zcsX3iNIIJbpKihy6dwQOBvWHLTrfgSe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { background-color: transparent; background-image: none; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container > .video-iframe-container { display: none; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row > .video-iframe-container { display: none; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .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); }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { border-width: 0; border-radius: 0; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;position:relative;display:block; }#MU3g6sbuTOyuof1A17armeVIsZSchaOL { color:rgba(var(--color-primary-1),1);display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:9.25rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qCOJpcXogQhBWUMCsGEakuXoGTpVr3PI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.6875rem;left:12.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veXcatIvnMwLNqrNLs47k8MJfTs2D0mT { color:#9bf4ce;display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7rem;left:7.9375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#fGWreJyak1rMEBu8ElVzg4TuSA4WC4e2 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:15.5rem;left:4.5625rem;display:block; }
#ISHX9BQ5AfJEOrBebLCbqv5ynMXoafcL { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:14.375rem;left:7.9375rem;display:block; }
#d92lL4JaKxCZbQqKod3qMoT6FyZHcbwd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.125rem;left:12.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZQo3oTCZrAeMRpHlpAXxRa2ifKWARaWV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:15.5rem;left:27.25rem;display:block; }
#RgmTZdWQVwVSn7sWGhZdvg92uZt74HL4 { color:rgba(var(--color-primary-1),1);display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:32.125rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CfDVt0Ae4if75Ob5XKK8AmO5XX9vFeRT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.125rem;left:34.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uc6B6OgRX33FxklvbDFDT1VoGu6dhK2g { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.6875rem;left:34.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZkB5Weulk0m2UqAqHnf0vW33Nib7I0a { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:15.4375rem;left:49.875rem;display:block; }
#JUbFUKcoPBR7IBenQtUOJ5SUaN7pc8DR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.0625rem;left:57.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8FHGrTAihWPmtnCqMaKxw5NuoydwsJx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.625rem;left:57.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QluVW1irB1lg1bbCTnoyFnJGCGGgGOBf { color:rgba(var(--color-primary-1),1);display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:14.9375rem;left:54.3125rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T424myeQep4xct6TIt7pcbxB4Uv0Pd4u { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:14.375rem;left:30.6875rem;display:block; }
#AwDXh8lwguAQEXA8PW6Ar26TLs7HLEi0 { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:14.375rem;left:53.3125rem;display:block; }
#kDzAzxzcNXb1tH1bQ6AxDk85rFRg6QW8 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:32.9375rem;left:4.5rem;display:block; }
#G1XDb7zElqeKJWfK9PKCpNDEtcsmIuZL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:37.125rem;left:12rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dyw2cTm4o1RKM8EntDJnsL1SXEoBrqgP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:38.5625rem;left:12rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l9sXWWUnliMtw3kdOFaSoVhrPiPK8gv3 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:31.8125rem;left:7.8125rem;display:block; }
#L06ER8r4IeCCNklcKznQkXxRTrrciuOs { color:rgba(var(--color-primary-1),1);display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.375rem;left:9.1875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tyk9V0vlLuURT9vvtRTKzgAmobnMeqQQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:33rem;left:27.25rem;display:block; }
#nI8Sag2vynMJahZCVKnSCTvJ7vSJGgzs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:38.625rem;left:34.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABM5cu6135exMDudqVcUR8UWaP5NqCzF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:37.1875rem;left:34.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UsQ6kiHHePwuisGty1dOd99Exi46ZXkq { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:31.875rem;left:30.6875rem;display:block; }
#kV8zysnnqJRX9IP1SWL0NTRc1XivKftU { color:rgba(var(--color-primary-1),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.4375rem;left:30.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GwSMagvWZWIBVumq0J9iFyA6xhU8Kdos { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:33rem;left:49.9375rem;display:block; }
#EOSdF78nafs4AmH1syFokdK78mlc5Kpr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:38.625rem;left:57.375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VO0r3dDiawHkrSXDoqs34xQQR7JXR1uE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:37.1875rem;left:57.5rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UwTPwxczdLoFlcKn1dndB5SLp4Mtlxx4 { color:rgba(var(--color-primary-1),1);display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:32.5rem;left:53.375rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ahf0CQbVUP9qTWPMsXkMpFwwT3Zp6t2t { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:31.9375rem;left:53.375rem;display:block; }
#xeCcsJ8aNPzrML0m9h3tTXV2W7Fg6cJl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.3125rem;height:4.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:48.4375rem;left:22.84375rem;display:block; }
#urP6e78SyQKFaTWoF1EEWx2c9rZbQLHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0IgFuTWe5BKswBbDRPl8OgE6Q5SUsF6 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:17.0625rem;left:4.4375rem;overflow:hidden;display:block; }
#QB61ebNdtegdOE1TAUG7Mb0L3vswVqf1 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:17.0625rem;left:27.25rem;overflow:hidden;display:block; }
#NTyyTb7Nlgi54HZZSn57XH0otUV6Suzg { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:17.0625rem;left:49.875rem;overflow:hidden;display:block; }
#OQFq1iUuJmq3CfkdGlr5biTbNsDZSxWl { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:34.5rem;left:4.125rem;overflow:hidden;display:block; }
#EfRkU648BE4BTvdpcM3aEHmThluTmVd1 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:34.84375rem;left:27.375rem;overflow:hidden;display:block; }
#OI7hVqHnM7EKvaH5D32UbsRDLfbQvvDm { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:34.625rem;left:49.875rem;overflow:hidden;display:block; }
#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row .container { border-width: 0; border-radius: 0; }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;position:relative;display:none; }#GP92m0eD05mozlZ1K72a2HaztxZ86PqZ { color:rgba(var(--color-primary-1),1);display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:9.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CO3KO3S8sS3x6ddXqEs4duzr9Uz34uDe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.6875rem;left:12.0625rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XrsBsxKe4u9evqRMk0G49amyU77TIfNG { color:#9bf4ce;display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7rem;left:7.9375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#ZwcLG0onGm5BecOxIAiVoxxG8nGPqTGE { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:15.5rem;left:4.5625rem;display:block; }
#W2VIosNkicKP7Lei3LmuJ5JGegcg5Sms { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:14.375rem;left:7.9375rem;display:block; }
#af9znJoWxJRf4BFsgOHg4pkOOGa4vdzd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.125rem;left:12.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGT3VGT3LpMKtvWQefGaCUXacWZC3T3L { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:15.5rem;left:27.25rem;display:block; }
#aT4SlNfxtKN9fmqC8wuJTTvl6M8NtpTP { color:rgba(var(--color-primary-1),1);display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:32.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#POs1sgO10hRHqZQVadLF8kJbA3XPTGOk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.125rem;left:34.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sxe0a2SpSBpT0xh9GvxJNecfZKhzalss { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.6875rem;left:34.75rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSZ3TNzp2tmWBrz3xsMRDTcnQfwvqLB6 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:15.4375rem;left:49.875rem;display:block; }
#ihVpqGaIgDehqJVBAa8iixm3GJDqD9SF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.0625rem;left:57.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBUtaTZenRkrMlgL8gO54560VSLJqAPg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.625rem;left:57.4375rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uaFgdyx8k1qv5QTHdBfQDWuvdtWtN5F8 { color:rgba(var(--color-primary-1),1);display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:14.9375rem;left:54.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cy5GQuJTZIguJggJgqVOgG4KxcRmA1BN { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:14.375rem;left:30.6875rem;display:block; }
#lZqIS8onOBzizpOc4SihVXGpOWaylUlP { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bff3dd' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bff3dd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:14.375rem;left:53.3125rem;display:block; }
#zGZrdziMS5VSD8rCk7PosJVxnnHq2vHe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.3125rem;height:4.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:48.4375rem;left:22.84375rem;display:block; }
#ZfXq4dUVavFXT6wbieTC9Ve9I0QycGus { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGTZVlfiyksbxzowJwJ31b2cNhIpLi1R { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:17.0625rem;left:4.4375rem;overflow:hidden;display:block; }
#PgHw09QJkxLK5ZkXhZppseFSMBZUNNXO { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:17.0625rem;left:27.25rem;overflow:hidden;display:block; }
#rXTbTSSbZwiAfA3TmV1zDow3IvKGswQN { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:17.0625rem;left:49.875rem;overflow:hidden;display:block; }
#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { background-color: transparent; background-image: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { border-width: 0; border-radius: 0; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { font-size:0.875rem;font-family:arial;height:165.875rem;width:75rem;position:relative;display:block; }#srTH1yHVT4m8tqlI8upC3boa8ITClqTA { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:17.6875rem;width:55.625rem;top:55.125rem;left:9.625rem;display:block; }
#OXiIiF8fcElywRZ4n5EupAPEBMNuT61i { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:14.625rem;top:53.5rem;left:12.125rem;display:block; }
#H4TWv0dFy5STggMPfWLhcVN42TtaHgx2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:75.125rem;left:13.1875rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:82.8125rem;left:13.125rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:before{  }
#JWuTFbiV4EuIhig4unxZTtdJoZDAmURc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:13.5rem;top:74.4375rem;left:12.125rem;display:block; }
#zT5iJH4xmXwMTefvxhlak7k2eisRJ9CA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.3125rem;width:55.6875rem;top:76.0625rem;left:9.625rem;display:block; }
#G6knSssMfn0MkSnZcW2TVTG6EwkBlRbn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.7490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:54.1875rem;left:13.25rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:61.5625rem;left:13.125rem;height:5.82421875rem;text-align:left;text-align-last:left;display:block; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:before{  }
#hB5mZgyWJDZkz5L7oPAzhsZOrJAs15MC { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:53.5rem;left:53.5rem;overflow:hidden;display:block; }
#XdZAtWafsvT1cRPRuT2JPPZ5lS0VgFF6 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:13.875rem;top:93.875rem;left:12.0625rem;display:block; }
#wLIEG2DuqheIznAyaBUX8GW25g2GrRRC { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:21.8125rem;width:55.8125rem;top:95.5rem;left:9.5625rem;display:block; }
#BsMdOMD8qsW1zS442MnBzM4EdfLHxTXF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:94.5625rem;left:13.1875rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:104.875rem;left:12.75rem;height:8.4238125rem;text-align:left;text-align-last:left;display:block; }#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 li:before{  }
#aH0hNo28HIB9xHaPIxugdS9ETMsqfW95 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:13rem;width:0.125rem;top:101.9375rem;left:37.4375rem;display:block; }
#TQRZaHNQUTtdustTFTvpTzvu4LxV7CRr { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:5.625rem;top:98.125rem;left:30.75rem;overflow:hidden;display:block; }
#rVuocsProoyaaXSXfBlW3sDcsuEJczRf { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5.5rem;top:98.0625rem;left:58.1875rem;overflow:hidden;display:block; }
#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:104.875rem;left:39.6875rem;height:5.51171875rem;text-align:left;text-align-last:left;display:block; }#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v li:before{  }
#t2aO2zN1A9z71FDnptF29nD0Om6IPAAJ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:9.25rem;top:118.8125rem;left:12.25rem;display:block; }
#Gl6iV2sBgz4xer3MCxeqG5xESGSLKCMD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:119.5rem;left:13.1875rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#vgrMDMbooKNOIDoVlZWxqZo3FVL3oBJS { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.5625rem;width:55.6875rem;top:120.4375rem;left:9.75rem;display:block; }
#csDund3sT0B3I1k2PylZPZUJOQ6SEmie { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:127rem;left:12.875rem;height:6.13671875rem;text-align:left;text-align-last:left;display:block; }#csDund3sT0B3I1k2PylZPZUJOQ6SEmie li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#csDund3sT0B3I1k2PylZPZUJOQ6SEmie li:before{  }
#Vwf5frIIPpD8IECvm1cel1mWPTi4awWI { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3740234375rem;width:8.9990234375rem;top:122.625rem;left:54.8125rem;overflow:hidden;display:block; }
#CZbM2Xpgt6gyPrlpyTZ5R3oKgl8ab088 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:11.1875rem;top:138.25rem;left:12.0625rem;display:block; }
#D7KeubzKoC6TRTvosTO2i09LzGVPigXc { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.125rem;width:55.6875rem;top:139.875rem;left:9.5625rem;display:block; }
#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:147.1875rem;left:13rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy li:before{  }
#B4gDsxnKfXwZrsUTmPZCH8rqTbX3LEHC { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:9rem;top:140.0625rem;left:55.3125rem;overflow:hidden;display:block; }
#JdSQWvdoLUbfaPH5iUzwL0rRWUQIfIv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:138.9375rem;left:13.125rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#zQgvofLpcTbPJsWLUAGuey8IQSq65hMO { background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.48523625rem;height:2.17361125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:69.375rem;left:13.0625rem;display:block; }
#VbGt8wdG4TUO3gWK31kDcR4prwvRp0dL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKUiPDx7gyKT4CuECBFWUxesyzbGD6S1 { background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.47111125rem;height:2.159505rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:89rem;left:13.0625rem;display:block; }
#cDPZCbNKv3c0SLqgACWLTpixxmkD0GWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCUodSbXRpioqVTuVtETH6nN3PFhedi6 { background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.45704875rem;height:2.14539875rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:114.0625rem;left:13.6875rem;display:block; }
#GI5AJFTIIy2SkXeaRKuTwMa2P1NCpMzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TecTffhzdMJsCnJc41ushD4FsDV6b9WU { background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.44292375rem;height:2.1312925rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:114.0625rem;left:42.8125rem;display:block; }
#QvJuiJtbFnogBFCqn4aovgT1q3lXxAdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fs2DEZiKVvy6mBGTiZbuvAvT3vesZC60 { background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.44292375rem;height:2.1312925rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:133.9375rem;left:13rem;display:block; }
#QKiuWeupeIvWg5mWAAG5PMcbR1oVzlbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gzG8aICMNTvyGDnRNpgPbaOgVW9bvLmT { background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.42879875rem;height:2.11718625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:153.0625rem;left:13.625rem;display:block; }
#dFJlPBdyuzd1TpuofktCoK5K5CpqMvm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0M0B56luVc0ceNKenedpqx1ti36Qtof { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37.25rem;left:9.1875rem;height:2.51864375rem;font-style:normal;display:block; }
#sTOA3tXiy3haXIlmTlhr8Kbs3hcZBqEt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4rem;top:37.4375rem;left:3.75rem;overflow:hidden;display:block; }
#yOp6XHI1GshvZV7KoUkclGVe19s6zx9D { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:39.5625rem;left:9.1875rem;height:2.03125rem;font-style:normal;display:block; }
#D8nhcILxoMdqSWmaAA3gyNT9kRDDMTxp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:38.75rem;left:27.375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVUVLDsBeO8kvfwLRiHn116fGvGmlrgU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:12.625rem;height:3.25rem;display:block; }
#fN0adxqH9dlkw5BqLwQeC6s2TMcqRE1f { color:#9bf4ce;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.25rem;height:5.28125rem;text-align:right;text-align-last:right;display:block; }
#eolWgx0rC6UfW5a5nuCqMTMJag4PGMIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.75rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#Q1MacLcKBakPwXPQTbL03nXkJs5U1A1F { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.0625rem;width:20.5625rem;top:23.75rem;left:2.375rem;display:block; }
#Dkz6nHOThnb8JahfT4ptIIrtWB7XzLau { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:25.1875rem;left:9.1875rem;height:2.51855625rem;font-style:normal;display:block; }
#Pflks46g4p3BsNSi24idLkUC8A6NHTcT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:24.5rem;left:3.875rem;overflow:hidden;display:block; }
#DcycgfV6s4sAEWbfxXzoy39WdpLq67GB { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:16.125rem;width:16.125rem;top:10.1875rem;left:38.25rem;display:block; }
#ArcraN9rQgmTB8WJpJcsl8lzl9R1bk1T { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.0625rem;width:20.5625rem;top:30.1875rem;left:2.375rem;display:block; }
#AHS3pXSVL8rz5lFM3CbnaOVhOXmDu3y1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4rem;top:30.75rem;left:3.6875rem;overflow:hidden;display:block; }
#WLxr5vnTwTn1RBTdPBLmTVwqpGrHqr5M { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:31.5rem;left:9.1875rem;height:2.51864375rem;font-style:normal;display:block; }
#iCekDpaEOkuUT95bSa9X2H3Vw8MPUR10 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.0625rem;width:20.5625rem;top:36.9375rem;left:2.4375rem;display:block; }
#TxBcGo5s0HvEzd03IGhTyIuuezPeHgkh { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #16745a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#16745a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #16745a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13rem;width:20.5625rem;top:24.375rem;left:51.75rem;display:block; }
#yfSnd6vn4rUCUaJABLlTRXMVPiytGtaR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.125rem;left:54.0625rem;height:2.51855625rem;font-style:normal;display:block; }
#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.3125rem;left:54.5625rem;height:7.4375rem;font-style:normal;display:block; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:before{  }
#OAredVTs43A48er8wgQE0gT1EVTMf5J0 { position:absolute;display:block;z-index:15080;background-color:#be2e2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(77,77,77,0.5) ;height:12rem;width:12rem;top:32.0625rem;left:26.8125rem;display:block; }
#ZgtzZEoGEZbTNTiIDnTKpnAhiQmzdkbl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:35.5625rem;left:27.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nplxXpmGvebVeEcQ2wyZdeTPMi4e0iK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.59375rem;left:40.875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qd1yBRlAcOglSDZ09IJHgE6qpnlNPWZq { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.40625rem;left:40.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNy824X6Kgat4HlzTQrRz7Z0m84xM2tn { color:rgba(var(--color-primary-1),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:57.6875rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#O1lDueoP4oVkvPH25faTBlfSLGx6QK7g { color:rgba(var(--color-primary-1),1);display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:78.625rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#yfQnIpLkzTyuuLOzna0cGTnpkeFTGua3 { color:rgba(var(--color-primary-1),1);display:block;width:10.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:98.0625rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#Z6KKLtFNosaBwI5F6BsAsBKfBUMFAhlT { color:rgba(var(--color-primary-1),1);display:block;width:17.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:123rem;left:13.125rem;height:3.25rem;font-style:normal;display:block; }
#xXvaGmhWf9wNfxwKDCTcdMOTMsLWdl1g { color:rgba(var(--color-primary-1),1);display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:142.4375rem;left:13.125rem;height:3.25rem;font-style:normal;display:block; }
#O2Bz0NUwldnDQTim6lHDcAxTd3qMJano { color:rgba(var(--color-primary-1),1);display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:97.875rem;left:39.6875rem;height:3.25rem;font-style:normal;display:block; }
#oSrNldcgSiaaLxh9uc09fIStSqVNiRsf { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:77.375rem;left:57.1875rem;overflow:hidden;display:block; }
#cEneQlJyfGb5dZHFsNmV7ncMHiHEUlJI { position:absolute;display:block;z-index:15067;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:51.75rem;width:36.6875rem;top:4.8125rem;left:19.5625rem;overflow:hidden;display:block; }
#leNKaFZy9ATAlpODHBPWrt8c76R2breZ { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:19.1875rem;top:45.59375rem;left:0rem;overflow:hidden;display:block; }
#Gr3STPBUWgsDBkaCT4lfKbyNoU4G8EGb { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;border-top:0.125rem solid #e4d7f8;border-left:0.125rem solid #e4d7f8;border-right:0.125rem solid #e4d7f8;border-bottom:0.125rem solid #e4d7f8;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:14.75rem;width:14.75rem;top:10.75rem;left:38.8125rem;display:block; }
#sSUQ5UdrUcfJCO3PfDdM6z1xlM7OoxTh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.229166625rem;height:4.354166625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:159.00000762939rem;left:22.84375rem;display:block; }
#lvAcmeqsVU3Pu5xRK8luJxcbf6nx9DSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { position:relative;display:block; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { background-color: transparent; background-image: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container > .video-iframe-container { display: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row > .video-iframe-container { display: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { border-width: 0; border-radius: 0; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#niGdazO2cPVsAbDhl8zA7f94SoAZwCN1 { color:#9bf4ce;display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:44.1875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PkwTJLXmIDf8W9zzFsyJRHfqVXPmG57T { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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:41.25rem;width:37.0625rem;top:5.4375rem;left:3.875rem;display:block; }
#m1VUX4P0ePq6sdNO5rkuzAERlsOLTRNt { color:#bff3dd;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.1875rem;left:10.40625rem;height:2.03125rem;font-style:normal;display:block; }
#HKe9T7U7fXcmZ9yv04RcTBHHraGQrTF8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.75rem;left:10.40625rem;height:2.4375rem;font-style:normal;display:block; }
#dEIZQ5TU0dslORKXvV4urJfcTrKqmcS5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:6.9375rem;left:5.625rem;overflow:hidden;display:block; }
#iJiNF41GeUoG4IV7P0P01kMAQ8oXeqyq { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:15.125rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#lo7hoAAd9qq3pmwkL5ka96kw6uEdRp3G { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:12.5625rem;left:5.625rem;overflow:hidden;display:block; }
#CSNLlEtiDebOF2u6t9cQ33hDG4qoFzTh { color:#bff3dd;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.5625rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#newymbT1Q5JiDTVutWNuG1dUq5eN6J5J { color:#bff3dd;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.9375rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#NWzZIvpnPGfmW3vTTICfAPaWtcuywkWf { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:18.25rem;left:5.6875rem;overflow:hidden;display:block; }
#OMx9tJXn115n9Burx0kFzspasEPbvIDX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:23.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#Z6tAgnFZUuvoIRR5reNJ1cnihG8foLDQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:26.25rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#QpKwwfLVaMrkfxl23qL1upcEhpOdgmiz { color:#bff3dd;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.6875rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#ftA8O4dN8rk7rZwn8LiJLypEWwwuG8in { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:30rem;left:5.6875rem;overflow:hidden;display:block; }
#oF0wTVP7P7Lpb0e4Pat1CovnEIUaXw8Z { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:31.8125rem;left:10.5rem;height:2.4375rem;font-style:normal;display:block; }
#h8Ae8fTw6T8FwQmnUMJ6gLTudLaXmbZz { color:#bff3dd;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:29.25rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#xRt687QIUTllvMuRFQqph6f3ogAERInT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:36.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#D6hkFBS2R26AInWUXnA1rMkes5JAaXlG { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:38.375rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#XxmUQEWeKnvUWNzJ9P5tiTUAA5yw3DXJ { color:#bff3dd;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:35.8125rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#iIi6kPo75XtpLi0mKEPl1Z6mIHPerEXE { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:41.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#UzoCIxixp58ceMf8Xl3L3SPiBUeSKZ0J { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:44.1875rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#vIgdQ1J816QSwxCrbRgHn8TVKe2Oohtf { color:#bff3dd;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:41.625rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#TIbNZIqz8izIhUy3FTaTaLQacicENU0g { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:20.8125rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#vkxC7mGep2ugoI5HL5tEp5HEOndJLgdH { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:11.75rem;left:5.625rem;display:block; }
#PJCTcvdqTNGiOCcZ5ui1kA86PzzDKxD6 { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:17.125rem;left:5.625rem;display:block; }
#THUR0s4BvgekJaXeRqogu0DAmO7Ks8RX { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:22.875rem;left:5.625rem;display:block; }
#X4R6v26mzzpiVS5Q4g2AhPUGK8BwNBhr { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:28.5rem;left:5.625rem;display:block; }
#RZ2Wge3anlaEfIdUT3av7Qzwk5ILQVJk { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:35rem;left:5.625rem;display:block; }
#zkPBSpvwblquSV35BDdmkUn2arscrval { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c998782', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(28,153,135,0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:40.6875rem;left:5.625rem;display:block; }
#DnDTchX4aWPT7DiLPVNkiCpsbRKvKfrl { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.46875rem;left:44.1875rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nOboVkuFaI2iXDbyZVLoUZNICBkJqv8K { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:30.4375rem;top:17.5625rem;left:38.9375rem;overflow:hidden;display:block; }
#Z2Vp3LBwvHeP0pS5zVTdBh99SnV1IX1L { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.3125rem;height:4.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:50.875rem;left:22.84375rem;display:block; }
#rAp2r6BT0DMsKQtn0Ep7Wd3PN2PwThGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXI64vP9lnn2Qf296iiGEo5epvltWdnr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:11.125rem;top:58.24951171875rem;left:-5.51806640625rem;overflow:hidden;display:block; }
#JiZl5AvAAqDfLeg0Jilo2B2rKdiO1sBk { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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:41.25rem;width:37.0625rem;top:5.4375rem;left:3.875rem;display:none; }
#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { position:relative;display:block; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { background-color: transparent; background-image: none; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container > .video-iframe-container { display: none; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row > .video-iframe-container { display: none; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .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); }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { border-width: 0; border-radius: 0; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KkORdMZ9X3BP5dGrkHuMunG70IbE334R { color:#9bf4ce;display:block;width:74.0625rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.46875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sV5cdApJSdNTg9StHhd4HOBdLrwbFgQn { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:26.8125rem;width:16.375rem;top:14.25rem;left:10.0625rem;display:block; }
#RSlM2ivyG7Hom51y7GgCFCIoSvPct22D { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c9987, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, #1c9987, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, #1c9987, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, #1c9987, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9987', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9987', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, #1c9987, rgba(var(--color-tertiary-4),0));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:26.8125rem;width:16.375rem;top:14.25rem;left:29.3125rem;display:block; }
#g70VCJ3QEDBN09cM33CPh6J1EmpKg63x { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:26.8125rem;width:16.375rem;top:14.25rem;left:48.625rem;display:block; }
#kuIM99QosBMyDwgsC3UH7ueQDFNN7wnd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.4375rem solid #02150d;border-left:0.4375rem solid #02150d;border-right:0.4375rem solid #02150d;border-bottom:0.4375rem solid #02150d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.875rem;width:8.875rem;top:9.375rem;left:13.375rem;display:block; }
#whBSxkWFmB4GRMIgTVSe28XFwD0ggISv { color:#bff3dd;display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:30.4375rem;left:12.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0A7nc5FxsHnnPZnmXa4clslUiudBsGA { color:#bff3dd;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:32.875rem;left:12.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oruIJn2ivzhZi9MTuF2aJCMasLgRTLtN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:35.875rem;left:12.375rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krXlzW0AvW7tRaDxL5zDl1U7hoS45gtK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:16.875rem;overflow:hidden;display:block; }
#VXRF8tVg2sIhulWhpXrVPtUkPkEHP0f8 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:15.875rem;overflow:hidden;display:block; }
#d7TBeSJRp9VwAQSrIobsRLHt8rptNa8K { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:14.8125rem;overflow:hidden;display:block; }
#IJVprbmDaXPMTnLe48vsh9umADFi0RAT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:13.8125rem;overflow:hidden;display:block; }
#iqS8zrvrsTUExaDEqavc3q8HkyxGTSll { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:12.6875rem;overflow:hidden;display:block; }
#Nvl2QoEm0fUAOmRyfFRPXFCeGhsdOJoJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:11.625rem;overflow:hidden;display:block; }
#z7ldfQNgP3liOCiPTiQTdNNybnZ7Xddm { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c9987, #0f5a4f);background-image: -moz-linear-gradient(180deg, #1c9987, #0f5a4f);background-image: -ms-linear-gradient(180deg, #1c9987, #0f5a4f);background-image: -o-linear-gradient(180deg, #1c9987, #0f5a4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9987', endColorstr='#0f5a4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9987', endColorstr='#0f5a4f' );";background-image: linear-gradient(180deg, #1c9987, #0f5a4f);background-size:auto !important;border-top:0.4375rem solid #02150d;border-left:0.4375rem solid #02150d;border-right:0.4375rem solid #02150d;border-bottom:0.4375rem solid #02150d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.9375rem;width:8.9375rem;top:9.375rem;left:32.59375rem;display:block; }
#RgGRtM2wwi4wBz6aTbmQpLADOguEZ8Ti { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.4375rem solid #02150d;border-left:0.4375rem solid #02150d;border-right:0.4375rem solid #02150d;border-bottom:0.4375rem solid #02150d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.9375rem;width:8.9375rem;top:9.375rem;left:52.15625rem;display:block; }
#U31o0WuhO3L77TBvVkPveHt5cgG72uK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:12.75rem;left:34.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQNXs9EDwhxKT9gnJ8QPvPz59niuw4Kh { color:#ffee3f;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.375rem;left:53.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y1DwxPvINfsQeClm86Zyio78HnRVrbcQ { color:#ffee3f;display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.40625rem;left:53.6875rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9gt9cmvEz1zdWQrWHOX25l0OMuZqGLi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:31.1875rem;left:28.5625rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrHI4KHvQwKau6rzROObXJS2fNTvzQaX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:32.875rem;left:28.5625rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2d6IsImJMtkX1m83mFzd1f1EafCpauu { color:#bff3dd;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:35.3125rem;left:28.5625rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTE6QqPfv34tx8MUP4hbR7cCRVJXyium { color:#ffee3f;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:34.1875rem;left:47.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STlKnKAe3S6x5ZfKlLxfEPgRNWD7WRyy { color:#ffee3f;display:block;width:2.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:14.5625rem;left:58.84375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQPP30VWsLPcp7CTMp36bq33z2XrpKzy { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.75rem;left:15.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Icr7XHoBF8UgpxBTtmPTwEJU9bmE5uA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:31.1875rem;left:47.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdH9hDlCDk8IDa2KScS9La9fBEioTRHz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:38rem;left:47.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpHiShGCVzHPrhqqpIs3xukpToMc2ITZ { position:absolute;display:block;z-index:15034;border-top:0.0625rem solid #bff3dd;border-left:0.0625rem solid #bff3dd;border-right:0.0625rem solid #bff3dd;border-bottom:0.0625rem solid #bff3dd;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:7.75rem;width:15rem;top:21.1875rem;left:49.25rem;overflow:hidden;display:block; }
#bIyHffealmcn7d23Rb1NV81l9hXluN1G { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:12.5rem;top:19.6875rem;left:31.25rem;overflow:hidden;display:block; }
#BaAB9MiKkxvu811ndIFK8del2mOmVJga { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.3125rem;height:4.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:43.5625rem;left:22.84375rem;display:block; }
#hnhW8LktE5tSneFHr7q11haoNkeDVb8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ff968ae-84e8-44a1-8fde-64a84f1c4546/landingprofeb2026.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW.adaptive-delivery-prevent-bg, #fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW.lazyload, #fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW.lazyloading { background-image: none; }#fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW > .row .container { border-width: 0; border-radius: 0; }#fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:none; }#wf3GWacHzXnxbqZDiCBmQDQuI9eN9OJ5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.4375rem;width:25.75rem;top:30rem;left:11.4375rem;overflow:hidden;display:block; }
#ZxlR1CGB9yGxAPCRQ3465Rgrs22alrKF { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.4375rem;width:25.625rem;top:30rem;left:40rem;overflow:hidden;display:block; }
#WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e554b3f4-4041-4de2-a23c-029a990d8b6c/LevelUp02.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu.adaptive-delivery-prevent-bg, #WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu.lazyload, #WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu.lazyloading { background-image: none; }#WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu > .row .container { border-width: 0; border-radius: 0; }#WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#PaVfo8MbeOLETKVF0Q3dibTtqlHHBWOL { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:39.375rem;top:6.1875rem;left:23.3125rem;overflow:hidden;display:block; }
#BU4g8MHuoLmspNpO88hM29IFTTVqhp4l { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:48.6875rem;top:18.125rem;left:3.75rem;overflow:hidden;display:block; }
#Wwx5PB2dxMAw8cuMtm5PyiZ4w23TLpyc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:14.125rem;top:8.5rem;left:12.3125rem;overflow:hidden;display:block; }
#HpF7dSF5XT4lbwdxraUC6WJH1EXvUroK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:28.8125rem;top:17.5rem;left:42.4375rem;overflow:hidden;display:block; }
#NZNmUIwN3xpTSLKHAn5ybHaE4pl9Wqty { box-sizing:content-box;height:10.625rem;width:29.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.8125rem;left:11.5625rem;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; }
#AF12R19zarfJH4rQZ1xOCqvIB97WbuiT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:40.5rem;left:12.71875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6lxpVzh3EqximrTDXLIrlGcEUpyNv0u { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:30.140625rem;left:15.28125rem;height:7.96875rem;display:block; }
#IticCtE4HlwCSLXT0m7ls5tJpBEWF4Hp { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:42.9375rem;left:12.71875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLoWeHguriOyJDLXTgxUclmIbL6LbciL { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.453125rem;left:21.03125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HB0Pb6IClcgT72SOx5sbQemTGbbVVFtv { box-sizing:content-box;height:6.1875rem;width:37.375rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #facc6c, #ffad00);background-image: -moz-linear-gradient(180deg, #facc6c, #ffad00);background-image: -ms-linear-gradient(180deg, #facc6c, #ffad00);background-image: -o-linear-gradient(180deg, #facc6c, #ffad00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#facc6c', endColorstr='#ffad00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#facc6c', endColorstr='#ffad00' );";background-image: linear-gradient(180deg, #facc6c, #ffad00);background-size:auto !important;top:0rem;left:18.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.25rem;display:block; }
#Dzt6cfdWKv4fahR2dLHHOII7y1Tvuqsz { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:7rem;top:0.875rem;left:51.875rem;overflow:hidden;display:block; }
#A7azluEHJVIe66LeZTLmToUsk5o2GMUw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fbc5feeb-02c1-4031-a51a-226a4288cd06/IMG_9444.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A7azluEHJVIe66LeZTLmToUsk5o2GMUw.adaptive-delivery-prevent-bg, #A7azluEHJVIe66LeZTLmToUsk5o2GMUw.lazyload, #A7azluEHJVIe66LeZTLmToUsk5o2GMUw.lazyloading { background-image: none; }#A7azluEHJVIe66LeZTLmToUsk5o2GMUw > .row .container { border-width: 0; border-radius: 0; }#A7azluEHJVIe66LeZTLmToUsk5o2GMUw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7azluEHJVIe66LeZTLmToUsk5o2GMUw > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#izESckep49CZ1HflTmQACels4GBG93b7 { position:absolute;display:block;z-index:15097;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:7.0625rem;width:13.5rem;top:21.8125rem;left:10.75rem;overflow:hidden;display:block; }
#RDk9J9B3VFeJmHkIaONZDmfXOmd9hO4k { position:absolute;display:block;z-index:15098;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:7.0625rem;width:13.5rem;top:22.625rem;left:22.5625rem;overflow:hidden;display:block; }
#RedRluHVg7UBUyO2SQKpEzh9be4NCSGE { position:absolute;display:block;z-index:15099;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:7.0625rem;width:13.5rem;top:27.75rem;left:10.8125rem;overflow:hidden;display:block; }
#kSmW5TUawE0ISyNT3CHgJtmQnP9rFWQ5 { position:absolute;display:block;z-index:15099;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:7.0625rem;width:13.5rem;top:28.5625rem;left:22.5625rem;overflow:hidden;display:block; }
#hp0hWmCozUH8NWfqyoD2UbqI7zu8LTWM { color:#190072;display:block;width:21.25rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:41.28125rem;left:26.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INcR7ri77SfpwS2fwo2yolq9SMHDfoI5 { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffe09d;background-image:none;top:40.8125rem;left:26.8125rem;display:block; }
#NrbUTPddFPlMTlnT65rhFrfdGifLXkEC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0875bdf9-7d96-4486-8a44-3a5e3b69fea4/Untitleddesign10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NrbUTPddFPlMTlnT65rhFrfdGifLXkEC.adaptive-delivery-prevent-bg, #NrbUTPddFPlMTlnT65rhFrfdGifLXkEC.lazyload, #NrbUTPddFPlMTlnT65rhFrfdGifLXkEC.lazyloading { background-image: none; }#NrbUTPddFPlMTlnT65rhFrfdGifLXkEC > .row .container { border-width: 0; border-radius: 0; }#NrbUTPddFPlMTlnT65rhFrfdGifLXkEC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrbUTPddFPlMTlnT65rhFrfdGifLXkEC > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#I3ZiIULxOsFhMnwWXmPDdWTy5dZmBFqP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:38.375rem;top:7.1458333283663rem;left:20.125rem;overflow:hidden;display:block; }
#Pxgxn1rKNg0TxUseXM4UyrtUzVbn7229 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:24.5rem;top:19.874350070953rem;left:39.260417938233rem;overflow:hidden;display:block; }
#FR85QFCKCsGUgHubkEhRXUT8vbXp9Fen { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:24.25rem;top:20.311850070953rem;left:13.40625rem;overflow:hidden;display:block; }
#uKg241x9uH6SxF9S4iTBANkGM7nQDiIO { box-sizing:content-box;height:3.3125rem;width:31.875rem;position:absolute;display:block;z-index:15003;background-color:#f65d74;background-image:none;top:14.166667938233rem;left:23.375rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#xL544mVM6ND3GisBdxeKiiAlioPXb9sF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.522787094116rem;left:26.59375rem;height:2.5996125rem;font-style:normal;display:block; }
#nyFlZOofDPFDN3RatpGT7eaFlttqb8n1 { color:#ff5460;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:18.353516101837rem;left:24.635417938233rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnGTyBJTQJmasxHDuAewMRgfDZIKn8pC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.125rem;top:7.7083333283663rem;left:13.40625rem;overflow:hidden;display:block; }
#foQN2uzal1vOE3QFQBOSEwXQw574rtE3 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10.3125rem;top:39.999350070953rem;left:9.5625rem;overflow:hidden;display:block; }
#huA0S8gU73VNM61BEEEThHIgyoCuU5qD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:9.625rem;top:33.811850070953rem;left:54.177085876465rem;overflow:hidden;display:block; }
#epbb325bLATIaKDaF6vZ5TTDRM6lUlwm { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:9.625rem;top:33.811850070953rem;left:54.177085876465rem;overflow:hidden;display:none; }
#R6lPeBTACiF21ma8FALcXS0MENdoATKm { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:9.75rem;top:28.916015625rem;left:24.635417938233rem;overflow:hidden;display:block; }
#yM54TLWiLdt7J7uCZFDFLsCw3BTHTd4i { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:40.355471611023rem;left:23.71875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHiALv7Hpt2MusH69o0DITTeZy6RxCc5 { box-sizing:content-box;height:3.3125rem;width:32.5rem;position:absolute;display:block;z-index:15004;background-color:#9b61fb;background-image:none;top:39.999349117279rem;left:22.625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#enyENHdlPzBPoHK4ktxxnIP75maQHIzI { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:15.5rem;top:1.3743489533663rem;left:31.5625rem;overflow:hidden;display:block; }
#HHPAp6GaulZibw7WKT8HQn1I4X2gcWT1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:11rem;top:28.572266817093rem;left:42.41667175293rem;overflow:hidden;display:block; }
#xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0f7c7d9-cad1-401e-8919-e9474ac5000a/BackgroundKV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi.adaptive-delivery-prevent-bg, #xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi.lazyload, #xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi.lazyloading { background-image: none; }#xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi > .row .container { border-width: 0; border-radius: 0; }#xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:none; }#FQueAQNgQRULHdtsgrlcvwK6ynDWkz51 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4995rem;width:23.187rem;top:0.7177734375rem;left:17.875rem;overflow:hidden;display:block; }
#EiNq4hU6JDtMx9NhJQMAAovbkK2DpdBZ { color:#ffe98b;display:block;width:56.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.12451171875rem;left:9.0625rem;height:2.11230625rem;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; }
#q9511hMJvCwtFDub6MnnoMruIfSe0lqJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.68725625rem;top:4.544677734375rem;left:13.125rem;overflow:hidden;display:block; }
#RmmI5i329ag9UzpvSlsuJ6uGKHIRixsh { box-sizing:content-box;height:3.3125rem;width:16.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:17.125rem;left:9.3125rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#LEH8qaKZfGxN7Qx9oSLL3ufCgmzB3KrK { color:rgba(var(--color-tertiary-0),1);display:block;width:13.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:11rem;height:2.5996125rem;font-style:normal;display:block; }
#zrZV12GyJI12AdnsKZCzCEEr5cQZmLIw { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5rem;left:30.875rem;height:2.5996125rem;font-style:normal;display:block; }
#ucyasonrT4Fhusu5nh3A4c0PVFTTM4L9 { box-sizing:content-box;height:3.3125rem;width:20.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:17.125rem;left:29.1875rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#xtu4hPPlO0C95dfFAaXkTTRXWvt4B0EK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:51.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#p5Uv0xrkhqJqVQcco6RiwdLUmT5HXuT6 { box-sizing:content-box;height:3.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:17.125rem;left:50.625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#HQfoEdcMGyauZbavVA5QtkPeiDIslgKC { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.865966796875rem;left:43.875rem;height:2.5996125rem;font-style:normal;display:block; }
#kZQ52ZEO13a5enPexxUqprQM014keix4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.630859375rem;left:43.875rem;height:4.631125rem;font-style:normal;display:block; }
#kCg01ighNLXdwIedIHs850GCdUU3mvb4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:8.68725rem;width:15.4995rem;top:20.90478515625rem;left:9.062255859375rem;overflow:hidden;display:block; }
#TNfnAGarlIU7D3pueR3DRh5mc1ICoXKw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:40.91455078125rem;left:31.6875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSyzqtihrVzKKp8UpwXnvLdGQhMeuCKG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:30.17578125rem;left:8.732666015625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEDT8SuoACMcrVoTHuKZDtaZSuckddi1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:41.47705078125rem;left:9.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XzAs9iGfEqzT9x1MWo0vlyMLd6UcUg3V { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.6015625rem;left:50.9375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THlg3TMCwvR7D8cc7m3hTqsQCtcDU9vk { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.99975rem;width:16.9995rem;top:22.58642578125rem;left:50.5rem;overflow:hidden;display:block; }
#hDRTTE01Ua6ngRMZF9JZiGHd2HgDdZ5c { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.41357421875rem;left:50.9375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppRlWRxtzHekw6MSGK9CErlowtLNmHfa { color:#ffe98b;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:47.0390625rem;left:24.875rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UvrOpCB1d9N52Aa0xEQm8drMip8BDnhq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:40.91455078125rem;left:31.6875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rJvsyXPx8EWmcNF6IJk8GLcbOzaX3Nq4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.6015625rem;left:50.9375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PqGREUtI6hisoRbKKQeeRN8tT7wBu1ke { color:rgba(var(--color-tertiary-1),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:47.0390625rem;left:24.875rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DQqWopGBVbL9TqOEGk1dZ97aT020XNWz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.41357421875rem;left:50.9375rem;height:2.7627rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#K3uArCrcJmpHvHkaVV0dot3lfP8Xl8nE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:7.5625rem;width:14.5625rem;top:32.584716796875rem;left:9.062255859375rem;overflow:hidden;display:block; }
#VS3mpxwXeuwb92wyGOgE3mDwfPRoyi7W { position:absolute;display:block;z-index:15088;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:16.125rem;width:11.3745rem;top:21.498779296875rem;left:33.5302734375rem;overflow:hidden;display:block; }
#mABCeXlBTiwgTTJ9a8LupRleeowLsVeg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e554b3f4-4041-4de2-a23c-029a990d8b6c/LevelUp02.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mABCeXlBTiwgTTJ9a8LupRleeowLsVeg.adaptive-delivery-prevent-bg, #mABCeXlBTiwgTTJ9a8LupRleeowLsVeg.lazyload, #mABCeXlBTiwgTTJ9a8LupRleeowLsVeg.lazyloading { background-image: none; }#mABCeXlBTiwgTTJ9a8LupRleeowLsVeg > .row .container { border-width: 0; border-radius: 0; }#mABCeXlBTiwgTTJ9a8LupRleeowLsVeg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mABCeXlBTiwgTTJ9a8LupRleeowLsVeg > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:none; }#ED6JlxQE7QlV9vMz4rgDQR1DsToJCsbb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:45.375rem;top:1.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#QUGGesRAP8FCqwwqnexl2QKWG7wFK0Kq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:41.0625rem;top:11.8125rem;left:16.96875rem;overflow:hidden;display:block; }
#Edx1aAFod4tPg3n9iuBqkfW05eqO6LfN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:41.4375rem;top:21.9375rem;left:4.9375rem;overflow:hidden;display:block; }
#BBQyQFE1OUFJHvSRSJ5F2EzXGIrFz4Pk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:24.75rem;top:16rem;left:36.780328798186rem;overflow:hidden;display:block; }
#yDxUVu4Gu9Z5NIcsXwrM1ZLutT4bX7d1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:17.25rem;top:24rem;left:53.296875rem;overflow:hidden;display:block; }
#BIeDQ8NJRcBpEUWRmGDxnC7TDZQOfo6N { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.9375rem;width:58.625rem;top:12.0625rem;left:15.712890625rem;overflow:hidden;display:block; }
#U4Qf2ALRzSQq0m1aTET6lxkh4wvCwceP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:26.767822265625rem;left:11.233154296875rem;height:6.71875rem;font-style:normal;display:block; }#U4Qf2ALRzSQq0m1aTET6lxkh4wvCwceP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U4Qf2ALRzSQq0m1aTET6lxkh4wvCwceP li:before{  }
#yOU5QDfvGB7y5wAmsk6Dyy9Sw91Zdvm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:40.8125rem;left:8.42041015625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PoiU3m2w47daBFyOcNgo4yLehHDOFsTe { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4370125rem;width:3.99975625rem;top:34.436279296875rem;left:13.015869140625rem;overflow:hidden;display:block; }
#v1Of2ekIsyXwP07i3AL4wNgWB9cvm34s { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8745125rem;width:3.8745125rem;top:34.717529296875rem;left:18.062255859375rem;overflow:hidden;display:block; }
#htXE5cc5xuseeSwBqV93Ah0VAGEDxyxH { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:6.0625rem;top:34.717529296875rem;left:23.0771484375rem;overflow:hidden;display:block; }
#mgtoNN7Te4QGSgZl7GwwioWcBwtCJzh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(187deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(187deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(187deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(187deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(187deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mgtoNN7Te4QGSgZl7GwwioWcBwtCJzh0 > .row .container { border-width: 0; border-radius: 0; }#mgtoNN7Te4QGSgZl7GwwioWcBwtCJzh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mgtoNN7Te4QGSgZl7GwwioWcBwtCJzh0 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:none; }#TkdyFst4CwVUxXlv6kVduuMZeBX6JN6A { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:0.8125rem;left:18.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uao2aACIX8F8wHynD9yzASIX26GacRO1 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:3.9375rem;left:14.59375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OpQ86KeB8zikfLKLh4mOTwFOMzxGzlSz { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:9.599609375rem;left:18.8125rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QyPrlztlsvbdehy6BJVlHVAFuZNA4cXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:6.90625rem;left:14.59375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IFGdFPpbHMSfeLJFSRRkpPxQLTuVcnLC { background-color:transparent;background-image: -webkit-linear-gradient(190deg, #ffc800, #ffad00);background-image: -moz-linear-gradient(190deg, #ffc800, #ffad00);background-image: -ms-linear-gradient(190deg, #ffc800, #ffad00);background-image: -o-linear-gradient(190deg, #ffc800, #ffad00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ffad00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ffad00' );";background-image: linear-gradient(190deg, #ffc800, #ffad00);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.125rem;left:26.5625rem;display:block; }
#nRG8PCF5mkIfMQkOsqueDZ0GSZgnsOWt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv.adaptive-delivery-prevent-bg, #FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv.lazyload, #FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv.lazyloading { background-image: none; }#FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv > .row .container { border-width: 0; border-radius: 0; }#FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:none; }#JUcmMoHiJXlpFuGztouAIJpoHMLvhSNm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:10.9375rem;overflow:hidden;display:block; }
#kWTuug9zWPGTthramcvCe5nmWki7mLUm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:23.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RHXvaI7WOiBEZh4I4LcNxqDryBNNmHSR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.4375rem;left:23.9375rem;height:3.9375rem;font-style:normal;display:block; }
#FQGdJiUoZPipZHygc0SIVCLuVXiw2PaT { box-sizing:content-box;height:16.1875rem;width:31.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.25rem;left:12.1875rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WSHWVqwVIC8mJUzzgQKVo9RKRAuuUpl7 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:20.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzRtHF2BFWiX0A8ETIBsT1X9cDBl7rd1 { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, #001231);background-image: -moz-linear-gradient(180deg, #0066ff, #001231);background-image: -ms-linear-gradient(180deg, #0066ff, #001231);background-image: -o-linear-gradient(180deg, #0066ff, #001231);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );";background-image: linear-gradient(180deg, #0066ff, #001231);background-size:auto !important;top:19.75rem;left:19.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SPi8zqG8qdkmLN4been53D4Wwiw5UqXf { position:absolute;display:block;z-index:15012;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: none;height:7.375rem;width:14.375rem;top:25.687255859375rem;left:13.5rem;overflow:hidden;display:block; }
#SfL6XTchNT7PuGTTLsrh9SAm4n4hT7XH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:27.3125rem;left:50.3125rem;overflow:hidden;display:block; }
#XIwZheOsHUeR29VL6RpcGH247DObt7Ny { color:rgba(var(--color-tertiary-0),1);display:block;width:9.187rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.6875rem;left:51.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RalnH5JxSl6Hr20IrzEBT9rnpuD4mxhu { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-size:auto !important;top:26.8125rem;left:51.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ElqXHvCKrzpxmZfxm2MM5vW01JnVbaKn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.062377929688rem;left:51.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkC4cn1KMSEPZmJTVtGx91bkUqulT73v { color:rgba(var(--color-tertiary-4),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0GweW44pVCQgVJMKphxU0STuEGF3Tr3 { position:absolute;display:block;z-index:15013;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: none;height:7.5rem;width:14.375rem;top:26.249389648438rem;left:28.4375rem;overflow:hidden;display:block; }
#JclgJJgIL4DcCdKnNqIMtbcPgWGvToft { position:absolute;display:block;z-index:15014;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: none;height:7.5rem;width:13.3125rem;top:30.2490234375rem;left:18.625rem;overflow:hidden;display:block; }
#KGtuWrzO3fzXJaupRWekkI8KoPTi5DaO { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.9375rem;left:24.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#geNMU39samO7h9aOh3ilyRFnuKCcJG1C { position:absolute;display:block;z-index:15015;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: none;height:23.875rem;width:20.875rem;top:22.982788085938rem;left:60.961364441522rem;overflow:hidden;display:block; }
#ukbIVO66UbSIIAsZiVOXRXp3EC1myDVt { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.8125rem;left:23.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#Z9Tz38cwUgcbnHZq1i52HsMRZ9BvVyXO { box-sizing:content-box;height:16.1875rem;width:13.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.3125rem;left:48.5625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zsNCpFytdwsbSEsH5epNCXlhiTosp43r { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5rem;left:44.375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiAEUUa3L5KhOuZ1RMM4MyKE3AMsR8at { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"sukhumvit text";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.687133789062rem;left:12.875rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRF6uRnH4Fw1he8sefTVKT71o7T7dWSB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,38,38,0.86);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; }#LRF6uRnH4Fw1he8sefTVKT71o7T7dWSB > .row .container { border-width: 0; border-radius: 0; }#LRF6uRnH4Fw1he8sefTVKT71o7T7dWSB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRF6uRnH4Fw1he8sefTVKT71o7T7dWSB > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:none; }#hTHi8sMAPWS4mJIKOPuk7MneqKNvffTa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39.9375rem;left:22.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ohsdOSNnVaaM3UtNuZKZ3wLyMRbkbTt3 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:41.75rem;left:23.5rem;height:3.9375rem;font-style:normal;display:block; }
#uGJQu28raeoVc19q9kAfJb4rqvdeTBCs { box-sizing:content-box;height:16.625rem;width:44.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;top:14.3125rem;left:14.8125rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NTfhPB9QSU3t1DrGhKVoz08WolUTzd9V { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.1875rem;left:20.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LsI6lfy4bQZkyncRAaNnwDc86ZOP2z7p { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-size:auto !important;top:9.625rem;left:19rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Srzr03Ky1NvAdLfh20T09w2Vm8X2w1KD { position:absolute;display:block;z-index:15033;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: none;height:10rem;width:19.0625rem;top:15.875rem;left:18rem;overflow:hidden;display:block; }
#uDGJQCN3CLRO8hJJSA8AiyFciURRgg3S { color:rgba(var(--color-tertiary-0),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.25rem;left:23.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ulr7RAiV4AnUSVFixR3TkTGUOKV76pPO { position:absolute;display:block;z-index:15034;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: none;height:10rem;width:19.125rem;top:15.875rem;left:37.875rem;overflow:hidden;display:block; }
#fRzKcdIrSPII8zSM5zNgTmJFKHJP0qRp { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:36.25rem;left:23.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hEKhLRGQfvI9Qo0eq7TfLOGiTTVhdSpS { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:35.125rem;left:22.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#HBV1fGWgoWppFC13cgU7C4Ga5sC0hFlr { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6865rem;position:absolute;font-family:"sukhumvit text";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:26.8125rem;left:19.65625rem;height:3.324225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXmoxfA3UQaMnU8yIzHiL6D9ICK8I6Pt { position:absolute;display:block;z-index:15002;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:51.187125rem;top:2.9208984375rem;left:12.5625rem;display:block; }
#TJNEZ24VOuQtv6V0BeC8Az2CdWfOLxTL { color:#d71f1f;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.33251953125rem;left:24.5rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#fJkKZDWCAWuJ43tA4pP9od2nEV82JEJV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.625rem;left:19.5rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#WscnyLgmfu3DO7FronRHksUrwJSq6Pso { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:24.5625rem;left:39.3125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#yTQlTClC46nWFtHf5ft41Ixm3rUZQrnT { 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; }#yTQlTClC46nWFtHf5ft41Ixm3rUZQrnT > .row .container { border-width: 0; border-radius: 0; }#yTQlTClC46nWFtHf5ft41Ixm3rUZQrnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTQlTClC46nWFtHf5ft41Ixm3rUZQrnT > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:none; }#GtEvyrpP7xM8B4TXGLFnFoRRA36UMn3Q { 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:31.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#i5aARf375wiTHve09Nh0IUGI1ZPd3t09 { 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:30.6875rem;left:20.4375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGRTIHywT0BHz6sS3IeBQMgCtsbkqaeK { 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; }
#CJeG3ra4KAWo9M9Xw9kr97wPW2DzBoXk { 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:8.875rem;width:16.9375rem;top:20.03125rem;left:7.0625rem;overflow:hidden;display:block; }
#kSqVpgbnv3HKEn64CW9zGVqML1OOCS4B { 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; }
#ZlSui5wCzStWT2R90220DebGkslAUQ6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;background-image:url("https://images.assets-landingi.com/uc/f21aed2d-5974-4597-9367-2b1079d579fd/sectionlandinddesktop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T.adaptive-delivery-prevent-bg, #ZlSui5wCzStWT2R90220DebGkslAUQ6T.lazyload, #ZlSui5wCzStWT2R90220DebGkslAUQ6T.lazyloading { background-image: none; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container { background-color: transparent; background-image: none; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container > .video-iframe-container { display: none; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row > .video-iframe-container { display: none; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .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); }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container { border-width: 0; border-radius: 0; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { background-color: transparent; background-image: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container > .video-iframe-container { display: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container { display: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .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); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { border-width: 0; border-radius: 0; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#VO9IRWHnwDtzdNmGcFpQG5uue9lZXWtN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:28.1875rem;left:2.75rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rlLSpirVfGgRUEzxdRT4wwSJZW0ImKEZ { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:27.8125rem;width:24.5625rem;top:10.75rem;left:46.82763671875rem;display:block; }
#W7JnUnJwWsy1bwcSLZNo2Fy8xJ5g0Pdy { color:#9bf4ce;display:block;width:10.0625rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.75rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XwOlTi596THddrX1w3GsWtlTAfhRHhzU { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PZwnd34FVnhGSRbkfWpsZJ2ebG8TJfPw { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eMQTF4sImVQNimSi0TfGDaZseb7RO6m4 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:36.875rem;left:10.3125rem;height:1.27514375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QxB0Er55ytPGAzctE7v92vOaiLEAZlTb { color:#9bf4ce;display:block;width:30.8076171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:14.5rem;left:2.75rem;height:1.54361875rem;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; }
#ZyBZNNZ4Jm9USmfV2nAAuslK2fnIK3gc { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8076171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:4.875rem;left:2.75rem;height:2.11230625rem;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; }
#BTsRzCeSzdksBJzOG3gIKWWX2pDu27uK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:18.375rem;left:4.6875rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MX8DTnn6FQgNeP6XQRqKBMcebPQGMCWr { color:#9bf4ce;display:block;width:28rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.75rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qe6hNe5yUIJQu8h0rhL8bQx7PAyaw2bd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:18.5rem;left:2.75rem; }
#rAzoUh1tHNIOLZIvLl3yWUreX4p5ttt8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:20.1875rem;left:2.75rem; }
#DBX5okHkiObkJJo3NAZwQfPoSsFTn2Sw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:21.875rem;left:2.75rem; }
#RX3oAf6vixbpSwD8dz32lF7X3MSTw7Sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:23.5625rem;left:2.75rem; }
#DJEVqBrAsb442ZfL38NIwwrcPXx4LoST { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.6875rem;width:36.25rem;top:2.75rem;left:19.375rem;overflow:hidden;display:block; }
#vK9Fhpg3e7G5DVisxitTADuhq7lZAz43 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.9375rem;top:36.812255859375rem;left:55.390140762046rem;overflow:hidden;display:block; }
#CRSPkwax52BPEEmlmtRcFTMNfg12EARM { color:#df2020;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:30.3125rem;left:2.75rem;height:7.3125rem;font-style:normal;display:block; }
#oPAiMTXfZeTiEfp5eD4NObKaytg5zqcB { color:rgba(var(--color-secondary-2),1);display:block;width:2.9375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:32.8125rem;left:18.40625rem;height:4.0625rem;font-style:normal;display:block; }
#QmdbzvAT5NUOhIAigzh4TqQJEQTbkvKg { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.875rem;left:49.09326171875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-form-header {  }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.375rem;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; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;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; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;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; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;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; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .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; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .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:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),1), #fa2626);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa2626' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa2626' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),1), #fa2626);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.375rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .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:1rem;font-weight:400;color:#f8f600;vertical-align:top;width:19.3125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .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; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .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; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-container:first-of-type{padding-top:0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-container:last-of-type{padding-bottom:0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.67138671875rem;top:11.5rem;z-index:15021;position:absolute; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.375rem;display:block;vertical-align:top; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk {display:block;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.67138671875rem;top:11.5rem;z-index:15021;position:absolute; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #QWiiOAfDaDdnV9W33eqiVcTbAM4aKCxm { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #kaX1dtxslFsVRBEtkzaUx3lZAmr1N7Dd { position:relative;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #gJE8D9STb7kdG8ITQTF7EqWTF4qiNQvV { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #T3QyfEINOUggutTHcsHH83NrpIR6kumV { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AxP6ayTGfFx6w1vogbzzwdPFNac2Kd84 { position:relative;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #uoPOo5p6XsKNM4rtIztKPOrWEhfo4kFO { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #datgI6ZUIyT3G9RA20moMwtadCsFeu27 { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #sqDOTgCC5UFzNhmrDwA4FrKMqktOQzQs { position:relative;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #aa7nqhuQys21d8b1NTIwp5TsVKEtnMZV { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ZfuL0cysTccm0Slv4QCSLi6DT0BPWLTU { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AIPoleluZSacJrtnED6ddUrbXOSz3nh8 { position:relative;z-index:2; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #H3kT5FZ9mMZMT83pJNZHLUArPhC3hOAo { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #p4Gyup4gMre88yCIFB6PDDCSrlwc7DiB { position:relative;display:block;z-index:15000; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #SnRiAzZ5VOlTHh88QNC4GP4RwJSlodG9 { position:relative;display:block;z-index:15000; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ppqbBqhmXe4Xi9L7IuHhxDSKbH6nx5GG { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #pgingh2BNupTOO25UR7czekA80T7EMsZ { position:relative; }
#JUQ0RGCcG4Uc3V9OTJoEHn83wUAvXZuK { position:relative;display:block; }
#ERyoyWsPQAdKsTPTvcJG9WCG3pTAdxKw { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SdgZ45ix3P0gcB8JZ33xh5QQeanfxhLy { position:relative; }
#R89umpWWkM3AxTQ5okSUhKAb70xWFqJh { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oVWr7OhRelpSWRJsqL6b6G9SdM3F07Xc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mHr3dOUVCCbew2wrBkDKDWOppsJSWwnI { position:relative; }
#HCiEgGRA3NlhFWbgtTi9tsAleaTN7K4O { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AT1t3yDHamFCzptgg0zV5rIwVh6dSJXm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aO8hioFZGydcmZIokgeJ0CJTJzF5NzBc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gUixZzcM8TJbXAEwPSNiKh48kA9Xa4uI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Vh7n9smUVyIqMzsmaEHPxEEMWet6ZsoQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #amKOcmCS1cHUTSrSEQk7M3iNX243V4lE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zO27WRTI8tU7qstwumfgyeUJp80t67b2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fa7r1MlJMzFbMF4ZpFvh7u82JhgmJOUg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVLVv2Ug81fJVSZ8KQJF89LgrGzCgXkz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bAFOaI0TIOWLrN1dLpAcnyg6lgfSLRtM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zTtZd66aro6ntFurv3Xt3nbJOkaBLnPV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pvgR0WSpT9MJscOgz1hJ59uLuyiW3I51 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EHT8KgxbZ9pozAFFUJr0iTqSA3Q6DkVq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iee5Sg4Ct94DlWgvdBSkF43H91foSask { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UOadmgQx30pruIFLPoIzFJpCATEbGd8M { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SHbe7qOXR9XpE1pOFw15FAwMs7XWLvxx { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pmERaU5NTaOy0FslFwTEPtOuTB3wbZRr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w8SXeo7DPR0aV4NGbIN3mKlsUKIcqfQ8 { position:relative; }
#cLHT4BwbTfG3NSvQgP0zKBwTg7lXECGg { position:relative;display:block; }
#L5HpG5vuRQq2UBDniQpf2ncTgtHJiM5O { position:relative;display:block; }
#s3JQAQkV8XTWzgQBaHTExvWdtT7USsFn { position:relative;display:block; }
#vq0RzDJJkJG4JVE60UdgsWhXrru0Dtu6 { position:relative;display:block; }
#RQI0T9JWXaBwGrpMnDi09KpCHpkDMhvC { position:relative;display:block; }
#mmdihzpNlT9isPkrfLhT0at9tl4zBeef { position:relative;display:block; }
#w36xSTx0WF26LtvGGy9H0v6geg8NTTV4 { position:relative;display:block; }
#ib5l64L0o5Ex5d6PDUhgeJrN1mnW3JVO { position:relative;display:block; }
#WFT2yzW3aNwwI0qz8ER5UdT88TNTIJNO { position:relative;display:block; }
#SASW9c7AcahfAwE4xaOkQGm7fIrPMJw9 { position:relative;display:block; }
#hKXV64XqcZmfoITvIXaiehMnfHPF2k5V { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:35.6376953125rem;left:48.60888671875rem;height:1.29980625rem;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; }
#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { background-color: transparent; background-image: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container > .video-iframe-container { display: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container { display: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { border-width: 0; border-radius: 0; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;overflow:visible;position:relative;display:block; }#T9Ji8dDSEvCQFXP0WnaFys090kKCTQUZ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));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:21.375rem;width:41.25rem;top:3.0625rem;left:16.875rem;display:block; }
#ghP87pTDwpgMqLCcg8ayESw08UERm5I2 { color:rgba(var(--color-primary-1),1);display:block;width:28.185546875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:2.8125rem;left:27.6875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dh7WGdWJcIKm6X6iNwo5J3FGWFhXJlqa { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:8.1875rem;left:30rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.25rem;left:34rem;height:8.449225rem;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; }
#FRnJMDTV2hU3IxVQUr92ETmvPARPfZlZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.125rem;left:33.0625rem;height:1.4624rem;font-style:normal;display:block; }
#qRi0qnCz3QaItbA8OqKLvIDOLv7Bh2BU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:19.6875rem;top:7.0625rem;left:11.625rem;overflow:hidden;display:block; }
#Co77Z1wLHnZVv58oBAzfacMpTF2NHqEC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:11.8125rem;left:31.9375rem; }
#W6FiBwucIgPTXVUyoI9NBtKUxpg4OSKZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:13.75rem;left:31.9375rem; }
#Ovwtgk5mhEpIbSeqaMvNSf8BfaCHAxsk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:15.9375rem;left:31.9375rem; }
#KgzTNQixKQnrXddmsgtGWHJTe1oHNs2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:18rem;left:31.9375rem; }
#fQNTL8TO92pRhspPU9INxxZibbbNXdDQ { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #9bf4ce);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #9bf4ce);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #9bf4ce);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #9bf4ce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#9bf4ce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#9bf4ce' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #9bf4ce);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.8125rem;width:29.9375rem;top:2.3125rem;left:26.8125rem;display:block; }
#zrkVCx3JdfhC77nlNmbTbGNMVQfqNuVm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.5rem;width:63.5rem;display:none; }
#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { background-color: transparent; background-image: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container > .video-iframe-container { display: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container { display: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { border-width: 0; border-radius: 0; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3.75rem;height:2.5996125rem;display:block; }
#fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.75rem;height:2.92383125rem;display:block; }
#TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:50.375rem;height:0.97473125rem;text-align:right;text-align-last:right;display:block; }
#JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.21875rem;left:56.3125rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:1.0625rem;left:65.5625rem;overflow:hidden;display:block; }
#alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8rem;top:2.4375rem;left:3.75rem;overflow:hidden;display:block; }
#WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/01e2be1b-dc0a-4070-bc5d-03b400817cd6/SectionLandingPerfectSkillSet02.jpg");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:none; }#WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa.adaptive-delivery-prevent-bg, #WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa.lazyload, #WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa.lazyloading { background-image: none; }#WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa > .row .container { border-width: 0; border-radius: 0; }#WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#KhFHHptZHXWhPnCw2yQOm7FPnMSZ5lUb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:24.25rem;top:2.75rem;left:25.375rem;overflow:hidden;display:block; }
#RIFf9teIsCF98Vg89CLRehaEV7dT1y08 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:65.875rem;top:8.5rem;left:4.5625rem;overflow:hidden;display:block; }
#T0OuLzddPo1QJC4gTGKy91i0M6nzuL7e { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:52.625rem;top:14.625rem;left:11.1875rem;overflow:hidden;display:block; }
#gUe5UDKkuOJpieuDeKeMVPI9LKuh8u5Q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:46.4375rem;top:22.6875rem;left:5.1494140625rem;overflow:hidden;display:block; }
#hCoODZNbp2To3lBgmH4u8XCsifieVLei { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:25.5625rem;top:17.8125rem;left:43.875rem;overflow:hidden;display:block; }
#RyUDKLOsbaXlGvLE1mcizC7mVpVvIUl6 { z-index:15003;top:35.415364742279rem;left:8.89453125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);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: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z0gpdMZnqOgUmiWd6XOK8E1TnvJ2KXh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpCFxvKpxFcwZROTv4Jrv9X9aMrk9in1 { z-index:15004;top:35.415365219116rem;left:27.017578125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);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: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BGzD5xIeg12kyu1K0G2JI4P7oPytPqUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LeBaZa3fpIGRLoVmvbNuVuTILfTneehR { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:44.520833492279rem;left:11.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJX88OTFeaT20rIVGWi0oKsf8bKrxglz { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.0625rem;top:29.748698711395rem;left:11.1875rem;overflow:hidden;display:block; }
#fOWerLkVbnMkT3FbiOK0HaD5RI1dQscu { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:6.0625rem;top:29.748699188233rem;left:30.236328125rem;overflow:hidden;display:block; }
#k35nil8zs4QKrCIQPuEW6V1JT44zogZF { background-color:rgba(var(--color-primary-0),1);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; }#k35nil8zs4QKrCIQPuEW6V1JT44zogZF > .row .container { border-width: 0; border-radius: 0; }#k35nil8zs4QKrCIQPuEW6V1JT44zogZF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k35nil8zs4QKrCIQPuEW6V1JT44zogZF > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#JbkWv23Ks7T1c3O9iizDrccA4Mwwvyqo { color:#f8e38e;display:block;width:43.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:9.435791015625rem;left:14.62353515625rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PlqmVsdvL9lqngv91cSinKx9IKqrMJSk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.43725rem;width:25.5rem;top:0rem;left:24.75rem;overflow:hidden;display:block; }
#kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L > .row .container { border-width: 0; border-radius: 0; }#kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:none; }#rZRrwDO7eBiRV2K3ubT3v06OeVmZ4s6R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#kd5JIWJUySrtB1U6eiwkLvhvmX1BQocW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#uysRfbGgDHXJPd8eOm7T6mvnbCkDarmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uysRfbGgDHXJPd8eOm7T6mvnbCkDarmT > .row .container { border-width: 0; border-radius: 0; }#uysRfbGgDHXJPd8eOm7T6mvnbCkDarmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uysRfbGgDHXJPd8eOm7T6mvnbCkDarmT > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:none; }#Ff4zKKP6SmuoPZdvIXnqgR4ownQmvvXn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:28.1875rem;left:2.75rem;height:3.249025rem;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; }
#COhMORkSN48xphumRvihThnv6WHeTux4 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.625rem;width:24.5625rem;top:8.124755859375rem;left:46.937255859375rem;display:block; }
#P7MSgTPX39VN1Cwci5RmzTV8lnt2lNAt { color:#9bf4ce;display:block;width:10.0625rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.75rem;height:3.249025rem;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; }
#ZqQFGV3mVafQTEC0Cdb8H3x6GqymT5RH { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OIlEKTcqr06cmJN8yiaMTruKo9TDRA9p { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#O8CRI2CAniq3cxDpTIoDdLHbbTanZF7m { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:36.875rem;left:10.3125rem;height:1.27514375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bsTLQVxUFTgCwBfTbGTBomfZvuMWPGdm { color:#9bf4ce;display:block;width:30.8076171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:14.5rem;left:2.75rem;height:1.5432125rem;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; }
#HCSn3Od2BnaIqSBmrSq1vhFpAeGf2Q16 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8076171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:4.875rem;left:2.75rem;height:2.11230625rem;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; }
#TeHto8uKFVJoCDaeBcCLspv3MTGmLseh { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:18.375rem;left:4.6875rem;height:6.7998rem;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; }
#ALGZEuAehOOCrf18ywh2vrBAZz12eIRH { color:#9bf4ce;display:block;width:28rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.75rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DcwiVsUF951vriyytTXponx0bpRpyz2t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:18.5rem;left:2.75rem; }
#NGNiw7xFi06ochbdH9Qtrhfa9lvxXFpB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:20.1875rem;left:2.75rem; }
#G6D8inqFHTPXDQSCIKQSuHzEchluoJxX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:21.875rem;left:2.75rem; }
#hyWtKgLOrZ8ypTOfmHgaBsx6N7CuECJ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:23.5625rem;left:2.75rem; }
#we7coTaUOA2FIIIyHNz3QMovHNWzTTJ8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.6875rem;width:36.25rem;top:2.75rem;left:19.375rem;overflow:hidden;display:block; }
#xT1yDGcrzrCMLxpXToIMrTTyLGR4T7KU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.9375rem;top:36.812255859375rem;left:55.390140762046rem;overflow:hidden;display:block; }
#yDW1dHM7P4prXaHHQHqUHbcA7NdK5e2p { color:#df2020;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:30.3125rem;left:2.75rem;height:7.3125rem;font-style:normal;display:block; }
#npDd1QOCqNAwQghktTo2IzClfdflfPH4 { color:rgba(var(--color-secondary-2),1);display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:32.8125rem;left:18.40625rem;height:4.06274375rem;font-style:normal;display:block; }
#Gd0oeeOokRUr5qXv7SkUB249gLH04lee { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.296630859375rem;left:49.21875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-form-header { font-size:0.75rem; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.5625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-text {padding-top: 0; padding-bottom: 0;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-select {padding-top: 0; padding-bottom: 0;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-checkbox { width:1rem;height:1rem;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; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(8deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -moz-linear-gradient(8deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -ms-linear-gradient(8deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -o-linear-gradient(8deg, rgba(var(--color-secondary-2),1), #fa2626);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa2626' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa2626' );";background-image: linear-gradient(8deg, rgba(var(--color-secondary-2),1), #fa2626);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.5625rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:.7; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .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);line-height:1.3;font-size:0.9375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.3125rem;overflow:hidden;font-style:normal;float:none; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-container:first-of-type{padding-top:0;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-container:last-of-type{padding-bottom:0;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;font-size:0.75rem;left:47.6865234375rem;top:9.1318359375rem;z-index:15016;position:absolute; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5625rem;display:block;vertical-align:top; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.6875rem;line-height:1.9;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH {display:block;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;font-size:0.75rem;left:47.6865234375rem;top:9.1318359375rem;z-index:15016;position:absolute; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #ezwX0WtKEmJ69HRaV4UPibpxJV6vPvtn { position:relative; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #TUbMFmMOVfv26tWg3VFt4hNbIBEZzDa9 { position:relative;display:block; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #IIGDfvUkVMyIadVG048rS1QMC8g2WHZp { position:relative; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #SWv4x5HgS0IXTQH6CS7NDEN2mo3QnXoy { position:relative; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #p6oVg3dbwl7LDxDa40a67CUm569STDc9 { position:relative;display:block; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #ky2grGA1yRTa7UU9buyZ7Szwbnxi7hAD { position:relative; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #t6PPPxNrewVCLe4zwB7Jo3z7tXwWfbBd { position:relative; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #tgLLAcAJqe1yQ3HDugLxGWRTVHaPZVyB { position:relative;display:block; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #PlViW4goNNOeTQNu6bXBJvhPJC3GmqrR { position:relative; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #TtSDAg5VSem8ovknDEsvR9zylOMOwkez { position:relative; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #p9AM1gpeTKEHcyBsDEQ6K7FKZy39TwXR { position:relative;z-index:2; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #huXlx6lfE8TIAfN3aclvZXG7FDkPCupy { position:relative; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #bODUu1VfTAfTQKgtmnfuZRyUxHBXTN1R { position:relative;display:block;z-index:15000; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #fV9veM0RCmhqU5qy3LLsQTsXi6ccCmJq { position:relative;display:block;z-index:15000; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #D4L3teVH75GgwfG50ekmC0izxSLiJeFU { position:relative; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #iE92IkqTNXr4Fr7z5QrBx4T8LLh437hh { position:relative; }
#KELRRPViNlzVg5sKTRd2GTDm8DTDeHix { position:relative;display:block; }
#B0hRSZoLiTBaTKw8kgJx99kBoTfHneyQ { position:relative;display:block; }
#dm3bvzGRV8NGuvBiWRpTnLLnPdz5Tbzm { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #uJBbDrJLdu8OJlLTxkPcMrwT4DDAVhRp { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #AOMrVEkGJe19PFwvu1DykJ62M6pDUTgr { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #dt0pK15eMnBZlDZsGC4P3kHOlLDuzZ1J { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #kxoHtVg75wcnnXrlCftVxcQ2emOnMU9R { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bxqM17H9CtPBdf0m0of30gXNW2O1hwkJ { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #HvkQged8mdCRidNJftXgESZU15GZenAn { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #mKD4MAmSSoMDo2BQRB6KubykLHnHz7Fk { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #QRfVGWsI5VLfvZIozrTSwzu18ATs7lIo { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #WMMMgzUkgW3sNJ78SKFxS8r5QqTEfhAE { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ZXaya44Bvv4xayxCbIti8Hl1RprNJXao { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #aISU1MA3iPxwLFVQzk4S0Zywb2prRusP { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #oVzo23ToneovJKMA0rSs0IENZSTkP79k { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #k7n9c9KW5DD1CrKUav35d9Npo9Nkg0Op { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #zNTCyHlVQAoe3OaSey3DHsydNCXcIwsS { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vxChPDNDQG16AUzDrR2yo47Ow4ukuss2 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CcXE6GQ5822KGCn2NdPQw0duKdUiuTc2 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ODaOusHakDDLTUhSvub6XvybOHkLBu8T { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #WoNmZgGN5eXaErR0H0xwfpaBT09q2OV8 { position:relative; }
#QuVeCWvUqIORKAScZIffyoO3Av0d1ZOt { position:relative;display:block; }
#NDlgtC8OCw6JiWhm1ebtMWDXeWwdzlse { position:relative;display:block; }
#BzWXL9ATPLwoT8ud5B7q6qlXZqaTmT7l { position:relative;display:block; }
#EF7PQMiufvPmhRmhuv0Dl2qmiXfstsqI { position:relative;display:block; }
#e8R38Hf1tbgtgzAxM418L3CEDTrkHLbq { position:relative;display:block; }
#pcBKmXboKMMh7RCGs0gM3V8NUK1OoBmh { position:relative;display:block; }
#u6aWlzRQzQ4UdCUgFwDS9VDyzrbn3vrx { position:relative;display:block; }
#dm0I4u1KrZrcURn5AWQ13K7hfdIMvPuc { position:relative;display:block; }
#I7vEBZHLZbd1Zng7MxQJqoThbGq2gSen { position:relative;display:block; }
#TmRvyk0mp0ORlePG4K2JngldnPATrVrW { position:relative;display:block; }
#wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f86b1e5c-8cba-4022-bfd2-5523da7be2ad/BG.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI.adaptive-delivery-prevent-bg, #wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI.lazyload, #wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI.lazyloading { background-image: none; }#wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI > .row .container { border-width: 0; border-radius: 0; }#wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;overflow:visible;position:relative;display:none; }#wIhdFvz5iJkWdRrAssd3AEtSRao0fgit { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:11rem;top:3.875rem;left:15.625rem;overflow:hidden;display:block; }
#inZf2mrmn83KrVulVIVhe6ERZTvrHlCC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:22.5625rem;top:7.1875rem;left:10.8125rem;overflow:hidden;display:block; }
#TpLi9Il1Tmk3daHEkaf5v3sBoRPa5vUk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:24.375rem;top:14.5625rem;left:8.9375rem;overflow:hidden;display:block; }
#tqtOXkKBQci2epcIuolTJHg993IZno7Z { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.78125rem;left:12.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKtbXUpTa3OtqihNhh7VEcIcmTO4CUZN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.21875rem;left:8.9375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwoWZDxmsfl3F5FkSBmHgHg1oocQ05Ip { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.37475rem;width:41.62475rem;top:3.87451171875rem;left:33.375244140625rem;overflow:hidden;display:block; }
#SBO72ZUfEBcnmmKA7l2zLP29BlEX8y9e { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,83,255,0.5) ;height:11.5rem;width:22rem;top:25.5rem;left:10.125rem;overflow:hidden;display:block; }
#XTvMI5HirOZgKVrryzX96igd1eRLPAtE { color:rgba(var(--color-tertiary-4),1);display:block;width:36.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:38.280639648438rem;left:3.0609130859375rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTuCX1bx071TH9hWDU9tMqbiks2r1OJz { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.96875rem;left:1.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/89a8a989-74b5-464b-bceb-b782006a8df4/Aumbannerland.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; }#UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD.adaptive-delivery-prevent-bg, #UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD.lazyload, #UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD.lazyloading { background-image: none; }#UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD > .row .container { border-width: 0; border-radius: 0; }#UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:none; }#rcMrW9HvtZhtZxlZL8Kcu6usbiVt3b8x { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.937375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12.998657226562rem;left:25.5rem;display:block; }
#bmggD10svkZG0PsrrPVbMuv4erfm2vGa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxAXAR0fwLCoq9abZ2fkbmM5Nli1Rcxc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.279541015625rem;left:53.1875rem;height:1.29971875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#sSHe8ov5T5IHhZBGQsaKNnXyGBr1Ve9d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#sSHe8ov5T5IHhZBGQsaKNnXyGBr1Ve9d > .row .container { border-width: 0; border-radius: 0; }#sSHe8ov5T5IHhZBGQsaKNnXyGBr1Ve9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSHe8ov5T5IHhZBGQsaKNnXyGBr1Ve9d > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#qoGtvJZe3tX9iLiXtOoWnLyiTEsLMJz6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:58rem;top:1.21875rem;left:8.5rem;overflow:hidden;display:block; }
#AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 { position:relative;display:none; }#AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 { border-width: 0; border-radius: 0; }#AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#C1W2TC2li0VbcwKlqUO7aD9MDkZG7A0e { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:35.25rem;width:63.375rem;top:10.687255859375rem;left:7.25rem;display:block; }
#lDTbSgZOTKQQNNqvahDE4eJIHnuaG58t { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.811645507812rem;left:9.9993896484375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tZpPSr7KBVUrpPsF7ZXyNvZxNo4anUWb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.311157226562rem;left:39.92919921875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UtWhwBU7Oledko4NyzkTbADViBPd5Zer { color:#8a43ff;display:block;width:20.99975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.436889648438rem;left:39.92919921875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SxFSIOHtRcHS2hsXml8yrpXK2t6t4FvW { color:#8a43ff;display:block;width:20.999125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.811645507812rem;left:9.9993896484375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DQvob6drKMHKLNqJaDiPw2du2X0B72q8 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.37475rem;width:24.812rem;top:28.436889648438rem;left:10.779418945312rem;overflow:hidden;display:block; }
#XoWNvPc8LqDdV1kKGcctPaVua3p50x42 { box-sizing:content-box;height:13.687125rem;width:26.687rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e201a88-1e8a-4c01-ad18-14c2fa48577a/ThumbnialCourse2024DevOpsEngineer1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.101440429688rem;left:40.117797851562rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }#XoWNvPc8LqDdV1kKGcctPaVua3p50x42.adaptive-delivery-prevent-bg, #XoWNvPc8LqDdV1kKGcctPaVua3p50x42.lazyload, #XoWNvPc8LqDdV1kKGcctPaVua3p50x42.lazyloading { background-image: none; }
#NyI4C0gDAPLsMz1P3cT0HIadXMK3cWxK { box-sizing:content-box;height:0.1875rem;width:28.625rem;position:absolute;display:block;z-index:15086;background-color:#e3e3e3;background-image:none;top:26.4375rem;left:8.875rem;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; }
#ts1sJTzqbMACsX68Ly2tyyQkPbrdJr1m { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15088;background-color:#970e0f;background-image:none;top:44.5rem;left:27.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;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:block; }
#oOhaR0mqZ8mqbzLLJCguOa94blmcdqH4 { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:46.3125rem;left:31.0625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTBLDD8q4IKbNaZNIEmcVp8p1Gu87iwR { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:45.6875rem;left:24.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0DkePtbCe7aKvfIh49577whTzeEuiT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:50.9375rem;left:24.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#KrCXVvwW73mqlHIhd3qRD4XbQzXDiivQ { color:#ffe000;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15008;line-height:2.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:2rem;left:8.875rem;height:7.1494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#or0pxHCepCtHIQNsURAEgVs6AwTtMBZO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:40.1220703125rem;left:39.9287109375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EqBVZkZVA1nRTcv446cT98bqk36lSzWk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#EqBVZkZVA1nRTcv446cT98bqk36lSzWk > .row .container { border-width: 0; border-radius: 0; }#EqBVZkZVA1nRTcv446cT98bqk36lSzWk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqBVZkZVA1nRTcv446cT98bqk36lSzWk > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:none; }#TFpNKxlpCbQrT3fAiZy1x8W2MXDhtTkz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#yEqcT5mUnPobA2wPwoGgCDxEhs78WZD1 { color:#842cdd;display:block;width:14.3125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:8.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#xi2fFT41aUKzMPxVgpRTlb6wifP5bxWz { color:#842cdd;display:block;width:8.125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5625rem;left:38.75rem;height:1.7871125rem;font-style:normal;display:block; }
#rvMPiAIZ5QQTt6muIyxLTGak17yGEJEE { position:absolute;display:block;z-index:15014;background-color:#8a43ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:31.9375rem;width:17rem;top:8.5625rem;left:50.0625rem;display:block; }
#ZD99TVyTWBZkCmntJXnH8Glw9xTweArg { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:53.375rem;height:1.7871125rem;font-style:normal;display:block; }
#L1HshK9n4tRkZ3AT1OqQGBqvfO5KUWmi { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -o-linear-gradient(180deg, #ffe69d, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe69d, #facc6c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:17.1875rem;top:8.5625rem;left:50rem;display:block; }
#WIgkU31rmkQ6c1ZHXaHenKGzTgT9D6Tr { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.0625rem;left:55.75rem;height:1.4619125rem;font-style:normal;display:block; }
#RGAL9BZoQorFclJMw6eRRa5GRw6mTuWu { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#bLrww9CD439TME108LnSry0vv9A0z0y3 { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:21.4375rem;left:8.8125rem;display:block; }
#AuTB6IVZK5kTaZwt2rcWJnT436bbXaRO { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.3125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#GTuyyxhUrxHGMQhK7Fz6GuwR2IKUI4so { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.0625rem;left:57rem; }
#iXHwBRG50Jr4VBCTsXRHqk51NBcXXXvW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.0625rem;left:41rem; }
#OoTVV5LJlZX64ordXyIx7P0tk14Q6Cvg { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.3125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#fFhUZTE1boT3A9mmTgoEsZRAlnwxRm4o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:22.375rem;left:41rem; }
#rUqWoAT9a2o8ZWEAwn5om1hb4r3n7mKi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:22.375rem;left:57rem; }
#ELCPmRKl1wuPZCetgM5etLsbL3x9uwk4 { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:27.4375rem;left:8.8125rem;display:block; }
#NCSzgPNzcgS1aOP636lCUqDwkCQcNnax { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.625rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#n9FhSIMUQMqUIC2XcmBlQEDmeRHiakC1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:28.6875rem;left:41rem; }
#TQ4mJE7dF3iU2JVM6TDKc4pNE94DatHC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.6875rem;left:57rem; }
#fImvMQt592cneVsqGd4Uu5D0z5NilTED { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:33.625rem;left:8.8125rem;display:block; }
#HIFPyUUHk8z5Gx3vOSMofS1H1STkkkHV { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:36.125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#czRhEsUnGO4ohi4I0XxNiVVr2Ti5tXX9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.1875rem;left:41rem; }
#mrx3aexkGrOcSJHJ7AAPWdqnRMdXPoJN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.1875rem;left:57rem; }
#wFVLhzb44kAdRkVoMZTUUs6rmqkz49kS { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:40.5rem;left:8.8125rem;display:block; }
#SdaKTvu1IoBJ1LQ5wuLXPFyIqzvt5CWz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:42.3125rem;left:9.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#FRk6C3NFJ8RFPMCrD1By4GfoB9y2ALFM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:41.375rem;left:20.5625rem; }
#FlLObE1pdGxzIWLqrhqTRn0B6T9z7iUW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:41.375rem;left:25.25rem; }
#MPk2dM2guGPUHW3ubstCzcbRnTt8rbNh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:41.375rem;left:30.0625rem; }
#qTF4rReenC08hgTLVNohnc6Fnk3hKE6c { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:6.125rem;left:12.8125rem;display:none; }
#mmuIySLvM93TvHPSusynWBSRDFxmuLud { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.875rem;left:11.0625rem;display:none; }
#tTofkEZ7C5k3gHZivdwW6PMsrvIpzvnd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:3.75rem;left:16.8125rem;display:none; }
#GmXge9EVLeuiBabbiCyitmP4MLzFRyEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Sq6nK1T23smkvqJQuCWwJcUEiZIsIBto { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#SBB0cclrs4u4xJQpZbi6e6y8qcw7F0dG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IZeqKMxZuQfLP0W2uswnp7KQaTiHrorL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.125rem;left:23.375rem;display:none; }
#mGGep60072cIZVdaxVcdEMJeQgWowlRE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:14.75rem;left:16rem;display:none; }
#f0fd0hcFytZSITJdhK1useGWJCTQ0kcz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vW5HGOgTbRlBTHKt3JoMblEVKeMqfTtA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:10.875rem;left:10.1875rem;display:none; }
#g0c3w4nPMSe7QQWltWlc28hUfAfywGtV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#KFTfe8vJAbULNdILluioEz2TG0zfMC5R { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:13.1875rem;left:7.5rem;display:none; }
#ounzSzOTUqPn7Z6JVGH1fD7fC6eqxNuU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WeeUiSsVyQTnJlKg99PXPRO3HMpT9ofL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#i3nEFwtPxqAarmm5GdWJrTkHBIWOrxde { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#AxOTzH7b8z5wW0yEtrz7zrU2N6PNnvJE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.375rem;left:7.5rem;display:none; }
#gG15W4KOkbc6XOXCBsTBrVBKOBZhKfE2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hLVgxfMe6w696EoVi5yXXc1K7oFGubaB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AlhJXp5GOov1W2EUxAw714zRaAdLvDEs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#etHw2qFNzeMcilvwEn5oV10xOkkegMUn { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:22.3125rem;left:7.5rem;display:none; }
#H74VyOPpCFVXGTT3xgRxI87mTgzTkKzQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Cs7xSq5ei6zhtTcEVRpvp4EO3UKcwezp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KTmyzvxdSuXuJBD5AcO1bnrZ7M7l71LK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CrVZ2sVSwkQ44NknGVL1TWS9vgKUdEXR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:28rem;left:7.5rem;display:none; }
#vVckvCuBwkIyTyp3PKLJx13SNd8ogHuP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#C4Sa5Fem3DX1S2ggQ1hHn7W1EPWQcfIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#z3DGGmcm8fhzRsbp5bkmePSkUFmg2BqB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NSg1npwe60ITGsbLMUoXfO19tmQn7w9B { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.0625rem;width:59.1875rem;top:8.5625rem;left:7.90625rem;display:block; }
#hnAld6Q6FFWV0BbgA010J0XQOknx3coJ { color:#ffcf00;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.44921875rem;left:9.5625rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5JWBH7L37GoO5SD5DcQKzT5EESVc61m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#J5JWBH7L37GoO5SD5DcQKzT5EESVc61m > .row .container { border-width: 0; border-radius: 0; }#J5JWBH7L37GoO5SD5DcQKzT5EESVc61m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5JWBH7L37GoO5SD5DcQKzT5EESVc61m > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:none; }#XWuaxrXz1xS5LwoQlgBOlsKB2S0fSaga { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#SdiwmJP7u1oGAQzuab5ir9Cq19dG9cvR { color:#ffe000;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:9.5625rem;height:8.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQ2wNxQ91yUgBeJHp6HRoAdG0VwiU9xM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:24.0625rem;width:44.0625rem;top:12.5625rem;left:15.4375rem;display:block; }
#VDIWRtXvyULXpmJBNCGvQxL1lda6G0nJ { color:#ff0000;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:17.28125rem;left:38.5rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tcvPaC6ZKOCFGUJX5H575NuFmvO1UZ5v { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:38.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZ1eRWtsHJsfi79XLJ2CO7tqb29Isi14 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.25rem;left:39.125rem;height:4.1425875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oe9eRFFr4rxtwHlEo0iJWCNAvcqI7KVX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:26.875rem;top:10.57421875rem;left:14.0625rem;overflow:hidden;display:block; }
#mHhFTxVxWiFr9poOoep9ekL4Qdc22mwm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mHhFTxVxWiFr9poOoep9ekL4Qdc22mwm > .row .container { border-width: 0; border-radius: 0; }#mHhFTxVxWiFr9poOoep9ekL4Qdc22mwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHhFTxVxWiFr9poOoep9ekL4Qdc22mwm > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:none; }#hi4nit52B60ydLyBAd2d4p4CQHKDl5Kb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:33.8125rem;top:-3.125rem;left:45.3125rem;overflow:hidden;display:none; }
#HN3pWNZPNAiUGhHwTPExVTcOecHVUTea { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:23.875rem;top:2.7614570312499rem;left:-7.8968748272981rem;overflow:hidden;display:block; }
#MXKgEIf2mIv8DHNFRnoGLHKE8IF6TKHW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:2.68676875rem;top:12.506713867188rem;left:7.1630859375rem;overflow:hidden;display:block; }
#ngCehhfRMvLyR8hHkAunPh3y3CBQePWt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9995125rem;width:1.437375rem;top:3.7017822265625rem;left:11.475219726562rem;overflow:hidden;display:block; }
#eJVtUu0XVm7WUqXx9TTSNEScureObgv6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.3125rem;top:3.0767822265625rem;left:53.28857421875rem;overflow:hidden;display:block; }
#d206kJqugG1NVbrBohnHcOAvMEo9OUX3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.811625rem;width:45rem;top:3.0767822265625rem;left:9.849853515625rem;overflow:hidden;display:block; }
#oGawShLmuQwrRG0gq605qQI3eeDbSFHC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:33.248875rem;top:16.887817382812rem;left:14.561157226562rem;overflow:hidden;display:block; }
#PttntiPe1AmMCAOQWqgDvFV8JBw1TugG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:33.3125rem;left:6.375rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xs09tbty7qWXkxCBpa7I0WA9GXbNXfHD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:33.312377929688rem;left:33.031616210938rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pczZqsCag191QWgDGc68GQFRm5GCMRen { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.75rem;left:57rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwrGS2JcTm028EeNlLMp72c5fK4XGhMv { 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:13.312375rem;width:25.99975rem;top:12.506713867188rem;left:47.600708007812rem;overflow:hidden;display:block; }
#lr6aNe1U91OooLqIyxGPv9ORdUDQm5Oy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:21.8125rem;top:-2.4140888671875rem;left:-8.3825663832737rem;overflow:hidden;display:block; }
#WSp3XK8N1tJEXh6yJrVa9wp7s5770EV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.999875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:27.987670898438rem;left:13.499755859375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6U8EG3dxckq8sfMJ42Qg9w2aio2FeGm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:9.375rem;width:17.875rem;top:39.624633789062rem;left:1.717529296875rem;overflow:hidden;display:block; }
#J6kFt0h2ibA4JmX3t2fTZJgRKUD1gBZh { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.7495rem;width:19.562375rem;top:38.999633789062rem;left:1.0614013671875rem;display:block; }
#upTqiLDtJGl8wDmpBU532aa3Oes5hdCL { color:#ffe09d;display:block;width:18.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:36.37451171875rem;left:1.717529296875rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FSNvOvE5RknZ3T4ef94ZJgwVGP0HRshu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:51.31201171875rem;left:3.249755859375rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbrLqTxiohTzNStPPqONwycPT67HKccR { color:#ffe09d;display:block;width:18.248875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:36.37451171875rem;left:28.375244140625rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPp2cyEblDA6kGJeHQct2NNntoEvPMVS { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:18.2495rem;top:38.75rem;left:28.3740234375rem;overflow:hidden;display:block; }
#yTDGxuEovQh67d1ZSn2InDWk5RTM2UIm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:51.3125rem;left:29.9375rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qDLy1pHoxSEoP52JTTIf2UoSTxIak9HN { color:#ffe09d;display:block;width:18.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:36.37451171875rem;left:53.093872070312rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#whun5BlbkUdpTi0ftyOEXTtuSacWXNmQ { background-color:#ffd200;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0600625rem;height:3.99963125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:61.75rem;left:25.5rem;display:block; }
#GCxXrlaupSX3lkV6pGPK9OTqHX64X93d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ntb4lnpPxLXfdL5sXZ2HJKhcm74ubhi4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:56.8740234375rem;left:23.061767578125rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVtB4FkJ75OQsCKUAkl0JeGoIEw9eNRz { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.187125rem;width:6.93725rem;top:38.75rem;left:58.748779296875rem;overflow:hidden;display:block; }
#uawWzs3Gkf1ZO7TNaDf8qcT0BcaXKElM { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:51.311645507812rem;left:54.625244140625rem;height:3.50536875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBKT5H1gRUl9LCvNDbR69wORk5NOslfk { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:56.8740234375rem;left:23.061767578125rem;height:2.9751rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VHQqSRRLcN7neAo2VdL4BF9wWLUhpf9s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#VHQqSRRLcN7neAo2VdL4BF9wWLUhpf9s > .row .container { border-width: 0; border-radius: 0; }#VHQqSRRLcN7neAo2VdL4BF9wWLUhpf9s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHQqSRRLcN7neAo2VdL4BF9wWLUhpf9s > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:none; }#tk2RCsmnziF5CbPpZpN2AKpEVurfg9DA { background-color:#ff2121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.25rem;left:43.125rem;display:block; }
#bcAdTtlHAaRuGIuc8TTB1lE2w2T2WiuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KCMt7JBSUgJtBIwKMrTbUBmIA4yun7sE { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeTIfGOgnthbxGCODaBCOzTTRvBy322K { 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:6.31225rem;width:9.562375rem;top:1.29638671875rem;left:33.601684570312rem;overflow:hidden;display:block; }
#J8NormMLaIJiilOQJL4EEGZUcMQ7U5aD { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.562125rem;width:8.125rem;top:11.125rem;left:47.625rem;overflow:hidden;display:block; }
#OaC10cG2Mk38ssEAHUNQP5Tk0lFIy5em { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.5625rem;top:14.9375rem;left:37.875rem;overflow:hidden;display:block; }
#ulPXKphTFJWzhDE8PMdUErQC4E1QaUMD { box-sizing:content-box;height:30.3125rem;width:28.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.625rem;left:8rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#TsWSGS6tdnWWKVmBBBn32EP2n6pH7UFP { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:11.3125rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOQAZAlcn2stQya7Dg19t2A6bn69pgDk { position:absolute;display:block;z-index:15098;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:8.24975rem;top:13.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#VucXqu4SCJrTZs8kWepGQF6nbN1nIx6q { position:absolute;display:block;z-index:15097;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:8.1875rem;top:13.1875rem;left:18.9375rem;overflow:hidden;display:block; }
#WcTRLExcNBzxqShAAfpKlrZBAyAUBSAg { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:8.375rem;top:13.1875rem;left:25.5rem;overflow:hidden;display:block; }
#ACvdWrteOBXNJV7JdPKVsWUaQPKCruXT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.8125rem;left:10.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ACvdWrteOBXNJV7JdPKVsWUaQPKCruXT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ACvdWrteOBXNJV7JdPKVsWUaQPKCruXT li:before{  }
#ZCLVToc7GCt2uIDSUuf7AnLyBcIVETgr { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:41.9375rem;height:5.11779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U015llbudNa1kSNFPJTaXOtNIBIMharN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:31.375rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#U015llbudNa1kSNFPJTaXOtNIBIMharN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U015llbudNa1kSNFPJTaXOtNIBIMharN li:before{  }
#hoWa2nGG95Fztu9hlgIGAmK7wZAScgcr { position:absolute;display:block;z-index:15100;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:8.248875rem;top:10.75rem;left:55.0625rem;overflow:hidden;display:block; }
#wuni7JFaaAvU2STbAzvs7BJ3E3S9t1mg { position:absolute;display:block;z-index:15099;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:8.1875rem;top:9.5rem;left:58.25rem;overflow:hidden;display:block; }
#aPKWKa1zV9sB5lSHww7rfyn1NrmeR8VW { box-sizing:content-box;height:37.25rem;width:28.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.5rem;left:38.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffa8f1ab-a0cb-4e96-9eea-8e58a11dd2b1/BG1Desktop.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd.adaptive-delivery-prevent-bg, #eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd.lazyload, #eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd.lazyloading { background-image: none; }#eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd > .row .container { border-width: 0; border-radius: 0; }#eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#TGIxzBSGQ1uE2SgsQPT5m3bvuadJAtCB { 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:6.5rem;width:11.375rem;top:1.3125rem;left:48.3125rem;overflow:hidden;display:block; }
#Wc6LzTUoqeAcRKBuTKRsCgxWSs6iy768 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:9.8125rem;left:44.6875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpM0dqI1sMl1oTgDoDpdxEeiAUQx8gzX { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3625rem;height:3.55rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:17.1875rem;left:46.75rem;display:block; }
#sbz6cglmuXkznLkOnlQ0t0NkPr4eJq80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uUOUkqUFoiVm2A3pRSJSbhFU5TdccLdV { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:16.5625rem;left:7.5rem;height:2.449225rem;text-align:left;text-align-last:left;display:block; }
#nktb200pa48an3rQUCOh3pXBKsJrJReu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8rem;top:1.25rem;left:9.0625rem;overflow:hidden;display:block; }
#ZVbWOhoXT5SQ0p7fCsDLA8cS39usTZB3 { box-sizing:content-box;height:20.5625rem;width:27.375rem;position:absolute;display:block;z-index:15009;background-color:#090909;background-image:none;top:1.6875rem;left:40.125rem;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; }
#cFTDWykDq47rRPDBtnyrpvTzQCiHhth3 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.5625rem;left:41.875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#sGIV56TxzpIsl1TepWDNh4IVGv1T9iIL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7);top:5.625rem;left:7.5rem;height:9.22460625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bFMBTQsqFi6ym3onhFT2FqHKeuH9c3vf { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.0625rem;left:44.6875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6l1qR7cNOVcQn7VQk3LGV7fmm2QSeaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#q6l1qR7cNOVcQn7VQk3LGV7fmm2QSeaF > .row .container { border-width: 0; border-radius: 0; }#q6l1qR7cNOVcQn7VQk3LGV7fmm2QSeaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6l1qR7cNOVcQn7VQk3LGV7fmm2QSeaF > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:none; }#EPFb7NcddCG62Tp48vsxpUzCtFTe4BpD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#LmIfvEJBmSft2KdhZFCqkQU45zTDmASw { color:rgba(var(--color-primary-1),1);display:block;width:14.3125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1875rem;left:8.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#CFM4MsantTX6ZD29DHx3WOqJX7WnJEIU { color:rgba(var(--color-primary-1),1);display:block;width:8.125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:38.375rem;height:1.7871125rem;font-style:normal;display:block; }
#bX9FNUSfzJPiAFzQs13NpOGMvPU85BQN { position:absolute;display:block;z-index:15014;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.0625rem;width:17rem;top:1.1875rem;left:49.6875rem;display:block; }
#CBk5Zw949SgbmDzDPu6lMHckiTT9ewGK { color:#d32432;display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.1875rem;left:53rem;height:1.7871125rem;font-style:normal;display:block; }
#oDMWvKCktMTcB8UmNg2TIbDuxuUaHfJS { position:absolute;display:block;z-index:15016;background-color:#ffdd7b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:16.875rem;top:1.1875rem;left:49.75rem;display:block; }
#w1ozyR42mkAqHz86Gau5dWxkTqTVO7nL { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.6875rem;left:55.375rem;height:1.4624rem;font-style:normal;display:block; }
#nSD18OOkPEVcGcqStEobP6yaOXH87fzn { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.625rem;left:8.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#TA1AatO2fxwbD34vhxaFTawwQVRZfyUD { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:14.0625rem;left:8.4375rem;display:block; }
#ybChVQNwuttVwt0rHL4p5Ur81Poaam8K { color:#319e70;display:block;width:28.8125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:8.6875rem;height:1.29948125rem;font-style:normal;display:block; }
#PL8yV5nUk4kkelUZNF1xugeASDiR3GJy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.6875rem;left:56.625rem; }
#I2Gb4Zn77bRaMvOLSlRpoTSbvdTLRON9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.6875rem;left:40.625rem; }
#xPByHCqglTBsgTXdara8eGHbnR2U7Uen { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.9375rem;left:8.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#u8lmIt8CTtTJoWegtbMHQqMd5CSRzw2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:15rem;left:40.625rem; }
#znr2qgf6vIOrToU7tfUOtiurO81Mp40e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15rem;left:56.625rem; }
#kzXHbz4qfJGFw5peySdf8TfQ8Q3457ge { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:20.0625rem;left:8.4375rem;display:block; }
#kk7dMare0hcHswXsQnUwwTz3Wp0KkzdX { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.25rem;left:8.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#nzONpD1pPat1bCl9206THHG991H7LXvI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.3125rem;left:40.625rem; }
#ExXxfmGb4rJAzEccErcolDktqKxQ7kAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.3125rem;left:56.625rem; }
#wLx98hstbTL2xirKJR1BEQQ0mrrmp5mi { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:26.25rem;left:8.4375rem;display:block; }
#w8WyWdqPGLiSLgOiA5Za3lfEi8rq0eHy { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:28.75rem;left:8.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#PFOSzmTyiU73Ns2BKmK53QJvpXcbnZgT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27.8125rem;left:40.625rem; }
#hxm1zW48s2dTaFbC89M1hyvyahixa4ph { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.8125rem;left:56.625rem; }
#drbnoZmkiZvSzxchxDus2gt9wMlEthio { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:33.125rem;left:8.4375rem;display:block; }
#vvdWZzbhmpItm9mXHy24GmNTbm4zH0yT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:36.625rem;left:9rem;height:1.29980625rem;font-style:normal;display:block; }
#nh4ZqIVK8rR4RcE4s5KF6rSXmWBzV09e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.6875rem;left:20.125rem; }
#rTFKFPwL1Zhk2Xphk09UQN4tbFMzcolX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.6875rem;left:24.8125rem; }
#UpGh8lnm7EAISeLlSNFF8EFpLLToeKhD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:35.6875rem;left:29.625rem; }
#MEnQ7InAEbAIcDOKnTQ7cTC2pxUVAvls { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:6.125rem;left:12.8125rem;display:none; }
#oJSOKWiwUT9Wnk7DzkcUNKbvXBJw4bKx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.875rem;left:11.0625rem;display:none; }
#TWOx8tJmHqRudsXvF7nKGc2lJcwE5HkX { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:3.75rem;left:16.8125rem;display:none; }
#M3Gp0EWbJmLqln2EbpvkxlfzbOkTXGRw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KBa9RGZuNl9ZvFbfNgzCWLJ09GO9m7g2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#glzBMZT4GtELcPzqMTWROZgTF2KN0MUo { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#VPls7yimsSBKwBVZpcPszi1PHk2Um1T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.125rem;left:23.375rem;display:none; }
#b5qT581kt8UTBqWUuF5CDiVDXMrsDJMU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:14.75rem;left:16rem;display:none; }
#PiJMk7gkg8ITF6PrDnlyz3TwvmSwKsmT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KxR5Jf11Aax3RTUBa4FKDsENbtElFkKe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:10.875rem;left:10.1875rem;display:none; }
#o7cX5OSchmiIT9Hz6kQ3oSvmEsHen4Sz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#xZ72d5D30aIvLz6lLCDg5vpPRxRvoNzz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:13.1875rem;left:7.5rem;display:none; }
#iBeR9pT5gbmADb3qrm1il3fmRAdTMEBM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#G2H7qxVSk8UMIvZlILK94m3o4kPGfyHX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AhGS8hdxrmN7CnwhQdTqxfLKXqCcD8ey { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#X4bOXSbu2MyIJHy1k8asnC2pAePXcQuB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.375rem;left:7.5rem;display:none; }
#i4hGq432rncxm7TlyoH1tVlbt0NZL1pp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#PDf59RBNIAqlwdR0MhRWvu6t0h436Tb5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Ii5tbGf5gV0ffOTf2mRzD2121tJowl4a { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#sbtWzqXEWTEANSpULrDIDqIIwmyqcrEs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:22.3125rem;left:7.5rem;display:none; }
#JXRG2RbfaoVAVS8LikJakoTTTRsU1bDn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SD94ww3lkqeHbIxcNBP83H1N2gR70WTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qEGdTyJim7TRcbJJhOnNELB9rUiOuHM2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#qJdxCIy2bwBPM3HHrwvDB0e1uTSQhfJk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:28rem;left:7.5rem;display:none; }
#EXrrTwVfvKyr0cheeCob8BofUgDsEnAs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#C1tho34pFFIMwmGbPk32cK63CZZr0rg4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EmC174zXm3bhWEFZKQdtAbDyqmlR7UNF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#l2DTqdI7SQy9n87LcVv9bF9CEO8Opgi6 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.0625rem;width:59.1875rem;top:1.1875rem;left:7.5rem;display:block; }
#VUmeiVITDnZOOBRvzMKztGeAsIW8NWNn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.2185rem;height:4.3432625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:41.909912109375rem;left:22.842041015625rem;display:block; }
#KvlO9QAudnUy0fQFvXWA1iqGdGMfpQqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QbAQtQihbIauAvd0SyGIMwmm5rO5UgdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#QbAQtQihbIauAvd0SyGIMwmm5rO5UgdF > .row .container { border-width: 0; border-radius: 0; }#QbAQtQihbIauAvd0SyGIMwmm5rO5UgdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbAQtQihbIauAvd0SyGIMwmm5rO5UgdF > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:none; }#Rg0VKg511FbMHS7v83R4nyQSU0qczxKO { color:#9bf4ce;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:1.3125rem;left:9.5625rem;height:7.9622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4riXxWJMQux8goiUe7C5lt1HXkrl1AK { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:24.0625rem;width:44.0625rem;top:10.0625rem;left:15.4375rem;display:block; }
#uEsk2ixCtTX5L39tkVkcghZPEL5XtTa9 { position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/54d51459-1538-4bfc-8f78-d93abdddec45/f0414182845640b9a4a63aec869885ee.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.625rem;width:8.625rem;top:24.125rem;left:33.375rem;display:block; }#uEsk2ixCtTX5L39tkVkcghZPEL5XtTa9.adaptive-delivery-prevent-bg, #uEsk2ixCtTX5L39tkVkcghZPEL5XtTa9.lazyload, #uEsk2ixCtTX5L39tkVkcghZPEL5XtTa9.lazyloading { background-image: none; }
#rsZvdSrMJaTZwDD6xhU27G9eDTMcAATE { color:rgba(var(--color-secondary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:2.2;letter-spacing:0;top:11.0625rem;left:38.5rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIdMnWV7HDCRmTUNNAORBaKT0KpnnIn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.625rem;left:38.5rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRgdg3ycyZ7Dw42fstP5O13G60qW6Pnu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.4375rem;left:39.125rem;height:4.1425875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b872y5IGpiAA0KtizuC5MQHNTvoexaOs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25rem;left:41.9375rem;height:1.13745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2aMe66FU5HXnlBkXmftv4glEEJTpTih { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.4375rem;left:42.875rem;height:5.11719375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntoPA8VTzcSGTUkHmGnm3fQvo0k2KkSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.625rem;left:42.4375rem;height:1.13745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dVCRIv4vciAHHAbtzukhubcZPuU8L0Dl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.2185rem;height:4.3432625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:36.191162109375rem;left:23.451416015625rem;display:block; }
#TfAhI2RkfMHp6Jtg5xLgtz3UuJPHeTxR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZwkfTgGUtefioS39fvH6L22OF8XZfwn { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.1875rem;width:15.4375rem;top:11.03125rem;left:19.125rem;overflow:hidden;display:block; }
#d7JLovdcq2rqychnoXsenuyJynpn1R5W { position:relative;display:none; }#d7JLovdcq2rqychnoXsenuyJynpn1R5W { border-width: 0; border-radius: 0; }#d7JLovdcq2rqychnoXsenuyJynpn1R5W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d7JLovdcq2rqychnoXsenuyJynpn1R5W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:66.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vHnp1wPHfORQ550xTIluZustbJzL3msP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:40.5rem;width:29rem;top:15.9375rem;left:3.5625rem;display:block; }
#ixFlqDAGKcXOpIxxOpW5Pq33ymPfzR9s { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:39.875rem;width:29rem;top:16.0625rem;left:42rem;display:block; }
#DooH6wkRZ07Toe3nRFZNrkVLw093TPyq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:8.9375rem;width:29.125rem;top:15.9375rem;left:41.9375rem;display:block; }
#KTZyG6fG9pHqJoi9wT1ayIGrMaiDmF79 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.124rem;position:absolute;font-family:prompt;font-size:3.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.090496063233rem;left:5rem;height:4.6308625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OzoNM600KWwIgp4RyXW71xJcKcUXe2Su { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:9rem;width:29.125rem;top:15.9375rem;left:3.5625rem;display:block; }
#uQo8QnXJ3m1U8vglrMgvpswP1E6r5bHf { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:2.2;letter-spacing:0;top:10.71484375rem;left:11.154949188233rem;height:3.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycU3wDaSzIvTklfuhTxwMA6q7NXSsaQt { position:absolute;display:block;z-index:15086;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.1875rem rgba(var(--color-tertiary-0),1) ;height:13.5rem;width:25.75rem;top:31.75rem;left:5.1875rem;overflow:hidden;display:block; }
#xKxxDnqt4oK0ZgZm8s9RO7Z1W4LDMw6S { color:#9bf4ce;display:block;width:66.123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15007;line-height:2.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:0.68558883666994rem;left:3.5625rem;height:7.14975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U74yT7JCOoiLvM3LsGhvaFSuVsGsxm0t { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c2c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ec2c2c, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.0295625rem;height:4.1557625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:59.971357345581rem;left:23.075523376465rem;display:block; }
#BbDipWBfWQE39RrfT6uzo6P6n9bUHqgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDfMELQi8W0rD1o7yXf5LhfXXZ402bET { color:rgba(var(--color-tertiary-4),1);display:block;width:4.18725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15091;line-height:1.4;letter-spacing:0;top:34.1875rem;left:35.375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BrE9SI3MtOOwzoIMOF5QpFd0R6MsIKKU { color:#ec2c2c;display:block;width:60.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:6.291015625rem;left:7.7897148132325rem;height:4.42448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8d1UPx8f3PySooa7X6qcXMTBvuxh5y1 { color:#ff0000;display:block;width:22.1230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:25.9375rem;left:7.6881523132325rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FfDbN8GGxIdHihS0ustpmAzDAvRrNvOw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:29.630208969116rem;left:7.09375rem;height:2.8489625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5dcTXMArIFHAbXid8VAy5MZu69VF6Xb { color:#ff0000;display:block;width:19.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:46.3125rem;left:9.1569023132325rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hLIRmaaib3C2JsSJo4VfMN92molRRnGB { color:#ff0000;display:block;width:19.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:49.01171875rem;left:9.1569023132325rem;height:3.82486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zc37SR5nyKwyRQ9mRBwqfRioNOtPIqL7 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.749375rem;position:absolute;font-family:prompt;font-size:3.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:18.090496063233rem;left:44.625rem;height:4.6308625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pBlExS3xOex0KNFL4dKCLselmSn9T9Gb { color:#ff0000;display:block;width:29.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:25.9375rem;left:42rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BC4Q53ToNtHJ17oTIi137gbnW0TMz4yV { color:#ff0000;display:block;width:26.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:28.548828125rem;left:43.09440612793rem;height:1.6497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KkbryR7cstfz6TuKatcUw890vp5XCyCm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:30.155599117279rem;left:43.3125rem;height:2.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gXOWZyEfiZKUrGg7fnKTdAHtIXcLKUl4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:28.280599117279rem;left:46.28125rem;overflow:hidden;display:block; }
#oUzIMwLLoRAPTuJ0MFKGhBDLOnNtiuKx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:46.3125rem;left:46.52018737793rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rx1F1v2gnyTwgZwSs1NT2r7PTTtHyl0h { color:#ff0000;display:block;width:17.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:47.4375rem;left:49.323570251465rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WqSK4vFEhGKkiuNAive6WTxHN2vG65Ui { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:51.752604484558rem;left:46.52018737793rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5SVUhyhy40Tk6GbJPsMzXBJECTIgo1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#t5SVUhyhy40Tk6GbJPsMzXBJECTIgo1w > .row .container { border-width: 0; border-radius: 0; }#t5SVUhyhy40Tk6GbJPsMzXBJECTIgo1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5SVUhyhy40Tk6GbJPsMzXBJECTIgo1w > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:none; }#HEQK6JiLDEWnOsRBcolWvVNUotBd0gpf { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:35rem;width:24.5625rem;top:5.75rem;left:40.25rem;display:block; }
#f03WDgfBUnQNVLkacVsaBDf7uuTKydLn { color:#9bf4ce;display:block;width:10.0625rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:5.375rem;left:7.625rem;height:3.249025rem;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; }
#dhCfDmpwVMCz8LOhJJUpHZ8oGQvFtfwZ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Hyby7Iq00xIkgTTTZpFOlAIbzaeONIKC { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-form-header { font-size:0.75rem; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-text {padding-top: 0; padding-bottom: 0;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-select {padding-top: 0; padding-bottom: 0;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-checkbox { width:1rem;height:1rem;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; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -moz-linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -ms-linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -o-linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa2626' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa2626' );";background-image: linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:1.3; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .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);line-height:1.3;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;float:none; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-container:first-of-type{padding-top:0;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-container:last-of-type{padding-bottom:0;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;font-size:0.75rem;left:40.5rem;top:6.437255859375rem;z-index:15016;position:absolute; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.8;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h {display:block;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;font-size:0.75rem;left:40.5rem;top:6.437255859375rem;z-index:15016;position:absolute; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #v4VeJl98uQOMz6rtxyEFh9D2EXKTRdG2 { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #FvpwGgd3ovF7DZGs9Hd8zMhM5o5zNh5y { position:relative;display:block; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #cTnkwFbtlK0qhUxPhvzk761pNd5v219E { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #mTkKE7paZhaOWIzrsHKEZ3CKiP8ZGO8R { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #tcG33zPpPJRJRVTLmAWVp8Vq8HMkhhAX { position:relative;display:block; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #tOeX05Ze4bRAARLsTQwt7itqxnhc9vtL { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #abRvC74kMsJeBc2cNPSniF8tdx8rQZM9 { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #sB2WRTkNWNRVta2JddqgyhogDgl0o8iT { position:relative;display:block; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #THuszrxA2KFTgBF1wUK6f21KGsKFTW7u { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #UK4wHtTnhEC0BMnVAOdKhf1dPakFf96F { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #TvLW7BQuJyhOEAZbpI9RC4VTPNl0QhAp { position:relative;display:block; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #S2AL2EOFl9iQ5yKkRfSR0BhkLmXPBpn9 { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #gR3MlmZr9N5zXqmucuTQonoqN5o6KNmH { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #e0wuBI2p1BSFrIsnSpiXeAzEcasRBW7a { position:relative;display:block; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #C87SV3PyWBeEUTcTGhCJHcsoxrWpOzEV { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #R5hmusIHeCM3WrH81qDozoiDPwZDeeBd { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #DH2GdzTH1ylQigWK6fcb7bz1RSXXIKOo { position:relative;z-index:2; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #plJ9elPBogvcCbncaJR2TDckUcqIPUbP { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #WCuX50u7Quwlse70dM3QSEtzz5reGM1z { position:relative;display:block;z-index:15000; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #Stb6tC4ht0qrTzzcROTI32h2pO2Qxs3E { position:relative;display:block;z-index:15000; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #A1o4nULB2w5tvsezCfcItUqVozCvt3un { position:relative; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h #Cu3pyryhic29kQTPn9ALeriGXe0f3B7X { position:relative; }
#l36i77X1G46xBE0nANpoGgBfTWrOzCpa { position:relative;display:block; }
#sqLldhMLt51emDgGuhovHBuZK1IEEzVD { position:relative;display:block; }
#nF2hAMr36ObNvM2NfSMboHQrh23R8exG { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #P1ZEkN3H0XAkzxqEqIpLuR3cekWxUQ8w { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SGXtqPiqPbPXpbRG32wEk0xv4y44VqwT { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #pxaMMoxyc0TUXvvqdJG5nKmCLaacGXJs { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #oqFXonVrg6QOX1rKWCBzP7bdvIvyzUxL { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OoskysEezRmmwv2dKLXdLECB6HBQyKpk { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ecIZ1dlA4W0nuDX6dpWpO94rcVw5g6dZ { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SzQZ6OwoM3CfsZemKm5qapG9lBaNIT39 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #uf8zbmSTWp05xCtBosDniJCH9AABID5a { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #dT78kXkDxkZQfe6bJLxeowVOtqMz6ziq { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #c9vsBcOeQ0EamuiMrkosG5FOMrtw3v9l { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Hp6zlefyvHGedDZCTLar2RSv8vZyAEOv { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Tc9fnPmDyHOEtOutt6LfaWtEOrZe007K { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #qkgOHnhZIfXaTo2LsTT0DFwH43F3DJaQ { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #TPw3Txd5BKSSwq8n8l3pkUmCNoAkJb6W { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #D4Xb3AReOMUSTJ0G6GZSEoiD5lBzDI7T { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #egv2iqCnTwGkhzg1XkewVnTBKE2SLOl6 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OL6I5CLsSdTT4EsVdWFO8zfgCiFOsqdM { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #StPrUm85XA6TGBTAKNBDWWDHuvN1yl7N { position:relative; }
#BylhdRr1cDDyVxx5y95343BiGmBv76Lw { color:#9bf4ce;display:block;width:30.8076171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:12.375rem;left:7.625rem;height:1.5432125rem;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; }
#uVNCaS0ltdCDchJxvXeAGQUReGWPpRhr { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8076171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:2.75rem;left:7.625rem;height:2.11230625rem;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; }
#dlova5fs4IFgMi8LADlgaykgNRhqJKUf { color:#9bf4ce;display:block;width:28rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:7.9375rem;left:7.625rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dyZgT8b9Nu5liNbsnVMpGPwJCiTbmMIb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:23.125rem;top:35.5rem;left:51.9375rem;overflow:hidden;display:block; }
#DPXkW3LuOev3h4dwrRTfLsrFxTJ1MbO6 { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;height:24.5625rem;width:26.75rem;top:16.25rem;left:7.625rem;display:block; }
#EdVeRGXJU55VAHBAZxoKJEaMqSgLnIuK { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:17.9375rem;left:9rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#hBF1Z5S9oBsotIvvnZleCfwDvGTRqQGa { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.12475rem;width:0.249755625rem;top:24.25rem;left:20.875rem;display:block; }
#mBeobHyZ2PhQIAFTL7WmIxoAqi6ZeFCw { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6245rem;width:9.5625rem;top:24.25rem;left:23.5rem;overflow:hidden;display:block; }
#IIeNsdAPRW9eVTQpou5I5wLVySadqHny { position:absolute;display:block;z-index:15100;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.1875rem rgba(var(--color-tertiary-0),1) ;height:5.125rem;width:9.75rem;top:25.4375rem;left:9rem;overflow:hidden;display:block; }
#VgQ6LArquKBeIRcFZWTzyR1MdIQzTDua { position:absolute;display:block;z-index:15098;background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.18725625rem;width:4.18725625rem;top:29.1875rem;left:18.875rem;display:block; }
#DouOlUNnKz24Ml69aoJppPoKNepl5LBI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15053;line-height:1.4;letter-spacing:0;top:32.0625rem;left:21.8125rem;height:4.72411875rem;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; }
#Z4gCEThJgelzSzb378Oh9iUvVJcegAZT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.18725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15099;line-height:1.4;letter-spacing:0;top:30.5rem;left:18.875rem;height:1.57470625rem;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; }
#yhPtGthOwUmsH7VEOTVEqv7sTkFmabVU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15052;line-height:1.4;letter-spacing:0;top:33rem;left:8.125rem;height:3.1494125rem;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; }
#Cq7Qo23Tbt7qGBl8XxazFfgV1tK4DprI { color:#ff0000;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:36.8125rem;left:7.625rem;height:2.030275rem;text-align:center;text-align-last:center;display:block; }
#mp7t6mgAE8FfA0tt3VIF40bibrt7dV5e { color:#ff0000;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:36.8125rem;left:21.875rem;height:1.86840625rem;text-align:center;text-align-last:center;display:block; }
#ETLWi5ba9klJT0v81Eu1kWu44GbxfTI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.93625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:38.8125rem;left:7.625rem;height:1.0495625rem;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; }
#N3XouEpImAzRxP82z28Z6v6PM8EgIiW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15052;line-height:1.4;letter-spacing:0;top:38.8125rem;left:22.3125rem;height:1.0495625rem;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; }
#QSbb3X9ZWoV7Do5dqo1oooZEX3sLlVtC { position:relative;display:none; }#QSbb3X9ZWoV7Do5dqo1oooZEX3sLlVtC { border-width: 0; border-radius: 0; }#QSbb3X9ZWoV7Do5dqo1oooZEX3sLlVtC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QSbb3X9ZWoV7Do5dqo1oooZEX3sLlVtC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-form-header {  }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.8125rem;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; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.8125rem;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; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-text {padding-top: 0; padding-bottom: 0;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.8125rem;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; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.8125rem;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; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-select {padding-top: 0; padding-bottom: 0;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .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; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .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:transparent;background-image: -webkit-linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -moz-linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -ms-linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);background-image: -o-linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa2626' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fa2626' );";background-image: linear-gradient(357deg, rgba(var(--color-secondary-2),1), #fa2626);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.8125rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .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:1.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.75rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .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; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .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; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-container:first-of-type{padding-top:0;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-container:last-of-type{padding-bottom:0;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.87451171875rem;top:4.39306640625rem;z-index:15021;position:absolute; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.8125rem;display:block;vertical-align:top; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw {display:block;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.87451171875rem;top:4.39306640625rem;z-index:15021;position:absolute; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #nXn3XepT2SHRVVsqTtH5pXryfCqt8MT3 { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #VFoRiW2iOX453MpHN19UaEXCfvH8TQo4 { position:relative;display:block; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #oZryL40bk1QrbyaSi79Sihl2o1FhRNQF { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #mx4MiT0tuXTtl5IlB1OQA0trTqWg6RgW { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #LKsT3hhv8oSTVngEqV7CrWFHAniud0KH { position:relative;display:block; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #fOhVUlamodyp3pvyH0br25CupLisxaGP { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #oTZTKpn6qN2TR8gfOwuCZuTNOz8BJUMq { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #lFFLhZHQCEVMDH4yZVkGvnTeTT54nzUw { position:relative;display:block; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #QF4x9k1gti4VkvVkeufX2Na3ywMzWqbg { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #CaoBzyXhgy7zRJwD0KJWswcwGTrVyNWg { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #Mbfb3G3XXlKBIbDTqeAT6Ntm5LQMxpPc { position:relative;display:block; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #HL9lizbcwyGZcf3KAZql1tcTiH4FT6Xv { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #QrVwhttWpsqS3pRh0mhxydTUQ3BkVff0 { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #hnWXIASeuATQrdEUIRJ0kEVVZsfEReLx { position:relative;display:block; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #ziMcXObIflZsEFUOoASDcV70QQrS3SpJ { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #NgEcq4QCwlTlq0I2tuplKUanWcnXTvh8 { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #doviIQ7F81BCqIrzFu8lXvvXxrJy3oRk { position:relative;z-index:2; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #xJTZinlKrQIlVh9NyrX2WqkDSAQnsCOq { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #IbyKC1n62aI4oVC4X2M1rolovZHH1AAr { position:relative;display:block;z-index:15000; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #zSUrGDudiZfAD18BbU7W5TIyxsCfpWB2 { position:relative;display:block;z-index:15000; }
#XdhohebXeU5rpUPT2TFVyPlaSdxcNWdB { position:relative;display:block; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #ETF5nwHGrlqHAlC4AP1J8nxk6mTZEd2o { position:relative; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #VAmR25UkUPHJzyC3zrJMSMBNWNTNaLhI { position:relative; }
#DDbmsw6QQ1Lpn7LJrZtoRACPF5J16n8O { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #m8rmQdeTBq9LZnTqu0Pp9h9C6e37Jodh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JTUO8aCTyLZtk2CTaWGnCLKHtPV4FxsZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oFzpTfvplwqtcwBKTpLHUZ8vfK7u0QCI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LU5gWzrX8RuHeVqQMQz3ow03ABtcih0I { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hqUpTPc8PAimJhayiQnhpi19m6ZMFWSZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oo55ET2dwo9mtu2pkQWzIKsbFUGoPh7f { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w6KP1QXXLWASPolzRrlHuQ7m1H9igtJS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #agk9r25pTIKKZX8wl6GeLkcW4p4sHCN6 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QLLcR4sWzRic0pboAbM0CPMbilRSyvkr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TbJUpO7MFBLZ7LeVznCr4r8hyQc7pt4g { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FUZfMc2nP0B6qHyMUm2NIpTCWe5M7t27 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #He0X4u299x2LCCP1pPCgPTTLH4qSLC6J { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GiPkQ381ZnSmXIrbV8q9v1PlTaL78l6K { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NKIxy4z4M3s7f7TmkTV1aaMOOZszft6I { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tZ4HPpuRulC8mQLhCT0B7FNdPEZ7IhbG { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #chA0EHKF2gRfvsJeOamUXNRoIn2zWhRc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TafzKTD3DNr78S1P0f4zNT8FHrxqINPC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #q3lfyBo51Agmcsiu3S5cz2LcMdTmzk4P { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JF8DiUfwA0nr6sKNdN6IhBWngTlobU5L { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lwpdKsR9HEx1Mdkqzl9CfBfTZ3ZbNSit { position:relative; }
#BoAcPBMRWo8qCsQ1mbGqu4kU1RF6iUdX { position:relative;display:block; }
#Nn1Q8IlZupuJ2ewPgkVulEWizg6MUnRt { position:relative;display:block; }
#tPG6uDDw41dk9pOXzk5c6S3g5OO8ETEA { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:34.9995rem;width:24.5625rem;top:2.4990234375rem;left:39.87451171875rem;display:block; }
#ZE1mbL159GOyuGBDTcddMhIXhPvoasOU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.56225rem;width:23.12475rem;top:31.11328125rem;left:51.875244140625rem;overflow:hidden;display:block; }
#RefCO21VtmiCyfJ27f4ytINVJCP0frtz { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8076171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.8125rem;height:2.11230625rem;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; }
#gWLBxU11EydtidzATbbHQiktwOOrOOio { color:#9bf4ce;display:block;width:10.0625rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.8125rem;height:3.249025rem;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; }
#bnL4Mb4VL5Qa1iNi1kXPJVUgtbmRixan { color:#9bf4ce;display:block;width:28rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:7.6875rem;left:6.8125rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WnXxTUddwLqvb8f4efyee3NFTekmhOnX { color:#9bf4ce;display:block;width:30.8076171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:12.125rem;left:6.8125rem;height:1.5432125rem;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; }
#lB6JrRB3unFJARyKt4sz3z1V30WItMW3 { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;height:24.5625rem;width:26.75rem;top:16rem;left:6.8125rem;display:block; }
#AWu8lVTHaqofwQOKevUq4is9zaF8cpZV { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:17.6875rem;left:8.1875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#xqd0OzTtlrGKOmeWgfPyI2CBRTqxO707 { position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.12475rem;width:0.249755625rem;top:24rem;left:20.0625rem;display:block; }
#TMQL8rrPfHwpRVOXQ2E7zEGbziTahyVB { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6245rem;width:9.5625rem;top:24rem;left:22.6875rem;overflow:hidden;display:block; }
#Vh7vbGL286389ZTrmeJRhPD1DNUmwPO3 { position:absolute;display:block;z-index:15117;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.1875rem rgba(var(--color-tertiary-0),1) ;height:5.125rem;width:9.75rem;top:25.1875rem;left:8.1875rem;overflow:hidden;display:block; }
#m3wedRC0LGN9aWJvKEg2AFZJwpxgNSca { position:absolute;display:block;z-index:15115;background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.18725625rem;width:4.18725625rem;top:28.9375rem;left:18.0625rem;display:block; }
#gtP52JvD7KRvog4SImBKwWp7ad8QnKcP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15070;line-height:1.4;letter-spacing:0;top:31.8125rem;left:21rem;height:4.72411875rem;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; }
#ZRTBsgHoGHUgECu7DUtRAX91FmPZicN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.18725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15116;line-height:1.4;letter-spacing:0;top:30.25rem;left:18.0625rem;height:1.57470625rem;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; }
#ihF6U7T5y9II9hXgKcQxbZRuU5fNXCfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15069;line-height:1.4;letter-spacing:0;top:32.75rem;left:7.3125rem;height:3.1494125rem;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; }
#Sk8TTiKlhmlNa5k8wD8KQ8TBPRBHT5so { color:#ff0000;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:36.5625rem;left:6.8125rem;height:2.030275rem;text-align:center;text-align-last:center;display:block; }
#WA8eFCN7VIAWiDcTOMGFtH6aOOihgIQF { color:#ff0000;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:36.5625rem;left:21.0625rem;height:1.86840625rem;text-align:center;text-align-last:center;display:block; }
#SRJ7BNOpkK8RHSfCPs2dbF4Q6SgvtXzC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.93625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15068;line-height:1.4;letter-spacing:0;top:38.5625rem;left:6.8125rem;height:1.0495625rem;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; }
#MLe1QB9WLLXqThBESKStnseNZG3IwB4U { color:rgba(var(--color-tertiary-4),1);display:block;width:11.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15069;line-height:1.4;letter-spacing:0;top:38.5625rem;left:21.5rem;height:1.0495625rem;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; }
#IHKP4zRCQKPsyxRhBEAXr1zkkkQemQuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #00adc1);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #00adc1);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #00adc1);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #00adc1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00adc1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00adc1' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #00adc1);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IHKP4zRCQKPsyxRhBEAXr1zkkkQemQuo > .row .container { border-width: 0; border-radius: 0; }#IHKP4zRCQKPsyxRhBEAXr1zkkkQemQuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHKP4zRCQKPsyxRhBEAXr1zkkkQemQuo > .row .container { font-size:0.875rem;font-family:arial;height:76.5625rem;width:75rem;position:relative;display:none; }#n8E9Sf5Zt9INTTQTNblNMTXWyaws81DC { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.79);top:6.9375rem;left:16.125rem;height:1.65rem;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; }
#PVyLQkeOfqsO1dUWVzG01yzmPkETcQ8d { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #5800ff;top:3.25rem;left:17.625rem;height:3.150025rem;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; }
#qi2FMNIlQuusks8aLcQRQhoskH7p2Hq0 { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-tertiary-4),0), #000d36);background-image: -moz-linear-gradient(179deg, rgba(var(--color-tertiary-4),0), #000d36);background-image: -ms-linear-gradient(179deg, rgba(var(--color-tertiary-4),0), #000d36);background-image: -o-linear-gradient(179deg, rgba(var(--color-tertiary-4),0), #000d36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#000d36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#000d36' );";background-image: linear-gradient(179deg, rgba(var(--color-tertiary-4),0), #000d36);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:7.75rem;width:43.125rem;top:2.4375rem;left:15.3125rem;display:block; }
#qWxlyeIhvzwAFvfO6mG6gTEN1brhsSBF { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:3.0625rem;left:15.8125rem;height:3.150025rem;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; }
#kuFpHlcg7R7XioowGO0W9PpN6BIrmNp7 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:16.5rem;top:12.375000476837rem;left:10.125rem;overflow:hidden;display:block; }
#b2u4JolFup6uiqO6uw9He9CUUKnt4Lrg { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:14.0625rem;top:10.187500238419rem;left:11.3125rem;overflow:hidden;display:block; }
#ZfoX578KrFpIFTo2dU2xEmZi4WHF85D0 { color:#0071ff;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(40,186,255,0.49);top:31.041666984558rem;left:12.125rem;height:1.86875rem;font-style:italic;display:block; }
#GqyTqMHOyUzBIow5sBszI4I89uZap0H3 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.79);top:33.418620109558rem;left:10.0625rem;height:2.1118125rem;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; }
#lMaACtTDSHMy6To1HLeiL3cSqrZaeyAA { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:15rem;top:10.875rem;left:51.75rem;overflow:hidden;display:block; }
#cRMSqXpPH0FgSMMzdO5KN9GsV5rm3McK { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:16.5rem;top:12.5rem;left:51rem;overflow:hidden;display:block; }
#cwdBkym1tnoa5TBHOrnuMTz8UmhdML9J { color:#0071ff;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(40,186,255,0.49);top:31.162761688233rem;left:53rem;height:1.625rem;font-style:italic;display:block; }
#VepvWWqP2KZJFSLlP9JL1mTWZwBZvOkP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.79);top:33.41796875rem;left:50.9375rem;height:2.1118125rem;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; }
#wXk61SOOKW6TGiW40ufVsiuFC0TmarFT { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:19.125rem;top:13.625rem;left:29.1875rem;overflow:hidden;display:block; }
#m0bCGfgAE7ws9sg4n9TSxOSksXTJLis2 { position:absolute;display:block;z-index:15056;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:28.25rem;width:16.5rem;top:14.8125rem;left:31.25rem;overflow:hidden;display:block; }
#m8ANLnIhZkuNcbtTe7CNvZWIPMrEudzt { color:#0071ff;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(40,186,255,0.49);top:33.5rem;left:34rem;height:1.625rem;font-style:italic;display:block; }
#Qfn8mlV8cH6JG5ZSHlhybWAucDT3zda9 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.79);top:35.875rem;left:31.1875rem;height:2.1118125rem;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; }
#ZSdIfTG1yleZtoqdZBcqwUT9Xdzv8RSt { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:16.5rem;top:39.9375rem;left:10rem;overflow:hidden;display:block; }
#bFwEc8CkSPsuyAIc0a9CJcBLcm4wTgHb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.79);top:61.25rem;left:10rem;height:2.1118125rem;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; }
#QqCtU0ywbSuCEAMdTwilZ5LSUdRAU8Es { color:#0071ff;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(40,186,255,0.49);top:58.75rem;left:12rem;height:1.86875rem;font-style:italic;display:block; }
#PQTXOTsx2MKgXmK8dSZF2Z5ctXZzabOK { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.875rem;top:38rem;left:8.4375rem;overflow:hidden;display:block; }
#ozJh998Voe3H9RII7CAdTozgB0mOQRkT { position:absolute;display:block;z-index:15056;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:28.25rem;width:16.5rem;top:43.0625rem;left:31.125rem;overflow:hidden;display:block; }
#mWtMcTaGypEGrv8dGisQkvKmZIoA2hz4 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.79);top:64.06250190735rem;left:30.4375rem;height:2.1118125rem;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; }
#sp5ByQklrQCOrEsrsnvtsgfAqnOXyciK { color:#0071ff;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(40,186,255,0.49);top:62.194662094116rem;left:33.25rem;height:1.86875rem;font-style:italic;display:block; }
#sDJ9XrvyqrR6Hd1OsXoHP3EaCmAL0yv4 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:20.375rem;top:40.749992370606rem;left:28.8125rem;overflow:hidden;display:block; }
#CuWbqve6S7aintQvG1aBh5KkNn0qCTpm { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:16.5rem;top:39.937501907349rem;left:51rem;overflow:hidden;display:block; }
#ft9A8wl4OUKfbNIDzFl95IDfIyerBakr { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.79);top:61.249349594116rem;left:50.9375rem;height:2.1118125rem;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; }
#Z2o5hpcVRoWcXRwxf05GdPADLmTiyfvn { color:#0071ff;display:block;width:14rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(40,186,255,0.49);top:58.749349594116rem;left:52.25rem;height:1.86875rem;font-style:italic;display:block; }
#zt9DkHb19wG9eysMvC6By8XDz10sNyWT { position:absolute;display:block;z-index:15072;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:16.6875rem;width:14.375rem;top:41.250001907349rem;left:51.75rem;overflow:hidden;display:block; }
#C8dsrufN4WXlNnVzTxkvaKb2ylunncoz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -moz-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -ms-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -o-linear-gradient(180deg, #ff6c48, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );";background-image: linear-gradient(180deg, #ff6c48, #ffb554);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ff8351 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:2.1875rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:24.49948825rem;height:4.00268825rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:70.422973632812rem;left:26.5625rem;display:block; }
#c7Rwb9JWX3rFiI1xD6rM1zJRKTyflEU2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yR1F4TNoSqhroqLCXLzAShbhaTe9ZeeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);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; }#yR1F4TNoSqhroqLCXLzAShbhaTe9ZeeW > .row .container { border-width: 0; border-radius: 0; }#yR1F4TNoSqhroqLCXLzAShbhaTe9ZeeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yR1F4TNoSqhroqLCXLzAShbhaTe9ZeeW > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:none; }#CTxk9K4ATNV2vxG7ZPrd3be94tfyTRBF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -moz-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -ms-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -o-linear-gradient(180deg, #ff6c48, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );";background-image: linear-gradient(180deg, #ff6c48, #ffb554);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ff8351 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:2.1875rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:24.124rem;height:3.62890625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.2353515625rem;left:29.8134765625rem;display:block; }
#arAk1c8ygNls4qITJVNrmgPxLHmUKi7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mybte5EXRECtd9c3XTtL7H2vp7eAHrSU { color:#091b45;display:block;width:59.249rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15004;line-height:.4;letter-spacing:0;text-shadow:0rem 0rem 0.5rem #63f0c6;top:4.8125rem;left:10.125rem;height:1.05rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OKfVMWlxMpPndESXZCoR4eH7STcq5v3i { color:#001966;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.125rem;left:9.75rem;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; }
#y4CUClHwVCLdOPdHBNgifB9ofDXzO98y { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.1875rem;top:3.3125rem;left:61.6875rem;overflow:hidden;display:block; }
#bAC96R3bW2SPmV2Gn6tk9iSz9pJ978LM { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.3125rem;width:16.625rem;top:15.6875rem;left:10.3125rem;display:block; }
#IR1qvFI21Z0cb0TZvyHZ2ouOXTSUZ6Gz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:14.5rem;left:11.4375rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#MEHHA8MTXWfB0Z3k7pM7TATHGtCILaqn { position:absolute;display:block;z-index:15018;background-color:#00bc24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:2.9375rem;width:16.3125rem;top:13.8125rem;left:10.6875rem;display:block; }
#IWD0BkPnPbyXLDoiO3mRFNR7lvE5TIOK { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:18.75rem;left:11.625rem;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; }
#VBKo3aVDs3KVSywsvzflWwHgZeD4fwf2 { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:21.875rem;left:14.125rem;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; }
#mviUwhZ9Vb7KivkCJNIMCeJ4ymA0IW54 { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:25.6875rem;left:11.625rem;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; }
#o1mnqdSGWUUufus8gK5UGzB3fbysC74F { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:28.5625rem;left:13.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; }
#VVphINNbKUTDxxUImdG0TCMlsuqbZuF0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;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:14.5rem;left:33rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#Engw3XFLE0HgMlPJRnWqZJ9d0Pr4x5p8 { position:absolute;display:block;z-index:15025;background-color:#28baff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:2.9375rem;width:16.3125rem;top:13.8125rem;left:32.25rem;display:block; }
#NPEZyECIFdCwJpB31igmboVq5LfKsa7t { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.3125rem;width:16.625rem;top:15.6875rem;left:31.875rem;display:block; }
#nGa8It3nnHRNnOMa4cZyCz83DIsLzbKo { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:18.75rem;left:33.1875rem;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; }
#XdDLwZv3QZvf0frzkB7mTmqc6L9RpqWB { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:21.875rem;left:35.6875rem;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; }
#Ks86rmIpZ7KGVK7oqwAzT5naTUwEHGGe { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:25.6875rem;left:33.1875rem;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; }
#kIqvH3MbFBzTg7MpoOFaoXA4l5nOS4Rw { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:28.5625rem;left:35.0625rem;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; }
#Tm5QDbEVfhA4SLJtuvu43Z0L7zAoMZau { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:14.5625rem;left:53.875rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#CTaKeKqhdSxaDqwkHFkKrTODMOmEKFXT { position:absolute;display:block;z-index:15032;background-color:#ff84ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:2.9375rem;width:16.3125rem;top:13.875rem;left:53.125rem;display:block; }
#LfXXwTmgiwOngm7P5ZeHDGylro2k5ctu { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.3125rem;width:16.625rem;top:15.75rem;left:52.75rem;display:block; }
#D3XqMdbyThHMzLhekmk5253mLHI9J0TN { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15075;line-height:1.5;letter-spacing:0;top:18.8125rem;left:54.0625rem;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; }
#dWMidF6iDEdNXWsApAHHTUHA1Xt8dcHy { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15076;line-height:1.5;letter-spacing:0;top:21.9375rem;left:56.5625rem;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; }
#OpOJLHhmU5xnPsMl090yraCsrZt8NfaH { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15076;line-height:1.5;letter-spacing:0;top:25.75rem;left:54.0625rem;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; }
#dPPserJxO03t6xJSoFMPOSWSUbz3iQIB { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15077;line-height:1.5;letter-spacing:0;top:28.625rem;left:55.9375rem;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; }
#OGKcCgqhafQviIS23LdQbqKsAAOi6TzI { color:#001966;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:35.8125rem;left:10.6875rem;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; }
#MOJkUtrL3okwiTLz2hikqovuGwMvRhsB { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.3125rem;width:16.625rem;top:15.6875rem;left:10.3125rem;display:none; }
#lUmRrTdSqFWmZehL3d0RA9GXpx3Gf8us { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:18.75rem;left:11.625rem;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:none; }
#bFRWTXFgkAeokhPNRTFnhZcUzcbWnan3 { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:21.875rem;left:14.125rem;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:none; }
#qxuAHqmZCUGZdFPGBzSTpsuXtzrl50Xo { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:25.6875rem;left:11.625rem;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:none; }
#HfsEhL4s6rOKnCCFocZc8nycSAZwwRsL { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:28.5625rem;left:13.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:none; }
#KKNl67lzp2iBhG1pZ4THGZ6EoJW4TzcS { position:absolute;display:block;z-index:15018;background-color:#00bc24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:2.9375rem;width:16.3125rem;top:13.8125rem;left:10.6875rem;display:none; }
#Ryv5vQHASxNsm1vRlB2Oyupzz19C1cve { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:14.5rem;left:11.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:none; }
#pErpFtMLn9sUyo1S2ms55kB9dg1EirKf { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.3125rem;width:16.625rem;top:15.6875rem;left:10.3125rem;display:none; }
#foJoHEc17ZqMGFPvUa1eXXt9PoTIy0UM { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:25.6875rem;left:11.625rem;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:none; }
#BaJb0Z9mrPK5QKD6PxtAPduIEuNc3inW { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:28.5625rem;left:13.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:none; }
#BzashuFPJ6nTt7n5IwCMdT3OfcfTW6FL { color:#001966;display:block;width:9.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:21.875rem;left:14.125rem;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:none; }
#RPfETPOW4MDLTqQANdRbUquaXQU3rvwb { color:#001966;display:block;width:14.375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:18.75rem;left:11.625rem;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:none; }
#iVOxoL2NvESSQLdumtwEk5ZQ3HnMmA49 { position:absolute;display:block;z-index:15018;background-color:#00bc24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:2.9375rem;width:16.3125rem;top:13.8125rem;left:10.6875rem;display:none; }
#dEEfmRMxUWIdLMuTPAgiZleG1ZqrGSW7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:14.5rem;left:11.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 { display:block; }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBmC3FIJTtRAUbOtdDnn17tBrPteJKTz { top:0.9375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEvHZUTorTGXTziDUKlBfW4OKhgzp6SK { top:7.75rem;left:6.375rem;width:35rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkqwMPhM9iC2pfGz8VPZTLzhBQhzKohg { display:block; }#NkqwMPhM9iC2pfGz8VPZTLzhBQhzKohg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBU91WSbS9C7BrzZb4Qt8cSDVvTrwfgW { top:8.375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otNpF7Uiv0MTXxQBaeD1DLM1RJgv3TtF { top:0.9375rem;left:6.9375rem;width:33.9375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS { display:block; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZkaduwHlvz3fGoqSblRiqNshrrxO6PR { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1VxxAIOWyvNxU9iTq4qEyTrh0pZCX9y { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMSm9STXK7t3yWzRp62QGz9OmwdGQdEH { top:22.75rem;left:2.1875rem;width:45.1875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHLut2KFKL6caGsweIL6L3Tbzxs2sw0b { top:28.0625rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1.25rem;display:block; }#UHLut2KFKL6caGsweIL6L3Tbzxs2sw0b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #s6VR1VOVA9MZZrpwwTN2ddFWNtfkNuRt { width:29.3125rem;height:4.4375rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXtHzg0itXgPmiMFzgFI40KnVB2Tk5XP { display:block; }
 }@media only screen and (max-width: 763px) { #yBbBlAkw8JT0hoLxwuNCRTW7QSAK0byH { width:16.875rem;height:2.75rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuHzwrVtRCgLF37acm2JBzGzLZXi6isI { display:block; }
 }@media only screen and (max-width: 763px) { #QS7zzTohP5aEH14ZGaLGUQIoVwgQCWha { top:53.3125rem;left:1.875rem;width:13.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFyntSQW4USdHTL4v6xqHoBmMJMZTWz3 { top:17.125rem;left:0rem;width:34.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCsvoD63yD8rpMRRFvqIOdAsV2fPWSZ2 { top:24.25rem;left:0rem;width:22.4375rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2P3pCiiv4uDATLfTkFuydfSpK2lBUWv { top:53.4375rem;left:17.125rem;width:13.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnyapI3tSBt1E9NTo5BbO3ac23EXgtE { top:53.4375rem;left:33.0625rem;width:13.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfq8mbkAEWs6sN6SGABmpH2Pg03GRd76 { top:9.375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPk3n3c9hlTO3a3UhIDEbOvmQc3vHazl { top:1.6875rem;left:14.84375rem;width:18.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZAMIDx8reNIwLIxaWJAAoFeqoQ2Idq { top:24.25rem;left:0rem;width:3.875rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwiZcbePESqTsLbGihhrsmc3r4Isgr0C { top:38.3125rem;left:0rem;width:23.5625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUOipHAXkdCdNAFkftXkeQMKHZCIOmwJ { top:18.3125rem;left:13.6875rem;width:34.0625rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNfbHawlXAMnvzMDCSQN6W704sHptyMp { top:24.25rem;left:11.498046875rem;width:11rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xun90ZCmIonmEzmxFuX8cxft4Ra0HTUJ { top:44.0625rem;left:14.84375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6evEDvFnLhnUveDLG7oAORRwS5lwzPR { display:block; }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBUCOhQkwU3k90qB5h3rSOuHpp2D0AgX { top:7.8125rem;left:5.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvIOETVIaXxsbVMwR9p40Sw9ONzc4tgq { top:9.875rem;left:17rem;width:30.75rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKs8B5tkKkTVgGNm5qoCwFozrKAKHSKL { top:41.125rem;left:0rem;width:47.75rem;height:15.091717479675rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy3EtObOo8VPvdIPByBK0WTqX3D028cQ { top:59.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9uxi4HEXOE9Kw74Fq4tOk8Ho6nQm6y2 { top:39.75rem;left:24.875rem;width:22.875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7GqmsCEtZivZSDdmWCzwmQAofGHLg7m { top:7.3125rem;left:0rem;width:41.625rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knQMgkpuynXz5hxLxExJP4dbar4BwqJu { top:6.0625rem;left:0rem;width:47.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXvMT856zoQTsyCOpaFMBn70bzM0Ppka { top:63.0625rem;left:0rem;width:24.125rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWeCVt35D7nZ4KWI0fT9hdiGVE0bogOI { top:19.1875rem;left:17.25rem;width:30.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3r9OoM7qtD4BIaJlAFrrvhkwvwxk8p5 { width:29.3125rem;height:4.4375rem;top:63.0625rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcsX3iNIIJbpKihy6dwQOBvWHLTrfgSe { display:block; }
 }@media only screen and (max-width: 763px) { #m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr { display:block; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MU3g6sbuTOyuof1A17armeVIsZSchaOL { top:14.9375rem;left:0rem;width:11rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCOJpcXogQhBWUMCsGEakuXoGTpVr3PI { top:19.6875rem;left:0rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veXcatIvnMwLNqrNLs47k8MJfTs2D0mT { top:7rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGWreJyak1rMEBu8ElVzg4TuSA4WC4e2 { top:15.5rem;left:0rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHX9BQ5AfJEOrBebLCbqv5ynMXoafcL { top:14.375rem;left:0rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d92lL4JaKxCZbQqKod3qMoT6FyZHcbwd { top:21.125rem;left:0rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQo3oTCZrAeMRpHlpAXxRa2ifKWARaWV { top:15.5rem;left:13.625rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgmTZdWQVwVSn7sWGhZdvg92uZt74HL4 { top:14.9375rem;left:18.5rem;width:11rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDVt0Ae4if75Ob5XKK8AmO5XX9vFeRT { top:21.125rem;left:21rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc6B6OgRX33FxklvbDFDT1VoGu6dhK2g { top:19.6875rem;left:21.125rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkB5Weulk0m2UqAqHnf0vW33Nib7I0a { top:15.4375rem;left:27.1875rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUbFUKcoPBR7IBenQtUOJ5SUaN7pc8DR { top:21.0625rem;left:35.6875rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8FHGrTAihWPmtnCqMaKxw5NuoydwsJx { top:19.625rem;left:35.6875rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QluVW1irB1lg1bbCTnoyFnJGCGGgGOBf { top:14.9375rem;left:36rem;width:11.75rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T424myeQep4xct6TIt7pcbxB4Uv0Pd4u { top:14.375rem;left:17.0625rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwDXh8lwguAQEXA8PW6Ar26TLs7HLEi0 { top:14.375rem;left:34.0625rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDzAzxzcNXb1tH1bQ6AxDk85rFRg6QW8 { top:32.9375rem;left:0rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XDb7zElqeKJWfK9PKCpNDEtcsmIuZL { top:37.125rem;left:0rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyw2cTm4o1RKM8EntDJnsL1SXEoBrqgP { top:38.5625rem;left:0rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9sXWWUnliMtw3kdOFaSoVhrPiPK8gv3 { top:31.8125rem;left:0rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L06ER8r4IeCCNklcKznQkXxRTrrciuOs { top:32.375rem;left:0rem;width:11rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyk9V0vlLuURT9vvtRTKzgAmobnMeqQQ { top:33rem;left:13.625rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI8Sag2vynMJahZCVKnSCTvJ7vSJGgzs { top:38.625rem;left:21rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABM5cu6135exMDudqVcUR8UWaP5NqCzF { top:37.1875rem;left:21.125rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQ6kiHHePwuisGty1dOd99Exi46ZXkq { top:31.875rem;left:17.0625rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV8zysnnqJRX9IP1SWL0NTRc1XivKftU { top:32.4375rem;left:17.125rem;width:13.6875rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwSMagvWZWIBVumq0J9iFyA6xhU8Kdos { top:33rem;left:27.1875rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOSdF78nafs4AmH1syFokdK78mlc5Kpr { top:38.625rem;left:35.6875rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0r3dDiawHkrSXDoqs34xQQR7JXR1uE { top:37.1875rem;left:35.6875rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTPwxczdLoFlcKn1dndB5SLp4Mtlxx4 { top:32.5rem;left:34.125rem;width:13.625rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahf0CQbVUP9qTWPMsXkMpFwwT3Zp6t2t { top:31.9375rem;left:34.0625rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeCcsJ8aNPzrML0m9h3tTXV2W7Fg6cJl { width:29.3125rem;height:4.4375rem;top:48.4375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urP6e78SyQKFaTWoF1EEWx2c9rZbQLHE { display:block; }
 }@media only screen and (max-width: 763px) { #o0IgFuTWe5BKswBbDRPl8OgE6Q5SUsF6 { top:17.0625rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB61ebNdtegdOE1TAUG7Mb0L3vswVqf1 { top:17.0625rem;left:13.625rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyyTb7Nlgi54HZZSn57XH0otUV6Suzg { top:17.0625rem;left:36.25rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQFq1iUuJmq3CfkdGlr5biTbNsDZSxWl { top:34.5rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfRkU648BE4BTvdpcM3aEHmThluTmVd1 { top:34.8125rem;left:13.75rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI7hVqHnM7EKvaH5D32UbsRDLfbQvvDm { top:34.625rem;left:36.25rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdITxED2AO437P6p9U59dL4Ma0GbMlU9 { display:none; }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GP92m0eD05mozlZ1K72a2HaztxZ86PqZ { top:14.9375rem;left:0rem;width:11rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO3KO3S8sS3x6ddXqEs4duzr9Uz34uDe { top:19.6875rem;left:0rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrsBsxKe4u9evqRMk0G49amyU77TIfNG { top:7rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwcLG0onGm5BecOxIAiVoxxG8nGPqTGE { top:15.5rem;left:0rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2VIosNkicKP7Lei3LmuJ5JGegcg5Sms { top:14.375rem;left:0rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9znJoWxJRf4BFsgOHg4pkOOGa4vdzd { top:21.125rem;left:0rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGT3VGT3LpMKtvWQefGaCUXacWZC3T3L { top:15.5rem;left:13.625rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4SlNfxtKN9fmqC8wuJTTvl6M8NtpTP { top:14.9375rem;left:18.5rem;width:11rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POs1sgO10hRHqZQVadLF8kJbA3XPTGOk { top:21.125rem;left:21rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxe0a2SpSBpT0xh9GvxJNecfZKhzalss { top:19.6875rem;left:21.125rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSZ3TNzp2tmWBrz3xsMRDTcnQfwvqLB6 { top:15.4375rem;left:27.1875rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihVpqGaIgDehqJVBAa8iixm3GJDqD9SF { top:21.0625rem;left:35.6875rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUtaTZenRkrMlgL8gO54560VSLJqAPg { top:19.625rem;left:35.6875rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaFgdyx8k1qv5QTHdBfQDWuvdtWtN5F8 { top:14.9375rem;left:36rem;width:11.75rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy5GQuJTZIguJggJgqVOgG4KxcRmA1BN { top:14.375rem;left:17.0625rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqIS8onOBzizpOc4SihVXGpOWaylUlP { top:14.375rem;left:34.0625rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGZrdziMS5VSD8rCk7PosJVxnnHq2vHe { width:29.3125rem;height:4.4375rem;top:48.4375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfXq4dUVavFXT6wbieTC9Ve9I0QycGus { display:block; }
 }@media only screen and (max-width: 763px) { #RGTZVlfiyksbxzowJwJ31b2cNhIpLi1R { top:17.0625rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgHw09QJkxLK5ZkXhZppseFSMBZUNNXO { top:17.0625rem;left:13.625rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTbTSSbZwiAfA3TmV1zDow3IvKGswQN { top:17.0625rem;left:36.25rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk { display:block; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srTH1yHVT4m8tqlI8upC3boa8ITClqTA { top:55.125rem;left:0rem;width:47.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXiIiF8fcElywRZ4n5EupAPEBMNuT61i { top:53.5rem;left:0rem;width:14.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4TWv0dFy5STggMPfWLhcVN42TtaHgx2 { top:75.125rem;left:0rem;width:12.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK { top:82.8125rem;left:0rem;width:36.25rem;height:4.375rem;font-size:0.8125rem;display:block; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:before{  }
 }@media only screen and (max-width: 763px) { #JWuTFbiV4EuIhig4unxZTtdJoZDAmURc { top:74.4375rem;left:0rem;width:13.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5iJH4xmXwMTefvxhlak7k2eisRJ9CA { top:76.0625rem;left:0rem;width:47.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6knSssMfn0MkSnZcW2TVTG6EwkBlRbn { top:54.1875rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz { top:61.5625rem;left:0rem;width:37.3125rem;height:5.625rem;font-size:0.8125rem;display:block; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:before{  }
 }@media only screen and (max-width: 763px) { #hB5mZgyWJDZkz5L7oPAzhsZOrJAs15MC { top:53.5rem;left:37.5rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdZAtWafsvT1cRPRuT2JPPZ5lS0VgFF6 { top:93.875rem;left:0rem;width:13.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLIEG2DuqheIznAyaBUX8GW25g2GrRRC { top:95.5rem;left:0rem;width:47.375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsMdOMD8qsW1zS442MnBzM4EdfLHxTXF { top:94.5625rem;left:0rem;width:14.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 { top:104.875rem;left:0rem;width:22rem;height:8.125rem;font-size:0.8125rem;display:block; }#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 li:before{  }
 }@media only screen and (max-width: 763px) { #aH0hNo28HIB9xHaPIxugdS9ETMsqfW95 { top:101.9375rem;left:23.8125rem;width:0.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQRZaHNQUTtdustTFTvpTzvu4LxV7CRr { top:98.125rem;left:17.125rem;width:5.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuocsProoyaaXSXfBlW3sDcsuEJczRf { top:98.0625rem;left:42.25rem;width:5.5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwh8cuKvF7XaZiETbHiWTHAOGayu418v { top:104.875rem;left:26.0625rem;width:20.3125rem;height:5.3125rem;font-size:0.8125rem;display:block; }#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v li:before{  }
 }@media only screen and (max-width: 763px) { #t2aO2zN1A9z71FDnptF29nD0Om6IPAAJ { top:118.8125rem;left:0rem;width:9.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl6iV2sBgz4xer3MCxeqG5xESGSLKCMD { top:119.5rem;left:0rem;width:8.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrMDMbooKNOIDoVlZWxqZo3FVL3oBJS { top:120.4375rem;left:0rem;width:47.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csDund3sT0B3I1k2PylZPZUJOQ6SEmie { top:127rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.8125rem;display:block; }#csDund3sT0B3I1k2PylZPZUJOQ6SEmie li:before{  }
 }@media only screen and (max-width: 763px) { #Vwf5frIIPpD8IECvm1cel1mWPTi4awWI { top:122.625rem;left:38.8125rem;width:8.9375rem;height:5.3372829625611rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZbM2Xpgt6gyPrlpyTZ5R3oKgl8ab088 { top:138.25rem;left:0rem;width:11.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7KeubzKoC6TRTvosTO2i09LzGVPigXc { top:139.875rem;left:0rem;width:47.375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy { top:147.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.8125rem;display:block; }#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy li:before{  }
 }@media only screen and (max-width: 763px) { #B4gDsxnKfXwZrsUTmPZCH8rqTbX3LEHC { top:140.0625rem;left:38.75rem;width:9rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdSQWvdoLUbfaPH5iUzwL0rRWUQIfIv1 { top:138.9375rem;left:0rem;width:10.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQgvofLpcTbPJsWLUAGuey8IQSq65hMO { width:20.4375rem;height:2.125rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbGt8wdG4TUO3gWK31kDcR4prwvRp0dL { display:block; }
 }@media only screen and (max-width: 763px) { #kKUiPDx7gyKT4CuECBFWUxesyzbGD6S1 { width:20.4375rem;height:2.125rem;top:89rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDPZCbNKv3c0SLqgACWLTpixxmkD0GWh { display:block; }
 }@media only screen and (max-width: 763px) { #sCUodSbXRpioqVTuVtETH6nN3PFhedi6 { width:20.4375rem;height:2.125rem;top:114.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI5AJFTIIy2SkXeaRKuTwMa2P1NCpMzq { display:block; }
 }@media only screen and (max-width: 763px) { #TecTffhzdMJsCnJc41ushD4FsDV6b9WU { width:20.4375rem;height:2.125rem;top:114.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvJuiJtbFnogBFCqn4aovgT1q3lXxAdv { display:block; }
 }@media only screen and (max-width: 763px) { #Fs2DEZiKVvy6mBGTiZbuvAvT3vesZC60 { width:20.4375rem;height:2.125rem;top:133.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKiuWeupeIvWg5mWAAG5PMcbR1oVzlbW { display:block; }
 }@media only screen and (max-width: 763px) { #gzG8aICMNTvyGDnRNpgPbaOgVW9bvLmT { width:20.375rem;height:2.0625rem;top:153.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFJlPBdyuzd1TpuofktCoK5K5CpqMvm8 { display:block; }
 }@media only screen and (max-width: 763px) { #s0M0B56luVc0ceNKenedpqx1ti36Qtof { top:37.25rem;left:0rem;width:13.1875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOA3tXiy3haXIlmTlhr8Kbs3hcZBqEt { top:37.4375rem;left:0rem;width:4rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOp6XHI1GshvZV7KoUkclGVe19s6zx9D { top:39.5625rem;left:0rem;width:13.1875rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nhcILxoMdqSWmaAA3gyNT9kRDDMTxp { top:38.75rem;left:13.75rem;width:10.875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVUVLDsBeO8kvfwLRiHn116fGvGmlrgU { top:6.9375rem;left:0rem;width:10.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN0adxqH9dlkw5BqLwQeC6s2TMcqRE1f { top:9.875rem;left:0rem;width:21.0625rem;height:5.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eolWgx0rC6UfW5a5nuCqMTMJag4PGMIZ { top:15.75rem;left:0rem;width:20.8125rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MacLcKBakPwXPQTbL03nXkJs5U1A1F { top:23.75rem;left:0rem;width:20.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkz6nHOThnb8JahfT4ptIIrtWB7XzLau { top:25.1875rem;left:0rem;width:10.875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pflks46g4p3BsNSi24idLkUC8A6NHTcT { top:24.5rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcycgfV6s4sAEWbfxXzoy39WdpLq67GB { top:10.1875rem;left:24.625rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArcraN9rQgmTB8WJpJcsl8lzl9R1bk1T { top:30.1875rem;left:0rem;width:20.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHS3pXSVL8rz5lFM3CbnaOVhOXmDu3y1 { top:30.75rem;left:0rem;width:4rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxr5vnTwTn1RBTdPBLmTVwqpGrHqr5M { top:31.5rem;left:0rem;width:12.5625rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCekDpaEOkuUT95bSa9X2H3Vw8MPUR10 { top:36.9375rem;left:0rem;width:20.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBcGo5s0HvEzd03IGhTyIuuezPeHgkh { top:24.375rem;left:27.1875rem;width:20.5625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfSnd6vn4rUCUaJABLlTRXMVPiytGtaR { top:25.125rem;left:31.8125rem;width:15.9375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx { top:28.3125rem;left:32.5rem;width:15.25rem;height:7.4375rem;font-size:0.9375rem;display:block; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:before{  }
 }@media only screen and (max-width: 763px) { #OAredVTs43A48er8wgQE0gT1EVTMf5J0 { top:32.0625rem;left:13.1875rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgtzZEoGEZbTNTiIDnTKpnAhiQmzdkbl { top:35.5625rem;left:13.75rem;width:10.875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nplxXpmGvebVeEcQ2wyZdeTPMi4e0iK3 { top:12.5625rem;left:27.25rem;width:10.875rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1yBRlAcOglSDZ09IJHgE6qpnlNPWZq { top:19.375rem;left:27.25rem;width:10.875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNy824X6Kgat4HlzTQrRz7Z0m84xM2tn { top:57.6875rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lDueoP4oVkvPH25faTBlfSLGx6QK7g { top:78.625rem;left:0rem;width:18.6875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfQnIpLkzTyuuLOzna0cGTnpkeFTGua3 { top:98.0625rem;left:0rem;width:10.1875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KKLtFNosaBwI5F6BsAsBKfBUMFAhlT { top:123rem;left:0rem;width:17.9375rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXvaGmhWf9wNfxwKDCTcdMOTMsLWdl1g { top:142.4375rem;left:0rem;width:23.0625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Bz0NUwldnDQTim6lHDcAxTd3qMJano { top:97.875rem;left:26.0625rem;width:16.3125rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrNldcgSiaaLxh9uc09fIStSqVNiRsf { top:77.375rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEneQlJyfGb5dZHFsNmV7ncMHiHEUlJI { top:4.8125rem;left:5.9375rem;width:36.6875rem;height:51.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNKaFZy9ATAlpODHBPWrt8c76R2breZ { top:45.5625rem;left:0rem;width:19.1875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3STPBUWgsDBkaCT4lfKbyNoU4G8EGb { top:10.75rem;left:25.1875rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSUQ5UdrUcfJCO3PfDdM6z1xlM7OoxTh { width:29.1875rem;height:4.3125rem;top:159rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvAcmeqsVU3Pu5xRK8luJxcbf6nx9DSK { display:block; }
 }@media only screen and (max-width: 763px) { #PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { display:block; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niGdazO2cPVsAbDhl8zA7f94SoAZwCN1 { top:5.4375rem;left:26.0625rem;width:21.6875rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkwTJLXmIDf8W9zzFsyJRHfqVXPmG57T { top:5.4375rem;left:0rem;width:37.0625rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VUX4P0ePq6sdNO5rkuzAERlsOLTRNt { top:6.1875rem;left:0rem;width:16.125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKe9T7U7fXcmZ9yv04RcTBHHraGQrTF8 { top:8.75rem;left:0rem;width:29.75rem;height:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEIZQ5TU0dslORKXvV4urJfcTrKqmcS5 { top:6.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJiNF41GeUoG4IV7P0P01kMAQ8oXeqyq { top:15.125rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo7hoAAd9qq3pmwkL5ka96kw6uEdRp3G { top:12.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSNLlEtiDebOF2u6t9cQ33hDG4qoFzTh { top:12.5625rem;left:0rem;width:16.125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #newymbT1Q5JiDTVutWNuG1dUq5eN6J5J { top:17.9375rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWzZIvpnPGfmW3vTTICfAPaWtcuywkWf { top:18.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMx9tJXn115n9Burx0kFzspasEPbvIDX { top:23.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tAgnFZUuvoIRR5reNJ1cnihG8foLDQ { top:26.25rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpKwwfLVaMrkfxl23qL1upcEhpOdgmiz { top:23.6875rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftA8O4dN8rk7rZwn8LiJLypEWwwuG8in { top:30rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0wTVP7P7Lpb0e4Pat1CovnEIUaXw8Z { top:31.8125rem;left:0rem;width:27.625rem;height:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ae8fTw6T8FwQmnUMJ6gLTudLaXmbZz { top:29.25rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRt687QIUTllvMuRFQqph6f3ogAERInT { top:36.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6hkFBS2R26AInWUXnA1rMkes5JAaXlG { top:38.375rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxmUQEWeKnvUWNzJ9P5tiTUAA5yw3DXJ { top:35.8125rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIi6kPo75XtpLi0mKEPl1Z6mIHPerEXE { top:41.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzoCIxixp58ceMf8Xl3L3SPiBUeSKZ0J { top:44.1875rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIgdQ1J816QSwxCrbRgHn8TVKe2Oohtf { top:41.625rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIbNZIqz8izIhUy3FTaTaLQacicENU0g { top:20.8125rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxC7mGep2ugoI5HL5tEp5HEOndJLgdH { top:11.75rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCTcvdqTNGiOCcZ5ui1kA86PzzDKxD6 { top:17.125rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THUR0s4BvgekJaXeRqogu0DAmO7Ks8RX { top:22.875rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4R6v26mzzpiVS5Q4g2AhPUGK8BwNBhr { top:28.5rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ2Wge3anlaEfIdUT3av7Qzwk5ILQVJk { top:35rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkPBSpvwblquSV35BDdmkUn2arscrval { top:40.6875rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTchX4aWPT7DiLPVNkiCpsbRKvKfrl { top:12.4375rem;left:20.5625rem;width:27.1875rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOboVkuFaI2iXDbyZVLoUZNICBkJqv8K { top:17.5625rem;left:15.5625rem;width:30.4375rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Vp3LBwvHeP0pS5zVTdBh99SnV1IX1L { width:29.3125rem;height:4.4375rem;top:50.875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAp2r6BT0DMsKQtn0Ep7Wd3PN2PwThGm { display:block; }
 }@media only screen and (max-width: 763px) { #hXI64vP9lnn2Qf296iiGEo5epvltWdnr { top:58.1875rem;left:0rem;width:11.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZl5AvAAqDfLeg0Jilo2B2rKdiO1sBk { top:5.4375rem;left:0rem;width:37.0625rem;height:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { display:block; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkORdMZ9X3BP5dGrkHuMunG70IbE334R { top:2.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV5cdApJSdNTg9StHhd4HOBdLrwbFgQn { top:14.25rem;left:0rem;width:16.375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSlM2ivyG7Hom51y7GgCFCIoSvPct22D { top:14.25rem;left:15.6875rem;width:16.375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70VCJ3QEDBN09cM33CPh6J1EmpKg63x { top:14.25rem;left:31.375rem;width:16.375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuIM99QosBMyDwgsC3UH7ueQDFNN7wnd { top:9.375rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBSxkWFmB4GRMIgTVSe28XFwD0ggISv { top:30.4375rem;left:0rem;width:11.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0A7nc5FxsHnnPZnmXa4clslUiudBsGA { top:32.875rem;left:0rem;width:11.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruIJn2ivzhZi9MTuF2aJCMasLgRTLtN { top:35.875rem;left:0rem;width:11.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXlzW0AvW7tRaDxL5zDl1U7hoS45gtK { top:22.25rem;left:3.25rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXRF8tVg2sIhulWhpXrVPtUkPkEHP0f8 { top:22.25rem;left:2.25rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TBeSJRp9VwAQSrIobsRLHt8rptNa8K { top:22.25rem;left:1.1875rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVprbmDaXPMTnLe48vsh9umADFi0RAT { top:22.25rem;left:0.1875rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqS8zrvrsTUExaDEqavc3q8HkyxGTSll { top:22.25rem;left:0rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl2QoEm0fUAOmRyfFRPXFCeGhsdOJoJ { top:22.25rem;left:0rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ldfQNgP3liOCiPTiQTdNNybnZ7Xddm { top:9.375rem;left:18.96875rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGRtM2wwi4wBz6aTbmQpLADOguEZ8Ti { top:9.375rem;left:37.9375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31o0WuhO3L77TBvVkPveHt5cgG72uK1 { top:12.75rem;left:20.90625rem;width:5.9375rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQNXs9EDwhxKT9gnJ8QPvPz59niuw4Kh { top:11.375rem;left:39.4375rem;width:7.5rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1DwxPvINfsQeClm86Zyio78HnRVrbcQ { top:13.375rem;left:40.0625rem;width:5.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gt9cmvEz1zdWQrWHOX25l0OMuZqGLi { top:31.1875rem;left:14.9375rem;width:17.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHI4KHvQwKau6rzROObXJS2fNTvzQaX { top:32.875rem;left:14.9375rem;width:17.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2d6IsImJMtkX1m83mFzd1f1EafCpauu { top:35.3125rem;left:14.9375rem;width:17.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTE6QqPfv34tx8MUP4hbR7cCRVJXyium { top:34.1875rem;left:29.875rem;width:17.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlKnKAe3S6x5ZfKlLxfEPgRNWD7WRyy { top:14.5625rem;left:45.0625rem;width:2.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQPP30VWsLPcp7CTMp36bq33z2XrpKzy { top:12.75rem;left:1.65625rem;width:5.9375rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icr7XHoBF8UgpxBTtmPTwEJU9bmE5uA1 { top:31.1875rem;left:29.875rem;width:17.875rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdH9hDlCDk8IDa2KScS9La9fBEioTRHz { top:38rem;left:29.875rem;width:17.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHiShGCVzHPrhqqpIs3xukpToMc2ITZ { top:21.1875rem;left:32.625rem;width:15rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIyHffealmcn7d23Rb1NV81l9hXluN1G { top:19.6875rem;left:17.625rem;width:12.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAB9MiKkxvu811ndIFK8del2mOmVJga { width:29.3125rem;height:4.4375rem;top:43.5625rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnhW8LktE5tSneFHr7q11haoNkeDVb8G { display:block; }
 }@media only screen and (max-width: 763px) { #fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW { display:block; }#fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wf3GWacHzXnxbqZDiCBmQDQuI9eN9OJ5 { top:30rem;left:0rem;width:25.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxlR1CGB9yGxAPCRQ3465Rgrs22alrKF { top:30rem;left:22.125rem;width:25.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu { display:block; }#WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaVfo8MbeOLETKVF0Q3dibTtqlHHBWOL { top:6.1875rem;left:8.375rem;width:39.375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU4g8MHuoLmspNpO88hM29IFTTVqhp4l { top:18.125rem;left:0rem;width:47.75rem;height:10.236521181001rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwx5PB2dxMAw8cuMtm5PyiZ4w23TLpyc { top:8.5rem;left:0rem;width:14.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpF7dSF5XT4lbwdxraUC6WJH1EXvUroK { top:17.5rem;left:18.9375rem;width:28.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZNmUIwN3xpTSLKHAn5ybHaE4pl9Wqty { top:28.8125rem;left:0rem;width:29.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF12R19zarfJH4rQZ1xOCqvIB97WbuiT { top:40.5rem;left:0rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6lxpVzh3EqximrTDXLIrlGcEUpyNv0u { top:30.125rem;left:1.65625rem;width:22.4375rem;height:7.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IticCtE4HlwCSLXT0m7ls5tJpBEWF4Hp { top:42.9375rem;left:0rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLoWeHguriOyJDLXTgxUclmIbL6LbciL { top:1.4375rem;left:7.40625rem;width:32.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB0Pb6IClcgT72SOx5sbQemTGbbVVFtv { top:0rem;left:5.1875rem;width:37.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzt6cfdWKv4fahR2dLHHOII7y1Tvuqsz { top:0.875rem;left:38.25rem;width:7rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7azluEHJVIe66LeZTLmToUsk5o2GMUw { display:block; }#A7azluEHJVIe66LeZTLmToUsk5o2GMUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izESckep49CZ1HflTmQACels4GBG93b7 { top:21.8125rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDk9J9B3VFeJmHkIaONZDmfXOmd9hO4k { top:22.625rem;left:8.9375rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RedRluHVg7UBUyO2SQKpEzh9be4NCSGE { top:27.75rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSmW5TUawE0ISyNT3CHgJtmQnP9rFWQ5 { top:28.5625rem;left:8.9375rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp0hWmCozUH8NWfqyoD2UbqI7zu8LTWM { top:41.25rem;left:13.25rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INcR7ri77SfpwS2fwo2yolq9SMHDfoI5 { top:40.8125rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrbUTPddFPlMTlnT65rhFrfdGifLXkEC { display:block; }#NrbUTPddFPlMTlnT65rhFrfdGifLXkEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3ZiIULxOsFhMnwWXmPDdWTy5dZmBFqP { top:7.125rem;left:6.5rem;width:38.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxgxn1rKNg0TxUseXM4UyrtUzVbn7229 { top:19.8125rem;left:22.1875rem;width:24.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR85QFCKCsGUgHubkEhRXUT8vbXp9Fen { top:20.25rem;left:0rem;width:24.25rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKg241x9uH6SxF9S4iTBANkGM7nQDiIO { top:14.125rem;left:9.75rem;width:31.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL544mVM6ND3GisBdxeKiiAlioPXb9sF { top:14.5rem;left:12.96875rem;width:25.5625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFlZOofDPFDN3RatpGT7eaFlttqb8n1 { top:18.3125rem;left:11.010417938233rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnGTyBJTQJmasxHDuAewMRgfDZIKn8pC { top:7.6875rem;left:0rem;width:6.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foQN2uzal1vOE3QFQBOSEwXQw574rtE3 { top:39.9375rem;left:0rem;width:10.3125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #huA0S8gU73VNM61BEEEThHIgyoCuU5qD { top:33.75rem;left:38.125rem;width:9.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #epbb325bLATIaKDaF6vZ5TTDRM6lUlwm { top:33.75rem;left:38.125rem;width:9.625rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6lPeBTACiF21ma8FALcXS0MENdoATKm { top:28.875rem;left:11.010417938233rem;width:9.75rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yM54TLWiLdt7J7uCZFDFLsCw3BTHTd4i { top:40.3125rem;left:10.09375rem;width:31.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHiALv7Hpt2MusH69o0DITTeZy6RxCc5 { top:39.9375rem;left:9rem;width:32.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enyENHdlPzBPoHK4ktxxnIP75maQHIzI { top:1.3125rem;left:17.9375rem;width:15.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHPAp6GaulZibw7WKT8HQn1I4X2gcWT1 { top:28.5625rem;left:28.79167175293rem;width:11rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi { display:block; }#xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQueAQNgQRULHdtsgrlcvwK6ynDWkz51 { top:0.6875rem;left:4.25rem;width:23.125rem;height:9.4736576095744rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiNq4hU6JDtMx9NhJQMAAovbkK2DpdBZ { top:12.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9511hMJvCwtFDub6MnnoMruIfSe0lqJ { top:4.5rem;left:0rem;width:5.625rem;height:5.5634252456974rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmmI5i329ag9UzpvSlsuJ6uGKHIRixsh { top:17.0625rem;left:0rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEH8qaKZfGxN7Qx9oSLL3ufCgmzB3KrK { top:17.4375rem;left:0rem;width:13.875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrZV12GyJI12AdnsKZCzCEEr5cQZmLIw { top:17.4375rem;left:17.24951171875rem;width:18rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucyasonrT4Fhusu5nh3A4c0PVFTTM4L9 { top:17.0625rem;left:15.5625rem;width:20.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtu4hPPlO0C95dfFAaXkTTRXWvt4B0EK { top:17.4375rem;left:33.3125rem;width:14.4375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Uv0xrkhqJqVQcco6RiwdLUmT5HXuT6 { top:17.0625rem;left:30.875rem;width:16.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQfoEdcMGyauZbavVA5QtkPeiDIslgKC { top:2.8125rem;left:29.75rem;width:18rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZQ52ZEO13a5enPexxUqprQM014keix4 { top:5.625rem;left:24.6875rem;width:23.0625rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCg01ighNLXdwIedIHs850GCdUU3mvb4 { top:20.875rem;left:0rem;width:15.4375rem;height:8.6524998790281rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNfnAGarlIU7D3pueR3DRh5mc1ICoXKw { top:40.875rem;left:18.0625rem;width:14.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSyzqtihrVzKKp8UpwXnvLdGQhMeuCKG { top:30.125rem;left:0rem;width:16.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEDT8SuoACMcrVoTHuKZDtaZSuckddi1 { top:41.4375rem;left:0rem;width:14.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzAs9iGfEqzT9x1MWo0vlyMLd6UcUg3V { top:35.5625rem;left:32.875rem;width:14.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlg3TMCwvR7D8cc7m3hTqsQCtcDU9vk { top:22.5625rem;left:30.8125rem;width:16.9375rem;height:9.962971542025rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDRTTE01Ua6ngRMZF9JZiGHd2HgDdZ5c { top:40.375rem;left:32.875rem;width:14.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppRlWRxtzHekw6MSGK9CErlowtLNmHfa { top:47rem;left:11.24951171875rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvrOpCB1d9N52Aa0xEQm8drMip8BDnhq { top:64.875rem;left:0rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJvsyXPx8EWmcNF6IJk8GLcbOzaX3Nq4 { top:35.5625rem;left:32.9375rem;width:14.8125rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqGREUtI6hisoRbKKQeeRN8tT7wBu1ke { top:47rem;left:11.25rem;width:19.9375rem;height:2.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQqWopGBVbL9TqOEGk1dZ97aT020XNWz { top:40.375rem;left:29.5625rem;width:18.1875rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3uArCrcJmpHvHkaVV0dot3lfP8Xl8nE { top:32.5625rem;left:0rem;width:14.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS3mpxwXeuwb92wyGOgE3mDwfPRoyi7W { top:21.4375rem;left:19.9052734375rem;width:11.3125rem;height:16.037106026639rem;display:block; }
 }@media only screen and (max-width: 763px) { #mABCeXlBTiwgTTJ9a8LupRleeowLsVeg { display:block; }#mABCeXlBTiwgTTJ9a8LupRleeowLsVeg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ED6JlxQE7QlV9vMz4rgDQR1DsToJCsbb { top:1.5625rem;left:1.1875rem;width:45.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUGGesRAP8FCqwwqnexl2QKWG7wFK0Kq { top:11.8125rem;left:3.34375rem;width:41.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edx1aAFod4tPg3n9iuBqkfW05eqO6LfN { top:21.9375rem;left:0rem;width:41.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBQyQFE1OUFJHvSRSJ5F2EzXGIrFz4Pk { top:16rem;left:23rem;width:24.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDxUVu4Gu9Z5NIcsXwrM1ZLutT4bX7d1 { top:24rem;left:30.5rem;width:17.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIeDQ8NJRcBpEUWRmGDxnC7TDZQOfo6N { top:12.0625rem;left:0rem;width:47.75rem;height:28.456556503198rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Qf2ALRzSQq0m1aTET6lxkh4wvCwceP { top:26.75rem;left:0rem;width:22.5625rem;height:6.6875rem;font-size:0.9375rem;display:block; }#U4Qf2ALRzSQq0m1aTET6lxkh4wvCwceP li:before{  }
 }@media only screen and (max-width: 763px) { #yOU5QDfvGB7y5wAmsk6Dyy9Sw91Zdvm0 { top:40.8125rem;left:0rem;width:32.25rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoiU3m2w47daBFyOcNgo4yLehHDOFsTe { top:34.375rem;left:0rem;width:3.9375rem;height:4.3679503516621rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Of2ekIsyXwP07i3AL4wNgWB9cvm34s { top:34.6875rem;left:4.437255859375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htXE5cc5xuseeSwBqV93Ah0VAGEDxyxH { top:34.6875rem;left:9.4521484375rem;width:6.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgtoNN7Te4QGSgZl7GwwioWcBwtCJzh0 { display:block; }#mgtoNN7Te4QGSgZl7GwwioWcBwtCJzh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkdyFst4CwVUxXlv6kVduuMZeBX6JN6A { top:0.8125rem;left:5.1875rem;width:37.375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uao2aACIX8F8wHynD9yzASIX26GacRO1 { top:3.9375rem;left:0.96875rem;width:44.0625rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpQ86KeB8zikfLKLh4mOTwFOMzxGzlSz { top:9.5625rem;left:5.1875rem;width:37.375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyPrlztlsvbdehy6BJVlHVAFuZNA4cXQ { top:6.875rem;left:0.96875rem;width:44.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFGdFPpbHMSfeLJFSRRkpPxQLTuVcnLC { width:21.875rem;height:3.75rem;top:12.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRG8PCF5mkIfMQkOsqueDZ0GSZgnsOWt { display:block; }
 }@media only screen and (max-width: 763px) { #FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv { display:block; }#FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUcmMoHiJXlpFuGztouAIJpoHMLvhSNm { top:1.125rem;left:0rem;width:47.75rem;height:15.916477856412rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTuug9zWPGTthramcvCe5nmWki7mLUm { top:48.5625rem;left:9.6875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHXvaI7WOiBEZh4I4LcNxqDryBNNmHSR { top:50.375rem;left:10.3125rem;width:27.6875rem;height:3.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQGdJiUoZPipZHygc0SIVCLuVXiw2PaT { top:24.1875rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSHWVqwVIC8mJUzzgQKVo9RKRAuuUpl7 { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzRtHF2BFWiX0A8ETIBsT1X9cDBl7rd1 { top:19.6875rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPi8zqG8qdkmLN4been53D4Wwiw5UqXf { top:25.625rem;left:0rem;width:14.375rem;height:7.374875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfL6XTchNT7PuGTTLsrh9SAm4n4hT7XH { top:27.25rem;left:36.6875rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIwZheOsHUeR29VL6RpcGH247DObt7Ny { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RalnH5JxSl6Hr20IrzEBT9rnpuD4mxhu { top:26.75rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElqXHvCKrzpxmZfxm2MM5vW01JnVbaKn { top:37rem;left:38.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkC4cn1KMSEPZmJTVtGx91bkUqulT73v { top:41.625rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0GweW44pVCQgVJMKphxU0STuEGF3Tr3 { top:26.1875rem;left:14.8125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JclgJJgIL4DcCdKnNqIMtbcPgWGvToft { top:30.1875rem;left:5rem;width:13.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGtuWrzO3fzXJaupRWekkI8KoPTi5DaO { top:44.875rem;left:10.5625rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geNMU39samO7h9aOh3ilyRFnuKCcJG1C { top:22.9375rem;left:26.875rem;width:20.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbIVO66UbSIIAsZiVOXRXp3EC1myDVt { top:43.75rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Tz38cwUgcbnHZq1i52HsMRZ9BvVyXO { top:24.25rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsNCpFytdwsbSEsH5epNCXlhiTosp43r { top:29.4375rem;left:30.75rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiAEUUa3L5KhOuZ1RMM4MyKE3AMsR8at { top:38.625rem;left:0rem;width:30.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRF6uRnH4Fw1he8sefTVKT71o7T7dWSB { display:block; }#LRF6uRnH4Fw1he8sefTVKT71o7T7dWSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTHi8sMAPWS4mJIKOPuk7MneqKNvffTa { top:39.9375rem;left:9.3125rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohsdOSNnVaaM3UtNuZKZ3wLyMRbkbTt3 { top:41.75rem;left:9.875rem;width:28.6875rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGJQu28raeoVc19q9kAfJb4rqvdeTBCs { top:14.3125rem;left:1.1875rem;width:44.4375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfhPB9QSU3t1DrGhKVoz08WolUTzd9V { top:10.1875rem;left:6.875rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsI6lfy4bQZkyncRAaNnwDc86ZOP2z7p { top:9.625rem;left:5.375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srzr03Ky1NvAdLfh20T09w2Vm8X2w1KD { top:15.875rem;left:4.375rem;width:19.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDGJQCN3CLRO8hJJSA8AiyFciURRgg3S { top:32.25rem;left:9.875rem;width:27.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulr7RAiV4AnUSVFixR3TkTGUOKV76pPO { top:15.875rem;left:24.25rem;width:19.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRzKcdIrSPII8zSM5zNgTmJFKHJP0qRp { top:36.25rem;left:10.1875rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEKhLRGQfvI9Qo0eq7TfLOGiTTVhdSpS { top:35.125rem;left:9.25rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBV1fGWgoWppFC13cgU7C4Ga5sC0hFlr { top:26.8125rem;left:6.03125rem;width:35.625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXmoxfA3UQaMnU8yIzHiL6D9ICK8I6Pt { top:2.875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNEZ24VOuQtv6V0BeC8Az2CdWfOLxTL { top:3.3125rem;left:10.875rem;width:27.8125rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJkKZDWCAWuJ43tA4pP9od2nEV82JEJV { top:24.625rem;left:5.875rem;width:16.25rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WscnyLgmfu3DO7FronRHksUrwJSq6Pso { top:24.5625rem;left:25.6875rem;width:16.25rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTQlTClC46nWFtHf5ft41Ixm3rUZQrnT { display:block; }#yTQlTClC46nWFtHf5ft41Ixm3rUZQrnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtEvyrpP7xM8B4TXGLFnFoRRA36UMn3Q { top:0rem;left:0rem;width:47.75rem;height:20.333541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5aARf375wiTHve09Nh0IUGI1ZPd3t09 { top:30.6875rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGRTIHywT0BHz6sS3IeBQMgCtsbkqaeK { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJeG3ra4KAWo9M9Xw9kr97wPW2DzBoXk { top:20rem;left:0rem;width:16.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSqVpgbnv3HKEn64CW9zGVqML1OOCS4B { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZlSui5wCzStWT2R90220DebGkslAUQ6T { display:block; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns { display:block; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VO9IRWHnwDtzdNmGcFpQG5uue9lZXWtN { top:28.1875rem;left:0rem;width:14.3125rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlLSpirVfGgRUEzxdRT4wwSJZW0ImKEZ { top:10.75rem;left:23.1875rem;width:24.5625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7JnUnJwWsy1bwcSLZNo2Fy8xJ5g0Pdy { top:7.5rem;left:0rem;width:10.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwOlTi596THddrX1w3GsWtlTAfhRHhzU { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZwnd34FVnhGSRbkfWpsZJ2ebG8TJfPw { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMQTF4sImVQNimSi0TfGDaZseb7RO6m4 { top:36.875rem;left:0rem;width:9.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxB0Er55ytPGAzctE7v92vOaiLEAZlTb { top:14.5rem;left:0rem;width:30.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBZNNZ4Jm9USmfV2nAAuslK2fnIK3gc { top:4.875rem;left:0rem;width:30.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTsRzCeSzdksBJzOG3gIKWWX2pDu27uK { top:18.375rem;left:0rem;width:25.1875rem;height:6.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX8DTnn6FQgNeP6XQRqKBMcebPQGMCWr { top:10.0625rem;left:0rem;width:28rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe6hNe5yUIJQu8h0rhL8bQx7PAyaw2bd { top:18.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAzoUh1tHNIOLZIvLl3yWUreX4p5ttt8 { top:20.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBX5okHkiObkJJo3NAZwQfPoSsFTn2Sw { top:21.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX3oAf6vixbpSwD8dz32lF7X3MSTw7Sz { top:23.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJEVqBrAsb442ZfL38NIwwrcPXx4LoST { top:2.75rem;left:5.75rem;width:36.25rem;height:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9Fhpg3e7G5DVisxitTADuhq7lZAz43 { top:36.75rem;left:24.625rem;width:15.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRSPkwax52BPEEmlmtRcFTMNfg12EARM { top:30.3125rem;left:0rem;width:16.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPAiMTXfZeTiEfp5eD4NObKaytg5zqcB { top:32.8125rem;left:4.78125rem;width:2.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmdbzvAT5NUOhIAigzh4TqQJEQTbkvKg { top:4.875rem;left:27.8125rem;width:19.9375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-regular-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-textarea { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-button { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-checkbox-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk  { width:20.375rem;height:21.8125rem;top:11.5rem;left:24.875rem; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .radio-container { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk {display:block;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk { width:20.375rem;height:21.8125rem;top:11.5rem;left:24.875rem; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #QWiiOAfDaDdnV9W33eqiVcTbAM4aKCxm {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #kaX1dtxslFsVRBEtkzaUx3lZAmr1N7Dd { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #gJE8D9STb7kdG8ITQTF7EqWTF4qiNQvV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #T3QyfEINOUggutTHcsHH83NrpIR6kumV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AxP6ayTGfFx6w1vogbzzwdPFNac2Kd84 { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #uoPOo5p6XsKNM4rtIztKPOrWEhfo4kFO {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #datgI6ZUIyT3G9RA20moMwtadCsFeu27 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #sqDOTgCC5UFzNhmrDwA4FrKMqktOQzQs { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #aa7nqhuQys21d8b1NTIwp5TsVKEtnMZV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ZfuL0cysTccm0Slv4QCSLi6DT0BPWLTU {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AIPoleluZSacJrtnED6ddUrbXOSz3nh8 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #H3kT5FZ9mMZMT83pJNZHLUArPhC3hOAo {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #p4Gyup4gMre88yCIFB6PDDCSrlwc7DiB {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #SnRiAzZ5VOlTHh88QNC4GP4RwJSlodG9 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ppqbBqhmXe4Xi9L7IuHhxDSKbH6nx5GG {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #pgingh2BNupTOO25UR7czekA80T7EMsZ {  }
 }@media only screen and (max-width: 763px) { #JUQ0RGCcG4Uc3V9OTJoEHn83wUAvXZuK { display:block; }
 }@media only screen and (max-width: 763px) { #ERyoyWsPQAdKsTPTvcJG9WCG3pTAdxKw { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SdgZ45ix3P0gcB8JZ33xh5QQeanfxhLy {  }
 }@media only screen and (max-width: 763px) { #R89umpWWkM3AxTQ5okSUhKAb70xWFqJh { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oVWr7OhRelpSWRJsqL6b6G9SdM3F07Xc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mHr3dOUVCCbew2wrBkDKDWOppsJSWwnI {  }
 }@media only screen and (max-width: 763px) { #HCiEgGRA3NlhFWbgtTi9tsAleaTN7K4O { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AT1t3yDHamFCzptgg0zV5rIwVh6dSJXm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aO8hioFZGydcmZIokgeJ0CJTJzF5NzBc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gUixZzcM8TJbXAEwPSNiKh48kA9Xa4uI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Vh7n9smUVyIqMzsmaEHPxEEMWet6ZsoQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #amKOcmCS1cHUTSrSEQk7M3iNX243V4lE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zO27WRTI8tU7qstwumfgyeUJp80t67b2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fa7r1MlJMzFbMF4ZpFvh7u82JhgmJOUg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVLVv2Ug81fJVSZ8KQJF89LgrGzCgXkz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bAFOaI0TIOWLrN1dLpAcnyg6lgfSLRtM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zTtZd66aro6ntFurv3Xt3nbJOkaBLnPV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pvgR0WSpT9MJscOgz1hJ59uLuyiW3I51 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EHT8KgxbZ9pozAFFUJr0iTqSA3Q6DkVq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iee5Sg4Ct94DlWgvdBSkF43H91foSask {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UOadmgQx30pruIFLPoIzFJpCATEbGd8M {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SHbe7qOXR9XpE1pOFw15FAwMs7XWLvxx {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pmERaU5NTaOy0FslFwTEPtOuTB3wbZRr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w8SXeo7DPR0aV4NGbIN3mKlsUKIcqfQ8 {  }
 }@media only screen and (max-width: 763px) { #cLHT4BwbTfG3NSvQgP0zKBwTg7lXECGg { display:block; }
 }@media only screen and (max-width: 763px) { #L5HpG5vuRQq2UBDniQpf2ncTgtHJiM5O { display:block; }
 }@media only screen and (max-width: 763px) { #s3JQAQkV8XTWzgQBaHTExvWdtT7USsFn { display:block; }
 }@media only screen and (max-width: 763px) { #vq0RzDJJkJG4JVE60UdgsWhXrru0Dtu6 { display:block; }
 }@media only screen and (max-width: 763px) { #RQI0T9JWXaBwGrpMnDi09KpCHpkDMhvC { display:block; }
 }@media only screen and (max-width: 763px) { #mmdihzpNlT9isPkrfLhT0at9tl4zBeef { display:block; }
 }@media only screen and (max-width: 763px) { #w36xSTx0WF26LtvGGy9H0v6geg8NTTV4 { display:block; }
 }@media only screen and (max-width: 763px) { #ib5l64L0o5Ex5d6PDUhgeJrN1mnW3JVO { display:block; }
 }@media only screen and (max-width: 763px) { #WFT2yzW3aNwwI0qz8ER5UdT88TNTIJNO { display:block; }
 }@media only screen and (max-width: 763px) { #SASW9c7AcahfAwE4xaOkQGm7fIrPMJw9 { display:block; }
 }@media only screen and (max-width: 763px) { #hKXV64XqcZmfoITvIXaiehMnfHPF2k5V { top:35.625rem;left:26.75rem;width:21rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Ji8dDSEvCQFXP0WnaFys090kKCTQUZ { width:41.25rem;height:21.375rem;top:3.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghP87pTDwpgMqLCcg8ayESw08UERm5I2 { top:2.8125rem;left:14.0625rem;width:28.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh7WGdWJcIKm6X6iNwo5J3FGWFhXJlqa { top:8.1875rem;left:16.375rem;width:23.5625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO { top:11.25rem;left:20.375rem;width:20.3125rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRnJMDTV2hU3IxVQUr92ETmvPARPfZlZ { top:21.125rem;left:19.4375rem;width:18.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRi0qnCz3QaItbA8OqKLvIDOLv7Bh2BU { top:7.0625rem;left:0rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co77Z1wLHnZVv58oBAzfacMpTF2NHqEC { top:11.8125rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6FiBwucIgPTXVUyoI9NBtKUxpg4OSKZ { top:13.75rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovwtgk5mhEpIbSeqaMvNSf8BfaCHAxsk { top:15.9375rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgzTNQixKQnrXddmsgtGWHJTe1oHNs2T { top:18rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQNTL8TO92pRhspPU9INxxZibbbNXdDQ { width:29.9375rem;height:4.8125rem;top:2.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrkVCx3JdfhC77nlNmbTbGNMVQfqNuVm { width:47.75rem;height:40.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { top:4.75rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { top:8.6875rem;left:0rem;width:30rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { top:10.6875rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { top:7.1875rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { top:1rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { top:2.4375rem;left:0rem;width:8rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa { display:block; }#WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhFHHptZHXWhPnCw2yQOm7FPnMSZ5lUb { top:2.75rem;left:11.75rem;width:24.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIFf9teIsCF98Vg89CLRehaEV7dT1y08 { top:8.5rem;left:0rem;width:47.75rem;height:5.3005218216319rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0OuLzddPo1QJC4gTGKy91i0M6nzuL7e { top:14.625rem;left:0rem;width:47.75rem;height:4.2532660332542rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUe5UDKkuOJpieuDeKeMVPI9LKuh8u5Q { top:22.6875rem;left:0rem;width:46.4375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCoODZNbp2To3lBgmH4u8XCsifieVLei { top:17.8125rem;left:22.1875rem;width:25.5625rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyUDKLOsbaXlGvLE1mcizC7mVpVvIUl6 { top:35.375rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0gpdMZnqOgUmiWd6XOK8E1TnvJ2KXh9 { display:block; }
 }@media only screen and (max-width: 763px) { #vpCFxvKpxFcwZROTv4Jrv9X9aMrk9in1 { top:35.375rem;left:13.392578125rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGzD5xIeg12kyu1K0G2JI4P7oPytPqUi { display:block; }
 }@media only screen and (max-width: 763px) { #LeBaZa3fpIGRLoVmvbNuVuTILfTneehR { top:44.5rem;left:0rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJX88OTFeaT20rIVGWi0oKsf8bKrxglz { top:29.6875rem;left:0rem;width:7.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOWerLkVbnMkT3FbiOK0HaD5RI1dQscu { top:29.6875rem;left:16.611328125rem;width:6.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k35nil8zs4QKrCIQPuEW6V1JT44zogZF { display:block; }#k35nil8zs4QKrCIQPuEW6V1JT44zogZF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbkWv23Ks7T1c3O9iizDrccA4Mwwvyqo { width:43.3125rem;height:4.625rem;top:9.375rem;left:0.99853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlqmVsdvL9lqngv91cSinKx9IKqrMJSk { top:0rem;left:11.125rem;width:25.5rem;height:9.43725rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L { display:block; }#kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZRrwDO7eBiRV2K3ubT3v06OeVmZ4s6R { top:0rem;left:0rem;width:47.75rem;height:16.115625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5JIWJUySrtB1U6eiwkLvhvmX1BQocW { top:0rem;left:0rem;width:47.75rem;height:16.155416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysRfbGgDHXJPd8eOm7T6mvnbCkDarmT { display:block; }#uysRfbGgDHXJPd8eOm7T6mvnbCkDarmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ff4zKKP6SmuoPZdvIXnqgR4ownQmvvXn { top:28.1875rem;left:0rem;width:14.3125rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COhMORkSN48xphumRvihThnv6WHeTux4 { top:8.0625rem;left:23.1875rem;width:24.5625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7MSgTPX39VN1Cwci5RmzTV8lnt2lNAt { top:7.5rem;left:0rem;width:10.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqQFGV3mVafQTEC0Cdb8H3x6GqymT5RH { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIlEKTcqr06cmJN8yiaMTruKo9TDRA9p { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8CRI2CAniq3cxDpTIoDdLHbbTanZF7m { top:36.875rem;left:0rem;width:9.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsTLQVxUFTgCwBfTbGTBomfZvuMWPGdm { top:14.5rem;left:0rem;width:30.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCSn3Od2BnaIqSBmrSq1vhFpAeGf2Q16 { top:4.875rem;left:0rem;width:30.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHto8uKFVJoCDaeBcCLspv3MTGmLseh { top:18.375rem;left:0rem;width:25.1875rem;height:6.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGZEuAehOOCrf18ywh2vrBAZz12eIRH { top:10.0625rem;left:0rem;width:28rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwiVsUF951vriyytTXponx0bpRpyz2t { top:18.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGNiw7xFi06ochbdH9Qtrhfa9lvxXFpB { top:20.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6D8inqFHTPXDQSCIKQSuHzEchluoJxX { top:21.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyWtKgLOrZ8ypTOfmHgaBsx6N7CuECJ2 { top:23.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #we7coTaUOA2FIIIyHNz3QMovHNWzTTJ8 { top:2.75rem;left:5.75rem;width:36.25rem;height:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT1yDGcrzrCMLxpXToIMrTTyLGR4T7KU { top:36.75rem;left:24.625rem;width:15.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDW1dHM7P4prXaHHQHqUHbcA7NdK5e2p { top:30.3125rem;left:0rem;width:16.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npDd1QOCqNAwQghktTo2IzClfdflfPH4 { top:32.8125rem;left:4.78125rem;width:16.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0oeeOokRUr5qXv7SkUB249gLH04lee { top:3.25rem;left:27.8125rem;width:19.9375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-regular-label { display:block; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-checkbox-label { width:13.75rem; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH  { width:15rem;height:auto; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH {display:block;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #ezwX0WtKEmJ69HRaV4UPibpxJV6vPvtn {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #TUbMFmMOVfv26tWg3VFt4hNbIBEZzDa9 { display:block; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #IIGDfvUkVMyIadVG048rS1QMC8g2WHZp {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #SWv4x5HgS0IXTQH6CS7NDEN2mo3QnXoy {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #p6oVg3dbwl7LDxDa40a67CUm569STDc9 { display:block; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #ky2grGA1yRTa7UU9buyZ7Szwbnxi7hAD {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #t6PPPxNrewVCLe4zwB7Jo3z7tXwWfbBd {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #tgLLAcAJqe1yQ3HDugLxGWRTVHaPZVyB { display:block; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #PlViW4goNNOeTQNu6bXBJvhPJC3GmqrR {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #TtSDAg5VSem8ovknDEsvR9zylOMOwkez {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #p9AM1gpeTKEHcyBsDEQ6K7FKZy39TwXR {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #huXlx6lfE8TIAfN3aclvZXG7FDkPCupy {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #bODUu1VfTAfTQKgtmnfuZRyUxHBXTN1R {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #fV9veM0RCmhqU5qy3LLsQTsXi6ccCmJq {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #D4L3teVH75GgwfG50ekmC0izxSLiJeFU {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #iE92IkqTNXr4Fr7z5QrBx4T8LLh437hh {  }
 }@media only screen and (max-width: 763px) { #KELRRPViNlzVg5sKTRd2GTDm8DTDeHix { display:block; }
 }@media only screen and (max-width: 763px) { #B0hRSZoLiTBaTKw8kgJx99kBoTfHneyQ { display:block; }
 }@media only screen and (max-width: 763px) { #dm3bvzGRV8NGuvBiWRpTnLLnPdz5Tbzm { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #uJBbDrJLdu8OJlLTxkPcMrwT4DDAVhRp {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #AOMrVEkGJe19PFwvu1DykJ62M6pDUTgr {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #dt0pK15eMnBZlDZsGC4P3kHOlLDuzZ1J {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #kxoHtVg75wcnnXrlCftVxcQ2emOnMU9R {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bxqM17H9CtPBdf0m0of30gXNW2O1hwkJ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #HvkQged8mdCRidNJftXgESZU15GZenAn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #mKD4MAmSSoMDo2BQRB6KubykLHnHz7Fk {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #QRfVGWsI5VLfvZIozrTSwzu18ATs7lIo {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #WMMMgzUkgW3sNJ78SKFxS8r5QqTEfhAE {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ZXaya44Bvv4xayxCbIti8Hl1RprNJXao {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #aISU1MA3iPxwLFVQzk4S0Zywb2prRusP {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #oVzo23ToneovJKMA0rSs0IENZSTkP79k {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #k7n9c9KW5DD1CrKUav35d9Npo9Nkg0Op {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #zNTCyHlVQAoe3OaSey3DHsydNCXcIwsS {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vxChPDNDQG16AUzDrR2yo47Ow4ukuss2 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CcXE6GQ5822KGCn2NdPQw0duKdUiuTc2 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ODaOusHakDDLTUhSvub6XvybOHkLBu8T {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #WoNmZgGN5eXaErR0H0xwfpaBT09q2OV8 {  }
 }@media only screen and (max-width: 763px) { #QuVeCWvUqIORKAScZIffyoO3Av0d1ZOt { display:block; }
 }@media only screen and (max-width: 763px) { #NDlgtC8OCw6JiWhm1ebtMWDXeWwdzlse { display:block; }
 }@media only screen and (max-width: 763px) { #BzWXL9ATPLwoT8ud5B7q6qlXZqaTmT7l { display:block; }
 }@media only screen and (max-width: 763px) { #EF7PQMiufvPmhRmhuv0Dl2qmiXfstsqI { display:block; }
 }@media only screen and (max-width: 763px) { #e8R38Hf1tbgtgzAxM418L3CEDTrkHLbq { display:block; }
 }@media only screen and (max-width: 763px) { #pcBKmXboKMMh7RCGs0gM3V8NUK1OoBmh { display:block; }
 }@media only screen and (max-width: 763px) { #u6aWlzRQzQ4UdCUgFwDS9VDyzrbn3vrx { display:block; }
 }@media only screen and (max-width: 763px) { #dm0I4u1KrZrcURn5AWQ13K7hfdIMvPuc { display:block; }
 }@media only screen and (max-width: 763px) { #I7vEBZHLZbd1Zng7MxQJqoThbGq2gSen { display:block; }
 }@media only screen and (max-width: 763px) { #TmRvyk0mp0ORlePG4K2JngldnPATrVrW { display:block; }
 }@media only screen and (max-width: 763px) { #wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI { display:block; }#wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIhdFvz5iJkWdRrAssd3AEtSRao0fgit { top:3.875rem;left:2rem;width:11rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZf2mrmn83KrVulVIVhe6ERZTvrHlCC { top:7.1875rem;left:0rem;width:22.5625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLi9Il1Tmk3daHEkaf5v3sBoRPa5vUk { top:14.5625rem;left:0rem;width:24.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqtOXkKBQci2epcIuolTJHg993IZno7Z { top:18.75rem;left:0rem;width:16.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKtbXUpTa3OtqihNhh7VEcIcmTO4CUZN { top:21.1875rem;left:0rem;width:24.375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwoWZDxmsfl3F5FkSBmHgHg1oocQ05Ip { top:3.8125rem;left:6.125rem;width:41.5625rem;height:35.321846902984rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBO72ZUfEBcnmmKA7l2zLP29BlEX8y9e { top:25.5rem;left:0rem;width:22rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvMI5HirOZgKVrryzX96igd1eRLPAtE { top:38.25rem;left:0rem;width:36.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTuCX1bx071TH9hWDU9tMqbiks2r1OJz { top:53.1875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD { display:block; }#UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcMrW9HvtZhtZxlZL8Kcu6usbiVt3b8x { width:23.875rem;height:3.4375rem;top:12.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmggD10svkZG0PsrrPVbMuv4erfm2vGa { display:block; }
 }@media only screen and (max-width: 763px) { #uxAXAR0fwLCoq9abZ2fkbmM5Nli1Rcxc { top:15.25rem;left:35.25rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSHe8ov5T5IHhZBGQsaKNnXyGBr1Ve9d { display:block; }#sSHe8ov5T5IHhZBGQsaKNnXyGBr1Ve9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoGtvJZe3tX9iLiXtOoWnLyiTEsLMJz6 { top:1.1875rem;left:0rem;width:47.75rem;height:13.4296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 { display:block; }#AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1W2TC2li0VbcwKlqUO7aD9MDkZG7A0e { top:10.625rem;left:0rem;width:47.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDTbSgZOTKQQNNqvahDE4eJIHnuaG58t { top:18.75rem;left:0rem;width:24.125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZpPSr7KBVUrpPsF7ZXyNvZxNo4anUWb { top:33.25rem;left:20.75rem;width:27rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtWhwBU7Oledko4NyzkTbADViBPd5Zer { top:28.375rem;left:23.875rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxFSIOHtRcHS2hsXml8yrpXK2t6t4FvW { top:13.75rem;left:2.9375rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQvob6drKMHKLNqJaDiPw2du2X0B72q8 { top:28.375rem;left:0rem;width:24.75rem;height:15.336331714493rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoWNvPc8LqDdV1kKGcctPaVua3p50x42 { top:12.0625rem;left:21.125rem;width:26.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyI4C0gDAPLsMz1P3cT0HIadXMK3cWxK { top:26.4375rem;left:0rem;width:28.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts1sJTzqbMACsX68Ly2tyyQkPbrdJr1m { top:44.5rem;left:3.125rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOhaR0mqZ8mqbzLLJCguOa94blmcdqH4 { top:46.3125rem;left:9.8125rem;width:14.0625rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTBLDD8q4IKbNaZNIEmcVp8p1Gu87iwR { top:45.6875rem;left:0rem;width:27.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0DkePtbCe7aKvfIh49577whTzeEuiT5 { top:50.9375rem;left:0rem;width:27.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrCXVvwW73mqlHIhd3qRD4XbQzXDiivQ { top:2rem;left:0rem;width:47.75rem;height:7.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #or0pxHCepCtHIQNsURAEgVs6AwTtMBZO { top:40.0625rem;left:14.0625rem;width:33.6875rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqBVZkZVA1nRTcv446cT98bqk36lSzWk { display:block; }#EqBVZkZVA1nRTcv446cT98bqk36lSzWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFpNKxlpCbQrT3fAiZy1x8W2MXDhtTkz { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEqcT5mUnPobA2wPwoGgCDxEhs78WZD1 { top:12.5625rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi2fFT41aUKzMPxVgpRTlb6wifP5bxWz { top:12.5625rem;left:25.125rem;width:8.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvMPiAIZ5QQTt6muIyxLTGak17yGEJEE { top:8.5625rem;left:30.75rem;width:17rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD99TVyTWBZkCmntJXnH8Glw9xTweArg { top:12.5625rem;left:37.3125rem;width:10.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1HshK9n4tRkZ3AT1OqQGBqvfO5KUWmi { top:8.5625rem;left:30.5625rem;width:17.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIgkU31rmkQ6c1ZHXaHenKGzTgT9D6Tr { top:9.0625rem;left:42.125rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGAL9BZoQorFclJMw6eRRa5GRw6mTuWu { top:17rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLrww9CD439TME108LnSry0vv9A0z0y3 { top:21.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuTB6IVZK5kTaZwt2rcWJnT436bbXaRO { top:19.3125rem;left:0rem;width:28.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTuyyxhUrxHGMQhK7Fz6GuwR2IKUI4so { top:16.0625rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXHwBRG50Jr4VBCTsXRHqk51NBcXXXvW { top:16.0625rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoTVV5LJlZX64ordXyIx7P0tk14Q6Cvg { top:23.3125rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFhUZTE1boT3A9mmTgoEsZRAlnwxRm4o { top:22.375rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUqWoAT9a2o8ZWEAwn5om1hb4r3n7mKi { top:22.375rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELCPmRKl1wuPZCetgM5etLsbL3x9uwk4 { top:27.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCSzgPNzcgS1aOP636lCUqDwkCQcNnax { top:29.625rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9FhSIMUQMqUIC2XcmBlQEDmeRHiakC1 { top:28.6875rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4mJE7dF3iU2JVM6TDKc4pNE94DatHC { top:28.6875rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fImvMQt592cneVsqGd4Uu5D0z5NilTED { top:33.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIFPyUUHk8z5Gx3vOSMofS1H1STkkkHV { top:36.125rem;left:0rem;width:28.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czRhEsUnGO4ohi4I0XxNiVVr2Ti5tXX9 { top:35.1875rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrx3aexkGrOcSJHJ7AAPWdqnRMdXPoJN { top:35.1875rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFVLhzb44kAdRkVoMZTUUs6rmqkz49kS { top:40.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdaKTvu1IoBJ1LQ5wuLXPFyIqzvt5CWz { top:42.3125rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRk6C3NFJ8RFPMCrD1By4GfoB9y2ALFM { top:41.375rem;left:6.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlLObE1pdGxzIWLqrhqTRn0B6T9z7iUW { top:41.375rem;left:11.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPk2dM2guGPUHW3ubstCzcbRnTt8rbNh { top:41.375rem;left:16.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTF4rReenC08hgTLVNohnc6Fnk3hKE6c { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmuIySLvM93TvHPSusynWBSRDFxmuLud { top:2.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTofkEZ7C5k3gHZivdwW6PMsrvIpzvnd { top:3.75rem;left:3.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmXge9EVLeuiBabbiCyitmP4MLzFRyEg { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Sq6nK1T23smkvqJQuCWwJcUEiZIsIBto { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SBB0cclrs4u4xJQpZbi6e6y8qcw7F0dG { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #IZeqKMxZuQfLP0W2uswnp7KQaTiHrorL { top:3.125rem;left:9.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGGep60072cIZVdaxVcdEMJeQgWowlRE { top:14.75rem;left:2.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0fd0hcFytZSITJdhK1useGWJCTQ0kcz { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #vW5HGOgTbRlBTHKt3JoMblEVKeMqfTtA { top:10.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0c3w4nPMSe7QQWltWlc28hUfAfywGtV { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KFTfe8vJAbULNdILluioEz2TG0zfMC5R { top:13.1875rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ounzSzOTUqPn7Z6JVGH1fD7fC6eqxNuU { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WeeUiSsVyQTnJlKg99PXPRO3HMpT9ofL { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #i3nEFwtPxqAarmm5GdWJrTkHBIWOrxde { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AxOTzH7b8z5wW0yEtrz7zrU2N6PNnvJE { top:23.8125rem;left:0rem;width:8rem;height:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gG15W4KOkbc6XOXCBsTBrVBKOBZhKfE2 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hLVgxfMe6w696EoVi5yXXc1K7oFGubaB { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AlhJXp5GOov1W2EUxAw714zRaAdLvDEs { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #etHw2qFNzeMcilvwEn5oV10xOkkegMUn { top:22.3125rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H74VyOPpCFVXGTT3xgRxI87mTgzTkKzQ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Cs7xSq5ei6zhtTcEVRpvp4EO3UKcwezp { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KTmyzvxdSuXuJBD5AcO1bnrZ7M7l71LK { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CrVZ2sVSwkQ44NknGVL1TWS9vgKUdEXR { top:28rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVckvCuBwkIyTyp3PKLJx13SNd8ogHuP { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #C4Sa5Fem3DX1S2ggQ1hHn7W1EPWQcfIq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #z3DGGmcm8fhzRsbp5bkmePSkUFmg2BqB { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NSg1npwe60ITGsbLMUoXfO19tmQn7w9B { top:8.5625rem;left:0rem;width:47.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnAld6Q6FFWV0BbgA010J0XQOknx3coJ { top:3.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5JWBH7L37GoO5SD5DcQKzT5EESVc61m { display:block; }#J5JWBH7L37GoO5SD5DcQKzT5EESVc61m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWuaxrXz1xS5LwoQlgBOlsKB2S0fSaga { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdiwmJP7u1oGAQzuab5ir9Cq19dG9cvR { top:2.125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ2wNxQ91yUgBeJHp6HRoAdG0VwiU9xM { top:12.5625rem;left:1.8125rem;width:44.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDIWRtXvyULXpmJBNCGvQxL1lda6G0nJ { top:17.25rem;left:24.875rem;width:21.0625rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcvPaC6ZKOCFGUJX5H575NuFmvO1UZ5v { top:23.4375rem;left:24.875rem;width:21.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1eRWtsHJsfi79XLJ2CO7tqb29Isi14 { top:26.25rem;left:25.5rem;width:19.875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe9eRFFr4rxtwHlEo0iJWCNAvcqI7KVX { top:10.5625rem;left:0.4375rem;width:26.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHhFTxVxWiFr9poOoep9ekL4Qdc22mwm { display:block; }#mHhFTxVxWiFr9poOoep9ekL4Qdc22mwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hi4nit52B60ydLyBAd2d4p4CQHKDl5Kb { top:-3.125rem;left:13.9375rem;width:33.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN3pWNZPNAiUGhHwTPExVTcOecHVUTea { top:2.75rem;left:0rem;width:23.875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXKgEIf2mIv8DHNFRnoGLHKE8IF6TKHW { top:12.5rem;left:0rem;width:2.625rem;height:3.6017718774643rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngCehhfRMvLyR8hHkAunPh3y3CBQePWt { top:3.6875rem;left:0rem;width:1.375rem;height:1.9127434994348rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJVtUu0XVm7WUqXx9TTSNEScureObgv6 { top:3.0625rem;left:39.66357421875rem;width:2.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d206kJqugG1NVbrBohnHcOAvMEo9OUX3 { top:3.0625rem;left:0rem;width:45rem;height:13.811625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGawShLmuQwrRG0gq605qQI3eeDbSFHC { top:16.875rem;left:0.9361572265625rem;width:33.1875rem;height:7.4861555466163rem;display:block; }
 }@media only screen and (max-width: 763px) { #PttntiPe1AmMCAOQWqgDvFV8JBw1TugG { top:33.3125rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs09tbty7qWXkxCBpa7I0WA9GXbNXfHD { top:33.25rem;left:19.406616210938rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pczZqsCag191QWgDGc68GQFRm5GCMRen { top:32.75rem;left:38.875rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwrGS2JcTm028EeNlLMp72c5fK4XGhMv { top:12.5rem;left:21.8125rem;width:25.9375rem;height:13.280501795691rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr6aNe1U91OooLqIyxGPv9ORdUDQm5Oy { top:-2.375rem;left:0rem;width:21.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSp3XK8N1tJEXh6yJrVa9wp7s5770EV5 { top:27.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6U8EG3dxckq8sfMJ42Qg9w2aio2FeGm { top:39.5625rem;left:0rem;width:17.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6kFt0h2ibA4JmX3t2fTZJgRKUD1gBZh { top:38.9375rem;left:0rem;width:19.5rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTqiLDtJGl8wDmpBU532aa3Oes5hdCL { top:36.3125rem;left:0rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSNvOvE5RknZ3T4ef94ZJgwVGP0HRshu { top:51.25rem;left:0rem;width:16.1875rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbrLqTxiohTzNStPPqONwycPT67HKccR { top:36.3125rem;left:14.750244140625rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPp2cyEblDA6kGJeHQct2NNntoEvPMVS { top:38.75rem;left:14.7490234375rem;width:18.1875rem;height:11.211779774788rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTDGxuEovQh67d1ZSn2InDWk5RTM2UIm { top:51.3125rem;left:16.3125rem;width:15.125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDLy1pHoxSEoP52JTTIf2UoSTxIak9HN { top:36.3125rem;left:29.5625rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whun5BlbkUdpTi0ftyOEXTtuSacWXNmQ { width:24rem;height:3.9375rem;top:61.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCxXrlaupSX3lkV6pGPK9OTqHX64X93d { display:block; }
 }@media only screen and (max-width: 763px) { #Ntb4lnpPxLXfdL5sXZ2HJKhcm74ubhi4 { top:56.8125rem;left:9.4361991882325rem;width:28.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVtB4FkJ75OQsCKUAkl0JeGoIEw9eNRz { top:38.75rem;left:40.8125rem;width:6.875rem;height:11.086739612238rem;display:block; }
 }@media only screen and (max-width: 763px) { #uawWzs3Gkf1ZO7TNaDf8qcT0BcaXKElM { top:51.25rem;left:32.625rem;width:15.125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBKT5H1gRUl9LCvNDbR69wORk5NOslfk { top:93.4375rem;left:0rem;width:14.6875rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHQqSRRLcN7neAo2VdL4BF9wWLUhpf9s { display:block; }#VHQqSRRLcN7neAo2VdL4BF9wWLUhpf9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tk2RCsmnziF5CbPpZpN2AKpEVurfg9DA { width:20.8125rem;height:4.0625rem;top:43.25rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcAdTtlHAaRuGIuc8TTB1lE2w2T2WiuF { display:block; }
 }@media only screen and (max-width: 763px) { #KCMt7JBSUgJtBIwKMrTbUBmIA4yun7sE { top:8.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeTIfGOgnthbxGCODaBCOzTTRvBy322K { top:1.25rem;left:19.976684570312rem;width:9.5rem;height:6.2710754388944rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8NormMLaIJiilOQJL4EEGZUcMQ7U5aD { top:11.125rem;left:34rem;width:8.125rem;height:10.562125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaC10cG2Mk38ssEAHUNQP5Tk0lFIy5em { top:14.9375rem;left:24.25rem;width:13.5rem;height:7.9007152337413rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPXKphTFJWzhDE8PMdUErQC4E1QaUMD { top:11.625rem;left:0rem;width:28.4375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWSGS6tdnWWKVmBBBn32EP2n6pH7UFP { top:25.0625rem;left:0rem;width:21.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOQAZAlcn2stQya7Dg19t2A6bn69pgDk { top:13.1875rem;left:0rem;width:8.1875rem;height:11.165449421177rem;display:block; }
 }@media only screen and (max-width: 763px) { #VucXqu4SCJrTZs8kWepGQF6nbN1nIx6q { top:13.1875rem;left:5.3125rem;width:8.125rem;height:11.164463037039rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcTRLExcNBzxqShAAfpKlrZBAyAUBSAg { top:13.1875rem;left:11.875rem;width:8.3125rem;height:11.228332985059rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACvdWrteOBXNJV7JdPKVsWUaQPKCruXT { top:29.75rem;left:0rem;width:23.125rem;height:;font-size:0.875rem;display:block; }#ACvdWrteOBXNJV7JdPKVsWUaQPKCruXT li:before{  }
 }@media only screen and (max-width: 763px) { #ZCLVToc7GCt2uIDSUuf7AnLyBcIVETgr { top:25.0625rem;left:24.5625rem;width:23.1875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U015llbudNa1kSNFPJTaXOtNIBIMharN { top:31.375rem;left:24.9375rem;width:22.8125rem;height:;font-size:0.875rem;display:block; }#U015llbudNa1kSNFPJTaXOtNIBIMharN li:before{  }
 }@media only screen and (max-width: 763px) { #hoWa2nGG95Fztu9hlgIGAmK7wZAScgcr { top:10.75rem;left:39.4375rem;width:8.1875rem;height:11.166295403919rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuni7JFaaAvU2STbAzvs7BJ3E3S9t1mg { top:9.5rem;left:39.4375rem;width:8.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPKWKa1zV9sB5lSHww7rfyn1NrmeR8VW { top:11.5rem;left:19.25rem;width:28.4375rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd { display:block; }#eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGIxzBSGQ1uE2SgsQPT5m3bvuadJAtCB { top:1.3125rem;left:34.6875rem;width:11.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6LzTUoqeAcRKBuTKRsCgxWSs6iy768 { top:9.8125rem;left:29.125rem;width:18.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpM0dqI1sMl1oTgDoDpdxEeiAUQx8gzX { width:14.3125rem;height:3.5rem;top:17.1875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbz6cglmuXkznLkOnlQ0t0NkPr4eJq80 { display:block; }
 }@media only screen and (max-width: 763px) { #uUOUkqUFoiVm2A3pRSJSbhFU5TdccLdV { top:16.5625rem;left:0rem;width:26.625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nktb200pa48an3rQUCOh3pXBKsJrJReu { top:1.25rem;left:0rem;width:8rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVbWOhoXT5SQ0p7fCsDLA8cS39usTZB3 { top:1.6875rem;left:20.375rem;width:27.375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFTDWykDq47rRPDBtnyrpvTzQCiHhth3 { top:12.5625rem;left:23.4375rem;width:24.3125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGIV56TxzpIsl1TepWDNh4IVGv1T9iIL { top:5.625rem;left:0rem;width:31.75rem;height:9.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFMBTQsqFi6ym3onhFT2FqHKeuH9c3vf { top:8.0625rem;left:29.125rem;width:18.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6l1qR7cNOVcQn7VQk3LGV7fmm2QSeaF { display:block; }#q6l1qR7cNOVcQn7VQk3LGV7fmm2QSeaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPFb7NcddCG62Tp48vsxpUzCtFTe4BpD { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmIfvEJBmSft2KdhZFCqkQU45zTDmASw { top:5.125rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFM4MsantTX6ZD29DHx3WOqJX7WnJEIU { top:5.125rem;left:24.75rem;width:8.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9FNUSfzJPiAFzQs13NpOGMvPU85BQN { top:1.125rem;left:30.75rem;width:17rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBk5Zw949SgbmDzDPu6lMHckiTT9ewGK { top:5.125rem;left:37.3125rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMWvKCktMTcB8UmNg2TIbDuxuUaHfJS { top:1.125rem;left:30.875rem;width:16.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ozyR42mkAqHz86Gau5dWxkTqTVO7nL { top:1.6875rem;left:41.75rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSD18OOkPEVcGcqStEobP6yaOXH87fzn { top:9.5625rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1AatO2fxwbD34vhxaFTawwQVRZfyUD { top:14.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybChVQNwuttVwt0rHL4p5Ur81Poaam8K { top:11.875rem;left:0rem;width:28.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL8yV5nUk4kkelUZNF1xugeASDiR3GJy { top:8.625rem;left:43rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Gb4Zn77bRaMvOLSlRpoTSbvdTLRON9 { top:8.625rem;left:27rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPByHCqglTBsgTXdara8eGHbnR2U7Uen { top:15.9375rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8lmIt8CTtTJoWegtbMHQqMd5CSRzw2T { top:15rem;left:27rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znr2qgf6vIOrToU7tfUOtiurO81Mp40e { top:15rem;left:43rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXHbz4qfJGFw5peySdf8TfQ8Q3457ge { top:20.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk7dMare0hcHswXsQnUwwTz3Wp0KkzdX { top:22.1875rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzONpD1pPat1bCl9206THHG991H7LXvI { top:21.25rem;left:27rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExXxfmGb4rJAzEccErcolDktqKxQ7kAD { top:21.25rem;left:43rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLx98hstbTL2xirKJR1BEQQ0mrrmp5mi { top:26.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8WyWdqPGLiSLgOiA5Za3lfEi8rq0eHy { top:28.6875rem;left:0rem;width:28.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFOSzmTyiU73Ns2BKmK53QJvpXcbnZgT { top:27.75rem;left:27rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxm1zW48s2dTaFbC89M1hyvyahixa4ph { top:27.75rem;left:43rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drbnoZmkiZvSzxchxDus2gt9wMlEthio { top:33.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvdWZzbhmpItm9mXHy24GmNTbm4zH0yT { top:36.5625rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh4ZqIVK8rR4RcE4s5KF6rSXmWBzV09e { top:35.625rem;left:6.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFKFPwL1Zhk2Xphk09UQN4tbFMzcolX { top:35.625rem;left:11.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpGh8lnm7EAISeLlSNFF8EFpLLToeKhD { top:35.625rem;left:16rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEnQ7InAEbAIcDOKnTQ7cTC2pxUVAvls { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJSOKWiwUT9Wnk7DzkcUNKbvXBJw4bKx { top:2.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWOx8tJmHqRudsXvF7nKGc2lJcwE5HkX { top:3.75rem;left:3.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3Gp0EWbJmLqln2EbpvkxlfzbOkTXGRw { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KBa9RGZuNl9ZvFbfNgzCWLJ09GO9m7g2 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #glzBMZT4GtELcPzqMTWROZgTF2KN0MUo { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VPls7yimsSBKwBVZpcPszi1PHk2Um1T7 { top:3.125rem;left:9.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5qT581kt8UTBqWUuF5CDiVDXMrsDJMU { top:14.75rem;left:2.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiJMk7gkg8ITF6PrDnlyz3TwvmSwKsmT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KxR5Jf11Aax3RTUBa4FKDsENbtElFkKe { top:10.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7cX5OSchmiIT9Hz6kQ3oSvmEsHen4Sz { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xZ72d5D30aIvLz6lLCDg5vpPRxRvoNzz { top:13.1875rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBeR9pT5gbmADb3qrm1il3fmRAdTMEBM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #G2H7qxVSk8UMIvZlILK94m3o4kPGfyHX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AhGS8hdxrmN7CnwhQdTqxfLKXqCcD8ey { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #X4bOXSbu2MyIJHy1k8asnC2pAePXcQuB { top:18.375rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4hGq432rncxm7TlyoH1tVlbt0NZL1pp { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PDf59RBNIAqlwdR0MhRWvu6t0h436Tb5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Ii5tbGf5gV0ffOTf2mRzD2121tJowl4a { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #sbtWzqXEWTEANSpULrDIDqIIwmyqcrEs { top:22.3125rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXRG2RbfaoVAVS8LikJakoTTTRsU1bDn { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SD94ww3lkqeHbIxcNBP83H1N2gR70WTq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qEGdTyJim7TRcbJJhOnNELB9rUiOuHM2 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qJdxCIy2bwBPM3HHrwvDB0e1uTSQhfJk { top:28rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXrrTwVfvKyr0cheeCob8BofUgDsEnAs { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #C1tho34pFFIMwmGbPk32cK63CZZr0rg4 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EmC174zXm3bhWEFZKQdtAbDyqmlR7UNF { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #l2DTqdI7SQy9n87LcVv9bF9CEO8Opgi6 { top:1.125rem;left:0rem;width:47.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUmeiVITDnZOOBRvzMKztGeAsIW8NWNn { width:29.1875rem;height:4.3125rem;top:41.875rem;left:9.217041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvlO9QAudnUy0fQFvXWA1iqGdGMfpQqc { display:block; }
 }@media only screen and (max-width: 763px) { #QbAQtQihbIauAvd0SyGIMwmm5rO5UgdF { display:block; }#QbAQtQihbIauAvd0SyGIMwmm5rO5UgdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rg0VKg511FbMHS7v83R4nyQSU0qczxKO { top:1.3125rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4riXxWJMQux8goiUe7C5lt1HXkrl1AK { top:10rem;left:1.8125rem;width:44.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEsk2ixCtTX5L39tkVkcghZPEL5XtTa9 { top:24.0625rem;left:19.75rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsZvdSrMJaTZwDD6xhU27G9eDTMcAATE { top:11.0625rem;left:24.875rem;width:21.0625rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIdMnWV7HDCRmTUNNAORBaKT0KpnnIn7 { top:15.5625rem;left:24.874755859375rem;width:21rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRgdg3ycyZ7Dw42fstP5O13G60qW6Pnu { top:18.4375rem;left:25.5rem;width:19.875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b872y5IGpiAA0KtizuC5MQHNTvoexaOs { top:24.9375rem;left:28.3125rem;width:17.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2aMe66FU5HXnlBkXmftv4glEEJTpTih { top:26.4375rem;left:29.25rem;width:15.4375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntoPA8VTzcSGTUkHmGnm3fQvo0k2KkSZ { top:31.5625rem;left:28.8125rem;width:17.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVCRIv4vciAHHAbtzukhubcZPuU8L0Dl { width:29.1875rem;height:4.3125rem;top:36.1875rem;left:9.826416015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAhI2RkfMHp6Jtg5xLgtz3UuJPHeTxR { display:block; }
 }@media only screen and (max-width: 763px) { #iZwkfTgGUtefioS39fvH6L22OF8XZfwn { top:11rem;left:5.5rem;width:15.4375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JLovdcq2rqychnoXsenuyJynpn1R5W { display:block; }#d7JLovdcq2rqychnoXsenuyJynpn1R5W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHnp1wPHfORQ550xTIluZustbJzL3msP { top:15.9375rem;left:0rem;width:28.9375rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixFlqDAGKcXOpIxxOpW5Pq33ymPfzR9s { top:16.0625rem;left:18.75rem;width:28.9375rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DooH6wkRZ07Toe3nRFZNrkVLw093TPyq { top:15.9375rem;left:18.625rem;width:29.0625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTZyG6fG9pHqJoi9wT1ayIGrMaiDmF79 { top:18.0625rem;left:0rem;width:26.0625rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzoNM600KWwIgp4RyXW71xJcKcUXe2Su { top:15.9375rem;left:0rem;width:29.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQo8QnXJ3m1U8vglrMgvpswP1E6r5bHf { top:10.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycU3wDaSzIvTklfuhTxwMA6q7NXSsaQt { top:31.75rem;left:0rem;width:25.75rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxxDnqt4oK0ZgZm8s9RO7Z1W4LDMw6S { top:0.625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U74yT7JCOoiLvM3LsGhvaFSuVsGsxm0t { width:29rem;height:4.125rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbDipWBfWQE39RrfT6uzo6P6n9bUHqgS { display:block; }
 }@media only screen and (max-width: 763px) { #mDfMELQi8W0rD1o7yXf5LhfXXZ402bET { top:34.1875rem;left:19.75rem;width:4.125rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrE9SI3MtOOwzoIMOF5QpFd0R6MsIKKU { top:6.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8d1UPx8f3PySooa7X6qcXMTBvuxh5y1 { top:25.9375rem;left:0.87565231323244rem;width:22.0625rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfDbN8GGxIdHihS0ustpmAzDAvRrNvOw { width:21.875rem;height:2.8125rem;top:29.625rem;left:0.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5dcTXMArIFHAbXid8VAy5MZu69VF6Xb { width:19.125rem;height:1.3125rem;top:46.3125rem;left:2.3444023132324rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLIRmaaib3C2JsSJo4VfMN92molRRnGB { width:19.125rem;height:3.8125rem;top:49rem;left:2.3444023132324rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc37SR5nyKwyRQ9mRBwqfRioNOtPIqL7 { top:18.0625rem;left:23.0625rem;width:24.6875rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBlExS3xOex0KNFL4dKCLselmSn9T9Gb { top:25.9375rem;left:18rem;width:29.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC4Q53ToNtHJ17oTIi137gbnW0TMz4yV { top:28.5rem;left:21.5rem;width:26.25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbryR7cstfz6TuKatcUw890vp5XCyCm { width:25.875rem;height:2.8125rem;top:30.125rem;left:21.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXOWZyEfiZKUrGg7fnKTdAHtIXcLKUl4 { top:28.25rem;left:25.84375rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUzIMwLLoRAPTuJ0MFKGhBDLOnNtiuKx { width:21.875rem;height:1.125rem;top:46.3125rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx1F1v2gnyTwgZwSs1NT2r7PTTtHyl0h { width:17.875rem;height:3rem;top:47.4375rem;left:28.886070251465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqSK4vFEhGKkiuNAive6WTxHN2vG65Ui { width:21.875rem;height:1.125rem;top:51.75rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5SVUhyhy40Tk6GbJPsMzXBJECTIgo1w { display:block; }#t5SVUhyhy40Tk6GbJPsMzXBJECTIgo1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEQK6JiLDEWnOsRBcolWvVNUotBd0gpf { top:5.75rem;left:23.1875rem;width:24.5625rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f03WDgfBUnQNVLkacVsaBDf7uuTKydLn { top:5.375rem;left:0rem;width:10rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhCfDmpwVMCz8LOhJJUpHZ8oGQvFtfwZ { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hyby7Iq00xIkgTTTZpFOlAIbzaeONIKC { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-regular-label { display:block; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-checkbox-label { width:13.75rem; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h  { width:15rem;height:auto; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h {display:block;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #v4VeJl98uQOMz6rtxyEFh9D2EXKTRdG2 {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #FvpwGgd3ovF7DZGs9Hd8zMhM5o5zNh5y { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #cTnkwFbtlK0qhUxPhvzk761pNd5v219E {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #mTkKE7paZhaOWIzrsHKEZ3CKiP8ZGO8R {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #tcG33zPpPJRJRVTLmAWVp8Vq8HMkhhAX { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #tOeX05Ze4bRAARLsTQwt7itqxnhc9vtL {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #abRvC74kMsJeBc2cNPSniF8tdx8rQZM9 {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #sB2WRTkNWNRVta2JddqgyhogDgl0o8iT { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #THuszrxA2KFTgBF1wUK6f21KGsKFTW7u {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #UK4wHtTnhEC0BMnVAOdKhf1dPakFf96F {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #TvLW7BQuJyhOEAZbpI9RC4VTPNl0QhAp { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #S2AL2EOFl9iQ5yKkRfSR0BhkLmXPBpn9 {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #gR3MlmZr9N5zXqmucuTQonoqN5o6KNmH {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #e0wuBI2p1BSFrIsnSpiXeAzEcasRBW7a { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #C87SV3PyWBeEUTcTGhCJHcsoxrWpOzEV {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #R5hmusIHeCM3WrH81qDozoiDPwZDeeBd {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #DH2GdzTH1ylQigWK6fcb7bz1RSXXIKOo {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #plJ9elPBogvcCbncaJR2TDckUcqIPUbP {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #WCuX50u7Quwlse70dM3QSEtzz5reGM1z {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #Stb6tC4ht0qrTzzcROTI32h2pO2Qxs3E {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #A1o4nULB2w5tvsezCfcItUqVozCvt3un {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #Cu3pyryhic29kQTPn9ALeriGXe0f3B7X {  }
 }@media only screen and (max-width: 763px) { #l36i77X1G46xBE0nANpoGgBfTWrOzCpa { display:block; }
 }@media only screen and (max-width: 763px) { #sqLldhMLt51emDgGuhovHBuZK1IEEzVD { display:block; }
 }@media only screen and (max-width: 763px) { #nF2hAMr36ObNvM2NfSMboHQrh23R8exG { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #P1ZEkN3H0XAkzxqEqIpLuR3cekWxUQ8w {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SGXtqPiqPbPXpbRG32wEk0xv4y44VqwT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #pxaMMoxyc0TUXvvqdJG5nKmCLaacGXJs {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #oqFXonVrg6QOX1rKWCBzP7bdvIvyzUxL {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OoskysEezRmmwv2dKLXdLECB6HBQyKpk {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ecIZ1dlA4W0nuDX6dpWpO94rcVw5g6dZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SzQZ6OwoM3CfsZemKm5qapG9lBaNIT39 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #uf8zbmSTWp05xCtBosDniJCH9AABID5a {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #dT78kXkDxkZQfe6bJLxeowVOtqMz6ziq {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #c9vsBcOeQ0EamuiMrkosG5FOMrtw3v9l {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Hp6zlefyvHGedDZCTLar2RSv8vZyAEOv {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Tc9fnPmDyHOEtOutt6LfaWtEOrZe007K {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #qkgOHnhZIfXaTo2LsTT0DFwH43F3DJaQ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #TPw3Txd5BKSSwq8n8l3pkUmCNoAkJb6W {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #D4Xb3AReOMUSTJ0G6GZSEoiD5lBzDI7T {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #egv2iqCnTwGkhzg1XkewVnTBKE2SLOl6 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OL6I5CLsSdTT4EsVdWFO8zfgCiFOsqdM {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #StPrUm85XA6TGBTAKNBDWWDHuvN1yl7N {  }
 }@media only screen and (max-width: 763px) { #BylhdRr1cDDyVxx5y95343BiGmBv76Lw { top:12.375rem;left:0rem;width:30.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVNCaS0ltdCDchJxvXeAGQUReGWPpRhr { top:2.75rem;left:0rem;width:30.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlova5fs4IFgMi8LADlgaykgNRhqJKUf { top:7.9375rem;left:0rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZgT8b9Nu5liNbsnVMpGPwJCiTbmMIb { top:35.5rem;left:24.625rem;width:23.0625rem;height:22.501514205559rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPXkW3LuOev3h4dwrRTfLsrFxTJ1MbO6 { top:16.25rem;left:0rem;width:26.6875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdVeRGXJU55VAHBAZxoKJEaMqSgLnIuK { top:17.9375rem;left:0rem;width:24rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBF1Z5S9oBsotIvvnZleCfwDvGTRqQGa { top:24.25rem;left:7.25rem;width:0.1875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBeobHyZ2PhQIAFTL7WmIxoAqi6ZeFCw { top:24.25rem;left:9.875rem;width:9.5625rem;height:7.62375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIeNsdAPRW9eVTQpou5I5wLVySadqHny { top:25.4375rem;left:0rem;width:9.75rem;height:5.12475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgQ6LArquKBeIRcFZWTzyR1MdIQzTDua { top:29.1875rem;left:5.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DouOlUNnKz24Ml69aoJppPoKNepl5LBI { top:32.0625rem;left:8.187255859375rem;width:11.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4gCEThJgelzSzb378Oh9iUvVJcegAZT { top:30.5rem;left:5.25rem;width:4.125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhPtGthOwUmsH7VEOTVEqv7sTkFmabVU { top:33rem;left:0rem;width:11.4375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq7Qo23Tbt7qGBl8XxazFfgV1tK4DprI { top:36.8125rem;left:0rem;width:12.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp7t6mgAE8FfA0tt3VIF40bibrt7dV5e { top:36.8125rem;left:8.25rem;width:12.5625rem;height:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLWi5ba9klJT0v81Eu1kWu44GbxfTI4 { top:38.8125rem;left:0rem;width:11.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3XouEpImAzRxP82z28Z6v6PM8EgIiW1 { top:38.8125rem;left:8.6875rem;width:11.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSbb3X9ZWoV7Do5dqo1oooZEX3sLlVtC { display:block; }#QSbb3X9ZWoV7Do5dqo1oooZEX3sLlVtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-regular-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-text { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-text {padding-top: 0; padding-bottom: 0;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-textarea { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-select { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-select {padding-top: 0; padding-bottom: 0;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-button { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-checkbox-label { width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw  { width:21.8125rem;height:auto;top:4.375rem;left:7.4375rem; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .radio-container { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw {display:block;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw { width:21.8125rem;height:auto;top:4.375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #nXn3XepT2SHRVVsqTtH5pXryfCqt8MT3 {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #VFoRiW2iOX453MpHN19UaEXCfvH8TQo4 { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #oZryL40bk1QrbyaSi79Sihl2o1FhRNQF {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #mx4MiT0tuXTtl5IlB1OQA0trTqWg6RgW {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #LKsT3hhv8oSTVngEqV7CrWFHAniud0KH { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #fOhVUlamodyp3pvyH0br25CupLisxaGP {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #oTZTKpn6qN2TR8gfOwuCZuTNOz8BJUMq {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #lFFLhZHQCEVMDH4yZVkGvnTeTT54nzUw { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #QF4x9k1gti4VkvVkeufX2Na3ywMzWqbg {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #CaoBzyXhgy7zRJwD0KJWswcwGTrVyNWg {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #Mbfb3G3XXlKBIbDTqeAT6Ntm5LQMxpPc { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #HL9lizbcwyGZcf3KAZql1tcTiH4FT6Xv {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #QrVwhttWpsqS3pRh0mhxydTUQ3BkVff0 {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #hnWXIASeuATQrdEUIRJ0kEVVZsfEReLx { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #ziMcXObIflZsEFUOoASDcV70QQrS3SpJ {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #NgEcq4QCwlTlq0I2tuplKUanWcnXTvh8 {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #doviIQ7F81BCqIrzFu8lXvvXxrJy3oRk {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #xJTZinlKrQIlVh9NyrX2WqkDSAQnsCOq {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #IbyKC1n62aI4oVC4X2M1rolovZHH1AAr {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #zSUrGDudiZfAD18BbU7W5TIyxsCfpWB2 {  }
 }@media only screen and (max-width: 763px) { #XdhohebXeU5rpUPT2TFVyPlaSdxcNWdB { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #ETF5nwHGrlqHAlC4AP1J8nxk6mTZEd2o {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #VAmR25UkUPHJzyC3zrJMSMBNWNTNaLhI {  }
 }@media only screen and (max-width: 763px) { #DDbmsw6QQ1Lpn7LJrZtoRACPF5J16n8O { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #m8rmQdeTBq9LZnTqu0Pp9h9C6e37Jodh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JTUO8aCTyLZtk2CTaWGnCLKHtPV4FxsZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oFzpTfvplwqtcwBKTpLHUZ8vfK7u0QCI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LU5gWzrX8RuHeVqQMQz3ow03ABtcih0I {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hqUpTPc8PAimJhayiQnhpi19m6ZMFWSZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oo55ET2dwo9mtu2pkQWzIKsbFUGoPh7f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w6KP1QXXLWASPolzRrlHuQ7m1H9igtJS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #agk9r25pTIKKZX8wl6GeLkcW4p4sHCN6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QLLcR4sWzRic0pboAbM0CPMbilRSyvkr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TbJUpO7MFBLZ7LeVznCr4r8hyQc7pt4g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FUZfMc2nP0B6qHyMUm2NIpTCWe5M7t27 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #He0X4u299x2LCCP1pPCgPTTLH4qSLC6J {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GiPkQ381ZnSmXIrbV8q9v1PlTaL78l6K {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NKIxy4z4M3s7f7TmkTV1aaMOOZszft6I {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tZ4HPpuRulC8mQLhCT0B7FNdPEZ7IhbG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #chA0EHKF2gRfvsJeOamUXNRoIn2zWhRc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TafzKTD3DNr78S1P0f4zNT8FHrxqINPC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #q3lfyBo51Agmcsiu3S5cz2LcMdTmzk4P {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JF8DiUfwA0nr6sKNdN6IhBWngTlobU5L {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lwpdKsR9HEx1Mdkqzl9CfBfTZ3ZbNSit {  }
 }@media only screen and (max-width: 763px) { #BoAcPBMRWo8qCsQ1mbGqu4kU1RF6iUdX { display:block; }
 }@media only screen and (max-width: 763px) { #Nn1Q8IlZupuJ2ewPgkVulEWizg6MUnRt { display:block; }
 }@media only screen and (max-width: 763px) { #tPG6uDDw41dk9pOXzk5c6S3g5OO8ETEA { top:2.4375rem;left:7.1875rem;width:24.5625rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE1mbL159GOyuGBDTcddMhIXhPvoasOU { top:31.0625rem;left:24.5625rem;width:23.0625rem;height:22.501514205559rem;display:block; }
 }@media only screen and (max-width: 763px) { #RefCO21VtmiCyfJ27f4ytINVJCP0frtz { top:2.5rem;left:0rem;width:30.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWLBxU11EydtidzATbbHQiktwOOrOOio { top:5.125rem;left:2.25rem;width:10rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnL4Mb4VL5Qa1iNi1kXPJVUgtbmRixan { top:7.6875rem;left:0rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXxTUddwLqvb8f4efyee3NFTekmhOnX { top:12.125rem;left:0rem;width:30.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB6JrRB3unFJARyKt4sz3z1V30WItMW3 { top:16rem;left:0rem;width:26.6875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWu8lVTHaqofwQOKevUq4is9zaF8cpZV { top:17.6875rem;left:0rem;width:24rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqd0OzTtlrGKOmeWgfPyI2CBRTqxO707 { top:24rem;left:15.5rem;width:0.1875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQL8rrPfHwpRVOXQ2E7zEGbziTahyVB { top:24rem;left:6.3125rem;width:9.5625rem;height:7.62375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh7vbGL286389ZTrmeJRhPD1DNUmwPO3 { top:25.1875rem;left:3.625rem;width:9.75rem;height:5.12475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wedRC0LGN9aWJvKEg2AFZJwpxgNSca { top:28.9375rem;left:11.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtP52JvD7KRvog4SImBKwWp7ad8QnKcP { top:31.8125rem;left:4.625rem;width:11.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRTBsgHoGHUgECu7DUtRAX91FmPZicN4 { top:30.25rem;left:11.75rem;width:4.125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihF6U7T5y9II9hXgKcQxbZRuU5fNXCfQ { top:32.75rem;left:2.75rem;width:11.4375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk8TTiKlhmlNa5k8wD8KQ8TBPRBHT5so { top:36.5625rem;left:2.25rem;width:12.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA8eFCN7VIAWiDcTOMGFtH6aOOihgIQF { top:36.5625rem;left:3.3125rem;width:12.5625rem;height:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRJ7BNOpkK8RHSfCPs2dbF4Q6SgvtXzC { top:38.5625rem;left:2.25rem;width:11.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLe1QB9WLLXqThBESKStnseNZG3IwB4U { top:38.5rem;left:4rem;width:11.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHKP4zRCQKPsyxRhBEAXr1zkkkQemQuo { display:block; }#IHKP4zRCQKPsyxRhBEAXr1zkkkQemQuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8E9Sf5Zt9INTTQTNblNMTXWyaws81DC { top:6.875rem;left:2.5rem;width:42.8125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVyLQkeOfqsO1dUWVzG01yzmPkETcQ8d { top:3.1875rem;left:4rem;width:39.5rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi2FMNIlQuusks8aLcQRQhoskH7p2Hq0 { top:2.375rem;left:1.6875rem;width:43.125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWxlyeIhvzwAFvfO6mG6gTEN1brhsSBF { top:3rem;left:2.1875rem;width:42.8125rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuFpHlcg7R7XioowGO0W9PpN6BIrmNp7 { top:12.3125rem;left:0rem;width:16.5rem;height:28.250142048683rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2u4JolFup6uiqO6uw9He9CUUKnt4Lrg { top:10.125rem;left:0rem;width:14.0625rem;height:20.1245rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfoX578KrFpIFTo2dU2xEmZi4WHF85D0 { top:31rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqyTqMHOyUzBIow5sBszI4I89uZap0H3 { top:33.375rem;left:0rem;width:16.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMaACtTDSHMy6To1HLeiL3cSqrZaeyAA { top:10.8125rem;left:32.75rem;width:15rem;height:19.4995rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRMSqXpPH0FgSMMzdO5KN9GsV5rm3McK { top:12.5rem;left:31.25rem;width:16.5rem;height:28.250142048683rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwdBkym1tnoa5TBHOrnuMTz8UmhdML9J { top:31.125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VepvWWqP2KZJFSLlP9JL1mTWZwBZvOkP { top:33.375rem;left:31.1875rem;width:16.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXk61SOOKW6TGiW40ufVsiuFC0TmarFT { top:13.5625rem;left:15.5625rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0bCGfgAE7ws9sg4n9TSxOSksXTJLis2 { top:14.75rem;left:17.625rem;width:16.5rem;height:28.250142048683rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ANLnIhZkuNcbtTe7CNvZWIPMrEudzt { top:33.4375rem;left:20.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfn8mlV8cH6JG5ZSHlhybWAucDT3zda9 { top:35.8125rem;left:17.5625rem;width:16.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSdIfTG1yleZtoqdZBcqwUT9Xdzv8RSt { top:39.875rem;left:0rem;width:16.5rem;height:28.250142048683rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFwEc8CkSPsuyAIc0a9CJcBLcm4wTgHb { top:61.25rem;left:0rem;width:16.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqCtU0ywbSuCEAMdTwilZ5LSUdRAU8Es { top:58.75rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQTXOTsx2MKgXmK8dSZF2Z5ctXZzabOK { top:37.9375rem;left:0rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozJh998Voe3H9RII7CAdTozgB0mOQRkT { top:43rem;left:17.5rem;width:16.5rem;height:28.250142048683rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWtMcTaGypEGrv8dGisQkvKmZIoA2hz4 { top:64.0625rem;left:16.8125rem;width:16.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp5ByQklrQCOrEsrsnvtsgfAqnOXyciK { top:62.1875rem;left:19.625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDJ9XrvyqrR6Hd1OsXoHP3EaCmAL0yv4 { top:40.6875rem;left:15.1875rem;width:20.375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWbqve6S7aintQvG1aBh5KkNn0qCTpm { top:39.875rem;left:31.25rem;width:16.5rem;height:28.250142048683rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft9A8wl4OUKfbNIDzFl95IDfIyerBakr { top:61.1875rem;left:31.1875rem;width:16.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2o5hpcVRoWcXRwxf05GdPADLmTiyfvn { top:58.6875rem;left:33.75rem;width:14rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9DkHb19wG9eysMvC6By8XDz10sNyWT { top:41.25rem;left:33.375rem;width:14.375rem;height:16.687rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8dsrufN4WXlNnVzTxkvaKb2ylunncoz { width:24.4375rem;height:4rem;top:70.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Rwb9JWX3rFiI1xD6rM1zJRKTyflEU2 { display:block; }
 }@media only screen and (max-width: 763px) { #yR1F4TNoSqhroqLCXLzAShbhaTe9ZeeW { display:block; }#yR1F4TNoSqhroqLCXLzAShbhaTe9ZeeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTxk9K4ATNV2vxG7ZPrd3be94tfyTRBF { width:24.0625rem;height:3.625rem;top:41.1875rem;left:16.1884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arAk1c8ygNls4qITJVNrmgPxLHmUKi7y { display:block; }
 }@media only screen and (max-width: 763px) { #mybte5EXRECtd9c3XTtL7H2vp7eAHrSU { top:4.8125rem;left:0rem;width:47.75rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKfVMWlxMpPndESXZCoR4eH7STcq5v3i { top:8.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4CUClHwVCLdOPdHBNgifB9ofDXzO98y { top:3.3125rem;left:40.5625rem;width:7.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAC96R3bW2SPmV2Gn6tk9iSz9pJ978LM { top:15.6875rem;left:0rem;width:16.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR1qvFI21Z0cb0TZvyHZ2ouOXTSUZ6Gz { top:14.5rem;left:0rem;width:14.75rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEHHA8MTXWfB0Z3k7pM7TATHGtCILaqn { top:13.8125rem;left:0rem;width:16.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWD0BkPnPbyXLDoiO3mRFNR7lvE5TIOK { top:18.75rem;left:0rem;width:14.375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBKo3aVDs3KVSywsvzflWwHgZeD4fwf2 { top:21.875rem;left:0.5rem;width:9.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviUwhZ9Vb7KivkCJNIMCeJ4ymA0IW54 { top:25.6875rem;left:0rem;width:14.375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1mnqdSGWUUufus8gK5UGzB3fbysC74F { top:28.5625rem;left:0rem;width:9.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVphINNbKUTDxxUImdG0TCMlsuqbZuF0 { top:14.5rem;left:19.375rem;width:14.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Engw3XFLE0HgMlPJRnWqZJ9d0Pr4x5p8 { top:13.8125rem;left:18.625rem;width:16.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPEZyECIFdCwJpB31igmboVq5LfKsa7t { top:15.6875rem;left:18.25rem;width:16.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGa8It3nnHRNnOMa4cZyCz83DIsLzbKo { top:18.75rem;left:19.5625rem;width:14.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdDLwZv3QZvf0frzkB7mTmqc6L9RpqWB { top:21.875rem;left:22.0625rem;width:9.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks86rmIpZ7KGVK7oqwAzT5naTUwEHGGe { top:25.6875rem;left:19.5625rem;width:14.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIqvH3MbFBzTg7MpoOFaoXA4l5nOS4Rw { top:28.5625rem;left:21.4375rem;width:9.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm5QDbEVfhA4SLJtuvu43Z0L7zAoMZau { top:14.5625rem;left:33rem;width:14.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTaKeKqhdSxaDqwkHFkKrTODMOmEKFXT { top:13.875rem;left:31.4375rem;width:16.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfXXwTmgiwOngm7P5ZeHDGylro2k5ctu { top:15.75rem;left:30.75rem;width:16.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3XqMdbyThHMzLhekmk5253mLHI9J0TN { top:18.8125rem;left:33.375rem;width:14.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWMidF6iDEdNXWsApAHHTUHA1Xt8dcHy { top:21.9375rem;left:38.375rem;width:9.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpOJLHhmU5xnPsMl090yraCsrZt8NfaH { top:25.75rem;left:33.375rem;width:14.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPPserJxO03t6xJSoFMPOSWSUbz3iQIB { top:28.625rem;left:38.375rem;width:9.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGKcCgqhafQviIS23LdQbqKsAAOi6TzI { top:35.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOJkUtrL3okwiTLz2hikqovuGwMvRhsB { top:15.6875rem;left:0rem;width:16.625rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUmRrTdSqFWmZehL3d0RA9GXpx3Gf8us { top:18.75rem;left:0rem;width:14.375rem;height:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFRWTXFgkAeokhPNRTFnhZcUzcbWnan3 { top:14.625rem;left:0rem;width:5.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxuAHqmZCUGZdFPGBzSTpsuXtzrl50Xo { top:25.6875rem;left:0rem;width:14.375rem;height:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfsEhL4s6rOKnCCFocZc8nycSAZwwRsL { top:15.875rem;left:0rem;width:2.6875rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKNl67lzp2iBhG1pZ4THGZ6EoJW4TzcS { top:13.8125rem;left:0rem;width:16.3125rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ryv5vQHASxNsm1vRlB2Oyupzz19C1cve { top:12.5625rem;left:0rem;width:8.3125rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pErpFtMLn9sUyo1S2ms55kB9dg1EirKf { top:15.6875rem;left:0rem;width:16.625rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #foJoHEc17ZqMGFPvUa1eXXt9PoTIy0UM { top:25.6875rem;left:0rem;width:14.375rem;height:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaJb0Z9mrPK5QKD6PxtAPduIEuNc3inW { top:22.625rem;left:0rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzashuFPJ6nTt7n5IwCMdT3OfcfTW6FL { top:21.375rem;left:0rem;width:5.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPfETPOW4MDLTqQANdRbUquaXQU3rvwb { top:18.75rem;left:0rem;width:14.375rem;height:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVOxoL2NvESSQLdumtwEk5ZQ3HnMmA49 { top:13.8125rem;left:0rem;width:16.3125rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEEfmRMxUWIdLMuTPAgiZleG1ZqrGSW7 { top:19.3125rem;left:0rem;width:8.3125rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#02150d;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 { display:block; }#hTVWAkUOE2DfrkFJo8kptkw1AMntACl7 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBmC3FIJTtRAUbOtdDnn17tBrPteJKTz { width:20rem;height:3rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEvHZUTorTGXTziDUKlBfW4OKhgzp6SK { width:20rem;height:0.9746125rem;top:4.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkqwMPhM9iC2pfGz8VPZTLzhBQhzKohg { display:none; }#NkqwMPhM9iC2pfGz8VPZTLzhBQhzKohg > .row .container { width:20rem;height:12.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KBU91WSbS9C7BrzZb4Qt8cSDVvTrwfgW { width:20rem;height:5.25rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otNpF7Uiv0MTXxQBaeD1DLM1RJgv3TtF { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS { background-color:#02150d;background-image:none;display:block; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row .container { background-color: transparent; background-image: none; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row .container > .video-iframe-container { display: none; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row > .video-iframe-container { display: none; }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .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); }#IZpgXSBKkPNQGFsO2Hcp1XpdwAmmTDVS > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZkaduwHlvz3fGoqSblRiqNshrrxO6PR { width:20rem;height:0;top:4.5625rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #P1VxxAIOWyvNxU9iTq4qEyTrh0pZCX9y { width:9.5rem;height:0;top:4.5625rem;left:5.25rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #lMSm9STXK7t3yWzRp62QGz9OmwdGQdEH { width:17.25rem;height:8.75rem;top:9.34765625rem;left:1.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UHLut2KFKL6caGsweIL6L3Tbzxs2sw0b { width:16.5625rem;height:6.9238125rem;top:20.875rem;left:0.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }#UHLut2KFKL6caGsweIL6L3Tbzxs2sw0b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #s6VR1VOVA9MZZrpwwTN2ddFWNtfkNuRt { width:11.5625rem;height:2.1875rem;top:31.3125rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXtHzg0itXgPmiMFzgFI40KnVB2Tk5XP { display:block; }
 }@media only screen and (max-width: 763px) { #yBbBlAkw8JT0hoLxwuNCRTW7QSAK0byH { width:7.8125rem;height:1.5rem;top:29.1875rem;left:6.125rem;font-size:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9bf4ce, #1c9987);background-image: -moz-linear-gradient(180deg, #9bf4ce, #1c9987);background-image: -ms-linear-gradient(180deg, #9bf4ce, #1c9987);background-image: -o-linear-gradient(180deg, #9bf4ce, #1c9987);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bf4ce', endColorstr='#1c9987' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bf4ce', endColorstr='#1c9987' );";background-image: linear-gradient(180deg, #9bf4ce, #1c9987);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IuHzwrVtRCgLF37acm2JBzGzLZXi6isI { display:block; }
 }@media only screen and (max-width: 763px) { #QS7zzTohP5aEH14ZGaLGUQIoVwgQCWha { width:20rem;height:0;top:7.3150634765625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RFyntSQW4USdHTL4v6xqHoBmMJMZTWz3 { width:12rem;height:0.89355625rem;top:7.625rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FCsvoD63yD8rpMRRFvqIOdAsV2fPWSZ2 { width:11.1875rem;height:1.54361875rem;top:19.09765625rem;left:2.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x2P3pCiiv4uDATLfTkFuydfSpK2lBUWv { width:13.625rem;height:0;top:58.6875rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lKnyapI3tSBt1E9NTo5BbO3ac23EXgtE { width:13.625rem;height:0;top:43.625rem;left:3.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vfq8mbkAEWs6sN6SGABmpH2Pg03GRd76 { width:18.0625rem;height:2.5996125rem;top:4.4375rem;left:0rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(211,255,236,0.73);display:block; }
 }@media only screen and (max-width: 763px) { #sPk3n3c9hlTO3a3UhIDEbOvmQc3vHazl { width:10rem;height:3.3125rem;top:0.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZAMIDx8reNIwLIxaWJAAoFeqoQ2Idq { width:2.3125rem;height:1.3808625rem;top:19.16015625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwiZcbePESqTsLbGihhrsmc3r4Isgr0C { width:6.4375rem;height:6.3125rem;top:28.500000953674rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUOipHAXkdCdNAFkftXkeQMKHZCIOmwJ { width:7.375rem;height:1.25rem;top:7.875rem;left:11.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNfbHawlXAMnvzMDCSQN6W704sHptyMp { width:5.5625rem;height:1.3808625rem;top:19.16015625rem;left:12.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xun90ZCmIonmEzmxFuX8cxft4Ra0HTUJ { width:5.875rem;height:5.875rem;top:20.53515625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6evEDvFnLhnUveDLG7oAORRwS5lwzPR { display:block; }#A6evEDvFnLhnUveDLG7oAORRwS5lwzPR > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBUCOhQkwU3k90qB5h3rSOuHpp2D0AgX { width:12.5rem;height:1.29980625rem;top:7.2001953125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvIOETVIaXxsbVMwR9p40Sw9ONzc4tgq { width:12.8125rem;height:2.4375rem;top:2.94921875rem;left:3.59375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HKs8B5tkKkTVgGNm5qoCwFozrKAKHSKL { width:17.625rem;height:5.5rem;top:14.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy3EtObOo8VPvdIPByBK0WTqX3D028cQ { width:14.3125rem;height:0.97485625rem;top:20.375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9uxi4HEXOE9Kw74Fq4tOk8Ho6nQm6y2 { width:5.875rem;height:5.6875rem;top:14.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7GqmsCEtZivZSDdmWCzwmQAofGHLg7m { width:11.1875rem;height:8.0625rem;top:5.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knQMgkpuynXz5hxLxExJP4dbar4BwqJu { width:20rem;height:12.5625rem;top:1.568359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXvMT856zoQTsyCOpaFMBn70bzM0Ppka { width:7.8125rem;height:7.5625rem;top:-0.2998046875rem;left:13.546080508474rem;overflow:hidden;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VWeCVt35D7nZ4KWI0fT9hdiGVE0bogOI { width:9.6875rem;height:6rem;top:7.19921875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3r9OoM7qtD4BIaJlAFrrvhkwvwxk8p5 { width:11.5625rem;height:2.1875rem;top:21.8125rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcsX3iNIIJbpKihy6dwQOBvWHLTrfgSe { display:block; }
 }@media only screen and (max-width: 763px) { #m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr { background-color:transparent;background-image:none;display:none; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { width:20rem;height:70.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MU3g6sbuTOyuof1A17armeVIsZSchaOL { width:6.375rem;height:1.0559875rem;top:5.75rem;left:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCOJpcXogQhBWUMCsGEakuXoGTpVr3PI { width:9.125rem;height:0.8125rem;top:9.1875rem;left:7.9365234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veXcatIvnMwLNqrNLs47k8MJfTs2D0mT { width:12.25rem;height:2.76171875rem;top:1.625rem;left:3.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGWreJyak1rMEBu8ElVzg4TuSA4WC4e2 { width:14.375rem;height:7.8125rem;top:6.25rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHX9BQ5AfJEOrBebLCbqv5ynMXoafcL { width:8.75rem;height:1.875rem;top:5.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d92lL4JaKxCZbQqKod3qMoT6FyZHcbwd { width:6.75rem;height:1.3808625rem;top:10.0625rem;left:9.1240234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQo3oTCZrAeMRpHlpAXxRa2ifKWARaWV { width:14.375rem;height:7.8125rem;top:16.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgmTZdWQVwVSn7sWGhZdvg92uZt74HL4 { width:8.0625rem;height:1.0559875rem;top:15.8125rem;left:5.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDVt0Ae4if75Ob5XKK8AmO5XX9vFeRT { width:9.6875rem;height:1.3808625rem;top:19.9375rem;left:7.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc6B6OgRX33FxklvbDFDT1VoGu6dhK2g { width:6.75rem;height:0.8125rem;top:19.125rem;left:9.1240234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkB5Weulk0m2UqAqHnf0vW33Nib7I0a { width:14.375rem;height:7.8125rem;top:26.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUbFUKcoPBR7IBenQtUOJ5SUaN7pc8DR { width:12.0625rem;height:1.3808625rem;top:29.90625rem;left:6.4677734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8FHGrTAihWPmtnCqMaKxw5NuoydwsJx { width:6.8125rem;height:0.8125rem;top:29.0625rem;left:9.0927734375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QluVW1irB1lg1bbCTnoyFnJGCGGgGOBf { width:8.4375rem;height:1.0559875rem;top:25.875rem;left:5.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T424myeQep4xct6TIt7pcbxB4Uv0Pd4u { width:8.75rem;height:1.875rem;top:15.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwDXh8lwguAQEXA8PW6Ar26TLs7HLEi0 { width:8.75rem;height:1.875rem;top:25.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDzAzxzcNXb1tH1bQ6AxDk85rFRg6QW8 { width:14.375rem;height:7.8125rem;top:36.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XDb7zElqeKJWfK9PKCpNDEtcsmIuZL { width:6.875rem;height:0.8125rem;top:39.1875rem;left:9.0615234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyw2cTm4o1RKM8EntDJnsL1SXEoBrqgP { width:7.5625rem;height:1.3808625rem;top:40rem;left:8.7177734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9sXWWUnliMtw3kdOFaSoVhrPiPK8gv3 { width:8.75rem;height:1.875rem;top:35.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L06ER8r4IeCCNklcKznQkXxRTrrciuOs { width:11rem;height:1.0559875rem;top:35.875rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyk9V0vlLuURT9vvtRTKzgAmobnMeqQQ { width:14.375rem;height:7.8125rem;top:46.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI8Sag2vynMJahZCVKnSCTvJ7vSJGgzs { width:6.375rem;height:1.3808625rem;top:49.78125rem;left:9.3115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABM5cu6135exMDudqVcUR8UWaP5NqCzF { width:7rem;height:0.8125rem;top:49.125rem;left:8.9990234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQ6kiHHePwuisGty1dOd99Exi46ZXkq { width:8.75rem;height:1.875rem;top:45.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV8zysnnqJRX9IP1SWL0NTRc1XivKftU { width:13.6875rem;height:0.89323125rem;top:46.1875rem;left:3.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwSMagvWZWIBVumq0J9iFyA6xhU8Kdos { width:14.375rem;height:7.8125rem;top:56.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOSdF78nafs4AmH1syFokdK78mlc5Kpr { width:12.0625rem;height:1.3808625rem;top:60.5625rem;left:6.4677734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0r3dDiawHkrSXDoqs34xQQR7JXR1uE { width:12.0625rem;height:0.8125rem;top:59.75rem;left:6.4677734375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTPwxczdLoFlcKn1dndB5SLp4Mtlxx4 { width:13.625rem;height:0.89323125rem;top:56.375rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahf0CQbVUP9qTWPMsXkMpFwwT3Zp6t2t { width:8.75rem;height:1.875rem;top:55.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeCcsJ8aNPzrML0m9h3tTXV2W7Fg6cJl { width:11.5625rem;height:2.1875rem;top:66.71875rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urP6e78SyQKFaTWoF1EEWx2c9rZbQLHE { display:block; }
 }@media only screen and (max-width: 763px) { #o0IgFuTWe5BKswBbDRPl8OgE6Q5SUsF6 { width:6.875rem;height:6.8125rem;top:7.25rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB61ebNdtegdOE1TAUG7Mb0L3vswVqf1 { width:6.8125rem;height:6.8125rem;top:17.3125rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyyTb7Nlgi54HZZSn57XH0otUV6Suzg { width:6.8125rem;height:6.8125rem;top:27.375rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQFq1iUuJmq3CfkdGlr5biTbNsDZSxWl { width:6.75rem;height:6.75rem;top:37.4375rem;left:2.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfRkU648BE4BTvdpcM3aEHmThluTmVd1 { width:6.875rem;height:6.8125rem;top:47.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI7hVqHnM7EKvaH5D32UbsRDLfbQvvDm { width:6.6875rem;height:6.6875rem;top:58rem;left:2.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdITxED2AO437P6p9U59dL4Ma0GbMlU9 { background-color:transparent;background-image:none;display:block; }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row .container { background-color: transparent; background-image: none; }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row .container > .video-iframe-container { display: none; }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row > .video-iframe-container { display: none; }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .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); }#CdITxED2AO437P6p9U59dL4Ma0GbMlU9 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GP92m0eD05mozlZ1K72a2HaztxZ86PqZ { width:6.375rem;height:1.05615rem;top:5.75rem;left:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO3KO3S8sS3x6ddXqEs4duzr9Uz34uDe { width:9.125rem;height:0.8125rem;top:9.1875rem;left:7.9365234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrsBsxKe4u9evqRMk0G49amyU77TIfNG { width:12.25rem;height:2.76171875rem;top:1.625rem;left:3.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwcLG0onGm5BecOxIAiVoxxG8nGPqTGE { width:14.375rem;height:7.8125rem;top:6.25rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2VIosNkicKP7Lei3LmuJ5JGegcg5Sms { width:8.75rem;height:1.875rem;top:5.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9znJoWxJRf4BFsgOHg4pkOOGa4vdzd { width:6.75rem;height:1.3808625rem;top:10.0625rem;left:9.1240234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGT3VGT3LpMKtvWQefGaCUXacWZC3T3L { width:14.375rem;height:7.8125rem;top:16.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4SlNfxtKN9fmqC8wuJTTvl6M8NtpTP { width:8.0625rem;height:1.05615rem;top:15.8125rem;left:5.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POs1sgO10hRHqZQVadLF8kJbA3XPTGOk { width:9.6875rem;height:1.3808625rem;top:19.9375rem;left:7.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxe0a2SpSBpT0xh9GvxJNecfZKhzalss { width:6.75rem;height:0.8125rem;top:19.125rem;left:9.1240234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSZ3TNzp2tmWBrz3xsMRDTcnQfwvqLB6 { width:14.375rem;height:7.8125rem;top:26.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihVpqGaIgDehqJVBAa8iixm3GJDqD9SF { width:12.0625rem;height:1.3808625rem;top:29.90625rem;left:6.4677734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUtaTZenRkrMlgL8gO54560VSLJqAPg { width:6.8125rem;height:0.8125rem;top:29.0625rem;left:9.0927734375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaFgdyx8k1qv5QTHdBfQDWuvdtWtN5F8 { width:8.4375rem;height:1.05615rem;top:25.875rem;left:5.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy5GQuJTZIguJggJgqVOgG4KxcRmA1BN { width:8.75rem;height:1.875rem;top:15.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqIS8onOBzizpOc4SihVXGpOWaylUlP { width:8.75rem;height:1.875rem;top:25.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGZrdziMS5VSD8rCk7PosJVxnnHq2vHe { width:11.479166625rem;height:2.104166625rem;top:36.09375rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfXq4dUVavFXT6wbieTC9Ve9I0QycGus { display:block; }
 }@media only screen and (max-width: 763px) { #RGTZVlfiyksbxzowJwJ31b2cNhIpLi1R { width:6.875rem;height:6.875rem;top:7.25rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgHw09QJkxLK5ZkXhZppseFSMBZUNNXO { width:6.8125rem;height:6.8125rem;top:17.3125rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTbTSSbZwiAfA3TmV1zDow3IvKGswQN { width:6.8125rem;height:6.8125rem;top:27.375rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk { background-color:transparent;background-image:none;display:block; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { background-color: transparent; background-image: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { width:20rem;height:140.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srTH1yHVT4m8tqlI8upC3boa8ITClqTA { width:18.25rem;height:15.25rem;top:31.875rem;left:0.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OXiIiF8fcElywRZ4n5EupAPEBMNuT61i { width:10.874625rem;height:1.875rem;top:31.625rem;left:4.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #H4TWv0dFy5STggMPfWLhcVN42TtaHgx2 { width:12.5rem;height:1.29980625rem;top:31.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK { width:16.9375rem;height:6.9619375rem;top:37.1240234375rem;left:1.53125rem;font-size:0.8125rem;display:block; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:before{  }
 }@media only screen and (max-width: 763px) { #JWuTFbiV4EuIhig4unxZTtdJoZDAmURc { width:12rem;height:2rem;top:50.4375rem;left:4.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zT5iJH4xmXwMTefvxhlak7k2eisRJ9CA { width:18.625rem;height:15.0625rem;top:50.6875rem;left:0.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #G6knSssMfn0MkSnZcW2TVTG6EwkBlRbn { width:14.749125rem;height:1.29980625rem;top:50.6875rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz { width:17.0615234375rem;height:5.9057625rem;top:56.375rem;left:1.5rem;font-size:0.8125rem;display:block; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:before{  }
 }@media only screen and (max-width: 763px) { #hB5mZgyWJDZkz5L7oPAzhsZOrJAs15MC { width:5.1865234375rem;height:5.1865234375rem;top:32.5625rem;left:13.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdZAtWafsvT1cRPRuT2JPPZ5lS0VgFF6 { width:11.062rem;height:2.062375rem;top:67.625rem;left:4.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wLIEG2DuqheIznAyaBUX8GW25g2GrRRC { width:18.9375rem;height:28.8125rem;top:68.5rem;left:0.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BsMdOMD8qsW1zS442MnBzM4EdfLHxTXF { width:14.6875rem;height:1.29980625rem;top:68rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 { width:17.4375rem;height:6.9619375rem;top:74.375rem;left:1.3125rem;font-size:0.8125rem;display:block; }#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 li:before{  }
 }@media only screen and (max-width: 763px) { #aH0hNo28HIB9xHaPIxugdS9ETMsqfW95 { width:0.124511875rem;height:12.999875rem;top:75.158940039063rem;left:19.875488125rem;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:none; }
 }@media only screen and (max-width: 763px) { #TQRZaHNQUTtdustTFTvpTzvu4LxV7CRr { width:3.9375rem;height:3.375rem;top:70rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuocsProoyaaXSXfBlW3sDcsuEJczRf { width:3.75rem;height:3.375rem;top:85.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwh8cuKvF7XaZiETbHiWTHAOGayu418v { width:16.6240234375rem;height:4.5371125rem;top:89.5625rem;left:1.6875rem;font-size:0.8125rem;display:block; }#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v li:before{  }
 }@media only screen and (max-width: 763px) { #t2aO2zN1A9z71FDnptF29nD0Om6IPAAJ { width:8.0615234375rem;height:1.9365234375rem;top:99.4365234375rem;left:5.96875rem;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) { #Gl6iV2sBgz4xer3MCxeqG5xESGSLKCMD { width:6.5rem;height:1.29980625rem;top:99.7802734375rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgrMDMbooKNOIDoVlZWxqZo3FVL3oBJS { width:18.5625rem;height:16.25rem;top:100.4375rem;left:0.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #csDund3sT0B3I1k2PylZPZUJOQ6SEmie { width:16.9990234375rem;height:8.3305625rem;top:105rem;left:1.625rem;font-size:0.8125rem;display:block; }#csDund3sT0B3I1k2PylZPZUJOQ6SEmie li:before{  }
 }@media only screen and (max-width: 763px) { #Vwf5frIIPpD8IECvm1cel1mWPTi4awWI { width:3.9987rem;height:2.3737rem;top:102.01561737061rem;left:13.938151359558rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZbM2Xpgt6gyPrlpyTZ5R3oKgl8ab088 { width:10.8125rem;height:2.25rem;top:118.75rem;left:4.59375rem;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) { #D7KeubzKoC6TRTvosTO2i09LzGVPigXc { width:19.625rem;height:13.875rem;top:119.9375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy { width:17.25rem;height:5.9057625rem;top:124.5625rem;left:1.5625rem;font-size:0.8125rem;display:block; }#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy li:before{  }
 }@media only screen and (max-width: 763px) { #B4gDsxnKfXwZrsUTmPZCH8rqTbX3LEHC { width:4.1875rem;height:3.0625rem;top:120.99935531616rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdSQWvdoLUbfaPH5iUzwL0rRWUQIfIv1 { width:9.249875rem;height:1.29980625rem;top:119.25rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQgvofLpcTbPJsWLUAGuey8IQSq65hMO { width:14.375rem;height:1.9375rem;top:44.875rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VbGt8wdG4TUO3gWK31kDcR4prwvRp0dL { display:block; }
 }@media only screen and (max-width: 763px) { #kKUiPDx7gyKT4CuECBFWUxesyzbGD6S1 { width:14.375rem;height:1.875rem;top:63.3125rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cDPZCbNKv3c0SLqgACWLTpixxmkD0GWh { display:block; }
 }@media only screen and (max-width: 763px) { #sCUodSbXRpioqVTuVtETH6nN3PFhedi6 { width:14.375rem;height:1.875rem;top:82.3125rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GI5AJFTIIy2SkXeaRKuTwMa2P1NCpMzq { display:block; }
 }@media only screen and (max-width: 763px) { #TecTffhzdMJsCnJc41ushD4FsDV6b9WU { width:14.375rem;height:1.875rem;top:94.8125rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QvJuiJtbFnogBFCqn4aovgT1q3lXxAdv { display:block; }
 }@media only screen and (max-width: 763px) { #Fs2DEZiKVvy6mBGTiZbuvAvT3vesZC60 { width:14.375rem;height:1.875rem;top:114.25rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QKiuWeupeIvWg5mWAAG5PMcbR1oVzlbW { display:block; }
 }@media only screen and (max-width: 763px) { #gzG8aICMNTvyGDnRNpgPbaOgVW9bvLmT { width:14.375rem;height:1.875rem;top:131.3125rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dFJlPBdyuzd1TpuofktCoK5K5CpqMvm8 { display:block; }
 }@media only screen and (max-width: 763px) { #s0M0B56luVc0ceNKenedpqx1ti36Qtof { width:3.8125rem;height:1.21875rem;top:15.3125rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOA3tXiy3haXIlmTlhr8Kbs3hcZBqEt { width:1.6875rem;height:1.6875rem;top:15.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOp6XHI1GshvZV7KoUkclGVe19s6zx9D { width:4.6875rem;height:0.8125rem;top:16.4375rem;left:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nhcILxoMdqSWmaAA3gyNT9kRDDMTxp { width:2.9375rem;height:0.8125rem;top:15.125rem;left:9.7490234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVUVLDsBeO8kvfwLRiHn116fGvGmlrgU { width:5.5rem;height:1.62524375rem;top:1.625rem;left:3.0625rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fN0adxqH9dlkw5BqLwQeC6s2TMcqRE1f { width:9.25rem;height:2.19360625rem;top:3.125rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eolWgx0rC6UfW5a5nuCqMTMJag4PGMIZ { width:8.75rem;height:1.625rem;top:5.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MacLcKBakPwXPQTbL03nXkJs5U1A1F { width:8.75rem;height:2.5rem;top:8.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkz6nHOThnb8JahfT4ptIIrtWB7XzLau { width:4.625rem;height:1.21875rem;top:8.875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pflks46g4p3BsNSi24idLkUC8A6NHTcT { width:1.6875rem;height:1.6875rem;top:8.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcycgfV6s4sAEWbfxXzoy39WdpLq67GB { width:6.375rem;height:6.375rem;top:2.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArcraN9rQgmTB8WJpJcsl8lzl9R1bk1T { width:8.6875rem;height:2.5rem;top:11.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHS3pXSVL8rz5lFM3CbnaOVhOXmDu3y1 { width:1.5625rem;height:1.5625rem;top:12.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxr5vnTwTn1RBTdPBLmTVwqpGrHqr5M { width:5.75rem;height:1.21875rem;top:12.375rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCekDpaEOkuUT95bSa9X2H3Vw8MPUR10 { width:8.75rem;height:2.5rem;top:15.1875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBcGo5s0HvEzd03IGhTyIuuezPeHgkh { width:15.8125rem;height:8.6875rem;top:20.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfSnd6vn4rUCUaJABLlTRXMVPiytGtaR { width:15.9375rem;height:1.62524375rem;top:21.25rem;left:2.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx { width:11.8125rem;height:5.8125rem;top:22.875rem;left:4.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:before{  }
 }@media only screen and (max-width: 763px) { #OAredVTs43A48er8wgQE0gT1EVTMf5J0 { width:5rem;height:5rem;top:12.3125rem;left:8.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgtzZEoGEZbTNTiIDnTKpnAhiQmzdkbl { width:4.375rem;height:1.21875rem;top:13.9375rem;left:9.1865234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nplxXpmGvebVeEcQ2wyZdeTPMi4e0iK3 { width:4.3125rem;height:2.03125rem;top:4.076171875rem;left:14.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1yBRlAcOglSDZ09IJHgE6qpnlNPWZq { width:3.5rem;height:1.21875rem;top:6.013671875rem;left:14.9365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNy824X6Kgat4HlzTQrRz7Z0m84xM2tn { width:12.5rem;height:2.03125rem;top:34.1552734375rem;left:1.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lDueoP4oVkvPH25faTBlfSLGx6QK7g { width:11.6875rem;height:2.03125rem;top:53.4375rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfQnIpLkzTyuuLOzna0cGTnpkeFTGua3 { width:6.8125rem;height:2.03125rem;top:70.6875rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KKLtFNosaBwI5F6BsAsBKfBUMFAhlT { width:17.9375rem;height:2.03125rem;top:102.1875rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXvaGmhWf9wNfxwKDCTcdMOTMsLWdl1g { width:14.25rem;height:1.7871125rem;top:122rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Bz0NUwldnDQTim6lHDcAxTd3qMJano { width:10.375rem;height:2.03125rem;top:86.0625rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrNldcgSiaaLxh9uc09fIStSqVNiRsf { width:3.5rem;height:3.5rem;top:52.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEneQlJyfGb5dZHFsNmV7ncMHiHEUlJI { width:13.1875rem;height:18.5625rem;top:1.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNKaFZy9ATAlpODHBPWrt8c76R2breZ { width:9.125rem;height:8.875rem;top:131.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3STPBUWgsDBkaCT4lfKbyNoU4G8EGb { width:5.6875rem;height:5.6875rem;top:3rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSUQ5UdrUcfJCO3PfDdM6z1xlM7OoxTh { width:11.479166625rem;height:2.104166625rem;top:136.87499046326rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvAcmeqsVU3Pu5xRK8luJxcbf6nx9DSK { display:block; }
 }@media only screen and (max-width: 763px) { #PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { display:block; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { width:20rem;height:38.7744140625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niGdazO2cPVsAbDhl8zA7f94SoAZwCN1 { width:6.5625rem;height:2.4375rem;top:2.8740234375rem;left:0.8125rem;font-size:1.875rem;text-align:left;text-align-last:left;color:#9bf4ce;display:block; }
 }@media only screen and (max-width: 763px) { #PkwTJLXmIDf8W9zzFsyJRHfqVXPmG57T { width:19.3125rem;height:23.3125rem;top:11.05534362793rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VUX4P0ePq6sdNO5rkuzAERlsOLTRNt { width:16.125rem;height:1.21875rem;top:11.0556640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKe9T7U7fXcmZ9yv04RcTBHHraGQrTF8 { width:15.6875rem;height:2.4375rem;top:12.4306640625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEIZQ5TU0dslORKXvV4urJfcTrKqmcS5 { width:1.875rem;height:1.875rem;top:10.7119140625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJiNF41GeUoG4IV7P0P01kMAQ8oXeqyq { width:15.8125rem;height:0.8125rem;top:16.972005207092rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo7hoAAd9qq3pmwkL5ka96kw6uEdRp3G { width:1.875rem;height:1.875rem;top:15.8681640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSNLlEtiDebOF2u6t9cQ33hDG4qoFzTh { width:16.125rem;height:1.21875rem;top:16.0556640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #newymbT1Q5JiDTVutWNuG1dUq5eN6J5J { width:13.0625rem;height:1.21875rem;top:19.8994140625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWzZIvpnPGfmW3vTTICfAPaWtcuywkWf { width:1.875rem;height:1.875rem;top:19.6806640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMx9tJXn115n9Burx0kFzspasEPbvIDX { width:1.875rem;height:1.875rem;top:23.6181640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tAgnFZUuvoIRR5reNJ1cnihG8foLDQ { width:7.125rem;height:0.8125rem;top:25.4931640625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpKwwfLVaMrkfxl23qL1upcEhpOdgmiz { width:12.5rem;height:1.21875rem;top:23.8369140625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftA8O4dN8rk7rZwn8LiJLypEWwwuG8in { width:1.875rem;height:1.875rem;top:27.5869140625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0wTVP7P7Lpb0e4Pat1CovnEIUaXw8Z { width:15.5rem;height:1.625rem;top:29.4619140625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ae8fTw6T8FwQmnUMJ6gLTudLaXmbZz { width:9.125rem;height:1.21875rem;top:27.9306640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRt687QIUTllvMuRFQqph6f3ogAERInT { width:1.875rem;height:1.875rem;top:32.1806640625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6hkFBS2R26AInWUXnA1rMkes5JAaXlG { width:15.8125rem;height:0;top:34.0556640625rem;left:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxmUQEWeKnvUWNzJ9P5tiTUAA5yw3DXJ { width:8.25rem;height:0;top:32.5244140625rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIi6kPo75XtpLi0mKEPl1Z6mIHPerEXE { width:1.875rem;height:1.875rem;top:36.1806640625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzoCIxixp58ceMf8Xl3L3SPiBUeSKZ0J { width:13.4375rem;height:0;top:37.9306640625rem;left:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIgdQ1J816QSwxCrbRgHn8TVKe2Oohtf { width:5.5rem;height:0;top:36.4619140625rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIbNZIqz8izIhUy3FTaTaLQacicENU0g { width:6.9375rem;height:0.8125rem;top:21.4306640625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxC7mGep2ugoI5HL5tEp5HEOndJLgdH { width:17.5rem;height:0.125rem;top:15.3056640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCTcvdqTNGiOCcZ5ui1kA86PzzDKxD6 { width:17.5rem;height:0.125rem;top:18.8681640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THUR0s4BvgekJaXeRqogu0DAmO7Ks8RX { width:17.5rem;height:0.125rem;top:22.9306640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4R6v26mzzpiVS5Q4g2AhPUGK8BwNBhr { width:17.5rem;height:0.125rem;top:26.8681640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ2Wge3anlaEfIdUT3av7Qzwk5ILQVJk { width:17.5rem;height:0.125rem;top:31.4931640625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkPBSpvwblquSV35BDdmkUn2arscrval { width:17.5rem;height:0.125rem;top:35.4931640625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnDTchX4aWPT7DiLPVNkiCpsbRKvKfrl { width:17.125rem;height:1.29980625rem;top:5.2490234375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nOboVkuFaI2iXDbyZVLoUZNICBkJqv8K { width:9.5rem;height:8.625rem;top:0.4990234375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Vp3LBwvHeP0pS5zVTdBh99SnV1IX1L { width:11.479166625rem;height:2.104166625rem;top:34.56640625rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAp2r6BT0DMsKQtn0Ep7Wd3PN2PwThGm { display:block; }
 }@media only screen and (max-width: 763px) { #hXI64vP9lnn2Qf296iiGEo5epvltWdnr { width:6.5rem;height:6.3125rem;top:32.462242126465rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZl5AvAAqDfLeg0Jilo2B2rKdiO1sBk { width:19.3125rem;height:21.875rem;top:11.055339813233rem;left:0.34375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { display:block; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkORdMZ9X3BP5dGrkHuMunG70IbE334R { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#9bf4ce;display:block; }
 }@media only screen and (max-width: 763px) { #sV5cdApJSdNTg9StHhd4HOBdLrwbFgQn { width:16.375rem;height:19.9375rem;top:7.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSlM2ivyG7Hom51y7GgCFCIoSvPct22D { width:16.375rem;height:22.4375rem;top:30.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70VCJ3QEDBN09cM33CPh6J1EmpKg63x { width:16.375rem;height:23.75rem;top:56.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuIM99QosBMyDwgsC3UH7ueQDFNN7wnd { width:6.25rem;height:6.25rem;top:4.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBSxkWFmB4GRMIgTVSe28XFwD0ggISv { width:11.75rem;height:2.4375rem;top:19.9375rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0A7nc5FxsHnnPZnmXa4clslUiudBsGA { width:11.75rem;height:2.4375rem;top:22.375rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruIJn2ivzhZi9MTuF2aJCMasLgRTLtN { width:11.75rem;height:1.62524375rem;top:24.8125rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXlzW0AvW7tRaDxL5zDl1U7hoS45gtK { width:8.125rem;height:5.75rem;top:13.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXRF8tVg2sIhulWhpXrVPtUkPkEHP0f8 { width:8.125rem;height:5.75rem;top:13.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TBeSJRp9VwAQSrIobsRLHt8rptNa8K { width:8.125rem;height:5.75rem;top:13.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVprbmDaXPMTnLe48vsh9umADFi0RAT { width:8.125rem;height:5.75rem;top:13.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqS8zrvrsTUExaDEqavc3q8HkyxGTSll { width:8.125rem;height:5.75rem;top:13.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl2QoEm0fUAOmRyfFRPXFCeGhsdOJoJ { width:8.125rem;height:5.75rem;top:13.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ldfQNgP3liOCiPTiQTdNNybnZ7Xddm { width:6.25rem;height:6.25rem;top:27.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGRtM2wwi4wBz6aTbmQpLADOguEZ8Ti { width:6.25rem;height:6.25rem;top:53.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31o0WuhO3L77TBvVkPveHt5cgG72uK1 { width:5.9375rem;height:2.03125rem;top:30.25rem;left:7.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQNXs9EDwhxKT9gnJ8QPvPz59niuw4Kh { width:7.5rem;height:2.03125rem;top:54.75rem;left:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1DwxPvINfsQeClm86Zyio78HnRVrbcQ { width:5.5rem;height:2.5996125rem;top:56.5625rem;left:6.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gt9cmvEz1zdWQrWHOX25l0OMuZqGLi { width:17.875rem;height:1.54361875rem;top:45.875rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHI4KHvQwKau6rzROObXJS2fNTvzQaX { width:17.875rem;height:2.3562rem;top:47.375rem;left:1.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2d6IsImJMtkX1m83mFzd1f1EafCpauu { width:17.875rem;height:2.3562rem;top:49.6875rem;left:1.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTE6QqPfv34tx8MUP4hbR7cCRVJXyium { width:17.875rem;height:3.2504875rem;top:73.5625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlKnKAe3S6x5ZfKlLxfEPgRNWD7WRyy { width:2.6875rem;height:2.4375rem;top:56.6875rem;left:10.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQPP30VWsLPcp7CTMp36bq33z2XrpKzy { width:5.9375rem;height:2.03125rem;top:7.125rem;left:7.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icr7XHoBF8UgpxBTtmPTwEJU9bmE5uA1 { width:17.875rem;height:2.5996125rem;top:70.375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdH9hDlCDk8IDa2KScS9La9fBEioTRHz { width:17.875rem;height:1.29980625rem;top:77.375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHiShGCVzHPrhqqpIs3xukpToMc2ITZ { width:15rem;height:7.75rem;top:61.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIyHffealmcn7d23Rb1NV81l9hXluN1G { width:12.5rem;height:10.5rem;top:35.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAB9MiKkxvu811ndIFK8del2mOmVJga { width:11.5625rem;height:2.25rem;top:80.625rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnhW8LktE5tSneFHr7q11haoNkeDVb8G { display:block; }
 }@media only screen and (max-width: 763px) { #fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ff968ae-84e8-44a1-8fde-64a84f1c4546/landingprofeb2026.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW.adaptive-delivery-prevent-bg, #fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW.lazyload, #fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW.lazyloading { background-image: none; }#fNo5ODeGIzkBsAiv2rDTqskQSTkoykHW > .row .container { width:20rem;height:18.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wf3GWacHzXnxbqZDiCBmQDQuI9eN9OJ5 { width:9.0625rem;height:4.625rem;top:10.25rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxlR1CGB9yGxAPCRQ3465Rgrs22alrKF { width:9.0625rem;height:4.625rem;top:10.25rem;left:10.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu { display:none; }#WXrTlbNAVnrIsT9rDdWN2BzcTMgJpHZu > .row .container { width:20rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PaVfo8MbeOLETKVF0Q3dibTtqlHHBWOL { width:20rem;height:6.2539682539681rem;top:5.05859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU4g8MHuoLmspNpO88hM29IFTTVqhp4l { width:20rem;height:4.2875481386393rem;top:11.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwx5PB2dxMAw8cuMtm5PyiZ4w23TLpyc { width:6.5rem;height:6.875rem;top:7.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpF7dSF5XT4lbwdxraUC6WJH1EXvUroK { width:13.75rem;height:13.375rem;top:16.19921875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZNmUIwN3xpTSLKHAn5ybHaE4pl9Wqty { width:20rem;height:8.625rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF12R19zarfJH4rQZ1xOCqvIB97WbuiT { width:20rem;height:1.29980625rem;top:36rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k6lxpVzh3EqximrTDXLIrlGcEUpyNv0u { width:17.4375rem;height:7.0122rem;top:27.5625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IticCtE4HlwCSLXT0m7ls5tJpBEWF4Hp { width:20rem;height:1.29980625rem;top:37.5rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nLoWeHguriOyJDLXTgxUclmIbL6LbciL { width:20rem;height:2.5996125rem;top:0.765625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB0Pb6IClcgT72SOx5sbQemTGbbVVFtv { width:20rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzt6cfdWKv4fahR2dLHHOII7y1Tvuqsz { width:2.3125rem;height:2.125rem;top:2.99609375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7azluEHJVIe66LeZTLmToUsk5o2GMUw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/578943be-78db-4319-a9f2-dd201b840138/IMG_9445.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#A7azluEHJVIe66LeZTLmToUsk5o2GMUw.adaptive-delivery-prevent-bg, #A7azluEHJVIe66LeZTLmToUsk5o2GMUw.lazyload, #A7azluEHJVIe66LeZTLmToUsk5o2GMUw.lazyloading { background-image: none; }#A7azluEHJVIe66LeZTLmToUsk5o2GMUw > .row .container { width:20rem;height:69.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #izESckep49CZ1HflTmQACels4GBG93b7 { width:9.75rem;height:5.0625rem;top:37.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDk9J9B3VFeJmHkIaONZDmfXOmd9hO4k { width:9.75rem;height:5.0625rem;top:37.8125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RedRluHVg7UBUyO2SQKpEzh9be4NCSGE { width:9.75rem;height:5.0625rem;top:42.0625rem;left:0.75rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #kSmW5TUawE0ISyNT3CHgJtmQnP9rFWQ5 { width:9.75rem;height:5.0625rem;top:42.4375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp0hWmCozUH8NWfqyoD2UbqI7zu8LTWM { width:20rem;height:1.4624rem;top:66.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INcR7ri77SfpwS2fwo2yolq9SMHDfoI5 { width:20rem;height:2.3125rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrbUTPddFPlMTlnT65rhFrfdGifLXkEC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0875bdf9-7d96-4486-8a44-3a5e3b69fea4/Untitleddesign10.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#NrbUTPddFPlMTlnT65rhFrfdGifLXkEC.adaptive-delivery-prevent-bg, #NrbUTPddFPlMTlnT65rhFrfdGifLXkEC.lazyload, #NrbUTPddFPlMTlnT65rhFrfdGifLXkEC.lazyloading { background-image: none; }#NrbUTPddFPlMTlnT65rhFrfdGifLXkEC > .row .container { width:20rem;height:26.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I3ZiIULxOsFhMnwWXmPDdWTy5dZmBFqP { width:20rem;height:3.4375rem;top:3.9166669845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxgxn1rKNg0TxUseXM4UyrtUzVbn7229 { width:8.6875rem;height:10.75rem;top:13.625000476837rem;left:10.291666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR85QFCKCsGUgHubkEhRXUT8vbXp9Fen { width:8.625rem;height:10.5625rem;top:13.718750476837rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKg241x9uH6SxF9S4iTBANkGM7nQDiIO { width:18.1875rem;height:2.5rem;top:8.451171875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL544mVM6ND3GisBdxeKiiAlioPXb9sF { width:17.5625rem;height:1.7871125rem;top:8.8072929382325rem;left:1.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFlZOofDPFDN3RatpGT7eaFlttqb8n1 { width:20rem;height:1.29948125rem;top:11.763021469116rem;left:0rem;font-size:0.8125rem;color:#ff5460;display:block; }
 }@media only screen and (max-width: 763px) { #PnGTyBJTQJmasxHDuAewMRgfDZIKn8pC { width:2.6875rem;height:2.5625rem;top:20.416015625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foQN2uzal1vOE3QFQBOSEwXQw574rtE3 { width:2rem;height:1.875rem;top:2.0833339691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huA0S8gU73VNM61BEEEThHIgyoCuU5qD { width:2.0625rem;height:2.1875rem;top:7.3541672229769rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epbb325bLATIaKDaF6vZ5TTDRM6lUlwm { width:3.4375rem;height:3.625rem;top:19.541015625rem;left:15.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #R6lPeBTACiF21ma8FALcXS0MENdoATKm { width:3.625rem;height:2.125rem;top:16.541015625rem;left:5.0625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #yM54TLWiLdt7J7uCZFDFLsCw3BTHTd4i { width:20rem;height:1.5996125rem;top:23.166015625rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dHiALv7Hpt2MusH69o0DITTeZy6RxCc5 { width:20rem;height:2.4375rem;top:22.710287094116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enyENHdlPzBPoHK4ktxxnIP75maQHIzI { width:7.375rem;height:2.75rem;top:0.70833349227906rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHPAp6GaulZibw7WKT8HQn1I4X2gcWT1 { width:3.875rem;height:2.25rem;top:16.478515625rem;left:11.479166984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi { display:none; }#xS7wR0HvcAKofpFTsfGGTkNuXxUGwWAi > .row .container { width:20rem;height:92.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FQueAQNgQRULHdtsgrlcvwK6ynDWkz51 { width:18.687rem;height:7.6875rem;top:2.186279296875rem;left:0.65478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiNq4hU6JDtMx9NhJQMAAovbkK2DpdBZ { width:19.6875rem;height:3.41161875rem;top:11.625rem;left:0.31201171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9511hMJvCwtFDub6MnnoMruIfSe0lqJ { width:2.9370125rem;height:2.87475625rem;top:7.0458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmmI5i329ag9UzpvSlsuJ6uGKHIRixsh { width:13.5rem;height:2.12475625rem;top:21.0791015625rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEH8qaKZfGxN7Qx9oSLL3ufCgmzB3KrK { width:8.68725rem;height:1.62524375rem;top:21.328857421875rem;left:5.654296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrZV12GyJI12AdnsKZCzCEEr5cQZmLIw { width:11.625rem;height:1.62524375rem;top:47.3125rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucyasonrT4Fhusu5nh3A4c0PVFTTM4L9 { width:14.3125rem;height:2.625rem;top:46.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtu4hPPlO0C95dfFAaXkTTRXWvt4B0EK { width:9.06225rem;height:1.62524375rem;top:70.625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Uv0xrkhqJqVQcco6RiwdLUmT5HXuT6 { width:14.125rem;height:2.5625rem;top:70.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQfoEdcMGyauZbavVA5QtkPeiDIslgKC { width:18rem;height:0;top:26.917724609375rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZQ52ZEO13a5enPexxUqprQM014keix4 { width:13.37475rem;height:2.6001rem;top:16.91748046875rem;left:3.68701171875rem;font-size:2rem;color:#ffe98b;display:block; }
 }@media only screen and (max-width: 763px) { #kCg01ighNLXdwIedIHs850GCdUU3mvb4 { width:15.0625rem;height:8.375rem;top:23.890869140625rem;left:2.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNfnAGarlIU7D3pueR3DRh5mc1ICoXKw { width:16.625rem;height:0;top:57.371337890625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSyzqtihrVzKKp8UpwXnvLdGQhMeuCKG { width:17.18625rem;height:1.62524375rem;top:32.889404296875rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEDT8SuoACMcrVoTHuKZDtaZSuckddi1 { width:14.874rem;height:1.7871125rem;top:44.1875rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzAs9iGfEqzT9x1MWo0vlyMLd6UcUg3V { width:14.874rem;height:0;top:74.047119140625rem;left:2.56201171875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THlg3TMCwvR7D8cc7m3hTqsQCtcDU9vk { width:13.56225rem;height:7.93725rem;top:73.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDRTTE01Ua6ngRMZF9JZiGHd2HgDdZ5c { width:18.1875rem;height:0;top:75.9462890625rem;left:-0.874755859375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppRlWRxtzHekw6MSGK9CErlowtLNmHfa { width:19.99875rem;height:0;top:81.021240234375rem;left:0rem;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UvrOpCB1d9N52Aa0xEQm8drMip8BDnhq { width:16.62375rem;height:3.2504875rem;top:65.74951171875rem;left:1.686767578125rem;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rJvsyXPx8EWmcNF6IJk8GLcbOzaX3Nq4 { width:14.8733125rem;height:1.4619125rem;top:81.9375rem;left:2.5625rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #PqGREUtI6hisoRbKKQeeRN8tT7wBu1ke { width:19.9980625rem;height:4.0004875rem;top:87.125rem;left:0rem;font-size:1.25rem;color:#ffe98b;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DQqWopGBVbL9TqOEGk1dZ97aT020XNWz { width:18.1875rem;height:1.38135rem;top:84.3125rem;left:0.875rem;font-size:1.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #K3uArCrcJmpHvHkaVV0dot3lfP8Xl8nE { width:14.562rem;height:7.56225rem;top:35.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS3mpxwXeuwb92wyGOgE3mDwfPRoyi7W { width:10.125rem;height:14.4375rem;top:50.484375rem;left:5.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mABCeXlBTiwgTTJ9a8LupRleeowLsVeg { display:none; }#mABCeXlBTiwgTTJ9a8LupRleeowLsVeg > .row .container { width:20rem;height:29.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ED6JlxQE7QlV9vMz4rgDQR1DsToJCsbb { width:20rem;height:5.9504132231405rem;top:0.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUGGesRAP8FCqwwqnexl2QKWG7wFK0Kq { width:20rem;height:3.531202435312rem;top:5.69873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edx1aAFod4tPg3n9iuBqkfW05eqO6LfN { width:20rem;height:9.1101055806937rem;top:9.22998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBQyQFE1OUFJHvSRSJ5F2EzXGIrFz4Pk { width:9rem;height:11.187rem;top:17.8720703125rem;left:5.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDxUVu4Gu9Z5NIcsXwrM1ZLutT4bX7d1 { width:6.1875rem;height:3.375rem;top:20.5595703125rem;left:10.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIeDQ8NJRcBpEUWRmGDxnC7TDZQOfo6N { width:20rem;height:11.918976545843rem;top:17.5595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Qf2ALRzSQq0m1aTET6lxkh4wvCwceP { width:14.6865rem;height:4.28125rem;top:11.64453125rem;left:2.65576171875rem;font-size:0.9375rem;display:block; }#U4Qf2ALRzSQq0m1aTET6lxkh4wvCwceP li:before{  }
 }@media only screen and (max-width: 763px) { #yOU5QDfvGB7y5wAmsk6Dyy9Sw91Zdvm0 { width:19.9995rem;height:1.29980625rem;top:16.306640625rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PoiU3m2w47daBFyOcNgo4yLehHDOFsTe { width:2.12475625rem;height:2.3745125rem;top:12.59765625rem;left:9.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Of2ekIsyXwP07i3AL4wNgWB9cvm34s { width:2.0625rem;height:2.0625rem;top:12.75341796875rem;left:12.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htXE5cc5xuseeSwBqV93Ah0VAGEDxyxH { width:2.9370125rem;height:1.74975625rem;top:12.90966796875rem;left:15.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgtoNN7Te4QGSgZl7GwwioWcBwtCJzh0 { display:none; }#mgtoNN7Te4QGSgZl7GwwioWcBwtCJzh0 > .row .container { width:20rem;height:15.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TkdyFst4CwVUxXlv6kVduuMZeBX6JN6A { width:20rem;height:1.7871125rem;top:2rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uao2aACIX8F8wHynD9yzASIX26GacRO1 { width:20rem;height:1.7871125rem;top:4.625rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OpQ86KeB8zikfLKLh4mOTwFOMzxGzlSz { width:20rem;height:1.13720625rem;top:13.05810546875rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QyPrlztlsvbdehy6BJVlHVAFuZNA4cXQ { width:20rem;height:1.29980625rem;top:6.875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IFGdFPpbHMSfeLJFSRRkpPxQLTuVcnLC { width:13.75rem;height:2.8125rem;top:9.3125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRG8PCF5mkIfMQkOsqueDZ0GSZgnsOWt { display:block; }
 }@media only screen and (max-width: 763px) { #FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv.adaptive-delivery-prevent-bg, #FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv.lazyload, #FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv.lazyloading { background-image: none; }#FQ20pnvb1ukRcCP8VxQwaAuP6FwsAOWv > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JUcmMoHiJXlpFuGztouAIJpoHMLvhSNm { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTuug9zWPGTthramcvCe5nmWki7mLUm { width:11.7495rem;height:1.2182625rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHXvaI7WOiBEZh4I4LcNxqDryBNNmHSR { width:20rem;height:2.2485375rem;top:45.312377929688rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQGdJiUoZPipZHygc0SIVCLuVXiw2PaT { width:19.875rem;height:12.3125rem;top:11.187133789062rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #WSHWVqwVIC8mJUzzgQKVo9RKRAuuUpl7 { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzRtHF2BFWiX0A8ETIBsT1X9cDBl7rd1 { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPi8zqG8qdkmLN4been53D4Wwiw5UqXf { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfL6XTchNT7PuGTTLsrh9SAm4n4hT7XH { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIwZheOsHUeR29VL6RpcGH247DObt7Ny { width:9.124rem;height:1.2994375rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RalnH5JxSl6Hr20IrzEBT9rnpuD4mxhu { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElqXHvCKrzpxmZfxm2MM5vW01JnVbaKn { width:7.6235625rem;height:1.62475625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkC4cn1KMSEPZmJTVtGx91bkUqulT73v { width:20rem;height:1.2994375rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0GweW44pVCQgVJMKphxU0STuEGF3Tr3 { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JclgJJgIL4DcCdKnNqIMtbcPgWGvToft { width:9.25rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGtuWrzO3fzXJaupRWekkI8KoPTi5DaO { width:18.125rem;height:1.46179375rem;top:41.064331054688rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geNMU39samO7h9aOh3ilyRFnuKCcJG1C { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbIVO66UbSIIAsZiVOXRXp3EC1myDVt { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Tz38cwUgcbnHZq1i52HsMRZ9BvVyXO { width:12.125rem;height:10.75rem;top:26.4873046875rem;left:3.812255859375rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #zsNCpFytdwsbSEsH5epNCXlhiTosp43r { width:4.1875rem;height:4.0625rem;top:22.7373046875rem;left:7.9058837890625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiAEUUa3L5KhOuZ1RMM4MyKE3AMsR8at { width:20rem;height:0.89294375rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LRF6uRnH4Fw1he8sefTVKT71o7T7dWSB { background-color:rgba(9,9,9,0.76);background-image:none;display:none; }#LRF6uRnH4Fw1he8sefTVKT71o7T7dWSB > .row .container { width:20rem;height:32.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTHi8sMAPWS4mJIKOPuk7MneqKNvffTa { width:11.7495rem;height:1.21875rem;top:26.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohsdOSNnVaaM3UtNuZKZ3wLyMRbkbTt3 { width:20rem;height:2.8125rem;top:27.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGJQu28raeoVc19q9kAfJb4rqvdeTBCs { width:20rem;height:9.25rem;top:10.5625rem;left:-0.125rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #NTfhPB9QSU3t1DrGhKVoz08WolUTzd9V { width:19.3125rem;height:1.13720625rem;top:7.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsI6lfy4bQZkyncRAaNnwDc86ZOP2z7p { width:20rem;height:2.25rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srzr03Ky1NvAdLfh20T09w2Vm8X2w1KD { width:9.25rem;height:4.8125rem;top:11.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDGJQCN3CLRO8hJJSA8AiyFciURRgg3S { width:20rem;height:1.13720625rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulr7RAiV4AnUSVFixR3TkTGUOKV76pPO { width:9.25rem;height:4.8125rem;top:11.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRzKcdIrSPII8zSM5zNgTmJFKHJP0qRp { width:18.125rem;height:1.4624rem;top:23.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEKhLRGQfvI9Qo0eq7TfLOGiTTVhdSpS { width:19.75rem;height:2.4375rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBV1fGWgoWppFC13cgU7C4Ga5sC0hFlr { width:20rem;height:1.9248rem;top:17.125rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sXmoxfA3UQaMnU8yIzHiL6D9ICK8I6Pt { width:20rem;height:4.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNEZ24VOuQtv6V0BeC8Az2CdWfOLxTL { width:20rem;height:2.84375rem;top:2.875rem;left:0rem;font-size:2.1875rem;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #fJkKZDWCAWuJ43tA4pP9od2nEV82JEJV { width:9rem;height:0.73095625rem;top:15.5rem;left:10.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WscnyLgmfu3DO7FronRHksUrwJSq6Pso { width:8.6875rem;height:0.73095625rem;top:15.4375rem;left:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTQlTClC46nWFtHf5ft41Ixm3rUZQrnT { background-color:#11002c;background-image:none;display:none; }#yTQlTClC46nWFtHf5ft41Ixm3rUZQrnT > .row .container { width:20rem;height:41.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GtEvyrpP7xM8B4TXGLFnFoRRA36UMn3Q { width:19.6875rem;height:8.4375rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5aARf375wiTHve09Nh0IUGI1ZPd3t09 { width:20rem;height:0.73095625rem;top:40.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGRTIHywT0BHz6sS3IeBQMgCtsbkqaeK { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CJeG3ra4KAWo9M9Xw9kr97wPW2DzBoXk { width:7.875rem;height:4.125rem;top:17.59375rem;left:10.68017578125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kSqVpgbnv3HKEn64CW9zGVqML1OOCS4B { top:18.3125rem;left:3.375rem;width:12.5rem;height:3.75rem;z-index:15002;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZlSui5wCzStWT2R90220DebGkslAUQ6T { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5b81e3be-98a7-47a7-846b-64f247b77430/sectionlandingmobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T.adaptive-delivery-prevent-bg, #ZlSui5wCzStWT2R90220DebGkslAUQ6T.lazyload, #ZlSui5wCzStWT2R90220DebGkslAUQ6T.lazyloading { background-image: none; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container { background-color: transparent; background-image: none; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container > .video-iframe-container { display: none; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row > .video-iframe-container { display: none; }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .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); }#ZlSui5wCzStWT2R90220DebGkslAUQ6T > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns { background-color:transparent;background-image:none;display:block; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { background-color: transparent; background-image: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container > .video-iframe-container { display: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container { display: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .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); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VO9IRWHnwDtzdNmGcFpQG5uue9lZXWtN { width:3.9375rem;height:1.05615rem;top:17.25rem;left:10.65625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rlLSpirVfGgRUEzxdRT4wwSJZW0ImKEZ { width:20rem;height:32.875rem;top:24.43701171875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #W7JnUnJwWsy1bwcSLZNo2Fy8xJ5g0Pdy { width:7.4375rem;height:1.3808625rem;top:3.25rem;left:5.96875rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #XwOlTi596THddrX1w3GsWtlTAfhRHhzU { width:20rem;height:0;top:2.1816405057907rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #PZwnd34FVnhGSRbkfWpsZJ2ebG8TJfPw { width:9.5rem;height:0;top:2.1816407442093rem;left:1.5rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #eMQTF4sImVQNimSi0TfGDaZseb7RO6m4 { width:5.1875rem;height:0.8125rem;top:21.375rem;left:14.46875rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxB0Er55ytPGAzctE7v92vOaiLEAZlTb { width:13.8125rem;height:2.4375rem;top:7.7099609375rem;left:3.09375rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBZNNZ4Jm9USmfV2nAAuslK2fnIK3gc { width:15rem;height:1.21875rem;top:1.6875rem;left:2.5rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #BTsRzCeSzdksBJzOG3gIKWWX2pDu27uK { width:11.375rem;height:4rem;top:11.9375rem;left:8.625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MX8DTnn6FQgNeP6XQRqKBMcebPQGMCWr { width:18.125rem;height:2.5996125rem;top:4.625rem;left:0.9375rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #qe6hNe5yUIJQu8h0rhL8bQx7PAyaw2bd { display:flex;width:0.625rem;height:0.625rem;top:12.125rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #rAzoUh1tHNIOLZIvLl3yWUreX4p5ttt8 { display:flex;width:0.625rem;height:0.625rem;top:13.0625rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #DBX5okHkiObkJJo3NAZwQfPoSsFTn2Sw { display:flex;width:0.625rem;height:0.625rem;top:14.125rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #RX3oAf6vixbpSwD8dz32lF7X3MSTw7Sz { display:flex;width:0.625rem;height:0.625rem;top:15.125rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #DJEVqBrAsb442ZfL38NIwwrcPXx4LoST { width:9.9375rem;height:11.9375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9Fhpg3e7G5DVisxitTADuhq7lZAz43 { width:9.125rem;height:8.875rem;top:22.1875rem;left:12.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CRSPkwax52BPEEmlmtRcFTMNfg12EARM { width:6.5rem;height:3.65625rem;top:17.9375rem;left:10.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPAiMTXfZeTiEfp5eD4NObKaytg5zqcB { width:1.3125rem;height:2.03125rem;top:19.15625rem;left:18.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmdbzvAT5NUOhIAigzh4TqQJEQTbkvKg { width:19.9995rem;height:4.875rem;top:26.17041015625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk  { width:17.5rem;height:auto;top:31.061401367188rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15078; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk {display:block;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk { width:17.5rem;height:auto;top:31.061401367188rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15078; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #QWiiOAfDaDdnV9W33eqiVcTbAM4aKCxm {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #kaX1dtxslFsVRBEtkzaUx3lZAmr1N7Dd { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #gJE8D9STb7kdG8ITQTF7EqWTF4qiNQvV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #T3QyfEINOUggutTHcsHH83NrpIR6kumV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AxP6ayTGfFx6w1vogbzzwdPFNac2Kd84 { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #uoPOo5p6XsKNM4rtIztKPOrWEhfo4kFO {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #datgI6ZUIyT3G9RA20moMwtadCsFeu27 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #sqDOTgCC5UFzNhmrDwA4FrKMqktOQzQs { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #aa7nqhuQys21d8b1NTIwp5TsVKEtnMZV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ZfuL0cysTccm0Slv4QCSLi6DT0BPWLTU {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AIPoleluZSacJrtnED6ddUrbXOSz3nh8 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #H3kT5FZ9mMZMT83pJNZHLUArPhC3hOAo {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #p4Gyup4gMre88yCIFB6PDDCSrlwc7DiB {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #SnRiAzZ5VOlTHh88QNC4GP4RwJSlodG9 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ppqbBqhmXe4Xi9L7IuHhxDSKbH6nx5GG {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #pgingh2BNupTOO25UR7czekA80T7EMsZ {  }
 }@media only screen and (max-width: 763px) { #JUQ0RGCcG4Uc3V9OTJoEHn83wUAvXZuK { display:block; }
 }@media only screen and (max-width: 763px) { #ERyoyWsPQAdKsTPTvcJG9WCG3pTAdxKw { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SdgZ45ix3P0gcB8JZ33xh5QQeanfxhLy {  }
 }@media only screen and (max-width: 763px) { #R89umpWWkM3AxTQ5okSUhKAb70xWFqJh { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oVWr7OhRelpSWRJsqL6b6G9SdM3F07Xc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mHr3dOUVCCbew2wrBkDKDWOppsJSWwnI {  }
 }@media only screen and (max-width: 763px) { #HCiEgGRA3NlhFWbgtTi9tsAleaTN7K4O { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AT1t3yDHamFCzptgg0zV5rIwVh6dSJXm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aO8hioFZGydcmZIokgeJ0CJTJzF5NzBc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gUixZzcM8TJbXAEwPSNiKh48kA9Xa4uI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Vh7n9smUVyIqMzsmaEHPxEEMWet6ZsoQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #amKOcmCS1cHUTSrSEQk7M3iNX243V4lE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zO27WRTI8tU7qstwumfgyeUJp80t67b2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fa7r1MlJMzFbMF4ZpFvh7u82JhgmJOUg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVLVv2Ug81fJVSZ8KQJF89LgrGzCgXkz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bAFOaI0TIOWLrN1dLpAcnyg6lgfSLRtM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zTtZd66aro6ntFurv3Xt3nbJOkaBLnPV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pvgR0WSpT9MJscOgz1hJ59uLuyiW3I51 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EHT8KgxbZ9pozAFFUJr0iTqSA3Q6DkVq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iee5Sg4Ct94DlWgvdBSkF43H91foSask {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UOadmgQx30pruIFLPoIzFJpCATEbGd8M {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SHbe7qOXR9XpE1pOFw15FAwMs7XWLvxx {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pmERaU5NTaOy0FslFwTEPtOuTB3wbZRr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w8SXeo7DPR0aV4NGbIN3mKlsUKIcqfQ8 {  }
 }@media only screen and (max-width: 763px) { #cLHT4BwbTfG3NSvQgP0zKBwTg7lXECGg { display:block; }
 }@media only screen and (max-width: 763px) { #L5HpG5vuRQq2UBDniQpf2ncTgtHJiM5O { display:block; }
 }@media only screen and (max-width: 763px) { #s3JQAQkV8XTWzgQBaHTExvWdtT7USsFn { display:block; }
 }@media only screen and (max-width: 763px) { #vq0RzDJJkJG4JVE60UdgsWhXrru0Dtu6 { display:block; }
 }@media only screen and (max-width: 763px) { #RQI0T9JWXaBwGrpMnDi09KpCHpkDMhvC { display:block; }
 }@media only screen and (max-width: 763px) { #mmdihzpNlT9isPkrfLhT0at9tl4zBeef { display:block; }
 }@media only screen and (max-width: 763px) { #w36xSTx0WF26LtvGGy9H0v6geg8NTTV4 { display:block; }
 }@media only screen and (max-width: 763px) { #ib5l64L0o5Ex5d6PDUhgeJrN1mnW3JVO { display:block; }
 }@media only screen and (max-width: 763px) { #WFT2yzW3aNwwI0qz8ER5UdT88TNTIJNO { display:block; }
 }@media only screen and (max-width: 763px) { #SASW9c7AcahfAwE4xaOkQGm7fIrPMJw9 { display:block; }
 }@media only screen and (max-width: 763px) { #hKXV64XqcZmfoITvIXaiehMnfHPF2k5V { width:20rem;height:1.05615rem;top:55.416015625rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Ji8dDSEvCQFXP0WnaFys090kKCTQUZ { width:20rem;height:20.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghP87pTDwpgMqLCcg8ayESw08UERm5I2 { width:12.75rem;height:1.62524375rem;top:1.78125rem;left:3.625rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dh7WGdWJcIKm6X6iNwo5J3FGWFhXJlqa { width:15.1865234375rem;height:0.9375rem;top:12.6240234375rem;left:2.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO { width:11.4375rem;height:5.625rem;top:14.125rem;left:5.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FRnJMDTV2hU3IxVQUr92ETmvPARPfZlZ { width:15.1875rem;height:1.21875rem;top:20.5rem;left:2.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRi0qnCz3QaItbA8OqKLvIDOLv7Bh2BU { width:6.25rem;height:5.25rem;top:13.62060546875rem;left:1.092529296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Co77Z1wLHnZVv58oBAzfacMpTF2NHqEC { display:flex;width:0.9375rem;height:0.9375rem;top:14.375rem;left:3.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #W6FiBwucIgPTXVUyoI9NBtKUxpg4OSKZ { display:flex;width:0.9375rem;height:0.9375rem;top:15.8125rem;left:3.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Ovwtgk5mhEpIbSeqaMvNSf8BfaCHAxsk { display:flex;width:0.9375rem;height:0.9375rem;top:17.1875rem;left:3.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #KgzTNQixKQnrXddmsgtGWHJTe1oHNs2T { display:flex;width:0.9375rem;height:0.9375rem;top:18.5625rem;left:3.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #fQNTL8TO92pRhspPU9INxxZibbbNXdDQ { width:13.0625rem;height:2.1875rem;top:1.5rem;left:3.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrkVCx3JdfhC77nlNmbTbGNMVQfqNuVm { top:3.8125rem;left:5.0625rem;width:9.875rem;height:8.25rem;z-index:15078;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { width:20rem;height:3.8994125rem;top:5.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { width:20rem;height:2.92383125rem;top:10.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { width:20rem;height:0.97485625rem;top:24.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { width:14.9375rem;height:2.2749rem;top:21.65625rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { width:5.6875rem;height:5.6875rem;top:15rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { width:8rem;height:1.25rem;top:2.8125rem;left:6.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01e2be1b-dc0a-4070-bc5d-03b400817cd6/SectionLandingPerfectSkillSet02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa.adaptive-delivery-prevent-bg, #WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa.lazyload, #WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa.lazyloading { background-image: none; }#WS2g5Hh6s8eCgQaa6Nbm9TsDRIrrmqTa > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KhFHHptZHXWhPnCw2yQOm7FPnMSZ5lUb { width:20rem;height:3.7113402061856rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIFf9teIsCF98Vg89CLRehaEV7dT1y08 { width:20rem;height:2.2201138519924rem;top:6.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0OuLzddPo1QJC4gTGKy91i0M6nzuL7e { width:20rem;height:1.7814726840855rem;top:8.4303383827212rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUe5UDKkuOJpieuDeKeMVPI9LKuh8u5Q { width:20rem;height:9.0174966352625rem;top:11.336588382721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCoODZNbp2To3lBgmH4u8XCsifieVLei { width:9.125rem;height:11.5rem;top:12.782551765442rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyUDKLOsbaXlGvLE1mcizC7mVpVvIUl6 { top:17.532551765442rem;left:1.1979167461395rem;width:4.875rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0gpdMZnqOgUmiWd6XOK8E1TnvJ2KXh9 { display:block; }
 }@media only screen and (max-width: 763px) { #vpCFxvKpxFcwZROTv4Jrv9X9aMrk9in1 { top:17.345051765442rem;left:6.84375rem;width:7.8125rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGzD5xIeg12kyu1K0G2JI4P7oPytPqUi { display:block; }
 }@media only screen and (max-width: 763px) { #LeBaZa3fpIGRLoVmvbNuVuTILfTneehR { width:9.8125rem;height:2.59895625rem;top:20.864584565162rem;left:1.7604167461395rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gJX88OTFeaT20rIVGWi0oKsf8bKrxglz { width:5.3125rem;height:3.0625rem;top:13.671875rem;left:0.9791667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOWerLkVbnMkT3FbiOK0HaD5RI1dQscu { width:5.0625rem;height:3rem;top:14.345052719116rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k35nil8zs4QKrCIQPuEW6V1JT44zogZF { display:none; }#k35nil8zs4QKrCIQPuEW6V1JT44zogZF > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JbkWv23Ks7T1c3O9iizDrccA4Mwwvyqo { width:19.9995rem;height:2.2749rem;top:3.8056640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PlqmVsdvL9lqngv91cSinKx9IKqrMJSk { width:8.3745rem;height:3.1875rem;top:0.6181640625rem;left:5.936279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L { display:none; }#kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L > .row .container { width:20rem;height:6.5625rem;background-color:#0d3845;background-image:url("https://images.assets-landingi.com/uc/5b9310bb-3127-415d-97e1-238306537567/25670705150720.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L > .row .container.adaptive-delivery-prevent-bg, #kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L > .row .container.lazyload, #kkZDC5PVzbQ7qaRf64mKpCSqmuDBpT3L > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #rZRrwDO7eBiRV2K3ubT3v06OeVmZ4s6R { width:11.6875rem;height:3.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd5JIWJUySrtB1U6eiwkLvhvmX1BQocW { width:20rem;height:6.7666666666669rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uysRfbGgDHXJPd8eOm7T6mvnbCkDarmT { background-color:transparent;background-image:none;display:none; }#uysRfbGgDHXJPd8eOm7T6mvnbCkDarmT > .row .container { width:20rem;height:54.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ff4zKKP6SmuoPZdvIXnqgR4ownQmvvXn { width:3.9375rem;height:1.05615rem;top:17.25rem;left:10.65625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #COhMORkSN48xphumRvihThnv6WHeTux4 { width:19.875rem;height:23.875rem;top:28.75rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #P7MSgTPX39VN1Cwci5RmzTV8lnt2lNAt { width:7.4375rem;height:1.38135rem;top:3.25rem;left:5.96875rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ZqQFGV3mVafQTEC0Cdb8H3x6GqymT5RH { width:20rem;height:0;top:2.1816405057907rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #OIlEKTcqr06cmJN8yiaMTruKo9TDRA9p { width:9.5rem;height:0;top:2.1816407442093rem;left:1.5rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #O8CRI2CAniq3cxDpTIoDdLHbbTanZF7m { width:5.1875rem;height:0.811525rem;top:21.375rem;left:14.46875rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsTLQVxUFTgCwBfTbGTBomfZvuMWPGdm { width:13.8125rem;height:2.4375rem;top:7.7099609375rem;left:3.09375rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #HCSn3Od2BnaIqSBmrSq1vhFpAeGf2Q16 { width:15rem;height:1.21875rem;top:1.6875rem;left:2.5rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #TeHto8uKFVJoCDaeBcCLspv3MTGmLseh { width:11.375rem;height:3.9961rem;top:11.9375rem;left:8.625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ALGZEuAehOOCrf18ywh2vrBAZz12eIRH { width:18.125rem;height:2.6001rem;top:4.625rem;left:0.9375rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #DcwiVsUF951vriyytTXponx0bpRpyz2t { display:flex;width:0.625rem;height:0.625rem;top:12.125rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #NGNiw7xFi06ochbdH9Qtrhfa9lvxXFpB { display:flex;width:0.625rem;height:0.625rem;top:13.0625rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #G6D8inqFHTPXDQSCIKQSuHzEchluoJxX { display:flex;width:0.625rem;height:0.625rem;top:14.125rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #hyWtKgLOrZ8ypTOfmHgaBsx6N7CuECJ2 { display:flex;width:0.625rem;height:0.625rem;top:15.125rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #we7coTaUOA2FIIIyHNz3QMovHNWzTTJ8 { width:9.9375rem;height:11.9375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT1yDGcrzrCMLxpXToIMrTTyLGR4T7KU { width:9.125rem;height:8.875rem;top:25.875rem;left:12.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yDW1dHM7P4prXaHHQHqUHbcA7NdK5e2p { width:6.5rem;height:3.65625rem;top:17.9375rem;left:10.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npDd1QOCqNAwQghktTo2IzClfdflfPH4 { width:1.3125rem;height:2.030275rem;top:19.15625rem;left:18.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0oeeOokRUr5qXv7SkUB249gLH04lee { width:19.9365rem;height:4.875rem;top:23.921630859375rem;left:0.06298828125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-text {padding-top: 0; padding-bottom: 0;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-select {padding-top: 0; padding-bottom: 0;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#d71f1f;background-image:none; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH  { width:17.5rem;height:auto;top:29.75rem;left:0rem; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:left;text-align-last:left;font-family:kanit;font-size:0.5rem; }
#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH {display:block;}#PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH { width:17.5rem;height:auto;top:29.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #ezwX0WtKEmJ69HRaV4UPibpxJV6vPvtn {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #TUbMFmMOVfv26tWg3VFt4hNbIBEZzDa9 { display:block; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #IIGDfvUkVMyIadVG048rS1QMC8g2WHZp {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #SWv4x5HgS0IXTQH6CS7NDEN2mo3QnXoy {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #p6oVg3dbwl7LDxDa40a67CUm569STDc9 { display:block; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #ky2grGA1yRTa7UU9buyZ7Szwbnxi7hAD {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #t6PPPxNrewVCLe4zwB7Jo3z7tXwWfbBd {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #tgLLAcAJqe1yQ3HDugLxGWRTVHaPZVyB { display:block; }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #PlViW4goNNOeTQNu6bXBJvhPJC3GmqrR {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #TtSDAg5VSem8ovknDEsvR9zylOMOwkez {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #p9AM1gpeTKEHcyBsDEQ6K7FKZy39TwXR {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #huXlx6lfE8TIAfN3aclvZXG7FDkPCupy {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #bODUu1VfTAfTQKgtmnfuZRyUxHBXTN1R {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #fV9veM0RCmhqU5qy3LLsQTsXi6ccCmJq {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #D4L3teVH75GgwfG50ekmC0izxSLiJeFU {  }
 }@media only screen and (max-width: 763px) { #PUNg6sABbDXUxQvZmIkQ03GQ9iN0zkVH #iE92IkqTNXr4Fr7z5QrBx4T8LLh437hh {  }
 }@media only screen and (max-width: 763px) { #KELRRPViNlzVg5sKTRd2GTDm8DTDeHix { display:block; }
 }@media only screen and (max-width: 763px) { #B0hRSZoLiTBaTKw8kgJx99kBoTfHneyQ { display:block; }
 }@media only screen and (max-width: 763px) { #dm3bvzGRV8NGuvBiWRpTnLLnPdz5Tbzm { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #uJBbDrJLdu8OJlLTxkPcMrwT4DDAVhRp {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #AOMrVEkGJe19PFwvu1DykJ62M6pDUTgr {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #dt0pK15eMnBZlDZsGC4P3kHOlLDuzZ1J {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #kxoHtVg75wcnnXrlCftVxcQ2emOnMU9R {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bxqM17H9CtPBdf0m0of30gXNW2O1hwkJ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #HvkQged8mdCRidNJftXgESZU15GZenAn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #mKD4MAmSSoMDo2BQRB6KubykLHnHz7Fk {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #QRfVGWsI5VLfvZIozrTSwzu18ATs7lIo {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #WMMMgzUkgW3sNJ78SKFxS8r5QqTEfhAE {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ZXaya44Bvv4xayxCbIti8Hl1RprNJXao {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #aISU1MA3iPxwLFVQzk4S0Zywb2prRusP {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #oVzo23ToneovJKMA0rSs0IENZSTkP79k {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #k7n9c9KW5DD1CrKUav35d9Npo9Nkg0Op {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #zNTCyHlVQAoe3OaSey3DHsydNCXcIwsS {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vxChPDNDQG16AUzDrR2yo47Ow4ukuss2 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CcXE6GQ5822KGCn2NdPQw0duKdUiuTc2 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ODaOusHakDDLTUhSvub6XvybOHkLBu8T {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #WoNmZgGN5eXaErR0H0xwfpaBT09q2OV8 {  }
 }@media only screen and (max-width: 763px) { #QuVeCWvUqIORKAScZIffyoO3Av0d1ZOt { display:block; }
 }@media only screen and (max-width: 763px) { #NDlgtC8OCw6JiWhm1ebtMWDXeWwdzlse { display:block; }
 }@media only screen and (max-width: 763px) { #BzWXL9ATPLwoT8ud5B7q6qlXZqaTmT7l { display:block; }
 }@media only screen and (max-width: 763px) { #EF7PQMiufvPmhRmhuv0Dl2qmiXfstsqI { display:block; }
 }@media only screen and (max-width: 763px) { #e8R38Hf1tbgtgzAxM418L3CEDTrkHLbq { display:block; }
 }@media only screen and (max-width: 763px) { #pcBKmXboKMMh7RCGs0gM3V8NUK1OoBmh { display:block; }
 }@media only screen and (max-width: 763px) { #u6aWlzRQzQ4UdCUgFwDS9VDyzrbn3vrx { display:block; }
 }@media only screen and (max-width: 763px) { #dm0I4u1KrZrcURn5AWQ13K7hfdIMvPuc { display:block; }
 }@media only screen and (max-width: 763px) { #I7vEBZHLZbd1Zng7MxQJqoThbGq2gSen { display:block; }
 }@media only screen and (max-width: 763px) { #TmRvyk0mp0ORlePG4K2JngldnPATrVrW { display:block; }
 }@media only screen and (max-width: 763px) { #wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI { display:none; }#wIXpkPz9Ay2TUaGb28GTyL8BlMupzNCI > .row .container { width:20rem;height:51.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wIhdFvz5iJkWdRrAssd3AEtSRao0fgit { width:9.375rem;height:1.25rem;top:1.91015625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZf2mrmn83KrVulVIVhe6ERZTvrHlCC { width:17rem;height:6.0625rem;top:4.72265625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLi9Il1Tmk3daHEkaf5v3sBoRPa5vUk { width:16.3125rem;height:1.875rem;top:10.41015625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqtOXkKBQci2epcIuolTJHg993IZno7Z { width:16.75rem;height:2.03125rem;top:30.875rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKtbXUpTa3OtqihNhh7VEcIcmTO4CUZN { width:20rem;height:3.25rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwoWZDxmsfl3F5FkSBmHgHg1oocQ05Ip { width:19.125rem;height:16.25rem;top:12.28515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBO72ZUfEBcnmmKA7l2zLP29BlEX8y9e { width:19.875rem;height:10.4375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvMI5HirOZgKVrryzX96igd1eRLPAtE { width:20rem;height:0;top:49.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTuCX1bx071TH9hWDU9tMqbiks2r1OJz { width:20rem;height:1.13769375rem;top:49.749145507812rem;left:0rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/46348524-d75f-4e5a-b03e-1660f534863a/Aumbannerland_mobile2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD.adaptive-delivery-prevent-bg, #UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD.lazyload, #UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD.lazyloading { background-image: none; }#UquMrrp2C7MxUT5lJuJHGAfOuhunI6TD > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rcMrW9HvtZhtZxlZL8Kcu6usbiVt3b8x { width:14.874875rem;height:3.4375rem;top:6.31103515625rem;left:2.56103515625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmggD10svkZG0PsrrPVbMuv4erfm2vGa { display:block; }
 }@media only screen and (max-width: 763px) { #uxAXAR0fwLCoq9abZ2fkbmM5Nli1Rcxc { width:12.5rem;height:1.2994375rem;top:10.262451171875rem;left:3.74755859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSHe8ov5T5IHhZBGQsaKNnXyGBr1Ve9d { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d3845, #000000);background-image: -moz-linear-gradient(180deg, #0d3845, #000000);background-image: -ms-linear-gradient(180deg, #0d3845, #000000);background-image: -o-linear-gradient(180deg, #0d3845, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3845', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3845', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0d3845, #000000);background-size:cover !important;display:none; }#sSHe8ov5T5IHhZBGQsaKNnXyGBr1Ve9d > .row .container { width:20rem;height:9rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qoGtvJZe3tX9iLiXtOoWnLyiTEsLMJz6 { width:20rem;height:5.6875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 > .row .container { border-width: 0; border-radius: 0; }#AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUpfQuPZPTGmwNhqWwI0f5zIFghDUK84 > .row .container { width:20rem;height:69.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C1W2TC2li0VbcwKlqUO7aD9MDkZG7A0e { width:20rem;height:56.625rem;top:10.0615234375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDTbSgZOTKQQNNqvahDE4eJIHnuaG58t { width:20rem;height:4.875rem;top:14.2236328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tZpPSr7KBVUrpPsF7ZXyNvZxNo4anUWb { width:20rem;height:4.875rem;top:36.214599609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UtWhwBU7Oledko4NyzkTbADViBPd5Zer { width:20rem;height:2.6001rem;top:32.739868164062rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SxFSIOHtRcHS2hsXml8yrpXK2t6t4FvW { width:20rem;height:2.6001rem;top:10.936279296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DQvob6drKMHKLNqJaDiPw2du2X0B72q8 { width:16.9995rem;height:10.499875rem;top:42.08251953125rem;left:1.4990234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XoWNvPc8LqDdV1kKGcctPaVua3p50x42 { width:15rem;height:7.6875rem;top:20.159912109375rem;left:2.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyI4C0gDAPLsMz1P3cT0HIadXMK3cWxK { width:16.625rem;height:0.1875rem;top:30.847778320312rem;left:1.6864013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts1sJTzqbMACsX68Ly2tyyQkPbrdJr1m { width:19.25rem;height:7.75rem;top:58.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOhaR0mqZ8mqbzLLJCguOa94blmcdqH4 { width:14.0625rem;height:3.8994125rem;top:61.125rem;left:3rem;font-size:3rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NTBLDD8q4IKbNaZNIEmcVp8p1Gu87iwR { width:20rem;height:1.29980625rem;top:59.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c0DkePtbCe7aKvfIh49577whTzeEuiT5 { width:20rem;height:1.0556625rem;top:64.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KrCXVvwW73mqlHIhd3qRD4XbQzXDiivQ { width:20rem;height:5.19921875rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #or0pxHCepCtHIQNsURAEgVs6AwTtMBZO { width:20rem;height:4.14258125rem;top:53.7216796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EqBVZkZVA1nRTcv446cT98bqk36lSzWk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #561aff, #2e00b9);background-image: -moz-linear-gradient(180deg, #561aff, #2e00b9);background-image: -ms-linear-gradient(180deg, #561aff, #2e00b9);background-image: -o-linear-gradient(180deg, #561aff, #2e00b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#561aff', endColorstr='#2e00b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#561aff', endColorstr='#2e00b9' );";background-image: linear-gradient(180deg, #561aff, #2e00b9);background-size:auto !important;display:none; }#EqBVZkZVA1nRTcv446cT98bqk36lSzWk > .row .container { width:20rem;height:39rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFpNKxlpCbQrT3fAiZy1x8W2MXDhtTkz { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #yEqcT5mUnPobA2wPwoGgCDxEhs78WZD1 { width:14.3125rem;height:1.7871125rem;top:1.25rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xi2fFT41aUKzMPxVgpRTlb6wifP5bxWz { width:8.125rem;height:1.7871125rem;top:4.2871125rem;left:5.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvMPiAIZ5QQTt6muIyxLTGak17yGEJEE { width:17rem;height:34.5rem;top:43.4355625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZD99TVyTWBZkCmntJXnH8Glw9xTweArg { width:10.4375rem;height:1.7871125rem;top:47.4355625rem;left:4.78125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1HshK9n4tRkZ3AT1OqQGBqvfO5KUWmi { width:9.0625rem;height:2.5rem;top:43.4355625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIgkU31rmkQ6c1ZHXaHenKGzTgT9D6Tr { width:5.625rem;height:1.4624rem;top:43.9541171875rem;left:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGAL9BZoQorFclJMw6eRRa5GRw6mTuWu { width:20rem;height:2.5996125rem;top:7.324225rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLrww9CD439TME108LnSry0vv9A0z0y3 { width:20rem;height:0.0625rem;top:15.5488375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuTB6IVZK5kTaZwt2rcWJnT436bbXaRO { width:20rem;height:2.5996125rem;top:13.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTuyyxhUrxHGMQhK7Fz6GuwR2IKUI4so { display:flex;width:3.125rem;height:3.125rem;top:50.96046484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXHwBRG50Jr4VBCTsXRHqk51NBcXXXvW { display:flex;width:3.125rem;height:3.125rem;top:11.1738375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoTVV5LJlZX64ordXyIx7P0tk14Q6Cvg { width:20rem;height:1.29980625rem;top:17.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFhUZTE1boT3A9mmTgoEsZRAlnwxRm4o { display:flex;width:3.125rem;height:3.125rem;top:19.97364375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUqWoAT9a2o8ZWEAwn5om1hb4r3n7mKi { display:flex;width:3.125rem;height:3.125rem;top:57.27296484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELCPmRKl1wuPZCetgM5etLsbL3x9uwk4 { width:20rem;height:0.0625rem;top:24.34864375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCSzgPNzcgS1aOP636lCUqDwkCQcNnax { width:20rem;height:1.29980625rem;top:25.66114375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9FhSIMUQMqUIC2XcmBlQEDmeRHiakC1 { display:flex;width:3.125rem;height:3.125rem;top:28.21095rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ4mJE7dF3iU2JVM6TDKc4pNE94DatHC { display:flex;width:3.125rem;height:3.125rem;top:63.58546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fImvMQt592cneVsqGd4Uu5D0z5NilTED { width:20rem;height:0.0625rem;top:32.58595rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIFPyUUHk8z5Gx3vOSMofS1H1STkkkHV { width:20rem;height:2.5996125rem;top:33.89845rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #czRhEsUnGO4ohi4I0XxNiVVr2Ti5tXX9 { display:flex;width:3.125rem;height:3.125rem;top:37.7480625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrx3aexkGrOcSJHJ7AAPWdqnRMdXPoJN { display:flex;width:3.125rem;height:3.125rem;top:70.08546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFVLhzb44kAdRkVoMZTUUs6rmqkz49kS { width:20rem;height:0.0625rem;top:42.1230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdaKTvu1IoBJ1LQ5wuLXPFyIqzvt5CWz { width:10.4375rem;height:1.29980625rem;top:79.1855625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRk6C3NFJ8RFPMCrD1By4GfoB9y2ALFM { display:flex;width:3.125rem;height:3.125rem;top:81.73536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlLObE1pdGxzIWLqrhqTRn0B6T9z7iUW { display:flex;width:3.125rem;height:3.125rem;top:86.11036875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPk2dM2guGPUHW3ubstCzcbRnTt8rbNh { display:flex;width:3.125rem;height:3.125rem;top:90.48536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTF4rReenC08hgTLVNohnc6Fnk3hKE6c { top:12rem;left:0.5625rem;width:7.0625rem;height:1.625rem;z-index:15029;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #mmuIySLvM93TvHPSusynWBSRDFxmuLud { top:9.8125rem;left:0.625rem;width:7.93725rem;height:0.9746125rem;z-index:15030;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #tTofkEZ7C5k3gHZivdwW6PMsrvIpzvnd { top:9.8125rem;left:9.5625rem;width:3.25rem;height:0.9746125rem;z-index:15031;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #GmXge9EVLeuiBabbiCyitmP4MLzFRyEg { display:flex;top:12.5rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15033;opacity:1; }
 }@media only screen and (max-width: 763px) { #Sq6nK1T23smkvqJQuCWwJcUEiZIsIBto { top:7.125rem;left:13.5625rem;width:6.4375rem;height:24.6875rem;z-index:15035;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#8a43ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SBB0cclrs4u4xJQpZbi6e6y8qcw7F0dG { top:7.125rem;left:15.0625rem;width:3.625rem;height:1.5625rem;z-index:15036;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -o-linear-gradient(180deg, #ffe7b2, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe7b2, #facc6c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IZeqKMxZuQfLP0W2uswnp7KQaTiHrorL { top:7.5rem;left:15.25rem;width:3.0625rem;height:0.8125rem;z-index:15037;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGGep60072cIZVdaxVcdEMJeQgWowlRE { top:9.8125rem;left:14.625rem;width:4.375rem;height:0.9746125rem;z-index:15038;font-family:sarabun;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f0fd0hcFytZSITJdhK1useGWJCTQ0kcz { display:flex;top:12.25rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #vW5HGOgTbRlBTHKt3JoMblEVKeMqfTtA { top:14.75rem;left:0.5625rem;width:8.1875rem;height:2.4375rem;z-index:15040;font-size:0.625rem;color:#e2105f;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #g0c3w4nPMSe7QQWltWlc28hUfAfywGtV { top:17.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #KFTfe8vJAbULNdILluioEz2TG0zfMC5R { top:19.75rem;left:0.5625rem;width:4.6875rem;height:0.8125rem;z-index:15030;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #ounzSzOTUqPn7Z6JVGH1fD7fC6eqxNuU { display:flex;top:18.6875rem;left:10.25rem;width:1.9375rem;height:1.9375rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #WeeUiSsVyQTnJlKg99PXPRO3HMpT9ofL { display:flex;top:18.6875rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #i3nEFwtPxqAarmm5GdWJrTkHBIWOrxde { top:22.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #AxOTzH7b8z5wW0yEtrz7zrU2N6PNnvJE { top:23.8125rem;left:0.5625rem;width:9.0625rem;height:1.625rem;z-index:15031;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #gG15W4KOkbc6XOXCBsTBrVBKOBZhKfE2 { display:flex;top:23.8125rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15034;opacity:1; }
 }@media only screen and (max-width: 763px) { #hLVgxfMe6w696EoVi5yXXc1K7oFGubaB { display:flex;top:23.5625rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #AlhJXp5GOov1W2EUxAw714zRaAdLvDEs { top:26.875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #etHw2qFNzeMcilvwEn5oV10xOkkegMUn { top:28rem;left:0.625rem;width:6.937125rem;height:2.4375rem;z-index:15032;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #H74VyOPpCFVXGTT3xgRxI87mTgzTkKzQ { display:flex;top:28.5rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15035;opacity:1; }
 }@media only screen and (max-width: 763px) { #Cs7xSq5ei6zhtTcEVRpvp4EO3UKcwezp { display:flex;top:28.25rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #KTmyzvxdSuXuJBD5AcO1bnrZ7M7l71LK { top:31.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #CrVZ2sVSwkQ44NknGVL1TWS9vgKUdEXR { top:34.625rem;left:0.5rem;width:8.6875rem;height:0.8125rem;z-index:15033;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #vVckvCuBwkIyTyp3PKLJx13SNd8ogHuP { display:flex;top:33.875rem;left:9.9375rem;width:2.5625rem;height:2.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #C4Sa5Fem3DX1S2ggQ1hHn7W1EPWQcfIq { display:flex;top:33.875rem;left:13.5625rem;width:2.625rem;height:2.625rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #z3DGGmcm8fhzRsbp5bkmePSkUFmg2BqB { display:flex;top:34.1875rem;left:16.5625rem;width:2.25rem;height:2.25rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #NSg1npwe60ITGsbLMUoXfO19tmQn7w9B { width:20rem;height:29.6875rem;top:7.5rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hnAld6Q6FFWV0BbgA010J0XQOknx3coJ { width:16.4375rem;height:5.19921875rem;top:1.1875rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J5JWBH7L37GoO5SD5DcQKzT5EESVc61m { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d3845, #0b2a38);background-image: -moz-linear-gradient(180deg, #0d3845, #0b2a38);background-image: -ms-linear-gradient(180deg, #0d3845, #0b2a38);background-image: -o-linear-gradient(180deg, #0d3845, #0b2a38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3845', endColorstr='#0b2a38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3845', endColorstr='#0b2a38' );";background-image: linear-gradient(180deg, #0d3845, #0b2a38);background-size:auto !important;display:none; }#J5JWBH7L37GoO5SD5DcQKzT5EESVc61m > .row .container { width:20rem;height:34.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XWuaxrXz1xS5LwoQlgBOlsKB2S0fSaga { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #SdiwmJP7u1oGAQzuab5ir9Cq19dG9cvR { width:20rem;height:3.0859375rem;top:1.52392578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yQ2wNxQ91yUgBeJHp6HRoAdG0VwiU9xM { width:20rem;height:26.3125rem;top:5.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDIWRtXvyULXpmJBNCGvQxL1lda6G0nJ { width:20rem;height:4rem;top:7.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tcvPaC6ZKOCFGUJX5H575NuFmvO1UZ5v { width:20rem;height:1.94921875rem;top:11.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1eRWtsHJsfi79XLJ2CO7tqb29Isi14 { width:19.875rem;height:3.89941875rem;top:13.3125rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Oe9eRFFr4rxtwHlEo0iJWCNAvcqI7KVX { width:13.375rem;height:13.375rem;top:16.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHhFTxVxWiFr9poOoep9ekL4Qdc22mwm { display:none; }#mHhFTxVxWiFr9poOoep9ekL4Qdc22mwm > .row .container { width:20rem;height:104.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hi4nit52B60ydLyBAd2d4p4CQHKDl5Kb { width:20rem;height:14.639516743192rem;top:50.855696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HN3pWNZPNAiUGhHwTPExVTcOecHVUTea { width:20rem;height:14.666333333333rem;top:17.052rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXKgEIf2mIv8DHNFRnoGLHKE8IF6TKHW { width:2.625rem;height:3.6015515256524rem;top:40.243515625rem;left:-2.750244140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngCehhfRMvLyR8hHkAunPh3y3CBQePWt { width:1.4370125rem;height:1.9995125rem;top:2.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJVtUu0XVm7WUqXx9TTSNEScureObgv6 { width:2.3125rem;height:3.2501976768076rem;top:1.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d206kJqugG1NVbrBohnHcOAvMEo9OUX3 { width:20rem;height:6.1387777777777rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGawShLmuQwrRG0gq605qQI3eeDbSFHC { width:19.9995rem;height:4.5109875rem;top:9.762451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PttntiPe1AmMCAOQWqgDvFV8JBw1TugG { width:8.874rem;height:2.03125rem;top:21.85400390625rem;left:5.56201171875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Xs09tbty7qWXkxCBpa7I0WA9GXbNXfHD { width:8.874rem;height:2.03125rem;top:44.125rem;left:5.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pczZqsCag191QWgDGc68GQFRm5GCMRen { width:8.874rem;height:2.03125rem;top:68.243408203125rem;left:5.562744140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LwrGS2JcTm028EeNlLMp72c5fK4XGhMv { width:16.93725rem;height:8.625rem;top:93.372802734375rem;left:1.53076171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lr6aNe1U91OooLqIyxGPv9ORdUDQm5Oy { width:20rem;height:14.552465592984rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSp3XK8N1tJEXh6yJrVa9wp7s5770EV5 { width:14.7495rem;height:4.5495625rem;top:15.262939453125rem;left:3.3515625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J6U8EG3dxckq8sfMJ42Qg9w2aio2FeGm { width:17.875rem;height:9.375rem;top:27.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6kFt0h2ibA4JmX3t2fTZJgRKUD1gBZh { width:19.5rem;height:10.6875rem;top:27.1875rem;left:0.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTqiLDtJGl8wDmpBU532aa3Oes5hdCL { width:18.1875rem;height:1.950075rem;top:24.5625rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FSNvOvE5RknZ3T4ef94ZJgwVGP0HRshu { width:15.12375rem;height:2.76171875rem;top:39.15234375rem;left:2.6103515625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NbrLqTxiohTzNStPPqONwycPT67HKccR { width:18.1875rem;height:1.950075rem;top:46.6875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NPp2cyEblDA6kGJeHQct2NNntoEvPMVS { width:18.1875rem;height:11.2111875rem;top:50.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTDGxuEovQh67d1ZSn2InDWk5RTM2UIm { width:15.12375rem;height:2.761725rem;top:62.3125rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qDLy1pHoxSEoP52JTTIf2UoSTxIak9HN { width:18.1875rem;height:1.950075rem;top:71.011962890625rem;left:0.9052734375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #whun5BlbkUdpTi0ftyOEXTtuSacWXNmQ { width:18.99975rem;height:3.9375rem;top:98.682861328125rem;left:0.49951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCxXrlaupSX3lkV6pGPK9OTqHX64X93d { display:block; }
 }@media only screen and (max-width: 763px) { #Ntb4lnpPxLXfdL5sXZ2HJKhcm74ubhi4 { width:12.75rem;height:0;top:142.78930664062rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #aVtB4FkJ75OQsCKUAkl0JeGoIEw9eNRz { width:6.8745rem;height:11.0866875rem;top:73.720458984375rem;left:6.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uawWzs3Gkf1ZO7TNaDf8qcT0BcaXKElM { width:15.12375rem;height:4.14258125rem;top:86.769287109375rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kBKT5H1gRUl9LCvNDbR69wORk5NOslfk { width:14.6875rem;height:4.1425875rem;top:93.475341796875rem;left:2.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15013;color:#ffdc5d;display:block; }
 }@media only screen and (max-width: 763px) { #VHQqSRRLcN7neAo2VdL4BF9wWLUhpf9s { position:relative;z-index:auto;display:none; }#VHQqSRRLcN7neAo2VdL4BF9wWLUhpf9s > .row .container { width:20rem;height:81.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tk2RCsmnziF5CbPpZpN2AKpEVurfg9DA { width:17.25rem;height:2.625rem;top:73.71484375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcAdTtlHAaRuGIuc8TTB1lE2w2T2WiuF { display:block; }
 }@media only screen and (max-width: 763px) { #KCMt7JBSUgJtBIwKMrTbUBmIA4yun7sE { width:20rem;height:1.05615rem;top:6.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QeTIfGOgnthbxGCODaBCOzTTRvBy322K { width:8rem;height:5.3125rem;top:1rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8NormMLaIJiilOQJL4EEGZUcMQ7U5aD { width:5.9375rem;height:7.75rem;top:47.4375rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OaC10cG2Mk38ssEAHUNQP5Tk0lFIy5em { width:12.875rem;height:7.5rem;top:39.9375rem;left:3.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ulPXKphTFJWzhDE8PMdUErQC4E1QaUMD { width:20rem;height:29.25rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWSGS6tdnWWKVmBBBn32EP2n6pH7UFP { width:20rem;height:3.4121125rem;top:23.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOQAZAlcn2stQya7Dg19t2A6bn69pgDk { width:8.1875rem;height:11.1650625rem;top:11.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VucXqu4SCJrTZs8kWepGQF6nbN1nIx6q { width:8.1875rem;height:11.1875rem;top:11.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcTRLExcNBzxqShAAfpKlrZBAyAUBSAg { width:8.25rem;height:11.1875rem;top:11.17626953125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACvdWrteOBXNJV7JdPKVsWUaQPKCruXT { width:18.4375rem;height:9.213875rem;top:27.661743164062rem;left:1.37451171875rem;font-size:0.875rem;display:block; }#ACvdWrteOBXNJV7JdPKVsWUaQPKCruXT li:before{  }
 }@media only screen and (max-width: 763px) { #ZCLVToc7GCt2uIDSUuf7AnLyBcIVETgr { width:20rem;height:5.11779375rem;top:56.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U015llbudNa1kSNFPJTaXOtNIBIMharN { width:17.125rem;height:10.0390625rem;top:62.376953125rem;left:1.4375rem;font-size:0.875rem;display:block; }#U015llbudNa1kSNFPJTaXOtNIBIMharN li:before{  }
 }@media only screen and (max-width: 763px) { #hoWa2nGG95Fztu9hlgIGAmK7wZAScgcr { width:4.9375rem;height:6.75rem;top:47.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuni7JFaaAvU2STbAzvs7BJ3E3S9t1mg { width:4.8125rem;height:6.75rem;top:47.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPKWKa1zV9sB5lSHww7rfyn1NrmeR8VW { width:20rem;height:37rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aaf9d2a1-b644-4a50-a000-fe5a29aad8d0/BGMobile03.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;display:none; }#eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd.adaptive-delivery-prevent-bg, #eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd.lazyload, #eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd.lazyloading { background-image: none; }#eAQtdN8ZdnHJLskq3qDR3fDzfOlqHTSd > .row .container { width:20rem;height:28.4375012815rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TGIxzBSGQ1uE2SgsQPT5m3bvuadJAtCB { width:19.3125rem;height:11.5625rem;top:1.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6LzTUoqeAcRKBuTKRsCgxWSs6iy768 { width:18.3125rem;height:1.57486875rem;top:15.6875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpM0dqI1sMl1oTgDoDpdxEeiAUQx8gzX { width:14.4619140625rem;height:3.6494140625rem;top:21.1875rem;left:2.7685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbz6cglmuXkznLkOnlQ0t0NkPr4eJq80 { display:block; }
 }@media only screen and (max-width: 763px) { #uUOUkqUFoiVm2A3pRSJSbhFU5TdccLdV { width:17.875rem;height:2.88671875rem;top:25.5625rem;left:1.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nktb200pa48an3rQUCOh3pXBKsJrJReu { width:10rem;height:1.5rem;top:1.0500011444092rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVbWOhoXT5SQ0p7fCsDLA8cS39usTZB3 { width:20rem;height:14.75rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFTDWykDq47rRPDBtnyrpvTzQCiHhth3 { width:20rem;height:2.79948125rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGIV56TxzpIsl1TepWDNh4IVGv1T9iIL { width:20rem;height:9.6rem;top:63.725007629394rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFMBTQsqFi6ym3onhFT2FqHKeuH9c3vf { width:18.625rem;height:1.3997375rem;top:13.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6l1qR7cNOVcQn7VQk3LGV7fmm2QSeaF { background-color:#02150d;background-image:none;display:none; }#q6l1qR7cNOVcQn7VQk3LGV7fmm2QSeaF > .row .container { width:20rem;height:38.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EPFb7NcddCG62Tp48vsxpUzCtFTe4BpD { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #LmIfvEJBmSft2KdhZFCqkQU45zTDmASw { width:14.3125rem;height:1.7871125rem;top:1.25rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFM4MsantTX6ZD29DHx3WOqJX7WnJEIU { width:8.125rem;height:1.7871125rem;top:4.2871125rem;left:5.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bX9FNUSfzJPiAFzQs13NpOGMvPU85BQN { width:17rem;height:34.5rem;top:43.4355625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBk5Zw949SgbmDzDPu6lMHckiTT9ewGK { width:10.4375rem;height:1.7871125rem;top:47.4355625rem;left:4.78125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDMWvKCktMTcB8UmNg2TIbDuxuUaHfJS { width:9.0625rem;height:2.5rem;top:43.4355625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1ozyR42mkAqHz86Gau5dWxkTqTVO7nL { width:5.625rem;height:1.4624rem;top:43.9541171875rem;left:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSD18OOkPEVcGcqStEobP6yaOXH87fzn { width:20rem;height:2.5996125rem;top:7.324225rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA1AatO2fxwbD34vhxaFTawwQVRZfyUD { width:20rem;height:0.0625rem;top:15.5488375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybChVQNwuttVwt0rHL4p5Ur81Poaam8K { width:20rem;height:2.5996125rem;top:13.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PL8yV5nUk4kkelUZNF1xugeASDiR3GJy { display:flex;width:3.125rem;height:3.125rem;top:50.96046484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2Gb4Zn77bRaMvOLSlRpoTSbvdTLRON9 { display:flex;width:3.125rem;height:3.125rem;top:11.1738375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPByHCqglTBsgTXdara8eGHbnR2U7Uen { width:20rem;height:1.29980625rem;top:17.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8lmIt8CTtTJoWegtbMHQqMd5CSRzw2T { display:flex;width:3.125rem;height:3.125rem;top:19.97364375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #znr2qgf6vIOrToU7tfUOtiurO81Mp40e { display:flex;width:3.125rem;height:3.125rem;top:57.27296484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzXHbz4qfJGFw5peySdf8TfQ8Q3457ge { width:20rem;height:0.0625rem;top:24.34864375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kk7dMare0hcHswXsQnUwwTz3Wp0KkzdX { width:20rem;height:1.29980625rem;top:25.66114375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzONpD1pPat1bCl9206THHG991H7LXvI { display:flex;width:3.125rem;height:3.125rem;top:28.21095rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExXxfmGb4rJAzEccErcolDktqKxQ7kAD { display:flex;width:3.125rem;height:3.125rem;top:63.58546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLx98hstbTL2xirKJR1BEQQ0mrrmp5mi { width:20rem;height:0.0625rem;top:32.58595rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8WyWdqPGLiSLgOiA5Za3lfEi8rq0eHy { width:20rem;height:2.5996125rem;top:33.89845rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFOSzmTyiU73Ns2BKmK53QJvpXcbnZgT { display:flex;width:3.125rem;height:3.125rem;top:37.7480625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxm1zW48s2dTaFbC89M1hyvyahixa4ph { display:flex;width:3.125rem;height:3.125rem;top:70.08546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #drbnoZmkiZvSzxchxDus2gt9wMlEthio { width:20rem;height:0.0625rem;top:42.1230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvdWZzbhmpItm9mXHy24GmNTbm4zH0yT { width:10.4375rem;height:1.29980625rem;top:79.1855625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nh4ZqIVK8rR4RcE4s5KF6rSXmWBzV09e { display:flex;width:3.125rem;height:3.125rem;top:81.73536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTFKFPwL1Zhk2Xphk09UQN4tbFMzcolX { display:flex;width:3.125rem;height:3.125rem;top:86.11036875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpGh8lnm7EAISeLlSNFF8EFpLLToeKhD { display:flex;width:3.125rem;height:3.125rem;top:90.48536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEnQ7InAEbAIcDOKnTQ7cTC2pxUVAvls { top:6.75rem;left:0.5625rem;width:7.0625rem;height:1.625rem;z-index:15029;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJSOKWiwUT9Wnk7DzkcUNKbvXBJw4bKx { top:4.5625rem;left:0.625rem;width:7.93725rem;height:0.97485625rem;z-index:15030;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#095842;display:block; }
 }@media only screen and (max-width: 763px) { #TWOx8tJmHqRudsXvF7nKGc2lJcwE5HkX { top:4.5625rem;left:9.5625rem;width:3.25rem;height:0.97485625rem;z-index:15031;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#095842;display:block; }
 }@media only screen and (max-width: 763px) { #M3Gp0EWbJmLqln2EbpvkxlfzbOkTXGRw { display:flex;top:7.25rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15033;opacity:1; }
 }@media only screen and (max-width: 763px) { #KBa9RGZuNl9ZvFbfNgzCWLJ09GO9m7g2 { top:1.875rem;left:13.5625rem;width:6.4375rem;height:26.1875rem;z-index:15035;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #glzBMZT4GtELcPzqMTWROZgTF2KN0MUo { top:1.875rem;left:15.0625rem;width:3.625rem;height:1.5625rem;z-index:15036;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffdd7b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VPls7yimsSBKwBVZpcPszi1PHk2Um1T7 { top:2.25rem;left:15.3125rem;width:3.0625rem;height:0.8125rem;z-index:15037;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5qT581kt8UTBqWUuF5CDiVDXMrsDJMU { top:4.5625rem;left:14.625rem;width:4.375rem;height:0.97485625rem;z-index:15038;font-family:sarabun;font-size:0.75rem;color:#a02424;display:block; }
 }@media only screen and (max-width: 763px) { #PiJMk7gkg8ITF6PrDnlyz3TwvmSwKsmT { display:flex;top:7rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #KxR5Jf11Aax3RTUBa4FKDsENbtElFkKe { top:9.5rem;left:0.5625rem;width:8.1875rem;height:2.4375rem;z-index:15040;font-size:0.625rem;color:#319e70;display:block; }
 }@media only screen and (max-width: 763px) { #o7cX5OSchmiIT9Hz6kQ3oSvmEsHen4Sz { top:12.5rem;left:0rem;width:20rem;height:0.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #xZ72d5D30aIvLz6lLCDg5vpPRxRvoNzz { top:14.5rem;left:0.5625rem;width:4.6875rem;height:0.8125rem;z-index:15030;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBeR9pT5gbmADb3qrm1il3fmRAdTMEBM { display:flex;top:13.4375rem;left:10.25rem;width:1.9375rem;height:1.9375rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #G2H7qxVSk8UMIvZlILK94m3o4kPGfyHX { display:flex;top:13.4375rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #AhGS8hdxrmN7CnwhQdTqxfLKXqCcD8ey { top:17rem;left:0rem;width:20rem;height:0.0625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #X4bOXSbu2MyIJHy1k8asnC2pAePXcQuB { top:18.5625rem;left:0.5625rem;width:7.93725rem;height:1.625rem;z-index:15031;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4hGq432rncxm7TlyoH1tVlbt0NZL1pp { display:flex;top:18.5625rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15034;opacity:1; }
 }@media only screen and (max-width: 763px) { #PDf59RBNIAqlwdR0MhRWvu6t0h436Tb5 { display:flex;top:18.3125rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #Ii5tbGf5gV0ffOTf2mRzD2121tJowl4a { top:21.625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #sbtWzqXEWTEANSpULrDIDqIIwmyqcrEs { top:22.75rem;left:0.625rem;width:6.937125rem;height:2.4375rem;z-index:15032;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXRG2RbfaoVAVS8LikJakoTTTRsU1bDn { display:flex;top:23.25rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15035;opacity:1; }
 }@media only screen and (max-width: 763px) { #SD94ww3lkqeHbIxcNBP83H1N2gR70WTq { display:flex;top:23rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #qEGdTyJim7TRcbJJhOnNELB9rUiOuHM2 { top:26.5rem;left:0rem;width:20rem;height:0.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #qJdxCIy2bwBPM3HHrwvDB0e1uTSQhfJk { top:29.375rem;left:0.5rem;width:8.6875rem;height:0.8125rem;z-index:15033;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrrTwVfvKyr0cheeCob8BofUgDsEnAs { display:flex;top:28.625rem;left:9.9375rem;width:2.5625rem;height:2.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #C1tho34pFFIMwmGbPk32cK63CZZr0rg4 { display:flex;top:28.625rem;left:13.5625rem;width:2.625rem;height:2.625rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #EmC174zXm3bhWEFZKQdtAbDyqmlR7UNF { display:flex;top:28.6875rem;left:17.375rem;width:2.25rem;height:2.25rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #l2DTqdI7SQy9n87LcVv9bF9CEO8Opgi6 { width:20rem;height:29.6875rem;top:1.875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VUmeiVITDnZOOBRvzMKztGeAsIW8NWNn { width:18.875rem;height:4.3125rem;top:33.749267578125rem;left:0.56103515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvlO9QAudnUy0fQFvXWA1iqGdGMfpQqc { display:block; }
 }@media only screen and (max-width: 763px) { #QbAQtQihbIauAvd0SyGIMwmm5rO5UgdF { display:none; }#QbAQtQihbIauAvd0SyGIMwmm5rO5UgdF > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rg0VKg511FbMHS7v83R4nyQSU0qczxKO { width:20rem;height:3.0872375rem;top:1.52392578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #T4riXxWJMQux8goiUe7C5lt1HXkrl1AK { width:20rem;height:39rem;top:6.5351581573488rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEsk2ixCtTX5L39tkVkcghZPEL5XtTa9 { width:8.625rem;height:8.625rem;top:24.437501430511rem;left:8.3014326095581rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsZvdSrMJaTZwDD6xhU27G9eDTMcAATE { width:20rem;height:2.6001rem;top:7.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SIdMnWV7HDCRmTUNNAORBaKT0KpnnIn7 { width:20rem;height:1.94986875rem;top:9.724609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TRgdg3ycyZ7Dw42fstP5O13G60qW6Pnu { width:19.875rem;height:4.1425875rem;top:12.173828125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b872y5IGpiAA0KtizuC5MQHNTvoexaOs { width:17.125rem;height:1.13736875rem;top:35.400392055511rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O2aMe66FU5HXnlBkXmftv4glEEJTpTih { width:15.4375rem;height:5.11719375rem;top:36.940755367279rem;left:2.28125rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ntoPA8VTzcSGTUkHmGnm3fQvo0k2KkSZ { width:17.125rem;height:1.13736875rem;top:42.867841243744rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dVCRIv4vciAHHAbtzukhubcZPuU8L0Dl { width:18.791666625rem;height:4.229166625rem;top:46.783856868744rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAhI2RkfMHp6Jtg5xLgtz3UuJPHeTxR { display:block; }
 }@media only screen and (max-width: 763px) { #iZwkfTgGUtefioS39fvH6L22OF8XZfwn { width:10.875rem;height:15.6875rem;top:17.470703601837rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JLovdcq2rqychnoXsenuyJynpn1R5W { background-color:#02150d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d7JLovdcq2rqychnoXsenuyJynpn1R5W > .row .container { border-width: 0; border-radius: 0; }#d7JLovdcq2rqychnoXsenuyJynpn1R5W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7JLovdcq2rqychnoXsenuyJynpn1R5W > .row .container { width:20rem;height:78.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vHnp1wPHfORQ550xTIluZustbJzL3msP { width:20rem;height:25.75rem;top:9.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixFlqDAGKcXOpIxxOpW5Pq33ymPfzR9s { width:20rem;height:32.75rem;top:39.715496063233rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DooH6wkRZ07Toe3nRFZNrkVLw093TPyq { width:20rem;height:4.4375rem;top:38.796876907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTZyG6fG9pHqJoi9wT1ayIGrMaiDmF79 { width:16.936875rem;height:2.5996125rem;top:10.5rem;left:1.5625rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OzoNM600KWwIgp4RyXW71xJcKcUXe2Su { width:20rem;height:3.8125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQo8QnXJ3m1U8vglrMgvpswP1E6r5bHf { width:15.0625rem;height:2.11198125rem;top:6.604820251465rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ycU3wDaSzIvTklfuhTxwMA6q7NXSsaQt { width:19.375rem;height:10.125rem;top:19.562500953674rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxxDnqt4oK0ZgZm8s9RO7Z1W4LDMw6S { width:19.9986875rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U74yT7JCOoiLvM3LsGhvaFSuVsGsxm0t { width:18.613916625rem;height:4.052085375rem;top:73.993492126462rem;left:0.69270837306975rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbDipWBfWQE39RrfT6uzo6P6n9bUHqgS { display:block; }
 }@media only screen and (max-width: 763px) { #mDfMELQi8W0rD1o7yXf5LhfXXZ402bET { width:4.125rem;height:0;top:49.02865625rem;left:7.9375rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BrE9SI3MtOOwzoIMOF5QpFd0R6MsIKKU { width:20rem;height:2.1933625rem;top:3.8495979309082rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #G8d1UPx8f3PySooa7X6qcXMTBvuxh5y1 { width:20rem;height:2.5996125rem;top:14.500000953674rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FfDbN8GGxIdHihS0ustpmAzDAvRrNvOw { width:20rem;height:2.549475rem;top:17.750000953674rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J5dcTXMArIFHAbXid8VAy5MZu69VF6Xb { width:19.125rem;height:2.625rem;top:30.46744787693rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hLIRmaaib3C2JsSJo4VfMN92molRRnGB { width:19.125rem;height:2.79948125rem;top:32.867177963257rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zc37SR5nyKwyRQ9mRBwqfRioNOtPIqL7 { width:20rem;height:2.5996125rem;top:39.715496063233rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pBlExS3xOex0KNFL4dKCLselmSn9T9Gb { width:20rem;height:2.2747375rem;top:44.475914001465rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BC4Q53ToNtHJ17oTIi137gbnW0TMz4yV { width:20rem;height:4.875rem;top:47.399739742279rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KkbryR7cstfz6TuKatcUw890vp5XCyCm { width:20rem;height:2.54948125rem;top:52.274730682373rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gXOWZyEfiZKUrGg7fnKTdAHtIXcLKUl4 { width:20rem;height:20rem;top:47.937501192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUzIMwLLoRAPTuJ0MFKGhBDLOnNtiuKx { width:20rem;height:1.3125rem;top:65.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rx1F1v2gnyTwgZwSs1NT2r7PTTtHyl0h { width:17.875rem;height:2.79948125rem;top:66.75rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;color:#2532de;display:block; }
 }@media only screen and (max-width: 763px) { #WqSK4vFEhGKkiuNAive6WTxHN2vG65Ui { width:20rem;height:1.3125rem;top:69.549480438231rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t5SVUhyhy40Tk6GbJPsMzXBJECTIgo1w { background-color:transparent;background-image:none;display:none; }#t5SVUhyhy40Tk6GbJPsMzXBJECTIgo1w > .row .container { width:20rem;height:91.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HEQK6JiLDEWnOsRBcolWvVNUotBd0gpf { width:19.875rem;height:31.812rem;top:58.374755859375rem;left:0.12451171875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #f03WDgfBUnQNVLkacVsaBDf7uuTKydLn { width:7.4375rem;height:1.38135rem;top:3.25rem;left:5.96875rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #dhCfDmpwVMCz8LOhJJUpHZ8oGQvFtfwZ { width:20rem;height:0;top:2.1816405057907rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #Hyby7Iq00xIkgTTTZpFOlAIbzaeONIKC { width:9.5rem;height:0;top:2.1816407442093rem;left:1.5rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-text {padding-top: 0; padding-bottom: 0;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-select {padding-top: 0; padding-bottom: 0;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #a02424, #ec2c2c);background-image: -moz-linear-gradient(8deg, #a02424, #ec2c2c);background-image: -ms-linear-gradient(8deg, #a02424, #ec2c2c);background-image: -o-linear-gradient(8deg, #a02424, #ec2c2c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a02424', endColorstr='#ec2c2c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a02424', endColorstr='#ec2c2c' );";background-image: linear-gradient(8deg, #a02424, #ec2c2c);background-size:initial !important;height:3.125rem;line-height:1; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h  { width:17.5rem;height:auto;top:59.195068359375rem;left:0rem; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:left;text-align-last:left;font-family:kanit;font-size:0.5rem; }
#ART0GhHkfysC1DmIBfBuZCPONwibtS3h {display:block;}#ART0GhHkfysC1DmIBfBuZCPONwibtS3h { width:17.5rem;height:auto;top:59.195068359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #v4VeJl98uQOMz6rtxyEFh9D2EXKTRdG2 {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #FvpwGgd3ovF7DZGs9Hd8zMhM5o5zNh5y { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #cTnkwFbtlK0qhUxPhvzk761pNd5v219E {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #mTkKE7paZhaOWIzrsHKEZ3CKiP8ZGO8R {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #tcG33zPpPJRJRVTLmAWVp8Vq8HMkhhAX { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #tOeX05Ze4bRAARLsTQwt7itqxnhc9vtL {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #abRvC74kMsJeBc2cNPSniF8tdx8rQZM9 {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #sB2WRTkNWNRVta2JddqgyhogDgl0o8iT { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #THuszrxA2KFTgBF1wUK6f21KGsKFTW7u {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #UK4wHtTnhEC0BMnVAOdKhf1dPakFf96F {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #TvLW7BQuJyhOEAZbpI9RC4VTPNl0QhAp { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #S2AL2EOFl9iQ5yKkRfSR0BhkLmXPBpn9 {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #gR3MlmZr9N5zXqmucuTQonoqN5o6KNmH {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #e0wuBI2p1BSFrIsnSpiXeAzEcasRBW7a { display:block; }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #C87SV3PyWBeEUTcTGhCJHcsoxrWpOzEV {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #R5hmusIHeCM3WrH81qDozoiDPwZDeeBd {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #DH2GdzTH1ylQigWK6fcb7bz1RSXXIKOo {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #plJ9elPBogvcCbncaJR2TDckUcqIPUbP {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #WCuX50u7Quwlse70dM3QSEtzz5reGM1z {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #Stb6tC4ht0qrTzzcROTI32h2pO2Qxs3E {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #A1o4nULB2w5tvsezCfcItUqVozCvt3un {  }
 }@media only screen and (max-width: 763px) { #ART0GhHkfysC1DmIBfBuZCPONwibtS3h #Cu3pyryhic29kQTPn9ALeriGXe0f3B7X {  }
 }@media only screen and (max-width: 763px) { #l36i77X1G46xBE0nANpoGgBfTWrOzCpa { display:block; }
 }@media only screen and (max-width: 763px) { #sqLldhMLt51emDgGuhovHBuZK1IEEzVD { display:block; }
 }@media only screen and (max-width: 763px) { #nF2hAMr36ObNvM2NfSMboHQrh23R8exG { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #P1ZEkN3H0XAkzxqEqIpLuR3cekWxUQ8w {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SGXtqPiqPbPXpbRG32wEk0xv4y44VqwT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #pxaMMoxyc0TUXvvqdJG5nKmCLaacGXJs {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #oqFXonVrg6QOX1rKWCBzP7bdvIvyzUxL {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OoskysEezRmmwv2dKLXdLECB6HBQyKpk {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ecIZ1dlA4W0nuDX6dpWpO94rcVw5g6dZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SzQZ6OwoM3CfsZemKm5qapG9lBaNIT39 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #uf8zbmSTWp05xCtBosDniJCH9AABID5a {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #dT78kXkDxkZQfe6bJLxeowVOtqMz6ziq {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #c9vsBcOeQ0EamuiMrkosG5FOMrtw3v9l {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Hp6zlefyvHGedDZCTLar2RSv8vZyAEOv {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Tc9fnPmDyHOEtOutt6LfaWtEOrZe007K {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #qkgOHnhZIfXaTo2LsTT0DFwH43F3DJaQ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #TPw3Txd5BKSSwq8n8l3pkUmCNoAkJb6W {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #D4Xb3AReOMUSTJ0G6GZSEoiD5lBzDI7T {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #egv2iqCnTwGkhzg1XkewVnTBKE2SLOl6 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OL6I5CLsSdTT4EsVdWFO8zfgCiFOsqdM {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #StPrUm85XA6TGBTAKNBDWWDHuvN1yl7N {  }
 }@media only screen and (max-width: 763px) { #BylhdRr1cDDyVxx5y95343BiGmBv76Lw { width:13.8125rem;height:2.4375rem;top:7.7099609375rem;left:3.09375rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #uVNCaS0ltdCDchJxvXeAGQUReGWPpRhr { width:15rem;height:1.21875rem;top:1.6875rem;left:2.5rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #dlova5fs4IFgMi8LADlgaykgNRhqJKUf { width:18.125rem;height:2.6001rem;top:4.625rem;left:0.9375rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #dyZgT8b9Nu5liNbsnVMpGPwJCiTbmMIb { width:9.125rem;height:8.875rem;top:22.1875rem;left:12.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DPXkW3LuOev3h4dwrRTfLsrFxTJ1MbO6 { width:20rem;height:45.6875rem;top:11.343017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdVeRGXJU55VAHBAZxoKJEaMqSgLnIuK { width:19.99875rem;height:3.41161875rem;top:12.378662109375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBF1Z5S9oBsotIvvnZleCfwDvGTRqQGa { width:13.3125rem;height:0.249755625rem;top:33.10107421875rem;left:3.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBeobHyZ2PhQIAFTL7WmIxoAqi6ZeFCw { width:9.5625rem;height:7.6230625rem;top:41.463134765625rem;left:5.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIeNsdAPRW9eVTQpou5I5wLVySadqHny { width:9.75rem;height:5.12475625rem;top:21.374267578125rem;left:5.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgQ6LArquKBeIRcFZWTzyR1MdIQzTDua { width:4.125rem;height:4.125rem;top:31.061279296875rem;left:7.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DouOlUNnKz24Ml69aoJppPoKNepl5LBI { width:11.25rem;height:4.38574375rem;top:36.30615234375rem;left:4.3740234375rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4gCEThJgelzSzb378Oh9iUvVJcegAZT { width:4.125rem;height:1.4619125rem;top:32.493896484375rem;left:7.9365234375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yhPtGthOwUmsH7VEOTVEqv7sTkFmabVU { width:12rem;height:3.2504875rem;top:17.373779296875rem;left:4.2802734375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Cq7Qo23Tbt7qGBl8XxazFfgV1tK4DprI { width:12.5625rem;height:2.6001rem;top:27.117919921875rem;left:3.7177734375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp7t6mgAE8FfA0tt3VIF40bibrt7dV5e { width:12.5625rem;height:4.5483375rem;top:49.086181640625rem;left:3.7177734375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLWi5ba9klJT0v81Eu1kWu44GbxfTI4 { width:11.874rem;height:0.97485625rem;top:29.718017578125rem;left:4.062744140625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N3XouEpImAzRxP82z28Z6v6PM8EgIiW1 { width:11.874rem;height:0.97485625rem;top:54.352294921875rem;left:4.062744140625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QSbb3X9ZWoV7Do5dqo1oooZEX3sLlVtC { display:none; }#QSbb3X9ZWoV7Do5dqo1oooZEX3sLlVtC > .row .container { width:20rem;height:96.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-text {padding-top: 0; padding-bottom: 0;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-select {padding-top: 0; padding-bottom: 0;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw  { width:17.4983125rem;height:auto;top:61.4853515625rem;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:14994; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw {display:block;}#L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw { width:17.4983125rem;height:auto;top:61.4853515625rem;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:14994; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #nXn3XepT2SHRVVsqTtH5pXryfCqt8MT3 {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #VFoRiW2iOX453MpHN19UaEXCfvH8TQo4 { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #oZryL40bk1QrbyaSi79Sihl2o1FhRNQF {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #mx4MiT0tuXTtl5IlB1OQA0trTqWg6RgW {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #LKsT3hhv8oSTVngEqV7CrWFHAniud0KH { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #fOhVUlamodyp3pvyH0br25CupLisxaGP {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #oTZTKpn6qN2TR8gfOwuCZuTNOz8BJUMq {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #lFFLhZHQCEVMDH4yZVkGvnTeTT54nzUw { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #QF4x9k1gti4VkvVkeufX2Na3ywMzWqbg {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #CaoBzyXhgy7zRJwD0KJWswcwGTrVyNWg {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #Mbfb3G3XXlKBIbDTqeAT6Ntm5LQMxpPc { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #HL9lizbcwyGZcf3KAZql1tcTiH4FT6Xv {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #QrVwhttWpsqS3pRh0mhxydTUQ3BkVff0 {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #hnWXIASeuATQrdEUIRJ0kEVVZsfEReLx { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #ziMcXObIflZsEFUOoASDcV70QQrS3SpJ {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #NgEcq4QCwlTlq0I2tuplKUanWcnXTvh8 {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #doviIQ7F81BCqIrzFu8lXvvXxrJy3oRk {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #xJTZinlKrQIlVh9NyrX2WqkDSAQnsCOq {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #IbyKC1n62aI4oVC4X2M1rolovZHH1AAr {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #zSUrGDudiZfAD18BbU7W5TIyxsCfpWB2 {  }
 }@media only screen and (max-width: 763px) { #XdhohebXeU5rpUPT2TFVyPlaSdxcNWdB { display:block; }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #ETF5nwHGrlqHAlC4AP1J8nxk6mTZEd2o {  }
 }@media only screen and (max-width: 763px) { #L2fqdZ6ZB8u70336eX8ovdP54zh5XXKw #VAmR25UkUPHJzyC3zrJMSMBNWNTNaLhI {  }
 }@media only screen and (max-width: 763px) { #DDbmsw6QQ1Lpn7LJrZtoRACPF5J16n8O { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #m8rmQdeTBq9LZnTqu0Pp9h9C6e37Jodh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JTUO8aCTyLZtk2CTaWGnCLKHtPV4FxsZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oFzpTfvplwqtcwBKTpLHUZ8vfK7u0QCI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LU5gWzrX8RuHeVqQMQz3ow03ABtcih0I {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hqUpTPc8PAimJhayiQnhpi19m6ZMFWSZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oo55ET2dwo9mtu2pkQWzIKsbFUGoPh7f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w6KP1QXXLWASPolzRrlHuQ7m1H9igtJS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #agk9r25pTIKKZX8wl6GeLkcW4p4sHCN6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QLLcR4sWzRic0pboAbM0CPMbilRSyvkr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TbJUpO7MFBLZ7LeVznCr4r8hyQc7pt4g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FUZfMc2nP0B6qHyMUm2NIpTCWe5M7t27 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #He0X4u299x2LCCP1pPCgPTTLH4qSLC6J {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GiPkQ381ZnSmXIrbV8q9v1PlTaL78l6K {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NKIxy4z4M3s7f7TmkTV1aaMOOZszft6I {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tZ4HPpuRulC8mQLhCT0B7FNdPEZ7IhbG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #chA0EHKF2gRfvsJeOamUXNRoIn2zWhRc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TafzKTD3DNr78S1P0f4zNT8FHrxqINPC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #q3lfyBo51Agmcsiu3S5cz2LcMdTmzk4P {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JF8DiUfwA0nr6sKNdN6IhBWngTlobU5L {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lwpdKsR9HEx1Mdkqzl9CfBfTZ3ZbNSit {  }
 }@media only screen and (max-width: 763px) { #BoAcPBMRWo8qCsQ1mbGqu4kU1RF6iUdX { display:block; }
 }@media only screen and (max-width: 763px) { #Nn1Q8IlZupuJ2ewPgkVulEWizg6MUnRt { display:block; }
 }@media only screen and (max-width: 763px) { #tPG6uDDw41dk9pOXzk5c6S3g5OO8ETEA { width:19.99875rem;height:34.9365rem;top:60.890625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ZE1mbL159GOyuGBDTcddMhIXhPvoasOU { width:19.9995rem;height:19.5131875rem;top:77.13478671875rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #RefCO21VtmiCyfJ27f4ytINVJCP0frtz { width:19.99875rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #gWLBxU11EydtidzATbbHQiktwOOrOOio { width:9.9983125rem;height:1.38135rem;top:3.7646484375rem;left:5.000244140625rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #bnL4Mb4VL5Qa1iNi1kXPJVUgtbmRixan { width:19.9980625rem;height:2.6001rem;top:5.099853515625rem;left:0rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #WnXxTUddwLqvb8f4efyee3NFTekmhOnX { width:19.9995rem;height:1.05541875rem;top:7.699951171875rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #lB6JrRB3unFJARyKt4sz3z1V30WItMW3 { width:20rem;height:49.4375rem;top:10.192138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWu8lVTHaqofwQOKevUq4is9zaF8cpZV { width:19.9980625rem;height:3.41161875rem;top:11.262451171875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqd0OzTtlrGKOmeWgfPyI2CBRTqxO707 { width:10.5rem;height:0.124511875rem;top:34.981201171875rem;left:4.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQL8rrPfHwpRVOXQ2E7zEGbziTahyVB { width:9.5625rem;height:7.6230625rem;top:38.879150390625rem;left:5.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh7vbGL286389ZTrmeJRhPD1DNUmwPO3 { width:9.75rem;height:5.12475625rem;top:21.621826171875rem;left:5.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wedRC0LGN9aWJvKEg2AFZJwpxgNSca { width:4.125rem;height:4.125rem;top:33.54345703125rem;left:7.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtP52JvD7KRvog4SImBKwWp7ad8QnKcP { width:11.25rem;height:4.38574375rem;top:47.01123046875rem;left:4.3740234375rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRTBsgHoGHUgECu7DUtRAX91FmPZicN4 { width:4.125rem;height:1.4619125rem;top:34.981201171875rem;left:7.9365234375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ihF6U7T5y9II9hXgKcQxbZRuU5fNXCfQ { width:11.4375rem;height:3.2504875rem;top:16.51171875rem;left:4.2802734375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sk8TTiKlhmlNa5k8wD8KQ8TBPRBHT5so { width:12.5625rem;height:2.6001rem;top:27.82470703125rem;left:3.7177734375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA8eFCN7VIAWiDcTOMGFtH6aOOihgIQF { width:12.5625rem;height:4.5483375rem;top:51.39697265625rem;left:3.7177734375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRJ7BNOpkK8RHSfCPs2dbF4Q6SgvtXzC { width:11.8733125rem;height:0.97485625rem;top:31.11181640625rem;left:4.062744140625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MLe1QB9WLLXqThBESKStnseNZG3IwB4U { width:11.8733125rem;height:0.97485625rem;top:56.54296875rem;left:4.062744140625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IHKP4zRCQKPsyxRhBEAXr1zkkkQemQuo { display:none; }#IHKP4zRCQKPsyxRhBEAXr1zkkkQemQuo > .row .container { width:20rem;height:178.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n8E9Sf5Zt9INTTQTNblNMTXWyaws81DC { width:20rem;height:1.21875rem;top:5.0625004768372rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVyLQkeOfqsO1dUWVzG01yzmPkETcQ8d { width:18.0625rem;height:0;top:2.1875rem;left:1.15625rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;font-family:kanit;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qi2FMNIlQuusks8aLcQRQhoskH7p2Hq0 { width:20rem;height:7.75rem;top:2.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWxlyeIhvzwAFvfO6mG6gTEN1brhsSBF { width:20rem;height:2.11181875rem;top:2rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;font-family:kanit;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kuFpHlcg7R7XioowGO0W9PpN6BIrmNp7 { width:16.5rem;height:28.25rem;top:9.96875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2u4JolFup6uiqO6uw9He9CUUKnt4Lrg { width:14.0625rem;height:20.125rem;top:8.0937551259994rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfoX578KrFpIFTo2dU2xEmZi4WHF85D0 { width:12.5rem;height:1.86875rem;top:28.908213615417rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqyTqMHOyUzBIow5sBszI4I89uZap0H3 { width:16.5625rem;height:1.95rem;top:31.394541740417rem;left:1.71875rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMaACtTDSHMy6To1HLeiL3cSqrZaeyAA { width:15rem;height:19.5rem;top:62.187502861023rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRMSqXpPH0FgSMMzdO5KN9GsV5rm3McK { width:16.5rem;height:28.25rem;top:36.781251907349rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwdBkym1tnoa5TBHOrnuMTz8UmhdML9J { width:12.5rem;height:1.625rem;top:82.249992370606rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VepvWWqP2KZJFSLlP9JL1mTWZwBZvOkP { width:16.5625rem;height:1.95rem;top:84.437511444094rem;left:1.71875rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXk61SOOKW6TGiW40ufVsiuFC0TmarFT { width:19.125rem;height:19.125rem;top:35.585947990418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0bCGfgAE7ws9sg4n9TSxOSksXTJLis2 { width:16.5rem;height:28.25rem;top:90.796857833863rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ANLnIhZkuNcbtTe7CNvZWIPMrEudzt { width:12.5rem;height:1.625rem;top:55.648440361023rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfn8mlV8cH6JG5ZSHlhybWAucDT3zda9 { width:16.5625rem;height:1.95rem;top:57.973297119141rem;left:1.71875rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSdIfTG1yleZtoqdZBcqwUT9Xdzv8RSt { width:16.5rem;height:28.25rem;top:63.562502861025rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFwEc8CkSPsuyAIc0a9CJcBLcm4wTgHb { width:16.5625rem;height:1.95rem;top:111.74999046326rem;left:1.71875rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqCtU0ywbSuCEAMdTwilZ5LSUdRAU8Es { width:12.5rem;height:1.86875rem;top:109.24610900879rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQTXOTsx2MKgXmK8dSZF2Z5ctXZzabOK { width:19.875rem;height:19.875rem;top:88.858078002931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozJh998Voe3H9RII7CAdTozgB0mOQRkT { width:16.5rem;height:28.25rem;top:117.81055259704rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWtMcTaGypEGrv8dGisQkvKmZIoA2hz4 { width:16.5625rem;height:1.95rem;top:139.1875038147rem;left:1.71875rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sp5ByQklrQCOrEsrsnvtsgfAqnOXyciK { width:12.5rem;height:1.86875rem;top:136.75rem;left:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDJ9XrvyqrR6Hd1OsXoHP3EaCmAL0yv4 { width:20rem;height:20rem;top:115.81185150146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWbqve6S7aintQvG1aBh5KkNn0qCTpm { width:16.5rem;height:28.25rem;top:144.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft9A8wl4OUKfbNIDzFl95IDfIyerBakr { width:16.5625rem;height:1.95rem;top:165.30535125732rem;left:1.71875rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2o5hpcVRoWcXRwxf05GdPADLmTiyfvn { width:14rem;height:1.86875rem;top:162.93751144409rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9DkHb19wG9eysMvC6By8XDz10sNyWT { width:14.375rem;height:16.6875rem;top:145.49935913086rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8dsrufN4WXlNnVzTxkvaKb2ylunncoz { width:18.875rem;height:4rem;top:173.81163378906rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Rwb9JWX3rFiI1xD6rM1zJRKTyflEU2 { display:block; }
 }@media only screen and (max-width: 763px) { #yR1F4TNoSqhroqLCXLzAShbhaTe9ZeeW { background-color:#ffffff;background-image:none;display:none; }#yR1F4TNoSqhroqLCXLzAShbhaTe9ZeeW > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CTxk9K4ATNV2vxG7ZPrd3be94tfyTRBF { width:18.8125rem;height:2.375rem;top:32.238159179688rem;left:0.6011962890625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arAk1c8ygNls4qITJVNrmgPxLHmUKi7y { display:block; }
 }@media only screen and (max-width: 763px) { #mybte5EXRECtd9c3XTtL7H2vp7eAHrSU { width:17.8125rem;height:1.38135rem;top:1.3421630859375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OKfVMWlxMpPndESXZCoR4eH7STcq5v3i { width:20rem;height:0.811525rem;top:3.3795166015625rem;left:0rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4CUClHwVCLdOPdHBNgifB9ofDXzO98y { width:2.062375rem;height:2.12463125rem;top:0.9710693359375rem;left:17.937622070312rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAC96R3bW2SPmV2Gn6tk9iSz9pJ978LM { width:13.8125rem;height:4.6875rem;top:6.343994140625rem;left:0.68603515625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IR1qvFI21Z0cb0TZvyHZ2ouOXTSUZ6Gz { width:8.374625rem;height:0.89355625rem;top:5.49072265625rem;left:1.810302734375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEHHA8MTXWfB0Z3k7pM7TATHGtCILaqn { width:9.5625rem;height:1.4375rem;top:5.1959228515625rem;left:1.217041015625rem;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) { #IWD0BkPnPbyXLDoiO3mRFNR7lvE5TIOK { width:6.875rem;height:1.05590625rem;top:7.7532958984375rem;left:1.810302734375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBKo3aVDs3KVSywsvzflWwHgZeD4fwf2 { width:5.56213125rem;height:1.4619125rem;top:7.550048828125rem;left:8.02978515625rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mviUwhZ9Vb7KivkCJNIMCeJ4ymA0IW54 { width:5.187375rem;height:1.05590625rem;top:9.0118408203125rem;left:3.4033203125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1mnqdSGWUUufus8gK5UGzB3fbysC74F { width:2.74963125rem;height:1.4619125rem;top:8.80859375rem;left:8.6248779296875rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVphINNbKUTDxxUImdG0TCMlsuqbZuF0 { width:14.74975rem;height:0;top:64.468293359375rem;left:2.5626220703125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Engw3XFLE0HgMlPJRnWqZJ9d0Pr4x5p8 { width:16.31225rem;height:2.9370125rem;top:63.7810375rem;left:1.8125rem;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:none; }
 }@media only screen and (max-width: 763px) { #NPEZyECIFdCwJpB31igmboVq5LfKsa7t { width:16.62475rem;height:16.31225rem;top:45.9069125rem;left:1.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #nGa8It3nnHRNnOMa4cZyCz83DIsLzbKo { width:14.375rem;height:0;top:48.969656640625rem;left:2.874755859375rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XdDLwZv3QZvf0frzkB7mTmqc6L9RpqWB { width:9.375rem;height:0;top:52.094656640625rem;left:5.374755859375rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ks86rmIpZ7KGVK7oqwAzT5naTUwEHGGe { width:14.375rem;height:0;top:55.9069125rem;left:2.874755859375rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kIqvH3MbFBzTg7MpoOFaoXA4l5nOS4Rw { width:9.375rem;height:0;top:58.781668359375rem;left:4.749755859375rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tm5QDbEVfhA4SLJtuvu43Z0L7zAoMZau { width:14.74975rem;height:0;top:86.530041210937rem;left:2.56201171875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTaKeKqhdSxaDqwkHFkKrTODMOmEKFXT { width:16.31225rem;height:2.9370125rem;top:85.842175rem;left:1.8125rem;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:none; }
 }@media only screen and (max-width: 763px) { #LfXXwTmgiwOngm7P5ZeHDGylro2k5ctu { width:16.62475rem;height:16.31225rem;top:67.96805rem;left:1.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #D3XqMdbyThHMzLhekmk5253mLHI9J0TN { width:14.375rem;height:0;top:71.030794140625rem;left:2.8753662109375rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dWMidF6iDEdNXWsApAHHTUHA1Xt8dcHy { width:9.375rem;height:0;top:74.155794140625rem;left:5.3753662109375rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OpOJLHhmU5xnPsMl090yraCsrZt8NfaH { width:14.375rem;height:0;top:77.96805rem;left:2.8753662109375rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dPPserJxO03t6xJSoFMPOSWSUbz3iQIB { width:9.375rem;height:0;top:80.843416210938rem;left:4.7503662109375rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OGKcCgqhafQviIS23LdQbqKsAAOi6TzI { width:15.68725rem;height:4.14404375rem;top:26.777954101562rem;left:2.1551513671875rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOJkUtrL3okwiTLz2hikqovuGwMvRhsB { width:13.8125rem;height:4.6875rem;top:13.4375rem;left:5.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:15007;display:block; }
 }@media only screen and (max-width: 763px) { #lUmRrTdSqFWmZehL3d0RA9GXpx3Gf8us { width:6.875rem;height:1.05590625rem;top:14.8125rem;left:6.75rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #bFRWTXFgkAeokhPNRTFnhZcUzcbWnan3 { width:5.56213125rem;height:1.4619125rem;top:14.625rem;left:13rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #qxuAHqmZCUGZdFPGBzSTpsuXtzrl50Xo { width:5.187375rem;height:1.05590625rem;top:16.0625rem;left:8.375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #HfsEhL4s6rOKnCCFocZc8nycSAZwwRsL { width:5.6875rem;height:1.4619125rem;top:15.875rem;left:13.5625rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #KKNl67lzp2iBhG1pZ4THGZ6EoJW4TzcS { width:9.5625rem;height:1.4375rem;top:12.25rem;left:6.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:15008;background-color:#28baff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ryv5vQHASxNsm1vRlB2Oyupzz19C1cve { width:8.374625rem;height:0.89355625rem;top:12.5625rem;left:6.75rem;font-size:0.6875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #pErpFtMLn9sUyo1S2ms55kB9dg1EirKf { width:13.8125rem;height:4.6875rem;top:20.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:15014;display:block; }
 }@media only screen and (max-width: 763px) { #foJoHEc17ZqMGFPvUa1eXXt9PoTIy0UM { width:5.187375rem;height:1.05590625rem;top:22.8125rem;left:2.75rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #BaJb0Z9mrPK5QKD6PxtAPduIEuNc3inW { width:5.68725625rem;height:1.4619125rem;top:22.609252929688rem;left:7.1563720703125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #BzashuFPJ6nTt7n5IwCMdT3OfcfTW6FL { width:5.56213125rem;height:1.4619125rem;top:21.375rem;left:7.375rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #RPfETPOW4MDLTqQANdRbUquaXQU3rvwb { width:6.875rem;height:1.05590625rem;top:21.5625rem;left:1.125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #iVOxoL2NvESSQLdumtwEk5ZQ3HnMmA49 { width:9.5625rem;height:1.4375rem;top:19rem;left:0.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15015;background-color:#ff7979;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dEEfmRMxUWIdLMuTPAgiZleG1ZqrGSW7 { width:8.374625rem;height:0.89355625rem;top:19.3125rem;left:1.125rem;font-size:0.6875rem;z-index:15074;display:block; }
 }