.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"LINE Seed Sans TH";--paragraphs-font-family:"LINE Seed Sans TH"; }@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:#c72082;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;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:4.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#aE9Cvuk4aBhBSLUrOsXdcvSDhz5lCr7F { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.75rem;top:1.0625rem;left:1.5625rem;overflow:hidden;display:block; }
#AGA8QL03b6UdwOsWKTRIy7bv4a5dl3Z7 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:5.0625rem;top:0.9375rem;left:7.1875rem;overflow:hidden;display:block; }
#HxTkPhc8exefzEff1fhhDlNJSs7ibbeg { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.6875rem;top:0.59375rem;left:12.25rem;overflow:hidden;display:block; }
#iisQVsVKRpDrKArBG9ITXZwgD6cmLCDd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #a4a4a4);background-image: -moz-linear-gradient(180deg, #ffffff, #a4a4a4);background-image: -ms-linear-gradient(180deg, #ffffff, #a4a4a4);background-image: -o-linear-gradient(180deg, #ffffff, #a4a4a4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a4a4a4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a4a4a4' );";background-image: linear-gradient(180deg, #ffffff, #a4a4a4);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.0625rem;left:61.8125rem;display:block; }
#tJbh8mMRu4XiIZiUqWBFCVKnbLyBeJuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#roZrAt1vhZTPhwTlyJ2XkBIWb9WUo1Ni { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.0416667461395rem;left:71.291671752931rem; }
#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff77c1;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; }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row .container { background-color: transparent; background-image: none; }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row .container > .video-iframe-container { display: none; }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row > .video-iframe-container { display: none; }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .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); }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row .container { border-width: 0; border-radius: 0; }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row .container { font-size:0.875rem;font-family:arial;height:84.5625rem;width:75rem;position:relative;display:block; }#Wqm8Jny8iPW5BMiEtai98Qo8FyXZGcdL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:57.75rem;top:46.8125rem;left:8.375rem;overflow:hidden;display:block; }
#enVITiN0e8BQM8dxraKuR16mcU4OnW1M { box-sizing:content-box;height:19.875rem;width:20.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#f893cb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.8125rem;left:14.125rem;display:block; }
#k3z0TvXIFxExEPqZ7AL5hZSFTZT4SGoh { box-sizing:content-box;height:18.9375rem;width:19.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#f893cb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.4375rem;left:40.875rem;display:block; }
#sQLWwyRW1tkyEboePGvHr7BU1l1vZt53 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.874625rem;position:absolute;font-family:"line seed sans th";font-size:5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:25.75rem;left:14.125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#ElLKJtksUJadNsXxi1aSfRVWSBMoT0ZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:"line seed sans th";font-size:4.6875rem;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.2);top:31.75rem;left:17.0625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#hPn2uegdg3a460XOB6EeFxC28Tgm23sA { color:#fffd00;display:block;width:58.1875rem;position:absolute;font-family:"line seed sans th";font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.875rem;left:9.5rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#bL8yy3ivlC2CLzyXOAT6Th161CowWhiu { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.1875rem;width:1.8125rem;top:25.22900390625rem;left:0rem;overflow:hidden;display:block; }
#FVuTwle37sofT2wpiQP2sTvzThEo0thA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.187rem;width:1.8120125rem;top:44.125rem;left:73.18798828125rem;overflow:hidden;display:block; }
#XuhmdA69BT2aPCh5dctF64D2riGrIdhK { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:39.0625rem;top:5.9166669845581rem;left:19.093101501465rem;overflow:hidden;display:block; }
#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff77c1;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; }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row .container { background-color: transparent; background-image: none; }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row .container > .video-iframe-container { display: none; }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row > .video-iframe-container { display: none; }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .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); }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row .container { border-width: 0; border-radius: 0; }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row .container { font-size:0.875rem;font-family:arial;height:301.6875rem;width:75rem;position:relative;display:block; }#TDF2e1Lis1f8T8eX7WfKnzSu1LQleiEk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:293.375rem;left:23.25rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#c4hl16VTU14pIDndWSU79C7WZgDdiGCU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.74935rem;width:4.74935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:287.8125rem;left:50.8125rem; }
#hbNiGJTISwypI2RCcN3liCeT6StFFWlR { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:289.5rem;left:23.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#I9pkm5pVEIswTemOEcWfpyJDPV8Mh1kZ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.061375rem;width:26.061375rem;top:60.109252929688rem;left:0rem;overflow:hidden;display:none; }
#gVV4BqTz14uhpQyr1KJKp4kLTzZRT6N5 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.187375rem;width:1.811525rem;top:71.609497070312rem;left:73.1884765625rem;overflow:hidden;display:none; }
#DWn6xTG8UW0Dnc8yChOn2zPIAyDhfKQP { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.187375rem;width:1.811525rem;top:107.53173828125rem;left:0rem;overflow:hidden;display:none; }
#Bwzna21FKv8yJSKaTUCmDzn4KRigMQLf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.061375rem;width:26.061375rem;top:132.04711914062rem;left:48.938598632812rem;overflow:hidden;display:none; }
#ccyUDKFMbWLcdvIbPgFasTTUr9BTcXh7 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.061375rem;width:26.061375rem;top:184.37561035156rem;left:0rem;overflow:hidden;display:none; }
#Z5W2ZuxNi0iey8SgMBOg7A5xlrfL77dW { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.187375rem;width:1.811525rem;top:182.68737792969rem;left:73.1884765625rem;overflow:hidden;display:none; }
#ppcIGWbATm53AzfgRDl6mIr5r1ZkT6uu { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.187375rem;width:1.811525rem;top:235.48400878906rem;left:0rem;overflow:hidden;display:none; }
#PMMVdiBW06T8SeWdBmLe3TDvey9UlZmO { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0608125rem;width:26.0608125rem;top:261.04675292969rem;left:48.938598632812rem;overflow:hidden;display:none; }
#rq1PuIuqRV6BnVeZ11dJmgApTFXTTgtw { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0608125rem;width:26.0608125rem;top:298.98498535156rem;left:0rem;overflow:hidden;display:none; }
#vCol91fEJ4yRQs60XVVzklRiN0B4qzQU { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.187375rem;width:1.811525rem;top:294.609375rem;left:73.1884765625rem;overflow:hidden;display:none; }
#J4gskkpkb9L4OytqT3gf01lqBFaOHByR { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:46.875rem;top:3.9375rem;left:14.0625rem;overflow:hidden;display:block; }
#F6HV04uhnTQtFgbq7qD4yJ4kn0m2chZb { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:46.75rem;top:32.875rem;left:14.0625rem;overflow:hidden;display:block; }
#X2Oi69fcFqK96oKw8VR9CM7JTNKIziqD { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:46.875rem;top:73.5625rem;left:14.0625rem;overflow:hidden;display:block; }
#MzHzgAt4Tl2sZkURsQgxf5UMQNw2JL22 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:46.875rem;top:103.4375rem;left:14.0625rem;overflow:hidden;display:block; }
#T1MmfSgNngdo6nwe2pi7mnP1xGhdtnVK { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.1875rem;width:46.875rem;top:134.5rem;left:14.0625rem;overflow:hidden;display:block; }
#OnASK9GFy4rxx864XHoZuOzHb576PdCn { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.625rem;width:44.625rem;top:177.9375rem;left:14.0625rem;overflow:hidden;display:block; }
#Pw01SouQhTAv0krAgt21pTHT5k7lTwCr { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:46.875rem;top:222.25rem;left:14.0625rem;overflow:hidden;display:block; }
#fdtEkne5fs3IbiE8XFwnJd5Zciu7dOTd { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:46.875rem;top:254.0625rem;left:14.0625rem;overflow:hidden;display:block; }
#oFZ5IfbK9m0L0sKuVyVFsVTXb8sJ1bBL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #231f1f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #231f1f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #231f1f);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #231f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#231f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#231f1f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #231f1f);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#fffd00;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);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:3.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:8.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:284rem;left:18.75rem;display:block; }
#hcsB1sToLdOJQd80hqGTzKCyxkS3SexG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwvW3z7Rvf6IvnC6SJCzsJwUPxQbU82B { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.062rem;width:26.062rem;top:38.623657226562rem;left:48.938598632812rem;overflow:hidden;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) { #aE9Cvuk4aBhBSLUrOsXdcvSDhz5lCr7F { top:1.0625rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGA8QL03b6UdwOsWKTRIy7bv4a5dl3Z7 { top:0.9375rem;left:0rem;width:5.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxTkPhc8exefzEff1fhhDlNJSs7ibbeg { top:0.5625rem;left:0rem;width:6.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iisQVsVKRpDrKArBG9ITXZwgD6cmLCDd { width:11.375rem;height:2.3125rem;top:1.0625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJbh8mMRu4XiIZiUqWBFCVKnbLyBeJuO { display:block; }
 }@media only screen and (max-width: 763px) { #roZrAt1vhZTPhwTlyJ2XkBIWb9WUo1Ni { top:2rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk { display:block; }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wqm8Jny8iPW5BMiEtai98Qo8FyXZGcdL { top:46.8125rem;left:0rem;width:47.75rem;height:25.787067099567rem;display:block; }
 }@media only screen and (max-width: 763px) { #enVITiN0e8BQM8dxraKuR16mcU4OnW1M { top:46.8125rem;left:0.5rem;width:20.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3z0TvXIFxExEPqZ7AL5hZSFTZT4SGoh { top:61.4375rem;left:27.25rem;width:19.5625rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQLWwyRW1tkyEboePGvHr7BU1l1vZt53 { top:25.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElLKJtksUJadNsXxi1aSfRVWSBMoT0ZQ { top:31.75rem;left:3.4375rem;width:43.125rem;height:6.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPn2uegdg3a460XOB6EeFxC28Tgm23sA { top:37.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL8yy3ivlC2CLzyXOAT6Th161CowWhiu { top:25.1875rem;left:0rem;width:1.8125rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVuTwle37sofT2wpiQP2sTvzThEo0thA { top:44.125rem;left:46rem;width:1.75rem;height:38.811680383rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuhmdA69BT2aPCh5dctF64D2riGrIdhK { top:5.875rem;left:5.4681015014649rem;width:39.0625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW { display:block; }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDF2e1Lis1f8T8eX7WfKnzSu1LQleiEk { top:293.375rem;left:9.625rem;width:28.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4hl16VTU14pIDndWSU79C7WZgDdiGCU { top:287.8125rem;left:37.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbNiGJTISwypI2RCcN3liCeT6StFFWlR { top:289.5rem;left:9.625rem;width:28.5rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9pkm5pVEIswTemOEcWfpyJDPV8Mh1kZ { top:60.0625rem;left:0rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVV4BqTz14uhpQyr1KJKp4kLTzZRT6N5 { top:71.5625rem;left:46rem;width:1.75rem;height:38.822487269014rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWn6xTG8UW0Dnc8yChOn2zPIAyDhfKQP { top:107.5rem;left:0rem;width:1.75rem;height:38.822487269014rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwzna21FKv8yJSKaTUCmDzn4KRigMQLf { top:132rem;left:21.75rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyUDKFMbWLcdvIbPgFasTTUr9BTcXh7 { top:184.375rem;left:0rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5W2ZuxNi0iey8SgMBOg7A5xlrfL77dW { top:182.625rem;left:46rem;width:1.75rem;height:38.822487269014rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppcIGWbATm53AzfgRDl6mIr5r1ZkT6uu { top:235.4375rem;left:0rem;width:1.75rem;height:38.822487269014rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMMVdiBW06T8SeWdBmLe3TDvey9UlZmO { top:261rem;left:21.75rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq1PuIuqRV6BnVeZ11dJmgApTFXTTgtw { top:298.9375rem;left:0rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCol91fEJ4yRQs60XVVzklRiN0B4qzQU { top:294.5625rem;left:46rem;width:1.75rem;height:38.822487269014rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4gskkpkb9L4OytqT3gf01lqBFaOHByR { top:3.9375rem;left:0.4375rem;width:46.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6HV04uhnTQtFgbq7qD4yJ4kn0m2chZb { top:32.875rem;left:0.4375rem;width:46.75rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Oi69fcFqK96oKw8VR9CM7JTNKIziqD { top:73.5625rem;left:0.4375rem;width:46.875rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzHzgAt4Tl2sZkURsQgxf5UMQNw2JL22 { top:103.4375rem;left:0.4375rem;width:46.875rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MmfSgNngdo6nwe2pi7mnP1xGhdtnVK { top:134.5rem;left:0.4375rem;width:46.875rem;height:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnASK9GFy4rxx864XHoZuOzHb576PdCn { top:177.9375rem;left:0.4375rem;width:44.625rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw01SouQhTAv0krAgt21pTHT5k7lTwCr { top:222.25rem;left:0.4375rem;width:46.875rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdtEkne5fs3IbiE8XFwnJd5Zciu7dOTd { top:254.0625rem;left:0.4375rem;width:46.875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFZ5IfbK9m0L0sKuVyVFsVTXb8sJ1bBL { width:37.5rem;height:8.125rem;top:284rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsB1sToLdOJQd80hqGTzKCyxkS3SexG { display:block; }
 }@media only screen and (max-width: 763px) { #QwvW3z7Rvf6IvnC6SJCzsJwUPxQbU82B { top:38.5625rem;left:21.75rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aE9Cvuk4aBhBSLUrOsXdcvSDhz5lCr7F { width:3.0625rem;height:1.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGA8QL03b6UdwOsWKTRIy7bv4a5dl3Z7 { width:3.25rem;height:1.625rem;top:0.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxTkPhc8exefzEff1fhhDlNJSs7ibbeg { width:4.4375rem;height:2.125rem;top:0.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iisQVsVKRpDrKArBG9ITXZwgD6cmLCDd { width:7.5625rem;height:2.1875rem;top:0.5625rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJbh8mMRu4XiIZiUqWBFCVKnbLyBeJuO { display:block; }
 }@media only screen and (max-width: 763px) { #roZrAt1vhZTPhwTlyJ2XkBIWb9WUo1Ni { display:flex;width:1.3125rem;height:1.3125rem;top:1.5625rem;left:18.625rem; }
 }@media only screen and (max-width: 763px) { #RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk { display:block; }#RbmdJHUFqQgsdNAMoGKZEdyv0xo7Gqhk > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wqm8Jny8iPW5BMiEtai98Qo8FyXZGcdL { width:19.5625rem;height:10.5625rem;top:28.375rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #enVITiN0e8BQM8dxraKuR16mcU4OnW1M { width:8.4375rem;height:8.375rem;top:28.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3z0TvXIFxExEPqZ7AL5hZSFTZT4SGoh { width:7rem;height:6.75rem;top:33.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQLWwyRW1tkyEboePGvHr7BU1l1vZt53 { width:20rem;height:2.4375rem;top:17.916667304933rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElLKJtksUJadNsXxi1aSfRVWSBMoT0ZQ { width:20rem;height:2.4375rem;top:20.312501274049rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPn2uegdg3a460XOB6EeFxC28Tgm23sA { width:20rem;height:4.54980625rem;top:22.750001274049rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bL8yy3ivlC2CLzyXOAT6Th161CowWhiu { width:0.625rem;height:16.875rem;top:24.481771469116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVuTwle37sofT2wpiQP2sTvzThEo0thA { width:1.75rem;height:38.82225rem;top:128.23764375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuhmdA69BT2aPCh5dctF64D2riGrIdhK { width:20rem;height:9.9075625rem;top:6.6334637030956rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW { display:block; }#ueG6DFh6BJX9oh6nDb2WPD6GklgR6uaW > .row .container { width:20rem;height:133.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDF2e1Lis1f8T8eX7WfKnzSu1LQleiEk { width:20rem;height:1.29980625rem;top:128.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4hl16VTU14pIDndWSU79C7WZgDdiGCU { display:flex;width:2.75rem;height:2.75rem;top:125.9375rem;left:17.125rem; }
 }@media only screen and (max-width: 763px) { #hbNiGJTISwypI2RCcN3liCeT6StFFWlR { width:20rem;height:0.8125rem;top:126.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9pkm5pVEIswTemOEcWfpyJDPV8Mh1kZ { width:20rem;height:20rem;top:46.451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVV4BqTz14uhpQyr1KJKp4kLTzZRT6N5 { width:1.75rem;height:38.82225rem;top:138.94730625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWn6xTG8UW0Dnc8yChOn2zPIAyDhfKQP { width:1.75rem;height:38.82225rem;top:179.01893125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bwzna21FKv8yJSKaTUCmDzn4KRigMQLf { width:20rem;height:20rem;top:73rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccyUDKFMbWLcdvIbPgFasTTUr9BTcXh7 { width:20rem;height:20rem;top:164.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5W2ZuxNi0iey8SgMBOg7A5xlrfL77dW { width:1.75rem;height:38.82225rem;top:124.625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppcIGWbATm53AzfgRDl6mIr5r1ZkT6uu { width:1.75rem;height:38.82225rem;top:185.9375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMMVdiBW06T8SeWdBmLe3TDvey9UlZmO { width:20rem;height:20rem;top:258.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rq1PuIuqRV6BnVeZ11dJmgApTFXTTgtw { width:20rem;height:20rem;top:332.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCol91fEJ4yRQs60XVVzklRiN0B4qzQU { width:1.75rem;height:38.82225rem;top:292.1875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4gskkpkb9L4OytqT3gf01lqBFaOHByR { width:20rem;height:12.3730625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6HV04uhnTQtFgbq7qD4yJ4kn0m2chZb { width:19.875rem;height:16.25rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Oi69fcFqK96oKw8VR9CM7JTNKIziqD { width:20rem;height:11.786125rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzHzgAt4Tl2sZkURsQgxf5UMQNw2JL22 { width:20rem;height:12.3461875rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MmfSgNngdo6nwe2pi7mnP1xGhdtnVK { width:20rem;height:17.57275rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnASK9GFy4rxx864XHoZuOzHb576PdCn { width:19rem;height:17.6875rem;top:77.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw01SouQhTAv0krAgt21pTHT5k7lTwCr { width:20rem;height:12.3461875rem;top:96.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdtEkne5fs3IbiE8XFwnJd5Zciu7dOTd { width:20rem;height:11.0395625rem;top:109.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFZ5IfbK9m0L0sKuVyVFsVTXb8sJ1bBL { width:19rem;height:4.9375rem;top:123.375rem;left:0.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsB1sToLdOJQd80hqGTzKCyxkS3SexG { display:block; }
 }@media only screen and (max-width: 763px) { #QwvW3z7Rvf6IvnC6SJCzsJwUPxQbU82B { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }