.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:254,168,88;--color-primary-1:237,118,94;--color-primary-2:227,179,103;--color-primary-3:237,114,29;--color-primary-4:232,113,22;--color-secondary-0:20,54,141;--color-secondary-1:16,48,127;--color-secondary-2:16,48,81;--color-secondary-3:24,38,63;--color-secondary-4:3,33,65;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:30,30,30;--color-tertiary-3:30,27,27;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Prompt"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-3),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:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#EhQNIoLp669KzdO0KyU28POSeMQ5VKPe { 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:3.62426875rem;width:9.6875rem;top:2.310791015625rem;left:7.845458984375rem;overflow:hidden;display:block; }
#wgRwymf2gnOLBVD1M706X96wdXIrlhuw { 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:6.373375rem;width:35.0611875rem;top:8.3367595672606rem;left:5.2553110122681rem;overflow:hidden;display:block; }
#yqTHSDyQ0CMrS6it31RlQ4hB1uhoqV8U { 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:5.3125rem;width:7.3108125rem;top:25.124664306641rem;left:15.311853408814rem;overflow:hidden;display:block; }
#zUN0XPaC8w5Hie6p0LDZwSwcnSpmwTJN { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.249025rem;width:7.2485625rem;top:25.1875rem;left:6.9996490478512rem;overflow:hidden;display:block; }
#OySk0SGZ9PoUkhS8aEtNWhIscZ3TTUny { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.249025rem;width:7.24975rem;top:25.1875rem;left:23.749696731568rem;overflow:hidden;display:block; }
#oUBZNa3b5C0sbuQwNL22ibgVGl5yWa1i { 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:23.374125rem;width:19.6871875rem;top:1.8434758186341rem;left:47.049754142761rem;overflow:hidden;display:block; }
#wTaNnX9Q8GZafDbC9yyIsQyBKD4CnhyG { 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:26.625rem;width:24.0625rem;top:0rem;left:44.645182609558rem;overflow:hidden;display:block; }
#o5r3dwkgvBE9QaFB01MiSu2NCFTaTyQ1 { z-index:15003;top:35.280658721924rem;left:11.839632034302rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2486875rem;height:4.12421875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#srWiIiUsTeOqeoU70FXPvqFbkktI77en { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVy4ruqqLXH5gXV6M22b9dwuWxloRxlR { color:rgba(var(--color-tertiary-3),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:29.624219894409rem;left:40.314843177796rem;height:4.7114875rem;font-style:normal;display:block; }
#B2rlvzItIEPqpnQvTWNJyfW0SOFnGibl { color:rgba(var(--color-tertiary-3),1);display:block;width:32.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:14.833435058594rem;left:6.5332603454587rem;height:4.0625rem;font-style:normal;display:block; }
#ZkLR60OrT3MpC4KtvzuSh3ewEWqQ69o3 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:35.104602813721rem;left:40.314674377441rem;height:1.625rem;font-style:normal;display:block; }
#yOz47Prv8AZVmvO6MR5KVduX3I3XOfTy { color:rgba(var(--color-tertiary-3),1);display:block;width:32.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:15.397135734558rem;left:6.5344018936156rem;height:4.06044375rem;font-style:normal;display:none; }
#CLdagoE3Gw8OkynEsPqvesTSGORM5Qpn { 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:43.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#Ttin89zH2D4HVqalTcJLVrwLnDRST2aG { 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:43.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#OZOU0II6tm3mbUvB7VTxp2J1Kt7acS5F { color:rgba(var(--color-tertiary-3),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:29.590700149536rem;left:40.512404441834rem;height:4.7114875rem;font-style:normal;display:none; }
#Ihswl1rCNUTFk5sumHbBWSQc2TzDommq { 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:23.3749375rem;width:19.6871875rem;top:3.4967789649963rem;left:47.678523063659rem;overflow:hidden;display:none; }
#ud8gWMkgSaKrv7fBxVKnfW0AxI6ue9W3 { 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:28.4368125rem;width:25.7495625rem;top:0rem;left:44.646895408631rem;overflow:hidden;display:none; }
#e5NPErmUAoZSz7CJLXaBpl0hGHn6SKsE { 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:43.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#G1BohKFJkwLraaWwprGUFqJgAJQHuOWV { 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:6.373375rem;width:35.0611875rem;top:8.3367595672606rem;left:5.2553110122681rem;overflow:hidden;display:none; }
#X2U09D6UhiuSM4wCS5PtS7si4mSmbWgE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.249025rem;width:7.24975rem;top:23.25rem;left:23.75rem;overflow:hidden;display:none; }
#cPdnd6ZFRtR7bCFUTt8oPh35yevcdqWT { 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:5.3125rem;width:7.3108125rem;top:23.1875rem;left:15.3125rem;overflow:hidden;display:none; }
#LntHLzBI9xRoKw2RHrefGm2N5Eqkb3cL { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.249025rem;width:7.2485625rem;top:23.25rem;left:7rem;overflow:hidden;display:none; }
#UfsJNWvCLuNcQkumoFVxGa1HKMmp2BaS { color:rgba(var(--color-tertiary-3),1);display:block;width:31.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:34.489685058594rem;left:40.573599815369rem;height:1.38089375rem;font-style:normal;display:none; }
#dLia3qNfDKvw84eCFprp8nw4LVhhTiaN { 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.625rem;width:43.9375rem;top:0.74870300292969rem;left:0rem;overflow:hidden;display:none; }
#OircgLmJwohmqz4JExrbPifnozlNFFwA { color:#f8f8f8;display:block;width:37.9994375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:2.6230125427246rem;left:3.9636449813842rem;height:3.9997rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SlhyW6uA5udRZcDsJC7UlJD66JyV35e6 { 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:43.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#OpkUSmxHC0v2CQVfr8oaiCQ3aCHoKFSq { color:rgba(var(--color-tertiary-3),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:36.811706542969rem;left:40.314843177796rem;height:3.41025625rem;font-style:normal;display:block; }
#MBTZQXaxnSSSKoOTPLe2dGai69TczPek { color:rgba(var(--color-tertiary-3),1);display:block;width:31.811125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:35.916084289551rem;left:40.314898490906rem;height:2.43626875rem;font-style:normal;display:none; }
#Tim2NZ9JXFNwLDT4VHAXFQg2n2kJp4Ia { 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.624625rem;width:43.93675rem;top:40.810989379882rem;left:0rem;overflow:hidden;display:block; }
#zqpXXzUVk21FvcG5yyOZtxd6J0DPb4sF { box-sizing:content-box;height:5.375rem;width:7.1875rem;position:absolute;display:block;z-index:15036;background-color:#9b9fab;background-image:none;top:25.09326171875rem;left:15.372770309448rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#Ow3HoWyNXIpg8bAhCZr1JUhmSidQlWLn { color:#0a0b0b;display:block;width:3.9375rem;position:absolute;font-family:"noto sans";font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:26.318267822266rem;left:8.65390586853rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#HMbzzbFQfpTT2MVR3DQhJ3ATeDBZ6V8e { box-sizing:content-box;height:5.375rem;width:7.1875rem;position:absolute;display:block;z-index:15037;background-color:#9b9fab;background-image:none;top:25.09326171875rem;left:7.0282039642331rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#FWdcM8A6O87n7fbssFVr2OlM3XcgddGV { box-sizing:content-box;height:5.375rem;width:7.1875rem;position:absolute;display:block;z-index:15038;background-color:#9b9fab;background-image:none;top:25.09326171875rem;left:23.780157089233rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#XQxvFcdPksWC5JVlut5qvrDDG8uBqKyH { color:#040404;display:block;width:3.9375rem;position:absolute;font-family:"noto sans";font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:26.318267822266rem;left:16.997518539429rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#om9sCcI9xD8MhE8Go5FMCaaygtIBy3dE { color:#040404;display:block;width:5.875rem;position:absolute;font-family:"noto sans";font-size:1.5625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:26.318267822266rem;left:24.435956954956rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#O8DKrgOCsGDg3SDyHZo2TG9zBqBSEVm7 { color:#0b0b0a;display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:28.561676025391rem;left:7.8448619842531rem;height:0.97465625rem;text-align:center;text-align-last:center;display:block; }
#QsTdMQXcHF327F2Ibf8oUUtxQn9HzJK0 { color:#020202;display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:28.561676025391rem;left:16.278898239136rem;height:0.97465625rem;text-align:center;text-align-last:center;display:block; }
#xpicCIQELdFhZbgT0qyT8CSleQHlShWQ { color:#0b0b0a;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:28.561676025391rem;left:24.56064414978rem;height:0.97465625rem;text-align:center;text-align-last:center;display:block; }
#oIhq4ku4dahPBVaQaNqsu1FgNbK9iLAm { color:rgba(var(--color-primary-0),1);display:block;width:23.4365625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:20.080444335938rem;left:7.3080387115481rem;height:3.8986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eyvlpUJBqXO4xrT20IlFyaGEOFFydRHr { color:rgba(var(--color-tertiary-0),1);display:block;width:33.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:32.180618286132rem;left:2.0892333984375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:0.3125rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row .container { background-color: transparent; background-image: none; }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row .container > .video-iframe-container { display: none; }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row > .video-iframe-container { display: none; }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .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); }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row .container { border-width: 0; border-radius: 0; }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#ksWGwQA6a2HU3OSd1tZNbCPZL5mkCfVq { color:#f8f8f8;display:block;width:37.9993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.9073486328125E-6rem;left:3.7844181060791rem;height:4rem;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; }
#bvogiZEukn3ODCCvHJS0UOCAd91fuaxt { color:rgba(var(--color-tertiary-0),0.99);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:5.5335941314697rem;left:2.0632810592651rem;height:3.9375rem;text-align:right;text-align-last:right;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; }
#f1vnqZhvVehusEFcuXOzyCIvKOhVsQpU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3119875rem;width:9.9369375rem;top:8.72310256958rem;left:44.959979057312rem;overflow:hidden;display:block; }
#RJHu86DWVUacem00PUDUnCSCUoZJ2eNh { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:15.123870849609rem;left:42.874075889588rem;height:3.7505rem;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; }
#WHHmvLzrITCNJ5tp8xDCpyN3gTZuPPoA { color:rgba(var(--color-tertiary-2),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.124351501465rem;left:42.874075889588rem;height:2.8125rem;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; }
#BBVzRy0K0IJuz1bftSVRDisLGSSsuh1a { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:31.240576982498rem;left:56.87277507782rem;height:3.75015rem;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; }
#VFvrHq2TPoW0a9Ke6A6Zv7x4sTsTl7SL { color:rgba(var(--color-tertiary-2),0.7);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:19.12421836704rem;left:56.302346229553rem;height:4.21875rem;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; }
#pE0BZAkWeSJeECorbXgBU45FfFHirbWA { color:rgba(var(--color-tertiary-2),0.7);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:35.874219417572rem;left:42.489842414856rem;height:2.8125rem;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; }
#vaVTQE6w3mW8zkrV8lhAGgzgqPdyCOGD { color:rgba(var(--color-tertiary-2),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:35.874965667724rem;left:56.874896049499rem;height:2.8125rem;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; }
#BERv8leXPQyu0iXFsMhGV27vDT3kqHM1 { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:31.874488830566rem;left:42.874075889588rem;height:1.87516875rem;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; }
#PdNBmec5TgqMhzh2T7Pq3q2IpTazqE9p { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:15.122155427932rem;left:56.997843742371rem;height:3.75034375rem;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; }
#sxW2iQT1acprDk8qycm4pz8oXs3XeWu8 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.9356875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:32.737692117691rem;left:5.3415870666504rem;height:2.3129125rem;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; }
#d51XmuogvsomDL8Xz5iTsIfJTV1sxf8s { color:rgba(var(--color-tertiary-2),1);display:block;width:25.436rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:18.154640197754rem;left:8.6528577804562rem;height:4.750425rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#g5rm4eLXam6T1akXQQcLo76liVAhC9vd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3119875rem;width:9.9369375rem;top:8.72310256958rem;left:44.959979057312rem;overflow:hidden;display:none; }
#ZowvMLeqZC4Nbp1kHKvZfcrQvZLE7QZg { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:15.123870849609rem;left:56.874896049499rem;height:3.7505rem;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; }
#L01iMCH77NV4SPxpx84TNtPKh2EuS4JA { color:rgba(var(--color-tertiary-2),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.124351501465rem;left:42.874075889588rem;height:2.812875rem;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; }
#xnM5mF0MrqrTgCcCZQsZM0h5TLk6hOkS { color:rgba(var(--color-tertiary-2),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.124351501465rem;left:42.874075889588rem;height:2.812875rem;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; }
#ts1JP39KNrBN09z76PRckrppuivIex6X { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:31.874488830566rem;left:42.874075889588rem;height:1.87525rem;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; }
#MgIRPmhaNPhRSGEA9A3CFTw3Mr8w2ViS { color:rgba(var(--color-tertiary-2),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.124351501465rem;left:42.874075889588rem;height:2.812875rem;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; }
#UIETt4yCEUQSbQQwLimSSDAkr5CRozoJ { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:31.874488830566rem;left:56.874896049499rem;height:3.7505rem;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; }
#DIZN9xkti37Txn1uJZmf4xdHWqOVhogH { color:rgba(var(--color-tertiary-2),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.124351501465rem;left:42.874075889588rem;height:2.812875rem;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; }
#zduykITRWDDaaQGPUxvy7kE4Uvw7aR43 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3748125rem;width:6.3748125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.4008255004882rem;left:6.1859817504883rem;display:none; }
#rpig6uQoi3vzb0kMqlgePNd5wRQvJF6t { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4rem;top:4.4375rem;left:41.375rem;overflow:hidden;display:none; }
#Jxrm6e3G76IZnkTZfzVvURgan9t7TiXi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:4.53125rem;left:1.40625rem;overflow:hidden;display:none; }
#SRJnWZSooIDynyOnxZgD1olnoRUxinTT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1865rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.060546875rem;left:28.28125rem;height:2.27485rem;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; }
#Lhdf9XrTPRQ5rV9qrsUKTegmh4JXIcOA { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0619375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.910425186158rem;left:1.7808456420899rem;height:2.275rem;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; }
#P6x7rtTHime1ZVFuow2SlufMsRJVbULR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15095;line-height:1.8;letter-spacing:0;top:16.25rem;left:7.8125rem;height:13.5rem;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; }
#hxSKSGyV5qHk2D1gTFEaHbHxJX9b6Bqr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.6875rem;left:5.5rem; }
#JirDHN04xkZI9LMZizLfLrcXNPIemm0y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19rem;left:5.5rem; }
#dTcxPwyLFpwBrg0ooxT5DOSHKrr6mqAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.1875rem;left:5.5rem; }
#tyPI798Vfc6tqk7OxvzzUZ92N92Jp7D2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:23.875rem;left:5.5rem; }
#KuTRoAGdoSW5WPSIaEFyfVQsEW3tyNNW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.9375rem;left:5.5rem; }
#p190qDyzhrTlO172KbJfolUOy04uXMB4 { z-index:15015;top:36.8125rem;left:10.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.561rem;height:4.06044375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wJ35v9EPOCixCQBgWF7KBuyNtiPGompp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQOfqkEW5giuZqOxES1befVWEpzutzWu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15095;line-height:1.8;letter-spacing:0;top:17rem;left:7.6875rem;height:13.4971125rem;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:none; }
#pRcmA1iJ5SsusHdN6pqTAZZQ4JwAAwWI { 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.0625rem;width:3.0625rem;top:3.375rem;left:6.8125rem;overflow:hidden;display:none; }
#FPmEkpbN31D94Xr6LLseacgUNPN8lbh1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.374125rem;width:6.374125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.7267801761625rem;left:60.68359375rem; }
#SGPeLH3hetaDUKWhx1KRCgLQcB8SmxWm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.43676875rem;width:5.43676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.36647439003rem;left:61.680494308472rem; }
#rBzAGa6nsb12lca1WryV6iiehhK9yaJN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9998875rem;width:4.9998875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:24.802406549454rem;left:47.427053451538rem; }
#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row .container { background-color: transparent; background-image: none; }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row .container > .video-iframe-container { display: none; }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row > .video-iframe-container { display: none; }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .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); }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row .container { border-width: 0; border-radius: 0; }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#zzQzSQUx1Vf3oyO6cCrB1lXbSQxnyESk { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9374375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.7411593794822rem;left:4.8082857131958rem;height:3.25045rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQab1hgetoFLSToasFr4uV7yrtM4zA2i { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.280469059944rem;left:6.0562505722046rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#At8WCioGnBsNQTTAIo4Bfn01x0vMPcxC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.1875rem;width:30.9375rem;top:2.7115869522095rem;left:35.857208251953rem;display:block; }
#wSXmN0P0vPkTZyDUy5XoRp2RFMRzxhuH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.1875rem;width:30.9375rem;top:22.156031847rem;left:35.857208251953rem;display:block; }
#BeXcm17RMEWx8KMe39WSCpOyiaGN7CTT { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-image: -moz-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-image: -ms-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-image: -o-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c9d033', endColorstr='rgba(var(--color-tertiary-4),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c9d033', endColorstr='rgba(var(--color-tertiary-4),0.2)' );";background-image: linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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: 0rem 0rem 0.625rem #69c9d0 ;height:36.311875rem;width:28.2491875rem;top:2.5142202377319rem;left:3.0436201095581rem;display:block; }
#vTQvahs2iUONMdnPcgQ2nmKgyTBvxNi4 { z-index:15005;top:32.937501072884rem;left:10.150000572204rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(184deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.24925rem;height:4.12421875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x9WGvoZSr4TvwurIR8JAhEsE2td8sRBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXgZEwXU8lP7HNOxns9TTPRpOZlxeOd3 { z-index:15003;top:32.479270935059rem;left:11.872942924499rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.24925rem;height:4.12469375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tPFSDnoiHZh92W87U3PauB2RCC50Kn08 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZlPdxD8mhFlhDEQBNln3FDnPiKfGss1 { 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:43.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#k5dwxA5PMvuTUwiTMgZ83lDXbO5iztM7 { 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:43.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#lmq90Ubv5qbD8vkSOdE99K3OSZiF8PCn { color:rgba(var(--color-tertiary-0),1);display:block;width:28.811875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.930989772081rem;left:5.3125009536743rem;height:3.24978125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aeT2KzcTu1lpscLb4sZqvNV3L0ZOSMoz { color:rgba(var(--color-tertiary-0),1);display:block;width:28.811875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.930989772081rem;left:5.3125009536743rem;height:3.24978125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hJb9Vo7BHrJWsbJai69zP5Q9fB0ZVzeO { 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:3.62426875rem;width:9.6875rem;top:2.310791015625rem;left:7.845458984375rem;overflow:hidden;display:none; }
#vUd2yLT84O1V59sR6t3LGBuVKW1VwCTs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.280469059944rem;left:6.0562505722046rem;height:17.86594375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tXxit1zi4ybJHIPlXHpubvSbRrARtltE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container { background-color: transparent; background-image: none; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container > .video-iframe-container { display: none; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row > .video-iframe-container { display: none; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .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); }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container { border-width: 0; border-radius: 0; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#Gv6aZV4Qwvumn5E0zhHpEcLvQgJTCDvM { color:#101010;display:block;width:19.4984375rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:7.539843559265rem;left:2.9375rem;height:6.8056875rem;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; }
#IAW6kglXT05HbRebuyQvkhyLtfNQkK4T { color:rgba(16,16,16,0.7);display:block;width:28.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.3671875rem;left:2.9375rem;height:1.66281875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#F4ft7IlwXIluGOvh9KTBglS0vih1vzzo { z-index:15014;top:22.5625rem;left:2.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5616875rem;height:4.06171875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RmRPQ86KUnUuXCnOV6m1bXOOWXNcVCEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whySnQ0L3Bqqt9q2aBT1hZTvu1n6NuDO { 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: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.6243125rem;width:20.9370625rem;top:0.67198181152344rem;left:52.874296188354rem;overflow:hidden;display:block; }
#Wrlv5DQUTfT1i9IC400w38T0Kuv6CrQe { 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: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.6243125rem;width:20.999875rem;top:14.821668624878rem;left:52.840986251831rem;overflow:hidden;display:block; }
#UETMTxQQd7FNpB36hAJIwu0oZVH2ZnIQ { color:#070707;display:block;width:23.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3687467575073rem;left:25.594532966614rem;height:22.1962625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wdtn34aUxtfwObh0yervX3qzE5QkCHxD { color:#070707;display:block;width:23.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.4011440277099rem;left:25.592791557312rem;height:22.20159375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VybaS9uT11sQAvLaSZfbx6g9Nb0pT0fH { z-index:15003;top:32.479270935059rem;left:11.872942924499rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.24925rem;height:4.12469375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#NQA1KFRK3LuvPaAqsJVSbn5Ezlwyy6nF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T58Rwxke5PVXA8JBDaLkxcxEHIQtTUs7 { 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:43.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#mmRpCtTRftJina1sdL9D5yVhFNrnIuTh { 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:43.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#n3FV8umIDL955SWstWolxrzqGlDNiEvp { 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:43.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#NMPN2bGEd5EoKuOU9NVKFQvP3sehEuli { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-image: -moz-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-image: -ms-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-image: -o-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c9d033', endColorstr='rgba(var(--color-tertiary-4),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c9d033', endColorstr='rgba(var(--color-tertiary-4),0.2)' );";background-image: linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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: 0rem 0rem 0.625rem rgba(var(--color-primary-4),1) ;height:44.8125rem;width:29.8125rem;top:10.28076171875rem;left:39.1875rem;display:none; }
#Qe2G8Dt8gqHfc9gcwEwOVTOHP36W537O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.686711549759rem;left:5.4233484268189rem;display:none; }
#GksnKdITpyJ2FIo9SpQ8msa8l47bqeVk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.686711549759rem;left:5.4233484268189rem;display:none; }
#ziCTMWLbCENTE42vfnTR05TPErBgv23h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.686711549759rem;left:5.4233484268189rem;display:none; }
#rnqO9Xt34wgwhLaH4yTg6qUyGxtAW04Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.686711549759rem;left:5.4233484268189rem;display:none; }
#eegqpQJ0EhUBqpTT3tNxcwtMOye7CaBS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.686711549759rem;left:5.4233484268189rem;display:none; }
#U5BXVV6Gpf5FH8S5LZ3994htswrtwBEl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49996875rem;width:1.49996875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.686711549759rem;left:5.4233484268189rem;display:none; }
#o5l9vaq2WlS96ppnhheE4HnoVbaNrp6J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475rem;width:1.62475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.4375rem;left:23.25rem; }
#PVTfORWTEuz7vTUCfscd5cNrMsdZdCdu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475rem;width:1.62475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.375rem;left:23.25rem; }
#qEbRgo8P4F3QirDuMNiaEQJ6ni6l04BH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475rem;width:1.62475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.375rem;left:23.25rem; }
#SzUx6GwzuWcIGCTNB3nTS7BFgl7sphb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475rem;width:1.62475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:17.1875rem;left:23.25rem; }
#iienIudPTOo6RVdqiIc5DiAwyJLxdNHm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475rem;width:1.62475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.125rem;left:23.25rem; }
#Z23hI5iuotk6QDnZOQsnqHkoD6w4vzyC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475rem;width:1.62475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.1875rem;left:23.25rem; }
#ZPsG64wmQdIXE9MNysqokus5erA0Aed6 { 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: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:12.4375rem;width:12.4375rem;top:17.375rem;left:52.875rem;overflow:hidden;display:none; }
#AaUTiL90Dp7xmXdRTOrz3qVZDs8Vy0im { 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: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:12.4375rem;width:12.4375rem;top:17.375rem;left:52.875rem;overflow:hidden;display:none; }
#HM91HvnXXoHDTmlWVRiTQeDQa0omk2Ea { 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: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:12.4375rem;width:12.4375rem;top:17.375rem;left:52.875rem;overflow:hidden;display:none; }
#UuHWf7O7qB9T5lA0UR9sxhXvPyP2vlNz { 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: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:12.4375rem;width:12.4375rem;top:17.375rem;left:52.875rem;overflow:hidden;display:none; }
#piXnWyrMyTzKs0EI071dmMgEdP3QrBJa { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.0625rem;top:30.990157127381rem;left:19.184789657592rem;overflow:hidden;display:block; }
#zSn97bmfseMptFHwAnVUdT1xfqE4ORqH { 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:18.1244375rem;width:18.1244375rem;top:30.989205360413rem;left:0.5625rem;overflow:hidden;display:block; }
#lxkTwHmNEzrSHNc48UxUBc9rdKMtsF8M { 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:18.0625rem;width:18.0625rem;top:30.988253593445rem;left:37.755659103394rem;overflow:hidden;display:block; }
#Os9cGBuoXwJKJhsfD1HBdDFi3dCR84Eo { 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:18.0625rem;width:18.0625rem;top:30.988253593445rem;left:56.381734848022rem;overflow:hidden;display:block; }
#nnuBXvUH0HVl6utR04kTer0dIqJ2qv7X { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9374375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.7411593794822rem;left:4.8082857131958rem;height:3.2492125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));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; }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row .container { border-width: 0; border-radius: 0; }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:none; }#nPNxLryTHVtdM0x6M9Nk6sLvlkmRmaq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.98046875rem;left:43.03125rem;height:3.08559375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S35kwDcbmKHl9oiIzqcHDnSLhqooKqQG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:11.97998046875rem;left:16.875rem;height:3.08559375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FLxbfLGAEow0bfgmHWSUZTMtMBmc5qHo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:16.875rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KLzKMh7TpADUIpSAyDJqOkIQ43ImzJBt { color:#9a52e4;display:block;width:38.5625rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:30.22265625rem;left:16.25rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eWJFhT4pSeJNV3MLFhM5OnFep68P7aAF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.26806640625rem;left:43.03125rem;height:3.08559375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UOVrqHdWSVrukZH4IZlmXv78kn5lu1c5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:29.5283203125rem;left:15.8125rem;height:4.62839375rem;display:block; }
#TZD5h3ZZEvwZq3UdmZPHJnTlxppCrivT { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:46.875rem;left:16.625rem;height:6.6475rem;display:block; }
#bpFKEykhgJ9RrwOkMrCGqfognqO1y6DF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:30.181640625rem;left:43.03125rem;height:3.3237375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E8f41euPQ52f77pKC55p0QMy7k7GV3gn { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:4rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4rem;box-shadow: none;height:8.625rem;width:29.875rem;top:9.5625rem;left:37.625rem;display:block; }
#enKJi2pXa7r4lK3uoUZU4bmD0kT9h3iF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:0rem;border-bottom-left-radius:4rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.625rem;width:30.4375rem;top:9.5625rem;left:7.5rem;display:block; }
#R30xC25s67aU20N1KPGlyuQMQUhX7NMQ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:4rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4rem;box-shadow: none;height:8.625rem;width:29.875rem;top:18.5rem;left:37.625rem;display:block; }
#C5rGUKL0TTl0SpTWBGxCul6W39nLGvCG { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(248deg, #126642, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:4rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4rem;box-shadow: none;height:8.625rem;width:29.875rem;top:27.5rem;left:37.6875rem;display:block; }
#lWqyM2WBHkX0rUnRdqKayFbcLUiyd6CF { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:0rem;border-bottom-left-radius:4rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.625rem;width:30.4375rem;top:27.5rem;left:7.5rem;display:block; }
#ITh3hLQahXrtaZAvvNzwxh8AnDW0AFi0 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#126642', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(98deg, #126642, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:0rem;border-bottom-left-radius:4rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.625rem;width:30.4375rem;top:18.5rem;left:7.5rem;display:block; }
#WDHaXXzUZlhaH5eAQPlAQObiVFKvXA2T { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.5rem;height:5.0378625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#orTZ9AT51c0lpaR4WGfwx1A8O0pTAudE { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:11.0625rem;left:39.4375rem;height:5.0378625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TggZpvgkDBkuDgnAGeOGMuu69Fpgf4pi { color:rgba(var(--color-tertiary-0),1);display:block;width:2.875rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:20.0625rem;left:39.5625rem;height:5.0378625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BAAy2rKoyyXw1VDVNGukU8SpNXyWPHtv { color:#fefefe;display:block;width:2.875rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:29.18310546875rem;left:39.5625rem;height:5.0378625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#My2PuQgLAvO5eeLEwAiml2eBRUsCdBML { color:rgba(var(--color-tertiary-0),1);display:block;width:2.875rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:37.6875rem;left:39.125rem;height:5.0378625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eB0ScoNxhhmPG2NPWkXk9J9Sa77bNNI1 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:47.2958984375rem;left:38.75rem;height:4.14355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uFxhPV5F3VM4tQccBtVXV3QBHomGTCdr { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.29345703125rem;left:12.5rem;height:5.0378625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rTi63TKEBfqe2bIm1uaeOi3sXxSAbiFX { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:29.4375rem;left:12.5rem;height:5.0378625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KN7JAl7yBRBpN0Wwb1gQExW74n005uom { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:38.125rem;left:12.5rem;height:5.0378625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rSHDguKBZPOWvPP9z4iUbH5hJTDc6lBH { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:47rem;left:12.5rem;height:5.0378625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LqQtysS8twBgltx7yv7encZGOMEdvDnC { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.5rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#X4br0m9gpNTIuT2wZ0PRoPWv7WlgsK98 { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.5rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#va9pMTawLmCFZvN7QMXcZ8dMEdShJ46e { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.5rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#deE8REriWEtlZr8I5miKSDTqhvHA1U4E { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.5rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XBKp1owpxu6K0TRDop43RXvC1C4ZEuTo { color:#ffe8df;display:block;width:1.75rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.5rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lnb2oXPOxpaTlyUoUWkcP95pnJgfim6F { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8745664507151rem;left:29.937068939209rem;height:3.373425rem;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:none; }
#K2cI44n7fD1p5PtQJiXt0tHdiaspw8T8 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1865rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.060546875rem;left:28.28125rem;height:2.27485rem;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; }
#KK9wS2Z96fLl0M9GgsKJPpCJkwsSA41D { 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:13.1245rem;width:19.81225rem;top:13.186163902282rem;left:2.592173576355rem;overflow:hidden;display:none; }
#QUhcp5l9VV9k1y2r1vuFGviJT3vgfqJm { position:absolute;display:block;z-index:15007;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat: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:0.061677625rem;width:6.25rem;top:9.2405090332031rem;left:2.4996576309204rem;display:none; }
#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row .container { background-color: transparent; background-image: none; }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row .container > .video-iframe-container { display: none; }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row > .video-iframe-container { display: none; }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .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); }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row .container { border-width: 0; border-radius: 0; }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#gyuTyiCSMIR0seR8hzI6RG4Le7PInpkR { position:absolute;display:block;z-index:15007;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat: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:0.0609161875rem;width:6.24961875rem;top:10.935403823852rem;left:9.3753814697262rem;display:block; }
#HBTJ8y9kuvSkSW6qWsG6xP7Tf3vHW9V0 { 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:13.123625rem;width:19.8120625rem;top:14.062118530274rem;left:2.5927448272705rem;overflow:hidden;display:block; }
#apPn3mnxGZ1tn6RuKAnTtgN4Itl8Nw3O { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:27.5rem;overflow:hidden;display:block; }
#zocx4kyMgpPIAV1RxST9QEqZXamX6lFs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8742218017578rem;left:29.936718940735rem;height:3.3751375rem;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; }
#UHT5eUZJvsMv3ctbLM6y0KV7TFlgG9O2 { 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:1.875rem;width:1.875rem;top:13.9375rem;left:27.5rem;overflow:hidden;display:block; }
#n0BUeTcGqdT8RqpcRVP9rPuJATyR0k6l { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:30.000000953674rem;height:;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; }
#t88VJVsF8rimoDERt3x4FWKfqVw0CUID { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.125rem;left:27.5rem;overflow:hidden;display:block; }
#emNbNP963aNVzVnTXZ0lhU2QIXiQE6GB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.25rem;left:30rem;height:;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; }
#ydaeiESmRl9AbGKKct5UoRgnFb9Dghnz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:55.875rem;height:;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; }
#bAP6UgrsVFufQpnkxPZvOBmrWhU7b7Af { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:55.9375rem;height:5.06270625rem;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; }
#LDlJdtu93fogJzIbPvBVtDyOUzqNMskm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:53.4375rem;overflow:hidden;display:block; }
#kGf7Ox8NXKAIorEkdlrFlco0BS0WTvJQ { 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:1.875rem;width:1.875rem;top:13.9375rem;left:53.4375rem;overflow:hidden;display:block; }
#JwEB3fGMcOVFqnf3OgMtUp9bu8LpIN4e { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.125rem;left:53.4375rem;overflow:hidden;display:block; }
#QirMH8PtPs9QHthxc1khPhDKDQkqPTdT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.217892646789rem;left:55.9375rem;height:3.3751375rem;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; }
#FvCpemQgXcPoT8Li0v0TqAHygyPqZF76 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1865rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.060546875rem;left:28.28125rem;height:2.27485rem;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; }
#f5yKSvGG4H634BNTeaqbiPaWTIWXki1I { color:#020202;display:block;width:22.5618125rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.7803726196289rem;left:1.2183227539062rem;height:4.8752rem;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; }
#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);background-image: -moz-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);background-image: -ms-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);background-image: -o-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#386497' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#386497' );";background-image: linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row .container { background-color: transparent; background-image: none; }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row .container > .video-iframe-container { display: none; }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row > .video-iframe-container { display: none; }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .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); }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row .container { border-width: 0; border-radius: 0; }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#cAoiX6FvmNUc3JAC3Zcvde7HGTrhrZTH { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1226875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.215360641479rem;left:8.7779264450075rem;height:13.222625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cAoiX6FvmNUc3JAC3Zcvde7HGTrhrZTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cAoiX6FvmNUc3JAC3Zcvde7HGTrhrZTH li:before{  }
#rIqnZsCNzOTizF4MKyDCQqTX4NPPKLkL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8100625rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.310306549073rem;left:15.934245109558rem;height:3.25045rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#II1TuJQdZGLOue8tmqin8bTlm0IM8qZP { color:#dba75a;display:block;width:29.7491875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:31.749417304993rem;left:8.2005548477175rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hZL093RnxJBu9voJEZ1VBAkWAhOPH2RV { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123355rem;width:6.24914375rem;top:28.812020301819rem;left:20.748526573181rem;display:block; }
#X0FsCxyZkMxoilPh5n8Kery3kxbeS16C { 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:13.3729375rem;width:13.3729375rem;top:22.781317710876rem;left:49.241877555847rem;overflow:hidden;display:block; }
#nNp34onMz1uzfoKqfbvLZlRL36XJe1AF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3121875rem;width:10.3121875rem;top:7.7551054954531rem;left:1.5907678604126rem;overflow:hidden;display:block; }
#rHilib75Ip7EHovGDlNqHJ2xiOuwbR4f { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;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:2.65576171875rem;left:5.312255859375rem;height:5.8498625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBdbgApgGrQTMSPiBZT3hwCKhuxtABg4 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.3987rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FSxKpiMHpGSiRfsbKOdCr7FTwcEJXPpT { 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:27.9981875rem;width:75rem;top:30.881648063659rem;left:0rem;overflow:hidden;display:block; }
#RoksGFUnUo6C1PCvGHWZa8ldPA8Meeub { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-image: -moz-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-image: -ms-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-image: -o-linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c9d033', endColorstr='rgba(var(--color-tertiary-4),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c9d033', endColorstr='rgba(var(--color-tertiary-4),0.2)' );";background-image: linear-gradient(180deg, rgba(105,201,208,0.2), rgba(var(--color-tertiary-4),0.2));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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: 0rem 0rem 0.625rem #69c9d0 ;height:45.5618125rem;width:36.18675rem;top:11.488314628601rem;left:4.8725328445434rem;display:block; }
#KfoT4UTpZUvhkInXgfid4C4Kylma6GhS { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.5rem;width:33.0625rem;top:17.325928095917rem;left:41.843484906999rem;overflow:hidden;display:block; }
#beQ8PsnR8btxAG0PWA4fDt4Tq7DdLk7d { z-index:15004;top:51.061368942261rem;left:16.711211204529rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.24925rem;height:4.12469375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G0XocOfeJAEDuuxRFxyMHU9iecEf24DL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mUGb7NbZxafa08DzAZPK0I6qnzLKpDnR { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.400225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Hli56WkNpqWfSRONMkwpOLVJfwnPAbOt { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.400225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qHtwHxft86diB6BPdUwC4Jr8kGG0vm1s { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.400225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wrEGuQSTxLQSrt27s7br05X7tuxggwma { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;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:2.65576171875rem;left:5.312255859375rem;height:5.848475rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M2ts6DzgBlnCII8uW5aBSgG5NRkT2uw3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8100625rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.310306549073rem;left:15.934245109558rem;height:3.24975625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VaxNh2SlCOaDUnBczB6OQHZRhNOsBufI { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1226875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:36.153371810913rem;left:8.7779264450075rem;height:10.4641875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#VaxNh2SlCOaDUnBczB6OQHZRhNOsBufI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VaxNh2SlCOaDUnBczB6OQHZRhNOsBufI li:before{  }
#uyNhLUlHHayKL5JoGIkP8Lvfpb2p5sTu { z-index:15004;top:51.061368942261rem;left:16.711211204529rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.24925rem;height:4.12469375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#l0ztreX6bps3q7HXvfxXXDfG4kRE4fKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAOqkVgiCJq4H0NIno7XWoh2tymey0zN { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.5rem;width:33.0625rem;top:17.325928095917rem;left:41.843484906999rem;overflow:hidden;display:none; }
#BnlTQxug4cgvyD0kP9RpMMzGCzLEpSf8 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:28.125rem;width:40.562rem;top:24.5615234375rem;left:10.9140625rem;display:none; }
#fXVdsgql89P2FyXnL2AAdxhUGMsGyOEh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3121875rem;width:10.3121875rem;top:7.7551054954531rem;left:1.5907678604126rem;overflow:hidden;display:none; }
#dOsBKZ0WH5OUggq7W3XPrlLUwv9F4GSi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3121875rem;width:10.3121875rem;top:7.7551054954531rem;left:1.5907678604126rem;overflow:hidden;display:none; }
#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);background-image: -moz-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);background-image: -ms-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);background-image: -o-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#386497' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#386497' );";background-image: linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #386497);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row .container { background-color: transparent; background-image: none; }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row .container > .video-iframe-container { display: none; }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row > .video-iframe-container { display: none; }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .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); }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row .container { border-width: 0; border-radius: 0; }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#pGcCysNT4J2Vv7mav3DMxO6psoBcHPiq { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.400225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UgIPihA5WKvpPi9adrZbBgNb6qTNfF85 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.400225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hxuceQvfZJ1PdbaWXlZMIvlJOINdT4yM { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.400225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#memRtJodqNqR07LwmhDkZJuABduByHG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;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:2.65576171875rem;left:5.312255859375rem;height:5.848475rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nZvenTpe9qET5R06LfwEAOVy1LWWUE1R { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8100625rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.310306549073rem;left:15.934245109558rem;height:3.24975625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NSFByTwVp4WaDukG0khEdgCoWbQbZtkx { z-index:15004;top:51.061368942261rem;left:16.711211204529rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(184deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.24925rem;height:4.12469375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#oXfaESe3uKsCo39JXF98pVu9nfBVltAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ty8BCz2NRl80mZ9bkoIAsgDb6VTe1Us8 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.5rem;width:33.0625rem;top:17.325928095917rem;left:41.843484906999rem;overflow:hidden;display:none; }
#cZme037fC4HwPqqm212LenH8O7ZQr0y5 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:28.125rem;width:40.562rem;top:24.5615234375rem;left:10.9140625rem;display:none; }
#BqdTLRK5N2cnwrGUOUCXJXQQ69Sw5FKc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3121875rem;width:10.3121875rem;top:7.7551054954531rem;left:1.5907678604126rem;overflow:hidden;display:none; }
#L72wfTumXCuAshtPZdb6ABpCLBMtI1Na { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3121875rem;width:10.3121875rem;top:7.7551054954531rem;left:1.5907678604126rem;overflow:hidden;display:none; }
#LT3pvzsTOEwPsncqs53fmTKfEeEvOPKB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.811875rem;position:absolute;font-family:sukhumvit;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.6875rem;left:9.625rem;height:3.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvW0KJN7vmMWuS1gI6sTG4qeNhNIy0xS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6241875rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:6rem;left:15.25rem;height:1.8684125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVLJTKZGcDTW2DZbsMfTGm2VQmoZR8I3 { color:#faf6f6;display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:14.249633789062rem;left:5.8124237060547rem;height:3.8986375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gii9DRaLSoo8OxoXiywmrK1CJdsvySs2 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.7495rem;position:absolute;font-family:poppins;font-size:3.8125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.488098144531rem;left:4.6534252166748rem;height:4.9561rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvEdulobIqlW5lm51t2FuxO3EBrGzJ2q { box-sizing:content-box;height:42.25rem;width:26.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;top:5.9992904663086rem;left:42.999212265014rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#BnWM8KrRZxKgNP6GJEWzJpz2wuNpObtO { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3721875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:33.997493743896rem;left:5.3425388336182rem;height:9.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BnWM8KrRZxKgNP6GJEWzJpz2wuNpObtO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BnWM8KrRZxKgNP6GJEWzJpz2wuNpObtO li:before{  }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-form-header {  }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#223b68;width:21.125rem;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; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .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.125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-text {padding-top: 0; padding-bottom: 0;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .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.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .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.125rem;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; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-select {padding-top: 0; padding-bottom: 0;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .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; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .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:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.125rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .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:kanit;font-size:0.8125rem;font-weight:400;color:#ff0000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .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; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-container:first-of-type{padding-top:0;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-container:last-of-type{padding-bottom:0;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp  { 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.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.372678756714rem;top:13.372051239014rem;z-index:15030;position:absolute; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#848484;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; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp {display:block;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp { 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.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.372678756714rem;top:13.372051239014rem;z-index:15030;position:absolute; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #k95FEnzP9vMp0ctrLD1opM4GcEcPGOit { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #KM2E331MuytZhrioL0q3uqiFF8nqoRlx { position:relative;display:block; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #IpdDTv5G1bWTRAND56Blo1qr5SmrIXno { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #NJa0hwGgDxu9ERFwuCv0H1m06gsBpm4E { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #mgPsybhsRtyLto1UkpaEx7of2arUvRZs { position:relative;display:block; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #kkQAOLtU04ydBFFT0uKNULHHTc0pPdCZ { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #t8eiZlKxpVHp4V75JHnnaQoDQG4PuThu { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #Pxz1UNdOfrdBwWc1n2rhVEUmkFvfwXuF { position:relative;display:block; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #DxXva4wr44mlZPCCksEImWSA8RirRfdT { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #W9l4omqBeukBFC5inCWpFeEqBzb2s3fV { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #fi4tptuK6l8nKxzKqTHfKxVALqQ5Vrkz { position:relative;display:block; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #rnUbmXg4VCvo8gR2Oxs0qp9eL3uVoylH { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #VOwQ6MyK4I7xNkmRXPwllVFCuuUeo9DV { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #dmWK43MsdSN7flfxyOQrC9LX4JWpxwoI { position:relative;display:block; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #NdIEXAmXqM6m7dd3GFAVD6cr1Na8KAzn { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #PQWgaypxFo2niTcfbDT7Fle9nlbDwboF { position:relative;display:block;z-index:15000; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #EGkWKSpfoqdADKyUArqfs6E7pATAZOyx { position:relative;display:block;z-index:15000; }
#ShE0UpFJMzoidIzq0kouMH9wHg7IK3q8 { position:relative;display:block;z-index:100000;display:block; }
#bsqveBnHykM44kJLLopaJlRSQbX90tlP { position:relative;display:block;z-index:100000;display:block; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #wByd3Ryq4m1zQ9LHVgafySwWlT9eUl8R { position:relative; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #o5qq98tnBZyGMpCML73A6U4lI3IkIMMh { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #X2TGpckRdPO3wul0Ptm9a3oRKLgd8GN5 { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #yt2A6TwX1G6vkOJ48C28pBpfc65JH04P { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #Zx7VpyTtrPUdPWDDfhAQxuk4Hi4QTvE4 { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #CA1lzw7qQ535LvTlSX5iFHvfANgJfnUe { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #Usz0HTw77K08b2WgngAc61BrveiW5BTa { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #mfc1TTXUZLChqKaQrbwIG97qPQ0ccKdr { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #vd11t4z3VgtwTTaI3WW9A24T8B0vs1Rz { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #CBfnVDKbSyECt9R99Xv0kiAubaMMpcg9 { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #bZkSvNTBUUnqTgqgtUX6X214yJ8SfakP { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #p7SmiHIOuKZrbewKTfadlkmoUlVSNvR2 { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #QhFqqC9QlXII7d2nkKCayeLA9fwN9PAR { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #LhPK833x061eEAwFNLebQngG392sQnUy { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #CkqwfD3HHFWq9hU8JUJvVu5mV3wDbwgQ { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #K7UQveJVBoRlfabKGJG5s3Ku5uvl2coa { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #F9UQkze0FTRFIK1LgH8EOtLzUDSO3xGd { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #gMVvNhSav8PsAlft3Cn5cTTT5r8TJHqw { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #rXzRMalqTBtQCdl3Uaf7ZqSHI3xllTTV { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #Pxd3xm6HSUh7FVBQEqaW0dmmq0CXvDTQ { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #FDqh7JnNWcKG0wpQTlRBeRnUuFSX5hHT { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #iJGsvd7Zyw2eTdXfusTVWTKZBVTDFod7 { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #T0TT6giqGls4pTnDykOewIsOPyWx8viG { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #OxaiFK7PtZ79BAZng51W0CCFv2BirN0a { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #LsNw3wd88bWpZepkew3asswovTWNbZb6 { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #FddmOVQPMIBQ6luQH3BqoxB4zRxSE9dB { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #a0d6EyuEtrFskGLCHhFvh8OzcIzZ81Py { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #fIORzRnlbRvGqSLuMqD9WruarBvWayuR { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #tQFx7T2qd5NqVnlPUJTalKtc446Jiokf { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #A46reP92UkfpDOaqFKNrBkreQx1qReHQ { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #SSp3T7lU0BxGnntyqi2IKaEZPbPFq2T1 { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #UIrVCuugzy6qmTsQzTciCI4PH6EkSkaD { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #n52TGRwTvHP1EaZqTvhFoJQZmSd5I7WT { position:relative; }
#SnPniSLNeC9waT06nGS76ghLyvSAxvkc #fseNuy6fBzaNE5avcGOuiAwTiHc20IlU { position:relative; }
#OOgNQDpOV5uGg4yvXgcCgk2h1sKoyD2C { color:#022054;display:block;width:22.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:9.0470046997069rem;left:44.653463363647rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h4IHRWRO3VEWPdekNGH5JE5zP9cJFr2H { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1226875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.215360641479rem;left:8.7779264450075rem;height:13.2213125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#h4IHRWRO3VEWPdekNGH5JE5zP9cJFr2H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h4IHRWRO3VEWPdekNGH5JE5zP9cJFr2H li:before{  }
#HlFt1NDa0wEQ3syFT4HtlI3xxbTZh2da { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1226875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.215360641479rem;left:8.7779264450075rem;height:13.2213125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#HlFt1NDa0wEQ3syFT4HtlI3xxbTZh2da li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HlFt1NDa0wEQ3syFT4HtlI3xxbTZh2da li:before{  }
#XSkzcTZkhuWCooOqr43TmIBbwzIttvTP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6239375rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:25.504165649414rem;left:15.216672897339rem;height:1.8684125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROxMMWWqMI4hXXV2AeGA290OTuG37Ayz { color:#faf6f6;display:block;width:18.6241875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:31.160453796387rem;left:12.029043197632rem;height:1.94931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg { position:relative;display:block; }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg { background-color: transparent; background-image: none; }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg > .row .container > .video-iframe-container { display: none; }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg > .row > .video-iframe-container { display: none; }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg > .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); }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg { border-width: 0; border-radius: 0; }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg > .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; }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.0625rem;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; }#nGxms2dhi1TZKzGqDm0kLuV9OlIpMGND { 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:2.8748625rem;width:7.37475rem;top:2.4362659454346rem;left:3.7494859695434rem;overflow:hidden;display:block; }
#BJoH7BXpPSSK6Vt3daDrrT7HXmxzuVgC { color:rgba(var(--color-tertiary-1),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:5.19921875rem;display:block; }
#cTBg3vhihE0HBJWhbsykpFunx3PTWOiu { color:rgba(var(--color-tertiary-1),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.410055160523rem;left:3.7494859695434rem;height:1.9497rem;display:block; }
#aO1ZA5qgtTP8reo9L82N6NXSDt25To4V { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:56.3125rem;height:2.6003625rem;text-align:right;text-align-last:right;display:block; }
#HtC5u1U77eP3A8R1q27r3RMJp52hzmDk { 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:11.6245rem;width:11.6245rem;top:2.7180976867676rem;left:44.741980552673rem;overflow:hidden;display:block; }
#lWIQwwa62Qg9EJPfVLIKTR5JTvX8rTJo { 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:5.625rem;width:5.625rem;top:4.2403354644776rem;left:65.678965568544rem;overflow:hidden;display:block; }
#KU7RgOqmoGTqXKDHLXuupnAlDNR3G4Cl { color:rgba(var(--color-tertiary-1),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.410055160523rem;left:3.7494859695434rem;height:1.9497rem;display:none; }
#D7q3Enw4tW8qyQU7Zet0gIedKeTAVAr4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #2452a4);background-image: -moz-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #2452a4);background-image: -ms-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #2452a4);background-image: -o-linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #2452a4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2452a4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2452a4' );";background-image: linear-gradient(230deg, rgba(var(--color-tertiary-4),1), #2452a4);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; }#D7q3Enw4tW8qyQU7Zet0gIedKeTAVAr4 > .row .container { border-width: 0; border-radius: 0; }#D7q3Enw4tW8qyQU7Zet0gIedKeTAVAr4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7q3Enw4tW8qyQU7Zet0gIedKeTAVAr4 > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:none; }#DKocyiPfpy0Ccs1wtQcJHB1qo6RNTK3V { 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:13.3729375rem;width:13.3729375rem;top:22.781317710876rem;left:49.241877555847rem;overflow:hidden;display:block; }
#r95iqiWue42itH9vpmasgsrfikmfTL5T { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3121875rem;width:10.3121875rem;top:7.7551054954531rem;left:1.5907678604126rem;overflow:hidden;display:block; }
#V3b8vyQ3OFezWEXTcpTr8NpDLE86nlMH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.400225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fzBAa2kskFXqNCsgmTkVKtlMBP2ar2Fu { 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:27.9981875rem;width:75rem;top:30.881648063659rem;left:0rem;overflow:hidden;display:block; }
#FQXMTJBJ3Hde7vJwlVaDvlQPJVl13ZNT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3121875rem;width:10.3121875rem;top:53.437672615051rem;left:54.681506156921rem;overflow:hidden;display:block; }
#LxeLzKtt5rrRQc6K8iRe3ULt5M0fgByV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3121875rem;width:10.3121875rem;top:50.437739372253rem;left:35.086863517761rem;overflow:hidden;display:block; }
#xwyz7iZ4ElwNQKgd5cbvNCr9BQeKcJkz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.400225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xrLdvQTkLKsITK211eJC87IIzW2JwABN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1873125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #003cb7;top:21.622292518616rem;left:10.745614051819rem;height:5.400225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhQNIoLp669KzdO0KyU28POSeMQ5VKPe { top:2.25rem;left:0rem;width:9.6875rem;height:3.62426875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRwymf2gnOLBVD1M706X96wdXIrlhuw { top:8.3125rem;left:0rem;width:35rem;height:6.362252419431rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqTHSDyQ0CMrS6it31RlQ4hB1uhoqV8U { top:25.0625rem;left:1.6868534088135rem;width:7.25rem;height:5.2685250814388rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUN0XPaC8w5Hie6p0LDZwSwcnSpmwTJN { top:25.1875rem;left:0rem;width:7.1875rem;height:5.204459273599rem;display:block; }
 }@media only screen and (max-width: 763px) { #OySk0SGZ9PoUkhS8aEtNWhIscZ3TTUny { top:25.1875rem;left:10.124696731568rem;width:7.1875rem;height:5.2037861903366rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUBZNa3b5C0sbuQwNL22ibgVGl5yWa1i { top:1.8125rem;left:28.125rem;width:19.625rem;height:23.300291274465rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTaNnX9Q8GZafDbC9yyIsQyBKD4CnhyG { top:0rem;left:23.25rem;width:24.0625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5r3dwkgvBE9QaFB01MiSu2NCFTaTyQ1 { top:35.25rem;left:0rem;width:14.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srWiIiUsTeOqeoU70FXPvqFbkktI77en { display:block; }
 }@media only screen and (max-width: 763px) { #dVy4ruqqLXH5gXV6M22b9dwuWxloRxlR { top:29.5625rem;left:14.4375rem;width:33.1875rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2rlvzItIEPqpnQvTWNJyfW0SOFnGibl { top:14.8125rem;left:0rem;width:32.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLR60OrT3MpC4KtvzuSh3ewEWqQ69o3 { top:35.0625rem;left:13.3125rem;width:34.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOz47Prv8AZVmvO6MR5KVduX3I3XOfTy { top:12.1875rem;left:0rem;width:14.1875rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLdagoE3Gw8OkynEsPqvesTSGORM5Qpn { top:0rem;left:0rem;width:47.75rem;height:27.973541666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ttin89zH2D4HVqalTcJLVrwLnDRST2aG { top:0rem;left:0rem;width:47.75rem;height:27.973541666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZOU0II6tm3mbUvB7VTxp2J1Kt7acS5F { top:29.5625rem;left:15.1875rem;width:32.5625rem;height:4.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ihswl1rCNUTFk5sumHbBWSQc2TzDommq { top:3.4375rem;left:28.125rem;width:19.625rem;height:23.301101207956rem;display:none; }
 }@media only screen and (max-width: 763px) { #ud8gWMkgSaKrv7fBxVKnfW0AxI6ue9W3 { top:0rem;left:22.0625rem;width:25.6875rem;height:28.368273095659rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5NPErmUAoZSz7CJLXaBpl0hGHn6SKsE { top:0rem;left:0rem;width:47.75rem;height:27.973541666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1BohKFJkwLraaWwprGUFqJgAJQHuOWV { top:8.3125rem;left:0rem;width:35rem;height:6.362252419431rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2U09D6UhiuSM4wCS5PtS7si4mSmbWgE { top:23.25rem;left:10.125rem;width:7.1875rem;height:5.2035715440321rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPdnd6ZFRtR7bCFUTt8oPh35yevcdqWT { top:23.1875rem;left:1.6875rem;width:7.25rem;height:5.2680267252582rem;display:none; }
 }@media only screen and (max-width: 763px) { #LntHLzBI9xRoKw2RHrefGm2N5Eqkb3cL { top:23.25rem;left:0rem;width:7.1875rem;height:5.2047830543771rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfsJNWvCLuNcQkumoFVxGa1HKMmp2BaS { top:43.3125rem;left:0rem;width:15.375rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLia3qNfDKvw84eCFprp8nw4LVhhTiaN { top:0.6875rem;left:0rem;width:43.9375rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OircgLmJwohmqz4JExrbPifnozlNFFwA { width:37.9375rem;height:4rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlhyW6uA5udRZcDsJC7UlJD66JyV35e6 { top:0rem;left:0rem;width:47.75rem;height:27.973541666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpkUSmxHC0v2CQVfr8oaiCQ3aCHoKFSq { top:36.75rem;left:14.75rem;width:33rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBTZQXaxnSSSKoOTPLe2dGai69TczPek { top:35.875rem;left:16rem;width:31.75rem;height:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tim2NZ9JXFNwLDT4VHAXFQg2n2kJp4Ia { top:40.75rem;left:0rem;width:43.875rem;height:14.604071122124rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqpXXzUVk21FvcG5yyOZtxd6J0DPb4sF { top:25.0625rem;left:1.7477703094482rem;width:7.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow3HoWyNXIpg8bAhCZr1JUhmSidQlWLn { top:26.3125rem;left:0rem;width:3.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMbzzbFQfpTT2MVR3DQhJ3ATeDBZ6V8e { top:25.0625rem;left:0rem;width:7.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWdcM8A6O87n7fbssFVr2OlM3XcgddGV { top:25.0625rem;left:10.155157089233rem;width:7.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxvFcdPksWC5JVlut5qvrDDG8uBqKyH { top:26.3125rem;left:3.3725185394287rem;width:3.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om9sCcI9xD8MhE8Go5FMCaaygtIBy3dE { top:26.3125rem;left:10.810956954956rem;width:5.875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8DKrgOCsGDg3SDyHZo2TG9zBqBSEVm7 { top:28.5rem;left:0rem;width:5.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsTdMQXcHF327F2Ibf8oUUtxQn9HzJK0 { top:28.5rem;left:2.6538982391358rem;width:5.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpicCIQELdFhZbgT0qyT8CSleQHlShWQ { top:28.5rem;left:10.93564414978rem;width:5.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIhq4ku4dahPBVaQaNqsu1FgNbK9iLAm { top:20.0625rem;left:0rem;width:23.375rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyvlpUJBqXO4xrT20IlFyaGEOFFydRHr { top:42.75rem;left:0rem;width:19.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP { display:block; }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWGwQA6a2HU3OSd1tZNbCPZL5mkCfVq { width:37.9375rem;height:;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvogiZEukn3ODCCvHJS0UOCAd91fuaxt { width:37.25rem;height:3.9375rem;top:5.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1vnqZhvVehusEFcuXOzyCIvKOhVsQpU { width:9.875rem;height:5.2788775779761rem;top:8.6875rem;left:31.334979057312rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJHu86DWVUacem00PUDUnCSCUoZJ2eNh { width:13.9375rem;height:;top:15.0625rem;left:29.249075889587rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHHmvLzrITCNJ5tp8xDCpyN3gTZuPPoA { width:14.125rem;height:2.8125rem;top:19.0625rem;left:29.248436927796rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBVzRy0K0IJuz1bftSVRDisLGSSsuh1a { width:13.9375rem;height:3.75rem;top:31.1875rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvrHq2TPoW0a9Ke6A6Zv7x4sTsTl7SL { width:15.25rem;height:4.1875rem;top:19.0625rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE0BZAkWeSJeECorbXgBU45FfFHirbWA { width:14.875rem;height:2.8125rem;top:35.8125rem;left:28.864842414856rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaVTQE6w3mW8zkrV8lhAGgzgqPdyCOGD { width:14.125rem;height:2.8125rem;top:35.8125rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BERv8leXPQyu0iXFsMhGV27vDT3kqHM1 { width:13.9375rem;height:;top:31.8125rem;left:29.249075889587rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdNBmec5TgqMhzh2T7Pq3q2IpTazqE9p { width:13.9375rem;height:3.75rem;top:15.0625rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxW2iQT1acprDk8qycm4pz8oXs3XeWu8 { width:32.875rem;height:2.3125rem;top:32.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d51XmuogvsomDL8Xz5iTsIfJTV1sxf8s { width:25.375rem;height:4.6875rem;top:18.125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5rm4eLXam6T1akXQQcLo76liVAhC9vd { width:9.875rem;height:5.2788775779761rem;top:8.6875rem;left:31.334979057312rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZowvMLeqZC4Nbp1kHKvZfcrQvZLE7QZg { width:13.9375rem;height:;top:15.0625rem;left:33.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L01iMCH77NV4SPxpx84TNtPKh2EuS4JA { width:14.0625rem;height:2.5625rem;top:43.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnM5mF0MrqrTgCcCZQsZM0h5TLk6hOkS { width:14.0625rem;height:2.5625rem;top:57.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ts1JP39KNrBN09z76PRckrppuivIex6X { width:13.9375rem;height:;top:31.8125rem;left:29.249075889587rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgIRPmhaNPhRSGEA9A3CFTw3Mr8w2ViS { width:14.0625rem;height:2.5625rem;top:71.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIETt4yCEUQSbQQwLimSSDAkr5CRozoJ { width:13.9375rem;height:;top:31.8125rem;left:33.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIZN9xkti37Txn1uJZmf4xdHWqOVhogH { width:14.0625rem;height:2.5625rem;top:85.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zduykITRWDDaaQGPUxvy7kE4Uvw7aR43 { top:1.375rem;left:2.7797317504883rem;width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpig6uQoi3vzb0kMqlgePNd5wRQvJF6t { top:4.4375rem;left:31.75rem;width:4rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jxrm6e3G76IZnkTZfzVvURgan9t7TiXi { top:4.5rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRJnWZSooIDynyOnxZgD1olnoRUxinTT { width:17.5rem;height:3.5625rem;top:7.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lhdf9XrTPRQ5rV9qrsUKTegmh4JXIcOA { width:40rem;height:2.25rem;top:12.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6x7rtTHime1ZVFuow2SlufMsRJVbULR { top:16.25rem;left:0rem;width:32.1875rem;height:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxSKSGyV5qHk2D1gTFEaHbHxJX9b6Bqr { top:16.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JirDHN04xkZI9LMZizLfLrcXNPIemm0y { top:19rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTcxPwyLFpwBrg0ooxT5DOSHKrr6mqAu { top:21.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyPI798Vfc6tqk7OxvzzUZ92N92Jp7D2 { top:23.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTRoAGdoSW5WPSIaEFyfVQsEW3tyNNW { top:25.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p190qDyzhrTlO172KbJfolUOy04uXMB4 { top:36.8125rem;left:0rem;width:17.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ35v9EPOCixCQBgWF7KBuyNtiPGompp { display:block; }
 }@media only screen and (max-width: 763px) { #qQOfqkEW5giuZqOxES1befVWEpzutzWu { top:11.625rem;left:0rem;width:17.1875rem;height:11rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRcmA1iJ5SsusHdN6pqTAZZQ4JwAAwWI { top:3.375rem;left:4.75rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPmEkpbN31D94Xr6LLseacgUNPN8lbh1 { top:7.6875rem;left:41.4375rem;width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGPeLH3hetaDUKWhx1KRCgLQcB8SmxWm { top:24.3125rem;left:42.3125rem;width:5.375rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBzAGa6nsb12lca1WryV6iiehhK9yaJN { top:24.75rem;left:33.802053451538rem;width:4.9375rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO { display:block; }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzQzSQUx1Vf3oyO6cCrB1lXbSQxnyESk { width:24.875rem;height:3.1875rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQab1hgetoFLSToasFr4uV7yrtM4zA2i { width:22.4375rem;height:17.875rem;top:10.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #At8WCioGnBsNQTTAIo4Bfn01x0vMPcxC { width:30.9375rem;height:17.1875rem;top:2.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSXmN0P0vPkTZyDUy5XoRp2RFMRzxhuH { width:30.9375rem;height:17.1875rem;top:22.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeXcm17RMEWx8KMe39WSCpOyiaGN7CTT { top:2.5rem;left:0rem;width:28.1875rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQvahs2iUONMdnPcgQ2nmKgyTBvxNi4 { top:32.9375rem;left:0rem;width:14.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9WGvoZSr4TvwurIR8JAhEsE2td8sRBF { display:block; }
 }@media only screen and (max-width: 763px) { #BXgZEwXU8lP7HNOxns9TTPRpOZlxeOd3 { top:32.4375rem;left:0rem;width:14.1875rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPFSDnoiHZh92W87U3PauB2RCC50Kn08 { display:block; }
 }@media only screen and (max-width: 763px) { #RZlPdxD8mhFlhDEQBNln3FDnPiKfGss1 { top:0rem;left:0rem;width:47.75rem;height:27.973541666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5dwxA5PMvuTUwiTMgZ83lDXbO5iztM7 { top:0rem;left:0rem;width:47.75rem;height:27.973541666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmq90Ubv5qbD8vkSOdE99K3OSZiF8PCn { width:19.9375rem;height:4rem;top:22.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeT2KzcTu1lpscLb4sZqvNV3L0ZOSMoz { width:19.9375rem;height:3.0625rem;top:37.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJb9Vo7BHrJWsbJai69zP5Q9fB0ZVzeO { top:2.25rem;left:0rem;width:9.6875rem;height:3.62426875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUd2yLT84O1V59sR6t3LGBuVKW1VwCTs { width:22.4375rem;height:17.875rem;top:10.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXxit1zi4ybJHIPlXHpubvSbRrARtltE { display:block; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv6aZV4Qwvumn5E0zhHpEcLvQgJTCDvM { width:19.4375rem;height:6.75rem;top:7.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAW6kglXT05HbRebuyQvkhyLtfNQkK4T { width:28.625rem;height:1.625rem;top:4.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ft7IlwXIluGOvh9KTBglS0vih1vzzo { top:22.5625rem;left:0rem;width:17.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmRPQ86KUnUuXCnOV6m1bXOOWXNcVCEJ { display:block; }
 }@media only screen and (max-width: 763px) { #whySnQ0L3Bqqt9q2aBT1hZTvu1n6NuDO { width:20.875rem;height:13.583926753693rem;top:0.625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrlv5DQUTfT1i9IC400w38T0Kuv6CrQe { width:20.9375rem;height:13.583844807112rem;top:14.8125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETMTxQQd7FNpB36hAJIwu0oZVH2ZnIQ { top:4.3125rem;left:11.969532966614rem;width:23.75rem;height:22.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdtn34aUxtfwObh0yervX3qzE5QkCHxD { top:14.25rem;left:0rem;width:19.9375rem;height:25.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VybaS9uT11sQAvLaSZfbx6g9Nb0pT0fH { top:32.4375rem;left:0rem;width:14.1875rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQA1KFRK3LuvPaAqsJVSbn5Ezlwyy6nF { display:block; }
 }@media only screen and (max-width: 763px) { #T58Rwxke5PVXA8JBDaLkxcxEHIQtTUs7 { top:0rem;left:0rem;width:47.75rem;height:27.973541666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmRpCtTRftJina1sdL9D5yVhFNrnIuTh { top:0rem;left:0rem;width:47.75rem;height:27.973541666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3FV8umIDL955SWstWolxrzqGlDNiEvp { top:0rem;left:0rem;width:47.75rem;height:27.973541666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMPN2bGEd5EoKuOU9NVKFQvP3sehEuli { top:10.25rem;left:17.6875rem;width:29.8125rem;height:44.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qe2G8Dt8gqHfc9gcwEwOVTOHP36W537O { top:26.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GksnKdITpyJ2FIo9SpQ8msa8l47bqeVk { top:26.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziCTMWLbCENTE42vfnTR05TPErBgv23h { top:26.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnqO9Xt34wgwhLaH4yTg6qUyGxtAW04Z { top:26.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eegqpQJ0EhUBqpTT3tNxcwtMOye7CaBS { top:26.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5BXVV6Gpf5FH8S5LZ3994htswrtwBEl { top:26.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5l9vaq2WlS96ppnhheE4HnoVbaNrp6J { top:5.4375rem;left:9.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVTfORWTEuz7vTUCfscd5cNrMsdZdCdu { top:9.375rem;left:9.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEbRgo8P4F3QirDuMNiaEQJ6ni6l04BH { top:13.375rem;left:9.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzUx6GwzuWcIGCTNB3nTS7BFgl7sphb8 { top:17.1875rem;left:9.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iienIudPTOo6RVdqiIc5DiAwyJLxdNHm { top:21.125rem;left:9.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z23hI5iuotk6QDnZOQsnqHkoD6w4vzyC { top:25.1875rem;left:9.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPsG64wmQdIXE9MNysqokus5erA0Aed6 { width:12.4375rem;height:12.4375rem;top:17.375rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaUTiL90Dp7xmXdRTOrz3qVZDs8Vy0im { width:12.4375rem;height:12.4375rem;top:17.375rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HM91HvnXXoHDTmlWVRiTQeDQa0omk2Ea { width:12.4375rem;height:12.4375rem;top:17.375rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuHWf7O7qB9T5lA0UR9sxhXvPyP2vlNz { width:12.4375rem;height:12.4375rem;top:17.375rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #piXnWyrMyTzKs0EI071dmMgEdP3QrBJa { top:30.9375rem;left:5.5597896575928rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSn97bmfseMptFHwAnVUdT1xfqE4ORqH { top:30.9375rem;left:0rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxkTwHmNEzrSHNc48UxUBc9rdKMtsF8M { top:30.9375rem;left:24.130659103394rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os9cGBuoXwJKJhsfD1HBdDFi3dCR84Eo { top:30.9375rem;left:29.6875rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnuBXvUH0HVl6utR04kTer0dIqJ2qv7X { width:19.9375rem;height:4rem;top:62.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 { display:none; }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nPNxLryTHVtdM0x6M9Nk6sLvlkmRmaq3 { width:12.5625rem;height:2.25rem;top:9rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S35kwDcbmKHl9oiIzqcHDnSLhqooKqQG { width:12.5rem;height:2.25rem;top:20.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLxbfLGAEow0bfgmHWSUZTMtMBmc5qHo { width:19.9375rem;height:1.25rem;top:12.875rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLzKMh7TpADUIpSAyDJqOkIQ43ImzJBt { width:38.5625rem;height:1.5rem;top:30.1875rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWJFhT4pSeJNV3MLFhM5OnFep68P7aAF { width:11.4375rem;height:3.375rem;top:26.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOVrqHdWSVrukZH4IZlmXv78kn5lu1c5 { top:41.9375rem;left:0rem;width:10.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZD5h3ZZEvwZq3UdmZPHJnTlxppCrivT { top:27.125rem;left:0rem;width:10.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpFKEykhgJ9RrwOkMrCGqfognqO1y6DF { width:11.375rem;height:3.625rem;top:35.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8f41euPQ52f77pKC55p0QMy7k7GV3gn { top:9.5625rem;left:17.875rem;width:29.875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enKJi2pXa7r4lK3uoUZU4bmD0kT9h3iF { top:9.5625rem;left:0rem;width:30.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R30xC25s67aU20N1KPGlyuQMQUhX7NMQ { top:18.5rem;left:17.875rem;width:29.875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5rGUKL0TTl0SpTWBGxCul6W39nLGvCG { top:27.5rem;left:17.875rem;width:29.875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWqyM2WBHkX0rUnRdqKayFbcLUiyd6CF { top:27.5rem;left:0rem;width:30.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITh3hLQahXrtaZAvvNzwxh8AnDW0AFi0 { top:18.5rem;left:0rem;width:30.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDHaXXzUZlhaH5eAQPlAQObiVFKvXA2T { width:1.75rem;height:5rem;top:11.3125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTZ9AT51c0lpaR4WGfwx1A8O0pTAudE { width:1.75rem;height:5rem;top:11.0625rem;left:25.8125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TggZpvgkDBkuDgnAGeOGMuu69Fpgf4pi { width:2.875rem;height:5rem;top:20.0625rem;left:25.9375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAAy2rKoyyXw1VDVNGukU8SpNXyWPHtv { width:2.875rem;height:5rem;top:29.125rem;left:25.9375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #My2PuQgLAvO5eeLEwAiml2eBRUsCdBML { width:2.875rem;height:5rem;top:37.6875rem;left:25.5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB0ScoNxhhmPG2NPWkXk9J9Sa77bNNI1 { width:3.6875rem;height:4.125rem;top:47.25rem;left:25.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFxhPV5F3VM4tQccBtVXV3QBHomGTCdr { width:1.75rem;height:5rem;top:20.25rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTi63TKEBfqe2bIm1uaeOi3sXxSAbiFX { width:1.75rem;height:5rem;top:29.4375rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN7JAl7yBRBpN0Wwb1gQExW74n005uom { width:1.75rem;height:5rem;top:38.125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHDguKBZPOWvPP9z4iUbH5hJTDc6lBH { width:1.75rem;height:5rem;top:47rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqQtysS8twBgltx7yv7encZGOMEdvDnC { width:1.75rem;height:2.5625rem;top:15.125rem;left:1.90625rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4br0m9gpNTIuT2wZ0PRoPWv7WlgsK98 { width:1.75rem;height:2.5625rem;top:21.1875rem;left:0rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #va9pMTawLmCFZvN7QMXcZ8dMEdShJ46e { width:1.75rem;height:2.5625rem;top:28.0625rem;left:1.625rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #deE8REriWEtlZr8I5miKSDTqhvHA1U4E { width:1.75rem;height:2.5625rem;top:35.5625rem;left:0rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBKp1owpxu6K0TRDop43RXvC1C4ZEuTo { width:1.75rem;height:2.5625rem;top:42.0625rem;left:1.625rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnb2oXPOxpaTlyUoUWkcP95pnJgfim6F { width:15.625rem;height:;top:11.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2cI44n7fD1p5PtQJiXt0tHdiaspw8T8 { width:16.5625rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KK9wS2Z96fLl0M9GgsKJPpCJkwsSA41D { width:19.75rem;height:13.083262880289rem;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUhcp5l9VV9k1y2r1vuFGviJT3vgfqJm { width:6.25rem;height:0;top:9.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF { display:block; }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyuTyiCSMIR0seR8hzI6RG4Le7PInpkR { width:6.1875rem;height:0;top:10.875rem;left:4.8128814697266rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTJ8y9kuvSkSW6qWsG6xP7Tf3vHW9V0 { width:19.75rem;height:13.082514440382rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apPn3mnxGZ1tn6RuKAnTtgN4Itl8Nw3O { width:1.875rem;height:1.875rem;top:5.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zocx4kyMgpPIAV1RxST9QEqZXamX6lFs { width:15.875rem;height:3.375rem;top:5.8125rem;left:16.249218940735rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHT5eUZJvsMv3ctbLM6y0KV7TFlgG9O2 { width:1.875rem;height:1.875rem;top:13.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0BUeTcGqdT8RqpcRVP9rPuJATyR0k6l { width:18rem;height:;top:14.0625rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t88VJVsF8rimoDERt3x4FWKfqVw0CUID { width:1.875rem;height:1.875rem;top:22.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNbNP963aNVzVnTXZ0lhU2QIXiQE6GB { width:15.625rem;height:;top:22.25rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydaeiESmRl9AbGKKct5UoRgnFb9Dghnz { width:15.625rem;height:;top:5.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAP6UgrsVFufQpnkxPZvOBmrWhU7b7Af { width:15.625rem;height:;top:14.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDlJdtu93fogJzIbPvBVtDyOUzqNMskm { width:1.875rem;height:1.875rem;top:5.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGf7Ox8NXKAIorEkdlrFlco0BS0WTvJQ { width:1.875rem;height:1.875rem;top:13.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwEB3fGMcOVFqnf3OgMtUp9bu8LpIN4e { width:1.875rem;height:1.875rem;top:22.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QirMH8PtPs9QHthxc1khPhDKDQkqPTdT { width:15.625rem;height:;top:22.1875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvCpemQgXcPoT8Li0v0TqAHygyPqZF76 { width:16.5625rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5yKSvGG4H634BNTeaqbiPaWTIWXki1I { width:22.5rem;height:4.875rem;top:5.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 { display:block; }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAoiX6FvmNUc3JAC3Zcvde7HGTrhrZTH { top:35.1875rem;left:0rem;width:30.0625rem;height:13.1875rem;font-size:1.3125rem;display:block; }#cAoiX6FvmNUc3JAC3Zcvde7HGTrhrZTH li:before{  }
 }@media only screen and (max-width: 763px) { #rIqnZsCNzOTizF4MKyDCQqTX4NPPKLkL { top:16.25rem;left:2.3092451095581rem;width:15.75rem;height:3.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #II1TuJQdZGLOue8tmqin8bTlm0IM8qZP { top:31.6875rem;left:0rem;width:29.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZL093RnxJBu9voJEZ1VBAkWAhOPH2RV { top:28.75rem;left:7.1235265731813rem;width:6.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0FsCxyZkMxoilPh5n8Kery3kxbeS16C { top:22.75rem;left:34.4375rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNp34onMz1uzfoKqfbvLZlRL36XJe1AF { top:7.75rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHilib75Ip7EHovGDlNqHJ2xiOuwbR4f { top:2.625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBdbgApgGrQTMSPiBZT3hwCKhuxtABg4 { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSxKpiMHpGSiRfsbKOdCr7FTwcEJXPpT { top:30.875rem;left:0rem;width:47.75rem;height:17.825512708333rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoksGFUnUo6C1PCvGHWZa8ldPA8Meeub { top:11.4375rem;left:0rem;width:36.125rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfoT4UTpZUvhkInXgfid4C4Kylma6GhS { top:17.3125rem;left:14.6875rem;width:33.0625rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #beQ8PsnR8btxAG0PWA4fDt4Tq7DdLk7d { top:51rem;left:3.0862112045288rem;width:14.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0XocOfeJAEDuuxRFxyMHU9iecEf24DL { display:block; }
 }@media only screen and (max-width: 763px) { #mUGb7NbZxafa08DzAZPK0I6qnzLKpDnR { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hli56WkNpqWfSRONMkwpOLVJfwnPAbOt { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHtwHxft86diB6BPdUwC4Jr8kGG0vm1s { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrEGuQSTxLQSrt27s7br05X7tuxggwma { top:2.0625rem;left:0rem;width:19.9375rem;height:5.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2ts6DzgBlnCII8uW5aBSgG5NRkT2uw3 { top:16.25rem;left:2.3092451095581rem;width:15.75rem;height:3.1875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaxNh2SlCOaDUnBczB6OQHZRhNOsBufI { top:36.125rem;left:0rem;width:30.0625rem;height:10.4375rem;font-size:1.3125rem;display:none; }#VaxNh2SlCOaDUnBczB6OQHZRhNOsBufI li:before{  }
 }@media only screen and (max-width: 763px) { #uyNhLUlHHayKL5JoGIkP8Lvfpb2p5sTu { top:51rem;left:3.0862112045288rem;width:14.1875rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0ztreX6bps3q7HXvfxXXDfG4kRE4fKk { display:block; }
 }@media only screen and (max-width: 763px) { #CAOqkVgiCJq4H0NIno7XWoh2tymey0zN { top:17.3125rem;left:14.6875rem;width:33.0625rem;height:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnlTQxug4cgvyD0kP9RpMMzGCzLEpSf8 { top:24.5rem;left:0rem;width:40.5rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXVdsgql89P2FyXnL2AAdxhUGMsGyOEh { top:7.75rem;left:0rem;width:10.25rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOsBKZ0WH5OUggq7W3XPrlLUwv9F4GSi { top:7.75rem;left:0rem;width:10.25rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VA4u9NVO0TWDCt15bUGTh4ItwO785vKi { display:block; }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGcCysNT4J2Vv7mav3DMxO6psoBcHPiq { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgIPihA5WKvpPi9adrZbBgNb6qTNfF85 { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxuceQvfZJ1PdbaWXlZMIvlJOINdT4yM { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #memRtJodqNqR07LwmhDkZJuABduByHG3 { top:2.0625rem;left:0rem;width:19.9375rem;height:5.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZvenTpe9qET5R06LfwEAOVy1LWWUE1R { top:16.25rem;left:2.3092451095581rem;width:15.75rem;height:3.1875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSFByTwVp4WaDukG0khEdgCoWbQbZtkx { top:51rem;left:3.0862112045288rem;width:14.1875rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXfaESe3uKsCo39JXF98pVu9nfBVltAs { display:block; }
 }@media only screen and (max-width: 763px) { #ty8BCz2NRl80mZ9bkoIAsgDb6VTe1Us8 { top:17.3125rem;left:14.6875rem;width:33.0625rem;height:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZme037fC4HwPqqm212LenH8O7ZQr0y5 { top:24.5rem;left:0rem;width:40.5rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqdTLRK5N2cnwrGUOUCXJXQQ69Sw5FKc { top:7.75rem;left:0rem;width:10.25rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L72wfTumXCuAshtPZdb6ABpCLBMtI1Na { top:7.75rem;left:0rem;width:10.25rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LT3pvzsTOEwPsncqs53fmTKfEeEvOPKB { top:8.6875rem;left:0rem;width:23.75rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvW0KJN7vmMWuS1gI6sTG4qeNhNIy0xS { top:6rem;left:1.625rem;width:12.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVLJTKZGcDTW2DZbsMfTGm2VQmoZR8I3 { top:14.1875rem;left:0rem;width:31.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gii9DRaLSoo8OxoXiywmrK1CJdsvySs2 { top:78.125rem;left:0rem;width:17.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvEdulobIqlW5lm51t2FuxO3EBrGzJ2q { top:5.9375rem;left:21.4375rem;width:26.3125rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnWM8KrRZxKgNP6GJEWzJpz2wuNpObtO { top:33.9375rem;left:0rem;width:32.3125rem;height:9.625rem;font-size:0.875rem;display:block; }#BnWM8KrRZxKgNP6GJEWzJpz2wuNpObtO li:before{  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-text {padding-top: 0; padding-bottom: 0;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-select {padding-top: 0; padding-bottom: 0;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-button { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp  { width:21.125rem;height:auto;top:13.3125rem;left:24.125rem; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp {display:block;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp { width:21.125rem;height:auto;top:13.3125rem;left:24.125rem; }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #k95FEnzP9vMp0ctrLD1opM4GcEcPGOit {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #KM2E331MuytZhrioL0q3uqiFF8nqoRlx { display:block; }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #IpdDTv5G1bWTRAND56Blo1qr5SmrIXno {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #NJa0hwGgDxu9ERFwuCv0H1m06gsBpm4E {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #mgPsybhsRtyLto1UkpaEx7of2arUvRZs { display:block; }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #kkQAOLtU04ydBFFT0uKNULHHTc0pPdCZ {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #t8eiZlKxpVHp4V75JHnnaQoDQG4PuThu {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #Pxz1UNdOfrdBwWc1n2rhVEUmkFvfwXuF { display:block; }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #DxXva4wr44mlZPCCksEImWSA8RirRfdT {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #W9l4omqBeukBFC5inCWpFeEqBzb2s3fV {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #fi4tptuK6l8nKxzKqTHfKxVALqQ5Vrkz {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #rnUbmXg4VCvo8gR2Oxs0qp9eL3uVoylH {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #VOwQ6MyK4I7xNkmRXPwllVFCuuUeo9DV {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #dmWK43MsdSN7flfxyOQrC9LX4JWpxwoI {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #NdIEXAmXqM6m7dd3GFAVD6cr1Na8KAzn {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #PQWgaypxFo2niTcfbDT7Fle9nlbDwboF {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #EGkWKSpfoqdADKyUArqfs6E7pATAZOyx {  }
 }@media only screen and (max-width: 763px) { #ShE0UpFJMzoidIzq0kouMH9wHg7IK3q8 { display:block; }
 }@media only screen and (max-width: 763px) { #bsqveBnHykM44kJLLopaJlRSQbX90tlP { display:block; }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #wByd3Ryq4m1zQ9LHVgafySwWlT9eUl8R {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #o5qq98tnBZyGMpCML73A6U4lI3IkIMMh {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #X2TGpckRdPO3wul0Ptm9a3oRKLgd8GN5 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #yt2A6TwX1G6vkOJ48C28pBpfc65JH04P {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #Zx7VpyTtrPUdPWDDfhAQxuk4Hi4QTvE4 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #CA1lzw7qQ535LvTlSX5iFHvfANgJfnUe {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #Usz0HTw77K08b2WgngAc61BrveiW5BTa {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #mfc1TTXUZLChqKaQrbwIG97qPQ0ccKdr {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #vd11t4z3VgtwTTaI3WW9A24T8B0vs1Rz {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #CBfnVDKbSyECt9R99Xv0kiAubaMMpcg9 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #bZkSvNTBUUnqTgqgtUX6X214yJ8SfakP {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #p7SmiHIOuKZrbewKTfadlkmoUlVSNvR2 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #QhFqqC9QlXII7d2nkKCayeLA9fwN9PAR {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #LhPK833x061eEAwFNLebQngG392sQnUy {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #CkqwfD3HHFWq9hU8JUJvVu5mV3wDbwgQ {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #K7UQveJVBoRlfabKGJG5s3Ku5uvl2coa {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #F9UQkze0FTRFIK1LgH8EOtLzUDSO3xGd {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #gMVvNhSav8PsAlft3Cn5cTTT5r8TJHqw {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #rXzRMalqTBtQCdl3Uaf7ZqSHI3xllTTV {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #Pxd3xm6HSUh7FVBQEqaW0dmmq0CXvDTQ {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #FDqh7JnNWcKG0wpQTlRBeRnUuFSX5hHT {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #iJGsvd7Zyw2eTdXfusTVWTKZBVTDFod7 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #T0TT6giqGls4pTnDykOewIsOPyWx8viG {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #OxaiFK7PtZ79BAZng51W0CCFv2BirN0a {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #LsNw3wd88bWpZepkew3asswovTWNbZb6 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #FddmOVQPMIBQ6luQH3BqoxB4zRxSE9dB {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #a0d6EyuEtrFskGLCHhFvh8OzcIzZ81Py {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #fIORzRnlbRvGqSLuMqD9WruarBvWayuR {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #tQFx7T2qd5NqVnlPUJTalKtc446Jiokf {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #A46reP92UkfpDOaqFKNrBkreQx1qReHQ {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #SSp3T7lU0BxGnntyqi2IKaEZPbPFq2T1 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #UIrVCuugzy6qmTsQzTciCI4PH6EkSkaD {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #n52TGRwTvHP1EaZqTvhFoJQZmSd5I7WT {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #fseNuy6fBzaNE5avcGOuiAwTiHc20IlU {  }
 }@media only screen and (max-width: 763px) { #OOgNQDpOV5uGg4yvXgcCgk2h1sKoyD2C { top:9rem;left:24.75rem;width:22.9375rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4IHRWRO3VEWPdekNGH5JE5zP9cJFr2H { top:35.1875rem;left:0rem;width:30.0625rem;height:13.1875rem;font-size:1.3125rem;display:none; }#h4IHRWRO3VEWPdekNGH5JE5zP9cJFr2H li:before{  }
 }@media only screen and (max-width: 763px) { #HlFt1NDa0wEQ3syFT4HtlI3xxbTZh2da { top:35.1875rem;left:0rem;width:30.0625rem;height:13.1875rem;font-size:1.3125rem;display:none; }#HlFt1NDa0wEQ3syFT4HtlI3xxbTZh2da li:before{  }
 }@media only screen and (max-width: 763px) { #XSkzcTZkhuWCooOqr43TmIBbwzIttvTP { top:25.5rem;left:1.5916728973389rem;width:12.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROxMMWWqMI4hXXV2AeGA290OTuG37Ayz { top:31.125rem;left:0rem;width:18.5625rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg { display:block; }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGxms2dhi1TZKzGqDm0kLuV9OlIpMGND { top:2.375rem;left:0rem;width:7.3125rem;height:2.8505958888437rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJoH7BXpPSSK6Vt3daDrrT7HXmxzuVgC { top:5.9375rem;left:0rem;width:28.9375rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBg3vhihE0HBJWhbsykpFunx3PTWOiu { top:12.375rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO1ZA5qgtTP8reo9L82N6NXSDt25To4V { top:9.75rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtC5u1U77eP3A8R1q27r3RMJp52hzmDk { top:2.6875rem;left:24.304480552673rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWIQwwa62Qg9EJPfVLIKTR5JTvX8rTJo { top:4.1875rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7RgOqmoGTqXKDHLXuupnAlDNR3G4Cl { top:12.375rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7q3Enw4tW8qyQU7Zet0gIedKeTAVAr4 { display:none; }#D7q3Enw4tW8qyQU7Zet0gIedKeTAVAr4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DKocyiPfpy0Ccs1wtQcJHB1qo6RNTK3V { top:22.75rem;left:34.4375rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r95iqiWue42itH9vpmasgsrfikmfTL5T { top:7.75rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3b8vyQ3OFezWEXTcpTr8NpDLE86nlMH { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzBAa2kskFXqNCsgmTkVKtlMBP2ar2Fu { top:30.875rem;left:0rem;width:47.75rem;height:17.825512708333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQXMTJBJ3Hde7vJwlVaDvlQPJVl13ZNT { top:53.4375rem;left:37.5rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxeLzKtt5rrRQc6K8iRe3ULt5M0fgByV { top:50.4375rem;left:21.461863517761rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwyz7iZ4ElwNQKgd5cbvNCr9BQeKcJkz { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrLdvQTkLKsITK211eJC87IIzW2JwABN { width:26.125rem;height:5.375rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhQNIoLp669KzdO0KyU28POSeMQ5VKPe { width:7.498375rem;height:2.74789375rem;top:2.5565762519836rem;left:7.0282049179075rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRwymf2gnOLBVD1M706X96wdXIrlhuw { width:20rem;height:3.375rem;top:7.3063068389894rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqTHSDyQ0CMrS6it31RlQ4hB1uhoqV8U { width:7.2488125rem;height:5.2683rem;top:24.437362670899rem;left:12.7511875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUN0XPaC8w5Hie6p0LDZwSwcnSpmwTJN { width:7.1871875rem;height:5.20288125rem;top:25.470834732056rem;left:12.812124788761rem;display:none; }
 }@media only screen and (max-width: 763px) { #OySk0SGZ9PoUkhS8aEtNWhIscZ3TTUny { width:7.1871875rem;height:5.20288125rem;top:28.622468948364rem;left:12.812124788761rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUBZNa3b5C0sbuQwNL22ibgVGl5yWa1i { width:9.9361875rem;height:11.749125rem;top:16.998727798462rem;left:2.8634927868843rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTaNnX9Q8GZafDbC9yyIsQyBKD4CnhyG { width:15.12425rem;height:16.68725rem;top:26.399892330169rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5r3dwkgvBE9QaFB01MiSu2NCFTaTyQ1 { top:35.274617195129rem;left:5.5299597382546rem;width:8.937rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srWiIiUsTeOqeoU70FXPvqFbkktI77en { display:block; }
 }@media only screen and (max-width: 763px) { #dVy4ruqqLXH5gXV6M22b9dwuWxloRxlR { width:19.9985rem;height:0;top:15.902236461639rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B2rlvzItIEPqpnQvTWNJyfW0SOFnGibl { width:19.999rem;height:0;top:15.646024703979rem;left:0.0007787346839905rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#040303;display:none; }
 }@media only screen and (max-width: 763px) { #ZkLR60OrT3MpC4KtvzuSh3ewEWqQ69o3 { width:19.9985rem;height:0;top:41.376188278198rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yOz47Prv8AZVmvO6MR5KVduX3I3XOfTy { width:14.2489375rem;height:3.65496875rem;top:12.249083518982rem;left:2.8743954300881rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f68a0c;z-index:15035;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CLdagoE3Gw8OkynEsPqvesTSGORM5Qpn { width:19.9985rem;height:11.715625rem;top:12.964761734009rem;left:0.0007787346839905rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ttin89zH2D4HVqalTcJLVrwLnDRST2aG { width:19.99775rem;height:11.714875rem;top:24.435087203979rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #OZOU0II6tm3mbUvB7VTxp2J1Kt7acS5F { width:13.686125rem;height:2.43665rem;top:47.210537910461rem;left:3.1552679538727rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #Ihswl1rCNUTFk5sumHbBWSQc2TzDommq { width:9.4375rem;height:11.1875rem;top:17.265062332153rem;left:5.4057760834694rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ud8gWMkgSaKrv7fBxVKnfW0AxI6ue9W3 { width:9.562375rem;height:10.624625rem;top:18.502509593964rem;left:3.7489405274391rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #e5NPErmUAoZSz7CJLXaBpl0hGHn6SKsE { width:19.99775rem;height:11.714875rem;top:40.586498260498rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #G1BohKFJkwLraaWwprGUFqJgAJQHuOWV { width:19.9995625rem;height:3.31231875rem;top:6.6227316856381rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #X2U09D6UhiuSM4wCS5PtS7si4mSmbWgE { width:4.68734375rem;height:3.31205625rem;top:29.840445995331rem;left:7.65441185236rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cPdnd6ZFRtR7bCFUTt8oPh35yevcdqWT { width:4.68734375rem;height:3.37435625rem;top:29.80929517746rem;left:12.735825121403rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LntHLzBI9xRoKw2RHrefGm2N5Eqkb3cL { width:4.5619625rem;height:3.24975625rem;top:29.873153209686rem;left:2.5932639241219rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UfsJNWvCLuNcQkumoFVxGa1HKMmp2BaS { width:16.1865625rem;height:2.43665rem;top:51.053936958313rem;left:1.9055345058441rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dLia3qNfDKvw84eCFprp8nw4LVhhTiaN { width:19.9995625rem;height:6.6236875rem;top:58.673843383789rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OircgLmJwohmqz4JExrbPifnozlNFFwA { width:15.6859375rem;height:3.3751375rem;top:60.297641754151rem;left:2.1558618545533rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #SlhyW6uA5udRZcDsJC7UlJD66JyV35e6 { width:19.99725rem;height:11.7144375rem;top:48.210536956787rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #OpkUSmxHC0v2CQVfr8oaiCQ3aCHoKFSq { width:20rem;height:auto;top:36.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MBTZQXaxnSSSKoOTPLe2dGai69TczPek { width:14.373375rem;height:3.14955625rem;top:54.680027961731rem;left:2.812614440918rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tim2NZ9JXFNwLDT4VHAXFQg2n2kJp4Ia { width:19.999rem;height:6.7236875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqpXXzUVk21FvcG5yyOZtxd6J0DPb4sF { width:7.1875rem;height:5.375rem;top:73.170944213869rem;left:6.3743076324462rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow3HoWyNXIpg8bAhCZr1JUhmSidQlWLn { width:3.93663125rem;height:2.031175rem;top:67.771297454831rem;left:8.0000081062319rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMbzzbFQfpTT2MVR3DQhJ3ATeDBZ6V8e { width:7.1875rem;height:5.375rem;top:66.546310424806rem;left:6.3743076324462rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWdcM8A6O87n7fbssFVr2OlM3XcgddGV { width:7.1875rem;height:5.375rem;top:79.796531677244rem;left:6.3743076324462rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxvFcdPksWC5JVlut5qvrDDG8uBqKyH { width:3.93663125rem;height:2.031175rem;top:74.396881103512rem;left:7.9990563392637rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om9sCcI9xD8MhE8Go5FMCaaygtIBy3dE { width:5.87456875rem;height:2.031175rem;top:81.021514892575rem;left:7.0301084518431rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8DKrgOCsGDg3SDyHZo2TG9zBqBSEVm7 { width:5.3125rem;height:0.97465625rem;top:70.015678405763rem;left:7.1919169425962rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsTdMQXcHF327F2Ibf8oUUtxQn9HzJK0 { width:5.3125rem;height:0.97465625rem;top:76.640312194825rem;left:7.2804360389713rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpicCIQELdFhZbgT0qyT8CSleQHlShWQ { width:5.87456875rem;height:0.97465625rem;top:83.264945983888rem;left:7.1547961235044rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIhq4ku4dahPBVaQaNqsu1FgNbK9iLAm { width:19.9995625rem;height:2.923975rem;top:39.21098613739rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #eyvlpUJBqXO4xrT20IlFyaGEOFFydRHr { width:19.9995625rem;height:1.6238rem;top:42.766969680786rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP { display:block; }#tXqgopbT7UuNX3r48LZkOekQC9IPQ4yP > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWGwQA6a2HU3OSd1tZNbCPZL5mkCfVq { width:19.999rem;height:0;top:3.1243133544922rem;left:0.0010000000000013rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvogiZEukn3ODCCvHJS0UOCAd91fuaxt { width:19.999rem;height:0;top:8.68643951416rem;left:0.0010000000000013rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1vnqZhvVehusEFcuXOzyCIvKOhVsQpU { width:3.87431875rem;height:2.12289375rem;top:14.903868675232rem;left:8.0617023110388rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJHu86DWVUacem00PUDUnCSCUoZJ2eNh { width:13.9981875rem;height:1.25rem;top:42rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHHmvLzrITCNJ5tp8xDCpyN3gTZuPPoA { width:14.1241875rem;height:0;top:40.70818201416rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBVzRy0K0IJuz1bftSVRDisLGSSsuh1a { width:13.999125rem;height:0;top:38.45903826416rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFvrHq2TPoW0a9Ke6A6Zv7x4sTsTl7SL { width:14.1241875rem;height:0;top:44.95561951416rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pE0BZAkWeSJeECorbXgBU45FfFHirbWA { width:14.1241875rem;height:0;top:90.285599514162rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaVTQE6w3mW8zkrV8lhAGgzgqPdyCOGD { width:14.1241875rem;height:0;top:94.533037014163rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BERv8leXPQyu0iXFsMhGV27vDT3kqHM1 { width:13.999125rem;height:0;top:78.416869514162rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdNBmec5TgqMhzh2T7Pq3q2IpTazqE9p { width:13.999125rem;height:0;top:88.036455764162rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxW2iQT1acprDk8qycm4pz8oXs3XeWu8 { width:19.999rem;height:0;top:28.33792701416rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d51XmuogvsomDL8Xz5iTsIfJTV1sxf8s { width:19.996375rem;height:3.500775rem;top:30.186916351318rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #g5rm4eLXam6T1akXQQcLo76liVAhC9vd { width:10.49975rem;height:5.62465625rem;top:36.4375rem;left:5.0625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ZowvMLeqZC4Nbp1kHKvZfcrQvZLE7QZg { width:13.997375rem;height:1.25rem;top:83.428421020506rem;left:2.9999315142631rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #L01iMCH77NV4SPxpx84TNtPKh2EuS4JA { width:14.1235625rem;height:2.6232rem;top:43.8125rem;left:3rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #xnM5mF0MrqrTgCcCZQsZM0h5TLk6hOkS { width:14.1235625rem;height:2.62320625rem;top:57.625rem;left:3rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ts1JP39KNrBN09z76PRckrppuivIex6X { width:13.9989375rem;height:1.25rem;top:69.25rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #MgIRPmhaNPhRSGEA9A3CFTw3Mr8w2ViS { width:14.1235625rem;height:2.6232rem;top:71.25rem;left:3rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #UIETt4yCEUQSbQQwLimSSDAkr5CRozoJ { width:13.99825rem;height:1.25rem;top:55.866228103638rem;left:2.9999315142631rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #DIZN9xkti37Txn1uJZmf4xdHWqOVhogH { width:15.25rem;height:2.62320625rem;top:85.624355316162rem;left:2.3747794628143rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #zduykITRWDDaaQGPUxvy7kE4Uvw7aR43 { width:6.3116875rem;height:6.3116875rem;top:49.554551124572rem;left:7.1546053290369rem;z-index:15013;opacity:.78;display:block; }
 }@media only screen and (max-width: 763px) { #rpig6uQoi3vzb0kMqlgePNd5wRQvJF6t { width:5.24735625rem;height:4.62486875rem;top:77.670034408569rem;left:7.3746657371519rem;z-index:15023;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Jxrm6e3G76IZnkTZfzVvURgan9t7TiXi { width:4.749175rem;height:4.749175rem;top:63.4375rem;left:7.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #SRJnWZSooIDynyOnxZgD1olnoRUxinTT { width:17.561875rem;height:3.57501875rem;top:7.4475746154788rem;left:1.2172765135765rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15006;color:#f68a0c;display:block; }
 }@media only screen and (max-width: 763px) { #Lhdf9XrTPRQ5rV9qrsUKTegmh4JXIcOA { width:20rem;height:auto;top:12.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15006;color:#f68a0c;display:none; }
 }@media only screen and (max-width: 763px) { #P6x7rtTHime1ZVFuow2SlufMsRJVbULR { width:19.9998125rem;height:0;top:85.822540838625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:2.1;display:none; }
 }@media only screen and (max-width: 763px) { #hxSKSGyV5qHk2D1gTFEaHbHxJX9b6Bqr { width:1.43743125rem;height:1.43743125rem;top:14.123765945434rem;left:1.0613692402839rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JirDHN04xkZI9LMZizLfLrcXNPIemm0y { width:1.43743125rem;height:1.43743125rem;top:16.811025619507rem;left:1.0613692402839rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTcxPwyLFpwBrg0ooxT5DOSHKrr6mqAu { width:1.43743125rem;height:1.43743125rem;top:19.24729347229rem;left:1.0613692402839rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyPI798Vfc6tqk7OxvzzUZ92N92Jp7D2 { width:1.43743125rem;height:1.43743125rem;top:21.748662948608rem;left:1.0613692402839rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTRoAGdoSW5WPSIaEFyfVQsEW3tyNNW { width:1.43743125rem;height:1.43743125rem;top:24.061574935913rem;left:1.0613692402839rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p190qDyzhrTlO172KbJfolUOy04uXMB4 { top:36.8125rem;left:1.25rem;width:17.5rem;height:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJ35v9EPOCixCQBgWF7KBuyNtiPGompp { display:block; }
 }@media only screen and (max-width: 763px) { #qQOfqkEW5giuZqOxES1befVWEpzutzWu { width:16.6246875rem;height:15.219525rem;top:13.497566223144rem;left:3.0598956942558rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:2.9;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #pRcmA1iJ5SsusHdN6pqTAZZQ4JwAAwWI { width:3.0619875rem;height:3.0619875rem;top:12.871704101562rem;left:14.777566432953rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FPmEkpbN31D94Xr6LLseacgUNPN8lbh1 { width:6.3125rem;height:6.3125rem;top:89.248055316163rem;left:6.8125rem;z-index:15013;opacity:.78;display:none; }
 }@media only screen and (max-width: 763px) { #SGPeLH3hetaDUKWhx1KRCgLQcB8SmxWm { width:5.375rem;height:5.375rem;top:102.99786230469rem;left:7.3125rem;z-index:15013;opacity:.78;display:none; }
 }@media only screen and (max-width: 763px) { #rBzAGa6nsb12lca1WryV6iiehhK9yaJN { width:4.9375rem;height:4.9375rem;top:96.810362304688rem;left:7.5rem;z-index:15013;opacity:.78;display:none; }
 }@media only screen and (max-width: 763px) { #ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO { display:block; }#ZvqlhifJIlRGvZTNUXk2o8wyLdmVExMO > .row .container { width:20rem;height:75.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzQzSQUx1Vf3oyO6cCrB1lXbSQxnyESk { width:19.9985rem;height:2.031175rem;top:4.6655387878418rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#fafafa;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #TQab1hgetoFLSToasFr4uV7yrtM4zA2i { width:17.2495rem;height:0;top:9.9883489608762rem;left:1.3745077252388rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #At8WCioGnBsNQTTAIo4Bfn01x0vMPcxC { height:11.1850625rem;width:19.998125rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSXmN0P0vPkTZyDUy5XoRp2RFMRzxhuH { height:11.1105625rem;width:19.998125rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeXcm17RMEWx8KMe39WSCpOyiaGN7CTT { width:19.8125rem;height:28.8125rem;top:1.2174072265625rem;left:0rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #386497, rgba(0,0,0,0.2));background-image: -moz-linear-gradient(180deg, #386497, rgba(0,0,0,0.2));background-image: -ms-linear-gradient(180deg, #386497, rgba(0,0,0,0.2));background-image: -o-linear-gradient(180deg, #386497, rgba(0,0,0,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000033' );";background-image: linear-gradient(180deg, #386497, rgba(0,0,0,0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vTQvahs2iUONMdnPcgQ2nmKgyTBvxNi4 { top:25.984036922455rem;left:5.2184568047524rem;width:9.562375rem;height:2.68749375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9WGvoZSr4TvwurIR8JAhEsE2td8sRBF { display:block; }
 }@media only screen and (max-width: 763px) { #BXgZEwXU8lP7HNOxns9TTPRpOZlxeOd3 { top:25.049684286118rem;left:5.5312842726708rem;width:8.9355625rem;height:2.80975625rem;font-size:1.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tPFSDnoiHZh92W87U3PauB2RCC50Kn08 { display:block; }
 }@media only screen and (max-width: 763px) { #RZlPdxD8mhFlhDEQBNln3FDnPiKfGss1 { width:19.99775rem;height:11.714875rem;top:0.99992656707762rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #k5dwxA5PMvuTUwiTMgZ83lDXbO5iztM7 { width:19.99725rem;height:11.7144375rem;top:10.536594867706rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #lmq90Ubv5qbD8vkSOdE99K3OSZiF8PCn { width:19.998125rem;height:3.0876875rem;top:35.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;z-index:15005;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #aeT2KzcTu1lpscLb4sZqvNV3L0ZOSMoz { width:19.998125rem;height:3.0876875rem;top:51.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;z-index:15006;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #hJb9Vo7BHrJWsbJai69zP5Q9fB0ZVzeO { width:7.4974375rem;height:2.74789375rem;top:69.3125rem;left:6.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vUd2yLT84O1V59sR6t3LGBuVKW1VwCTs { width:17.2495rem;height:13.4015625rem;top:8.9047076702119rem;left:1.3748971819878rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #tXxit1zi4ybJHIPlXHpubvSbRrARtltE { background-color:#18263f;background-image:none;display:block; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container { background-color: transparent; background-image: none; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container > .video-iframe-container { display: none; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row > .video-iframe-container { display: none; }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .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); }#tXxit1zi4ybJHIPlXHpubvSbRrARtltE > .row .container { width:20rem;height:156.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv6aZV4Qwvumn5E0zhHpEcLvQgJTCDvM { width:18.7498125rem;height:3.43795625rem;top:8.2112960815431rem;left:0.62343907356262rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IAW6kglXT05HbRebuyQvkhyLtfNQkK4T { width:19.3745rem;height:0;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#f68a0c;font-family:prompt;font-weight:400;font-style:normal;line-height:1.6;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; }
 }@media only screen and (max-width: 763px) { #F4ft7IlwXIluGOvh9KTBglS0vih1vzzo { top:51.926021575927rem;left:4.2193103432656rem;width:11.5614375rem;height:2.87361875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmRPQ86KUnUuXCnOV6m1bXOOWXNcVCEJ { display:block; }
 }@media only screen and (max-width: 763px) { #whySnQ0L3Bqqt9q2aBT1hZTvu1n6NuDO { width:19.999rem;height:13.2495625rem;top:47.735916137695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrlv5DQUTfT1i9IC400w38T0Kuv6CrQe { width:19.9985625rem;height:12.9989375rem;top:60.983764648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETMTxQQd7FNpB36hAJIwu0oZVH2ZnIQ { width:19.999rem;height:0;top:12.2478rem;left:0rem;font-size:1.1875rem;line-height:1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wdtn34aUxtfwObh0yervX3qzE5QkCHxD { width:17.0624375rem;height:28.50118125rem;top:13.845874786377rem;left:2.4910225272179rem;font-size:0.9375rem;line-height:1.6;text-align:left;text-align-last:left;z-index:15005;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VybaS9uT11sQAvLaSZfbx6g9Nb0pT0fH { top:112.06007766724rem;left:4.4687733650208rem;width:11.060125rem;height:2.8107125rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NQA1KFRK3LuvPaAqsJVSbn5Ezlwyy6nF { display:block; }
 }@media only screen and (max-width: 763px) { #T58Rwxke5PVXA8JBDaLkxcxEHIQtTUs7 { width:19.9955625rem;height:11.713625rem;top:11.588541984558rem;left:0.0042831301689148rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #mmRpCtTRftJina1sdL9D5yVhFNrnIuTh { width:19.9955625rem;height:11.713625rem;top:23.302151679993rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #n3FV8umIDL955SWstWolxrzqGlDNiEvp { width:19.999rem;height:11.6870625rem;top:35.015762329101rem;left:0.00085663795471194rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #NMPN2bGEd5EoKuOU9NVKFQvP3sehEuli { width:19.75rem;height:43.125rem;top:0.77175903320312rem;left:0.026555597782135rem;z-index:14996;box-shadow: 0rem 0rem 0.625rem #e87116 ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #386497, rgba(0,0,0,0.2));background-image: -moz-linear-gradient(180deg, #386497, rgba(0,0,0,0.2));background-image: -ms-linear-gradient(180deg, #386497, rgba(0,0,0,0.2));background-image: -o-linear-gradient(180deg, #386497, rgba(0,0,0,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000033' );";background-image: linear-gradient(180deg, #386497, rgba(0,0,0,0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2G8Dt8gqHfc9gcwEwOVTOHP36W537O { width:1.436575rem;height:1.436575rem;top:14.035293579101rem;left:0.6244860291481rem;font-size:2.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #GksnKdITpyJ2FIo9SpQ8msa8l47bqeVk { width:1.436575rem;height:1.436575rem;top:18.373937606811rem;left:0.6244860291481rem;font-size:2.1875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ziCTMWLbCENTE42vfnTR05TPErBgv23h { width:1.436575rem;height:1.436575rem;top:24.310409069061rem;left:0.6244860291481rem;font-size:2.1875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #rnqO9Xt34wgwhLaH4yTg6qUyGxtAW04Z { width:1.436575rem;height:1.436575rem;top:28.873868465424rem;left:0.6244860291481rem;font-size:2.1875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #eegqpQJ0EhUBqpTT3tNxcwtMOye7CaBS { width:1.436575rem;height:1.436575rem;top:34.890761852264rem;left:0.6244860291481rem;font-size:2.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #U5BXVV6Gpf5FH8S5LZ3994htswrtwBEl { width:1.436575rem;height:1.436575rem;top:39.527686595917rem;left:0.6244860291481rem;font-size:2.1875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #o5l9vaq2WlS96ppnhheE4HnoVbaNrp6J { width:1.5625rem;height:1.5625rem;top:5.4375rem;left:9.1875rem;font-size:2.1875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #PVTfORWTEuz7vTUCfscd5cNrMsdZdCdu { width:1.5625rem;height:1.5625rem;top:9.375rem;left:9.1875rem;font-size:2.1875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #qEbRgo8P4F3QirDuMNiaEQJ6ni6l04BH { width:1.5625rem;height:1.5625rem;top:13.375rem;left:9.1875rem;font-size:2.1875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #SzUx6GwzuWcIGCTNB3nTS7BFgl7sphb8 { width:1.5625rem;height:1.5625rem;top:17.1875rem;left:9.1875rem;font-size:2.1875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #iienIudPTOo6RVdqiIc5DiAwyJLxdNHm { width:1.5625rem;height:1.5625rem;top:21.125rem;left:9.1875rem;font-size:2.1875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #Z23hI5iuotk6QDnZOQsnqHkoD6w4vzyC { width:1.5625rem;height:1.5625rem;top:25.1875rem;left:9.1875rem;font-size:2.1875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #ZPsG64wmQdIXE9MNysqokus5erA0Aed6 { width:19.8120625rem;height:19.8120625rem;top:75.54366493225rem;left:0rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AaUTiL90Dp7xmXdRTOrz3qVZDs8Vy0im { width:19.75rem;height:19.75rem;top:95.864942550656rem;left:0.093277931213381rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HM91HvnXXoHDTmlWVRiTQeDQa0omk2Ea { width:19.6875rem;height:19.6875rem;top:115.61320877075rem;left:0rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UuHWf7O7qB9T5lA0UR9sxhXvPyP2vlNz { width:19.625rem;height:19.625rem;top:135.29960823059rem;left:0.3121954202652rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #piXnWyrMyTzKs0EI071dmMgEdP3QrBJa { width:18.0625rem;height:18.0625rem;top:175.48661395264rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSn97bmfseMptFHwAnVUdT1xfqE4ORqH { width:18.0625rem;height:18.0625rem;top:156.17411395264rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxkTwHmNEzrSHNc48UxUBc9rdKMtsF8M { width:18.0625rem;height:18.0625rem;top:194.79911395264rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Os9cGBuoXwJKJhsfD1HBdDFi3dCR84Eo { width:18.0625rem;height:18.0625rem;top:214.11161395264rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnuBXvUH0HVl6utR04kTer0dIqJ2qv7X { width:19.99725rem;height:4.06235rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#fafafa;font-family:prompt;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #032141, #000000);background-image: -moz-linear-gradient(180deg, #032141, #000000);background-image: -ms-linear-gradient(180deg, #032141, #000000);background-image: -o-linear-gradient(180deg, #032141, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#032141', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#032141', endColorstr='#000000' );";background-image: linear-gradient(180deg, #032141, #000000);background-size:cover !important;display:block; }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row .container { background-color: transparent; background-image: none; }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row .container > .video-iframe-container { display: none; }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row > .video-iframe-container { display: none; }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .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); }#mabxCla1NcP24mUxzzr6cbgaIrH3RZG1 > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPNxLryTHVtdM0x6M9Nk6sLvlkmRmaq3 { width:12.6241875rem;height:2.27350625rem;top:20.8125rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:prompt;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S35kwDcbmKHl9oiIzqcHDnSLhqooKqQG { width:12.5616875rem;height:2.27350625rem;top:26.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #FLxbfLGAEow0bfgmHWSUZTMtMBmc5qHo { width:13.875rem;height:1.219275rem;top:27.125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;color:#4665b5;display:block; }
 }@media only screen and (max-width: 763px) { #KLzKMh7TpADUIpSAyDJqOkIQ43ImzJBt { width:18.75rem;height:0;top:50.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWJFhT4pSeJNV3MLFhM5OnFep68P7aAF { width:11.9371875rem;height:2.27350625rem;top:33.1875rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #UOVrqHdWSVrukZH4IZlmXv78kn5lu1c5 { width:10.3746875rem;height:2.27350625rem;top:54.3125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #TZD5h3ZZEvwZq3UdmZPHJnTlxppCrivT { width:12.312375rem;height:2.27350625rem;top:40.0625rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #bpFKEykhgJ9RrwOkMrCGqfognqO1y6DF { width:13.56225rem;height:2.44825625rem;top:47.5rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;color:#eaeaea;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #E8f41euPQ52f77pKC55p0QMy7k7GV3gn { width:20rem;height:6.1875rem;top:25.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(248deg, #386497, rgba(0,0,0,0));background-image: -moz-linear-gradient(248deg, #386497, rgba(0,0,0,0));background-image: -ms-linear-gradient(248deg, #386497, rgba(0,0,0,0));background-image: -o-linear-gradient(248deg, #386497, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000000' );";background-image: linear-gradient(248deg, #386497, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #enKJi2pXa7r4lK3uoUZU4bmD0kT9h3iF { width:20rem;height:6.1875rem;top:18.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-image: -moz-linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-image: -ms-linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-image: -o-linear-gradient(98deg, #e87116, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87116', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87116', endColorstr='#00000000' );";background-image: linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R30xC25s67aU20N1KPGlyuQMQUhX7NMQ { width:20rem;height:7.5625rem;top:37.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(248deg, #386497, rgba(0,0,0,0));background-image: -moz-linear-gradient(248deg, #386497, rgba(0,0,0,0));background-image: -ms-linear-gradient(248deg, #386497, rgba(0,0,0,0));background-image: -o-linear-gradient(248deg, #386497, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000000' );";background-image: linear-gradient(248deg, #386497, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C5rGUKL0TTl0SpTWBGxCul6W39nLGvCG { width:20rem;height:6.1875rem;top:52.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(248deg, #386497, rgba(0,0,0,0));background-image: -moz-linear-gradient(248deg, #386497, rgba(0,0,0,0));background-image: -ms-linear-gradient(248deg, #386497, rgba(0,0,0,0));background-image: -o-linear-gradient(248deg, #386497, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#386497', endColorstr='#00000000' );";background-image: linear-gradient(248deg, #386497, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lWqyM2WBHkX0rUnRdqKayFbcLUiyd6CF { width:20rem;height:7.4375rem;top:45rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-image: -moz-linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-image: -ms-linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-image: -o-linear-gradient(98deg, #e87116, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87116', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87116', endColorstr='#00000000' );";background-image: linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ITh3hLQahXrtaZAvvNzwxh8AnDW0AFi0 { width:20rem;height:6.1875rem;top:31.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-image: -moz-linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-image: -ms-linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-image: -o-linear-gradient(98deg, #e87116, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87116', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87116', endColorstr='#00000000' );";background-image: linear-gradient(98deg, #e87116, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WDHaXXzUZlhaH5eAQPlAQObiVFKvXA2T { width:1.75rem;height:2.59988125rem;top:20.6875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #orTZ9AT51c0lpaR4WGfwx1A8O0pTAudE { width:1.75rem;height:0;top:82.9746125rem;left:9.125rem;text-align:center;text-align-last:center;font-size:2rem;color:#1e3672;display:none; }
 }@media only screen and (max-width: 763px) { #TggZpvgkDBkuDgnAGeOGMuu69Fpgf4pi { width:2.875rem;height:auto;top:20.0625rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:2rem;color:#1e3672;display:none; }
 }@media only screen and (max-width: 763px) { #BAAy2rKoyyXw1VDVNGukU8SpNXyWPHtv { width:2.875rem;height:auto;top:29.125rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:2rem;color:#1e3672;display:none; }
 }@media only screen and (max-width: 763px) { #My2PuQgLAvO5eeLEwAiml2eBRUsCdBML { width:2.875rem;height:auto;top:37.6875rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:2rem;color:#1e3672;display:none; }
 }@media only screen and (max-width: 763px) { #eB0ScoNxhhmPG2NPWkXk9J9Sa77bNNI1 { width:3.6875rem;height:auto;top:47.25rem;left:8.125rem;text-align:center;text-align-last:center;font-size:2rem;color:#1e3672;display:none; }
 }@media only screen and (max-width: 763px) { #uFxhPV5F3VM4tQccBtVXV3QBHomGTCdr { width:1.75rem;height:auto;top:20.25rem;left:9.125rem;text-align:center;text-align-last:center;font-size:2rem;color:#1e3672;display:none; }
 }@media only screen and (max-width: 763px) { #rTi63TKEBfqe2bIm1uaeOi3sXxSAbiFX { width:1.75rem;height:auto;top:29.4375rem;left:9.125rem;text-align:center;text-align-last:center;font-size:2rem;color:#1e3672;display:none; }
 }@media only screen and (max-width: 763px) { #KN7JAl7yBRBpN0Wwb1gQExW74n005uom { width:1.75rem;height:auto;top:38.125rem;left:9.125rem;text-align:center;text-align-last:center;font-size:2rem;color:#1e3672;display:none; }
 }@media only screen and (max-width: 763px) { #rSHDguKBZPOWvPP9z4iUbH5hJTDc6lBH { width:1.75rem;height:auto;top:47rem;left:9.125rem;text-align:center;text-align-last:center;font-size:2rem;color:#1e3672;display:none; }
 }@media only screen and (max-width: 763px) { #LqQtysS8twBgltx7yv7encZGOMEdvDnC { width:1.75rem;height:2.59988125rem;top:26.9375rem;left:15.5rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #X4br0m9gpNTIuT2wZ0PRoPWv7WlgsK98 { width:1.75rem;height:2.59988125rem;top:33.0625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #va9pMTawLmCFZvN7QMXcZ8dMEdShJ46e { width:1.75rem;height:2.59988125rem;top:39.9375rem;left:15.25rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #deE8REriWEtlZr8I5miKSDTqhvHA1U4E { width:1.75rem;height:2.59988125rem;top:47.4375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #XBKp1owpxu6K0TRDop43RXvC1C4ZEuTo { width:1.75rem;height:2.59988125rem;top:53.9375rem;left:15.25rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #lnb2oXPOxpaTlyUoUWkcP95pnJgfim6F { width:15.625rem;height:1.5000625rem;top:23.125rem;left:4.375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15007;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K2cI44n7fD1p5PtQJiXt0tHdiaspw8T8 { width:18.1246875rem;height:3.8994rem;top:2.7352313995361rem;left:0.93715733289719rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15008;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #KK9wS2Z96fLl0M9GgsKJPpCJkwsSA41D { width:11.8746875rem;height:7.8125rem;top:9.2653512954713rem;left:4.0613006949425rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QUhcp5l9VV9k1y2r1vuFGviJT3vgfqJm { width:6.25rem;height:0.060821rem;top:7.8150701522825rem;left:6.8744859099388rem;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF { display:none; }#dP51vUnUtN3xWv7wR5RBeMZyVoziAWNF > .row .container { width:20rem;height:66.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gyuTyiCSMIR0seR8hzI6RG4Le7PInpkR { width:6.25rem;height:0.060821rem;top:8.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTJ8y9kuvSkSW6qWsG6xP7Tf3vHW9V0 { width:8.1243125rem;height:5.37451875rem;top:10.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apPn3mnxGZ1tn6RuKAnTtgN4Itl8Nw3O { width:1.87345625rem;height:1.87345625rem;top:20rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zocx4kyMgpPIAV1RxST9QEqZXamX6lFs { width:15.625rem;height:2.99821875rem;top:23.0625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHT5eUZJvsMv3ctbLM6y0KV7TFlgG9O2 { width:1.87345625rem;height:1.87345625rem;top:27.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0BUeTcGqdT8RqpcRVP9rPuJATyR0k6l { width:15.625rem;height:2.99821875rem;top:30.4375rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t88VJVsF8rimoDERt3x4FWKfqVw0CUID { width:1.87345625rem;height:1.87345625rem;top:34.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNbNP963aNVzVnTXZ0lhU2QIXiQE6GB { width:15.625rem;height:4.497325rem;top:37.8125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydaeiESmRl9AbGKKct5UoRgnFb9Dghnz { width:15.625rem;height:2.99821875rem;top:46.6875rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAP6UgrsVFufQpnkxPZvOBmrWhU7b7Af { width:15.625rem;height:2.99821875rem;top:54.0625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDlJdtu93fogJzIbPvBVtDyOUzqNMskm { width:1.87345625rem;height:1.87345625rem;top:43.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGf7Ox8NXKAIorEkdlrFlco0BS0WTvJQ { width:1.87345625rem;height:1.87345625rem;top:50.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwEB3fGMcOVFqnf3OgMtUp9bu8LpIN4e { width:1.87345625rem;height:1.87345625rem;top:58.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QirMH8PtPs9QHthxc1khPhDKDQkqPTdT { width:14.4375rem;height:2.99821875rem;top:61.436916351318rem;left:2.1861292719841rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvCpemQgXcPoT8Li0v0TqAHygyPqZF76 { width:18.1246875rem;height:3.8994rem;top:4.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15007;color:#f68a0c;display:block; }
 }@media only screen and (max-width: 763px) { #f5yKSvGG4H634BNTeaqbiPaWTIWXki1I { width:20rem;height:auto;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15008;color:#f1f1f1;display:none; }
 }@media only screen and (max-width: 763px) { #TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 { display:none; }#TsZChtmfmXQXBeOxJEnAVZsILxJQpT26 > .row .container { width:20rem;height:62.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cAoiX6FvmNUc3JAC3Zcvde7HGTrhrZTH { width:16.0595625rem;height:0;top:35.252021789551rem;left:1.9686999917031rem;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;display:none; }#cAoiX6FvmNUc3JAC3Zcvde7HGTrhrZTH li:before{  }
 }@media only screen and (max-width: 763px) { #rIqnZsCNzOTizF4MKyDCQqTX4NPPKLkL { width:11.99975rem;height:0;top:13.659595458984rem;left:8.00025rem;font-size:2rem;z-index:15071;display:none; }
 }@media only screen and (max-width: 763px) { #II1TuJQdZGLOue8tmqin8bTlm0IM8qZP { width:14.31175rem;height:2.43665rem;top:20.282517910004rem;left:2.8440241217613rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZL093RnxJBu9voJEZ1VBAkWAhOPH2RV { width:6.25rem;height:0.060821rem;top:26.161304443359rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0FsCxyZkMxoilPh5n8Kery3kxbeS16C { width:6.3115rem;height:6.3115rem;top:69.364847607425rem;left:9.8978919982913rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNp34onMz1uzfoKqfbvLZlRL36XJe1AF { width:10.3125rem;height:10.3125rem;top:7.664924144745rem;left:9.6864150166512rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHilib75Ip7EHovGDlNqHJ2xiOuwbR4f { width:19.999rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nBdbgApgGrQTMSPiBZT3hwCKhuxtABg4 { width:11.5rem;height:0;top:18.971576660156rem;left:5.9355812072754rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #FSxKpiMHpGSiRfsbKOdCr7FTwcEJXPpT { width:20rem;height:7.4663125rem;top:75.24951171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoksGFUnUo6C1PCvGHWZa8ldPA8Meeub { width:19.7496875rem;height:53.6244375rem;top:8.83675rem;left:0.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KfoT4UTpZUvhkInXgfid4C4Kylma6GhS { width:14.9996875rem;height:18.873375rem;top:63.9098rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #beQ8PsnR8btxAG0PWA4fDt4Tq7DdLk7d { top:48.410663574219rem;left:5.814125rem;width:14.185875rem;height:4.06044375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0XocOfeJAEDuuxRFxyMHU9iecEf24DL { display:block; }
 }@media only screen and (max-width: 763px) { #mUGb7NbZxafa08DzAZPK0I6qnzLKpDnR { width:11.5rem;height:0;top:18.971588104248rem;left:5.9355812072754rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #Hli56WkNpqWfSRONMkwpOLVJfwnPAbOt { width:11.5rem;height:0;top:18.971588104248rem;left:5.9355812072754rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #qHtwHxft86diB6BPdUwC4Jr8kGG0vm1s { width:17.186625rem;height:4.1994125rem;top:15.031352519989rem;left:1.4057359099388rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #wrEGuQSTxLQSrt27s7br05X7tuxggwma { width:19.9985rem;height:5.2483125rem;top:2.0995311737061rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M2ts6DzgBlnCII8uW5aBSgG5NRkT2uw3 { width:11.999125rem;height:2.59988125rem;top:11.110538750887rem;left:3.9997006058693rem;font-size:2rem;z-index:15072;color:#f68a0c;display:block; }
 }@media only screen and (max-width: 763px) { #VaxNh2SlCOaDUnBczB6OQHZRhNOsBufI { width:16.0593125rem;height:10.4651875rem;top:41.620407581329rem;left:1.9676877856254rem;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;z-index:15021;display:block; }#VaxNh2SlCOaDUnBczB6OQHZRhNOsBufI li:before{  }
 }@media only screen and (max-width: 763px) { #uyNhLUlHHayKL5JoGIkP8Lvfpb2p5sTu { top:53.406444549561rem;left:2.905545771122rem;width:14.185875rem;height:4.06044375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #l0ztreX6bps3q7HXvfxXXDfG4kRE4fKk { display:block; }
 }@media only screen and (max-width: 763px) { #CAOqkVgiCJq4H0NIno7XWoh2tymey0zN { width:12.68675rem;height:15.999375rem;top:24.736156463623rem;left:3.6561130881309rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #BnlTQxug4cgvyD0kP9RpMMzGCzLEpSf8 { width:12.9994375rem;height:18.3748125rem;top:29.113554000854rem;left:3.4993490576744rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fXVdsgql89P2FyXnL2AAdxhUGMsGyOEh { width:3.8125rem;height:3.8125rem;top:26.5654301875rem;left:3.8523163199425rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #dOsBKZ0WH5OUggq7W3XPrlLUwv9F4GSi { width:5.9998625rem;height:5.9998625rem;top:26.857181072235rem;left:6.0418381094933rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #VA4u9NVO0TWDCt15bUGTh4ItwO785vKi { display:block; }#VA4u9NVO0TWDCt15bUGTh4ItwO785vKi > .row .container { width:20rem;height:143.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGcCysNT4J2Vv7mav3DMxO6psoBcHPiq { width:11.5rem;height:0;top:18.971588104248rem;left:5.9355812072754rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #UgIPihA5WKvpPi9adrZbBgNb6qTNfF85 { width:11.5rem;height:0;top:18.971588104248rem;left:5.9355812072754rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #hxuceQvfZJ1PdbaWXlZMIvlJOINdT4yM { width:17.186625rem;height:4.1994125rem;top:15.031352519989rem;left:1.4057359099388rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #memRtJodqNqR07LwmhDkZJuABduByHG3 { width:19.9985rem;height:5.2483125rem;top:2.0995311737061rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nZvenTpe9qET5R06LfwEAOVy1LWWUE1R { width:11.999125rem;height:2.59988125rem;top:11.110538750887rem;left:3.9997006058693rem;font-size:2rem;z-index:15072;color:#f68a0c;display:block; }
 }@media only screen and (max-width: 763px) { #NSFByTwVp4WaDukG0khEdgCoWbQbZtkx { top:55.967310905456rem;left:2.9065584540367rem;width:14.185875rem;height:4.05873125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #oXfaESe3uKsCo39JXF98pVu9nfBVltAs { display:block; }
 }@media only screen and (max-width: 763px) { #ty8BCz2NRl80mZ9bkoIAsgDb6VTe1Us8 { width:12.68675rem;height:15.999375rem;top:22.3125rem;left:3.6875rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #cZme037fC4HwPqqm212LenH8O7ZQr0y5 { width:12.9994375rem;height:18.3748125rem;top:26.0625rem;left:3.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BqdTLRK5N2cnwrGUOUCXJXQQ69Sw5FKc { width:3.8125rem;height:3.8125rem;top:26.5654301875rem;left:3.8523163199425rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #L72wfTumXCuAshtPZdb6ABpCLBMtI1Na { width:5.9998625rem;height:5.9998625rem;top:23.8125rem;left:6.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #LT3pvzsTOEwPsncqs53fmTKfEeEvOPKB { width:19.9995625rem;height:2.25009375rem;top:65.692407608031rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvW0KJN7vmMWuS1gI6sTG4qeNhNIy0xS { width:12.5620625rem;height:1.62435rem;top:64.0000667572rem;left:3.7187428474426rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVLJTKZGcDTW2DZbsMfTGm2VQmoZR8I3 { width:18.312rem;height:5.84795625rem;top:69.881298065187rem;left:0.8433084487915rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gii9DRaLSoo8OxoXiywmrK1CJdsvySs2 { width:17.311625rem;height:2.92493125rem;top:77.629760742188rem;left:1.3116016387939rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvEdulobIqlW5lm51t2FuxO3EBrGzJ2q { width:20rem;height:34.875rem;top:99.157653808594rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #BnWM8KrRZxKgNP6GJEWzJpz2wuNpObtO { width:19.9995625rem;height:10.43rem;top:87.477905273438rem;left:0rem;font-size:0.875rem;display:block; }#BnWM8KrRZxKgNP6GJEWzJpz2wuNpObtO li:before{  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-text {padding-top: 0; padding-bottom: 0;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-select {padding-top: 0; padding-bottom: 0;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp  { width:17.5rem;height:24.0625rem;top:107.53329467774rem;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; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp {display:block;}#vAxa8CZLEpbwlD4F47axbqfSibHZnfQp { width:17.5rem;height:24.0625rem;top:106.53326416016rem;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) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #k95FEnzP9vMp0ctrLD1opM4GcEcPGOit {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #KM2E331MuytZhrioL0q3uqiFF8nqoRlx { display:block; }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #IpdDTv5G1bWTRAND56Blo1qr5SmrIXno {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #NJa0hwGgDxu9ERFwuCv0H1m06gsBpm4E {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #mgPsybhsRtyLto1UkpaEx7of2arUvRZs { display:block; }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #kkQAOLtU04ydBFFT0uKNULHHTc0pPdCZ {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #t8eiZlKxpVHp4V75JHnnaQoDQG4PuThu {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #Pxz1UNdOfrdBwWc1n2rhVEUmkFvfwXuF { display:block; }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #DxXva4wr44mlZPCCksEImWSA8RirRfdT {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #W9l4omqBeukBFC5inCWpFeEqBzb2s3fV {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #fi4tptuK6l8nKxzKqTHfKxVALqQ5Vrkz {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #rnUbmXg4VCvo8gR2Oxs0qp9eL3uVoylH {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #VOwQ6MyK4I7xNkmRXPwllVFCuuUeo9DV {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #dmWK43MsdSN7flfxyOQrC9LX4JWpxwoI {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #NdIEXAmXqM6m7dd3GFAVD6cr1Na8KAzn {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #PQWgaypxFo2niTcfbDT7Fle9nlbDwboF {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #EGkWKSpfoqdADKyUArqfs6E7pATAZOyx {  }
 }@media only screen and (max-width: 763px) { #ShE0UpFJMzoidIzq0kouMH9wHg7IK3q8 { display:block; }
 }@media only screen and (max-width: 763px) { #bsqveBnHykM44kJLLopaJlRSQbX90tlP { display:block; }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #wByd3Ryq4m1zQ9LHVgafySwWlT9eUl8R {  }
 }@media only screen and (max-width: 763px) { #vAxa8CZLEpbwlD4F47axbqfSibHZnfQp #o5qq98tnBZyGMpCML73A6U4lI3IkIMMh {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #X2TGpckRdPO3wul0Ptm9a3oRKLgd8GN5 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #yt2A6TwX1G6vkOJ48C28pBpfc65JH04P {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #Zx7VpyTtrPUdPWDDfhAQxuk4Hi4QTvE4 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #CA1lzw7qQ535LvTlSX5iFHvfANgJfnUe {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #Usz0HTw77K08b2WgngAc61BrveiW5BTa {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #mfc1TTXUZLChqKaQrbwIG97qPQ0ccKdr {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #vd11t4z3VgtwTTaI3WW9A24T8B0vs1Rz {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #CBfnVDKbSyECt9R99Xv0kiAubaMMpcg9 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #bZkSvNTBUUnqTgqgtUX6X214yJ8SfakP {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #p7SmiHIOuKZrbewKTfadlkmoUlVSNvR2 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #QhFqqC9QlXII7d2nkKCayeLA9fwN9PAR {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #LhPK833x061eEAwFNLebQngG392sQnUy {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #CkqwfD3HHFWq9hU8JUJvVu5mV3wDbwgQ {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #K7UQveJVBoRlfabKGJG5s3Ku5uvl2coa {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #F9UQkze0FTRFIK1LgH8EOtLzUDSO3xGd {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #gMVvNhSav8PsAlft3Cn5cTTT5r8TJHqw {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #rXzRMalqTBtQCdl3Uaf7ZqSHI3xllTTV {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #Pxd3xm6HSUh7FVBQEqaW0dmmq0CXvDTQ {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #FDqh7JnNWcKG0wpQTlRBeRnUuFSX5hHT {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #iJGsvd7Zyw2eTdXfusTVWTKZBVTDFod7 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #T0TT6giqGls4pTnDykOewIsOPyWx8viG {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #OxaiFK7PtZ79BAZng51W0CCFv2BirN0a {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #LsNw3wd88bWpZepkew3asswovTWNbZb6 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #FddmOVQPMIBQ6luQH3BqoxB4zRxSE9dB {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #a0d6EyuEtrFskGLCHhFvh8OzcIzZ81Py {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #fIORzRnlbRvGqSLuMqD9WruarBvWayuR {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #tQFx7T2qd5NqVnlPUJTalKtc446Jiokf {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #A46reP92UkfpDOaqFKNrBkreQx1qReHQ {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #SSp3T7lU0BxGnntyqi2IKaEZPbPFq2T1 {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #UIrVCuugzy6qmTsQzTciCI4PH6EkSkaD {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #n52TGRwTvHP1EaZqTvhFoJQZmSd5I7WT {  }
 }@media only screen and (max-width: 763px) { #SnPniSLNeC9waT06nGS76ghLyvSAxvkc #fseNuy6fBzaNE5avcGOuiAwTiHc20IlU {  }
 }@media only screen and (max-width: 763px) { #OOgNQDpOV5uGg4yvXgcCgk2h1sKoyD2C { width:19.9995625rem;height:3.2476rem;top:101.84558105469rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4IHRWRO3VEWPdekNGH5JE5zP9cJFr2H { width:16.0595625rem;height:0;top:48.716041564941rem;left:5.4773163199425rem;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;z-index:15021;display:none; }#h4IHRWRO3VEWPdekNGH5JE5zP9cJFr2H li:before{  }
 }@media only screen and (max-width: 763px) { #HlFt1NDa0wEQ3syFT4HtlI3xxbTZh2da { width:16.0595625rem;height:12.437375rem;top:39.311779022217rem;left:1.9676877856254rem;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;z-index:15022;line-height:1.4;display:block; }#HlFt1NDa0wEQ3syFT4HtlI3xxbTZh2da li:before{  }
 }@media only screen and (max-width: 763px) { #XSkzcTZkhuWCooOqr43TmIBbwzIttvTP { width:12.5620625rem;height:1.6238rem;top:80.843099594119rem;left:3.7187428474426rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROxMMWWqMI4hXXV2AeGA290OTuG37Ayz { width:18.5623125rem;height:1.38013125rem;top:85.029163360594rem;left:0.71862065792081rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg { display:block; }#JEsgH48A2tMh2ENfBSbyqF0AnrPIZDKg > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGxms2dhi1TZKzGqDm0kLuV9OlIpMGND { width:4.31229375rem;height:1.74924375rem;top:2.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJoH7BXpPSSK6Vt3daDrrT7HXmxzuVgC { width:19.0618125rem;height:3.8994rem;top:4.9375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTBg3vhihE0HBJWhbsykpFunx3PTWOiu { width:16.4370625rem;height:0;top:9.5917282104494rem;left:1.7809416651726rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aO1ZA5qgtTP8reo9L82N6NXSDt25To4V { width:11.18675rem;height:1.9493125rem;top:10.25rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtC5u1U77eP3A8R1q27r3RMJp52hzmDk { width:5.6238rem;height:5.6238rem;top:13.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWIQwwa62Qg9EJPfVLIKTR5JTvX8rTJo { width:5.62465625rem;height:5.62465625rem;top:13.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7RgOqmoGTqXKDHLXuupnAlDNR3G4Cl { width:16.43625rem;height:1.9474125rem;top:21.5625rem;left:1.8125rem;font-size:0.5rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #D7q3Enw4tW8qyQU7Zet0gIedKeTAVAr4 { display:none; }#D7q3Enw4tW8qyQU7Zet0gIedKeTAVAr4 > .row .container { width:20rem;height:57.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DKocyiPfpy0Ccs1wtQcJHB1qo6RNTK3V { width:6.3115rem;height:6.3115rem;top:61.260093019562rem;left:7.3978919982913rem;display:none; }
 }@media only screen and (max-width: 763px) { #r95iqiWue42itH9vpmasgsrfikmfTL5T { width:10.3125rem;height:10.3125rem;top:7.664924144745rem;left:9.6864150166512rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3b8vyQ3OFezWEXTcpTr8NpDLE86nlMH { width:11.5rem;height:0;top:18.971334468365rem;left:5.9355812072754rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #fzBAa2kskFXqNCsgmTkVKtlMBP2ar2Fu { width:20rem;height:7.4663125rem;top:75.24951171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQXMTJBJ3Hde7vJwlVaDvlQPJVl13ZNT { width:10.25rem;height:10.25rem;top:53.4375rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxeLzKtt5rrRQc6K8iRe3ULt5M0fgByV { width:10.25rem;height:10.25rem;top:50.4375rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwyz7iZ4ElwNQKgd5cbvNCr9BQeKcJkz { width:11.5rem;height:0;top:23.450469970703rem;left:9.2898163199425rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #xrLdvQTkLKsITK211eJC87IIzW2JwABN { width:11.5rem;height:0;top:21.887986421585rem;left:7.5398163199425rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15069;display:none; }
 }