.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#442767;background-image:none;position:relative;z-index:auto;display:block; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container { background-color: transparent; background-image: none; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container > .video-iframe-container { display: none; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row > .video-iframe-container { display: none; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .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); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container { border-width: 0; border-radius: 0; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row > .video-iframe-container {  }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#yciiFLU3bMGarddO7nhGBNTMqDB1CCzk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.49978125rem;width:3.81185rem;top:0.59244793653488rem;left:0.66080856323244rem;overflow:hidden;display:block; }
#x6PW1FGkk769y6w7HkDsCFrs4nJ5HLP6 { z-index:100006;top:1.1295573711395rem;left:32.540151596069rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.04861125rem;height:3.42361125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#c6x0wHK0CvgfTdTdSPxqrceaIc8l8NCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mXS0KzuR9BRJGBDdO7r51q9asBtBphGn { z-index:100007;top:1.130642414093rem;left:46.587457656861rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.048375rem;height:3.42339375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JvhRZDEZmSEATaDLIogMtfEm1fFbyhdQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JGJk8I9XUVdlZ9ntgayNUuWoCWSLdgXg { background-color:#ffbe00;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-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.374125rem;height:3.49935rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:1.09375rem;left:61.446397781372rem;display:block; }
#ONF3Vw8uauiteUvilgUcX8ohtysRSOC6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");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;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;overflow:visible;position:relative;display:block; }#IROXyObc7s12Hz4f5teEEy6PXozHc63L { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.0625rem;width:56.1875rem;top:0.53975911727906rem;left:-14.978531111939rem;overflow:hidden;display:block; }
#B7aohLcBTFuDd8f9QSDbhzElyGyWvZZ3 { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:35.375rem;top:8.3745665550231rem;left:-4.6875rem;display:block; }
#NQ6whTJtormyXtmZgd2pvIPvUbOQxgvD { color:#9c51d3;display:block;width:34.4375rem;position:absolute;font-family:prompt;font-size:2.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:13.1875rem;left:38.6875rem;height:7.4746125rem;text-align:center;text-align-last:center;display:block; }
#AWXUn9K3BHKTwZAmex731JZKyXJVxUUa { color:#ffffff;display:block;width:31.31075rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.375rem;left:40.9375rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#m98O2EJGbvc3lzUPNkpNl1HAvtM91KTq { color:#ffffff;display:block;width:31.9998125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.75rem;left:40.125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#ErS2fDBmWzR2z29NMAse7TGCEHTF8tWJ { background-color:#ffbe00;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-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.374125rem;height:3.49935rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:27.6875rem;left:49.75rem;display:block; }
#SIMzSGlUVDt6ioofPsat2QuKe3PhLOtU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wiG46mQ9wVA7gQB55BgPfHksgSV7AQUx { position:absolute;display:block;z-index:100048;background-color:#ffffff;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;height:21.875rem;width:36rem;top:6.5206429768369rem;left:-5.1429956069647rem;display:block; }
#UJrN5XFOS3FZxAMK0aKhTqcUnt5hwegA { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:17.6248125rem;top:7.6875rem;left:45.5rem;overflow:hidden;display:block; }
#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { background-color: transparent; background-image: none; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container > .video-iframe-container { display: none; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row > .video-iframe-container { display: none; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .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); }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { border-width: 0; border-radius: 0; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row > .video-iframe-container {  }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#wLSpEn26E079b8VbokJx8RRr9JGRN2Ir { color:#9b54ea;display:block;width:16.6858125rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.1875rem;left:9.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qxt8tJBr58WRTlZr9gxezaz1f7aR80dl { color:#9b54ea;display:block;width:17.3730625rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#eI1mGDWmJvk036unHtT5iFST2RZiUhDQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:10.7495rem;top:2.3125rem;left:24rem;overflow:hidden;display:block; }
#v9HIMOy6utFwB1kP9JREUvIAbECzQ9mF { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:10.686875rem;top:2.340491771698rem;left:49.998914718628rem;overflow:hidden;display:block; }
#zMENva2eAOTedG0q0AO8d3A5ZuUMEmgH { color:#9b54ea;display:block;width:13.811875rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:3.429904460907rem;left:60.685766220093rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#iTtqJNfpsHR4lnW706spbV5BXXtArNHn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:15.75rem;display:none; }
#I0hk6B5I2x8Vr2M6i9gblS950uoVU0Jq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:10.8105625rem;top:0.31250190734863rem;left:0rem;overflow:hidden;display:block; }
#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b54ea;background-image:none;position:relative;display:block; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { background-color: transparent; background-image: none; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container > .video-iframe-container { display: none; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row > .video-iframe-container { display: none; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .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); }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { border-width: 0; border-radius: 0; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row > .video-iframe-container {  }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je.adaptive-delivery-prevent-bg, #hPynZtKelDHCQ7SDFzznhFHqEqkl00Je.lazyload, #hPynZtKelDHCQ7SDFzznhFHqEqkl00Je.lazyloading { background-image: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { background-color: transparent; background-image: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container > .video-iframe-container { display: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container { display: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .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); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { border-width: 0; border-radius: 0; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container {  }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#RdvxnUdwGLOoq4XN5SbchRuiyzXaw39l { color:#ffffff;display:block;width:54.43575rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.3318138122559rem;left:12.154947280884rem;height:4.14388125rem;font-style:normal;display:block; }
#LKKDPc60arknQBiSlJJGGsT10J2L7aTH { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1873125rem;width:15.7498125rem;top:5.7634553909302rem;left:59.3125rem;overflow:hidden;display:block; }
#D8LG9BpKfsixlPszLlWtM9NtIsVRsIoZ { color:#9b54ea;display:block;width:2.24975625rem;position:absolute;font-family:prompt;font-size:4rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:11.9375rem;left:10.6875rem;height:5.2rem;display:block; }
#Ulzp4fmTAEH1rdiA5DJmws5dObEAMHGI { color:#9b54ea;display:block;width:46.124125rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:12.875rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#VdVAFwmaTqbEmozrTBo2LacrDTfm39B8 { color:#9b54ea;display:block;width:47.1875rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:23.849177360534rem;left:13.906251907349rem;height:3.25rem;font-style:normal;display:block; }
#lO6ArJPLZBRemv0f61MlKZhpyFRzGUos { color:#9b54ea;display:block;width:3.24978125rem;position:absolute;font-family:prompt;font-size:4rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:22.625rem;left:10.0625rem;height:5.2rem;display:block; }
#UpbMF5iCTxX9OymcCUDEAUKQmCvsAaPA { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:43.6875rem;top:31.625rem;left:24.75rem;display:none; }
#K1a8cXFDT8rxL29PxBTOFRUxFxE5is8w { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:prompt;font-size:2rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:32.625rem;left:31.625rem;height:0;font-style:normal;display:none; }
#d9zGpHiCDUonSt3yXCAdl6sHTSLe4opQ { color:#ffffff;display:block;width:2.24975625rem;position:absolute;font-family:prompt;font-size:4rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:31.25rem;left:26.375rem;height:0;display:none; }
#tAaUvHVVMontd5UrOPVxiIoRJ2LiJKp4 { color:#9b54ea;display:block;width:35.374375rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:33.661025047303rem;left:13.906251907349rem;height:3.25rem;font-style:normal;display:block; }
#yxm7BV4pimqtWsdb612aMTETAOlDDPM1 { color:#9b54ea;display:block;width:4.31206875rem;position:absolute;font-family:prompt;font-size:4rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:32.6875rem;left:10.0625rem;height:5.2rem;display:block; }
#ZZ942hZGP0lq6Mwo75yvF0lTDyoJSSTI { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.2485rem;width:11.4985rem;top:19.999998092651rem;left:53.193361282349rem;overflow:hidden;display:block; }
#k06cafUEkPHF0v7ahmG2GIoaQLFTE3pz { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1235rem;width:13.499375rem;top:27.698351860046rem;left:41.312936782837rem;overflow:hidden;display:block; }
#JXkfvVf0prHR6cRfgL6Lf4nTstl5nzGK { color:#ffffff;display:block;width:63.4375rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:43.125rem;left:7.5625rem;height:4.14388125rem;font-style:italic;display:block; }
#H8MKrtdxm8cgd6o5OW6qUx5yidAouOne { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:69.6875rem;top:42.1875rem;left:3.375rem;display:block; }
#imwLLXyrow6VpFfAnCGkloyOr6aGna50 { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:52.0625rem;top:1.1870660781861rem;left:11.59375rem;display:block; }
#LfnwnQt3odENkZkGsxrhkmthdXX2xnb8 { position:absolute;display:block;z-index:100000;background-color:#ffffff;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-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.3125rem;width:68.125rem;top:11.375rem;left:6.7196108180169rem;display:block; }
#C4HS63Z2D6vTL1fntGdW5i0CGHCyRr4J { position:absolute;display:block;z-index:100001;background-color:#ffffff;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-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.3125rem;width:57.75rem;top:22.061633110046rem;left:6.8750019073488rem;display:block; }
#IVUKPtJowiEtvOMQN0Wl0CEXw5mFEPnh { position:absolute;display:block;z-index:100002;background-color:#ffffff;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-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.3125rem;width:45.5625rem;top:32.124567985534rem;left:6.8750019073488rem;display:block; }
#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh.adaptive-delivery-prevent-bg, #oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh.lazyload, #oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh.lazyloading { background-image: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { background-color: transparent; background-image: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container > .video-iframe-container { display: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container { display: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .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); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { border-width: 0; border-radius: 0; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container {  }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#GtVTVUp5C2BHFSHZAAdfEakTr5hpFDPc { color:#9b54ea;display:block;width:37.9980625rem;position:absolute;font-family:prompt;font-size:3.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:2.1918430328369rem;left:18.375652313233rem;height:4.3875rem;font-style:italic;display:block; }
#dC9nLqBD9cIIfH62BPIGxGSGEEOOO6Gy { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:20.3125rem;width:18.75rem;top:8.875rem;left:3.4375rem;display:block; }
#Dnslw7ZBc1F8SbppTZHfV14qKzCB35mQ { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:20.3125rem;width:18.75rem;top:8.875rem;left:28.5rem;display:block; }
#AIv3tmpchJn5rGHK70k9hHn7Bxa3WTaE { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:20.3125rem;width:18.75rem;top:8.875rem;left:52.75rem;display:block; }
#TIrex2QTUhNu67gRO8KLM1LCNnfrrwHp { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:20.3125rem;width:18.75rem;top:31.75rem;left:16.125rem;display:block; }
#GAv2Hh9SwgiHZm3FHaGCOSKwgDUzxRQP { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:20.3125rem;width:18.75rem;top:31.75rem;left:41rem;display:block; }
#HbAHkxMTsGWD17UA1HAfNbMSVcHZLCnh { color:#9c51d3;display:block;width:18.6870625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:26.1875rem;left:3.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xUdoucZlRMvvmchG72mRV98Q8iWioFWT { color:#9c51d3;display:block;width:15.999375rem;position:absolute;font-family:sarabun;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.9375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nc42mJxgSNoqriJvagE36BxU7k998kE6 { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:24.875rem;left:29.6875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTI3kfXrlyIngn9uuZmiqqnysOQ5iOAD { color:#9c51d3;display:block;width:15.999375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:22.5625rem;left:29.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wWJ9wF4bAbIz0iTnTNSscxJso6u2UJqO { color:#9c51d3;display:block;width:17.6248125rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:22.5rem;left:53.3125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VbvJABeRg7523IutdA4VSBzuUsmrnwoR { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:24.875rem;left:54rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fNSbewKwMPcbxzwcpF4JsgCPt9I1aecm { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:49.125rem;left:17.1875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gcqcAG5aox9duB77eMN6qyIHJFkfBTeZ { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:44.625rem;left:16.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EsvHzJQvHGo9s1vpbapKIwN46WD8Tpmz { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:48.25rem;left:42.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zQ6dkOkrRtHTGAcL9z8Lv4fDFKyXqkTX { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:44.625rem;left:41.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTFUbMIT3FnhArMV7wTvTKyAsKVcTbUH { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:10.686875rem;top:36.1875rem;left:45rem;overflow:hidden;display:block; }
#hqh8zUQmpnTT00O2FTAfCKTNn9QnVieE { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:13.1875rem;top:12.5625rem;left:6.75rem;overflow:hidden;display:block; }
#CVR5v8Ung7rWV8bU00faGI8WzoMKTXk5 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5620625rem;width:11.749125rem;top:10.1875rem;left:32rem;overflow:hidden;display:block; }
#nmMGQAPia5qrPAlu0OTGJF3LASToCiTy { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9373125rem;width:14.249125rem;top:8.875rem;left:55.6875rem;overflow:hidden;display:block; }
#WrAnnAlIguLErQfoEhGe49hqH6ZBVxbS { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:13.875rem;top:32rem;left:19.125rem;overflow:hidden;display:block; }
#M39zr5uKuzEgWMDHn9h7yrG8Jac4bkiv { background-color:#ffbe00;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-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1245625rem;height:3.49935rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:54.977215290069rem;left:28.937717437744rem;display:block; }
#Er3Jv2KcxuT46TVsLQByfmNuhy5NkOtN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr.adaptive-delivery-prevent-bg, #qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr.lazyload, #qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr.lazyloading { background-image: none; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container { background-color: transparent; background-image: none; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container > .video-iframe-container { display: none; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row > .video-iframe-container { display: none; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .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); }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container { border-width: 0; border-radius: 0; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row > .video-iframe-container {  }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:block; }#J4Am55yCkwIHe46RmQg0JBffs9V5nfui { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:65.25rem;top:1.625rem;left:3.875rem;display:block; }
#DJTp9kQ7MklrEvXJZuJOb3CLWMnvbTJd { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:2.7690963745117rem;left:24.21875rem;height:4.14388125rem;font-style:italic;display:block; }
#dnJV9WT42rZAK2LawAckmnEz4iEKqlEd { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:29.484375rem;left:5.96875rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dagefyQRytv1ctmwsOaWFLeMirXIITNH { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:26.6875rem;left:5.96875rem;height:3.8984375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X9XSX7GZ1Zyxp2x24XJ2qf4LlPPeCgNT { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:26.6875rem;left:29.875rem;height:1.95rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f97gDowTMLgSKmQUTlKfv49OFqLACDyJ { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.5625rem;left:53.9375rem;height:1.95rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LKZAUPU7I2V5GQFPfAR8kXiXSJpQbJVX { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:29.484375rem;left:29.875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#shiOPqXt9t93qTOvaZMhlv2nkuPW3ZyT { color:#9c51d3;display:block;width:18.624rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:29.484375rem;left:53.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bB2JvcI2g2TFrb56r5DRBEO84IvaPIv8 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:25.625rem;width:18.75rem;top:10.1875rem;left:5.5rem;display:block; }
#hVrgL2RkMnleJVqk8orBAzO9IQKIXztp { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:25.5rem;width:18.75rem;top:10.1875rem;left:29.1875rem;display:block; }
#wxGHbJPPzrDUNauWV8Ue2uramFu7EuTv { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:25.375rem;width:18.75rem;top:10.1875rem;left:53.3125rem;display:block; }
#TssTRcBmi5DJoUPdn7B2TifdETbA8Fsa { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c36ecf16-bee2-4a30-a179-a42975015754/simonn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.0625rem;width:12.5rem;top:11.4677734375rem;left:32.375rem;display:block; }#TssTRcBmi5DJoUPdn7B2TifdETbA8Fsa.adaptive-delivery-prevent-bg, #TssTRcBmi5DJoUPdn7B2TifdETbA8Fsa.lazyload, #TssTRcBmi5DJoUPdn7B2TifdETbA8Fsa.lazyloading { background-image: none; }
#U57JmA92SeROFFeT8wGt6Hfwee8yRCET { position:absolute;display:block;z-index:100018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fefc09c0-ac5d-4b74-97d1-ab9a19aa67ca/sunn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:12.5625rem;top:11.4365234375rem;left:56.625rem;display:block; }#U57JmA92SeROFFeT8wGt6Hfwee8yRCET.adaptive-delivery-prevent-bg, #U57JmA92SeROFFeT8wGt6Hfwee8yRCET.lazyload, #U57JmA92SeROFFeT8wGt6Hfwee8yRCET.lazyloading { background-image: none; }
#dIlclloN0HhN0SPBbRnMnaG2tQA9KFts { position:absolute;display:block;z-index:100031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2f612766-a597-4e12-9256-dc7d12d57464/ployyy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.1875rem;width:12.625rem;top:11.4052734375rem;left:7.9375rem;display:block; }#dIlclloN0HhN0SPBbRnMnaG2tQA9KFts.adaptive-delivery-prevent-bg, #dIlclloN0HhN0SPBbRnMnaG2tQA9KFts.lazyload, #dIlclloN0HhN0SPBbRnMnaG2tQA9KFts.lazyloading { background-image: none; }
#sfVw44yZm9vPHxcK9dObmpTsi8gQv7x6 { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:25.625rem;width:18.75rem;top:38.625rem;left:5.5rem;display:block; }
#yfKXQi7EwpAVRafB1nocTVmXXpeytAuC { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:25.5rem;width:18.75rem;top:38.625rem;left:29.1875rem;display:block; }
#tPXk5ZUiUH79MWDVd3k8dIXC6yXGRLlV { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:55.125rem;left:6rem;height:1.95rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ta1uKWT9wvZRKSrWfpRq7WC299v9oeSX { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:55.125rem;left:29.875rem;height:1.95rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XopP2Btis5kSUAEAXSLVdEmvvbWLK7aG { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100026;line-height:1.5;letter-spacing:0;top:57.9375rem;left:6rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nLtzcxKFceUBmMgghKLdsOBr7TTy0bPN { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100027;line-height:1.5;letter-spacing:0;top:57.9375rem;left:29.875rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c7ugOrwl0FC8RynF9Q2FPb5cvaklfKbT { color:#9c51d3;display:block;width:18.624rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100028;line-height:1.5;letter-spacing:0;top:57.9375rem;left:53.4375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sBxBXobkU3NBX4eFCZd6vTpx8oh78I40 { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:25.375rem;width:18.75rem;top:38.625rem;left:53.3125rem;display:block; }
#T0GTcOIxEe6aPTDwBmS9dcZk5gkesuke { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:55rem;left:54.5625rem;height:1.95rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vktdMLt8lox9dmFy4MCawPecm1S6BE2N { position:absolute;display:block;z-index:100040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76664fe7-b4d2-4514-8d52-b2fc10cd373f/pondd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:12.5625rem;top:40.625rem;left:7.96875rem;display:block; }#vktdMLt8lox9dmFy4MCawPecm1S6BE2N.adaptive-delivery-prevent-bg, #vktdMLt8lox9dmFy4MCawPecm1S6BE2N.lazyload, #vktdMLt8lox9dmFy4MCawPecm1S6BE2N.lazyloading { background-image: none; }
#hVcoQKIAHKvqJX3SdEAohDALyzFMJPK3 { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/abba4e7d-8f65-4292-ab44-e9021e23b608/ttt.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:12.5625rem;top:39.8134765625rem;left:32.375rem;display:block; }#hVcoQKIAHKvqJX3SdEAohDALyzFMJPK3.adaptive-delivery-prevent-bg, #hVcoQKIAHKvqJX3SdEAohDALyzFMJPK3.lazyload, #hVcoQKIAHKvqJX3SdEAohDALyzFMJPK3.lazyloading { background-image: none; }
#TemCetmQonmUWiSy4uphukTasmRzODeD { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94a966f9-363e-40fd-b785-070594df3890/nutt.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:12.8125rem;top:39.71875rem;left:56.375rem;display:block; }#TemCetmQonmUWiSy4uphukTasmRzODeD.adaptive-delivery-prevent-bg, #TemCetmQonmUWiSy4uphukTasmRzODeD.lazyload, #TemCetmQonmUWiSy4uphukTasmRzODeD.lazyloading { background-image: none; }
#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h.adaptive-delivery-prevent-bg, #l7nAVUX6Vm9u810gox9zaTHIxSBtty5h.lazyload, #l7nAVUX6Vm9u810gox9zaTHIxSBtty5h.lazyloading { background-image: none; }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row .container { background-color: transparent; background-image: none; }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row .container > .video-iframe-container { display: none; }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row > .video-iframe-container { display: none; }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .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); }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row .container { border-width: 0; border-radius: 0; }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row > .video-iframe-container {  }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#VOJsTzZUcWwRJWrETNIVodmkRZI40Tui { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:2.2699661254883rem;left:26.873916625976rem;height:4.14388125rem;font-style:italic;display:block; }
#FRsT74h1gW9wusmqHCIxPZuHmitKm5I8 { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:27.25rem;top:1.1241312026977rem;left:23.186634063721rem;display:block; }
#qlasQUOV7Q8dCcyT2VeHoeEfwvQMhpm6 { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:28.4375rem;left:2.3125rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xwgTJ7ZbE1VXqgnWxTWsgS8LKTmH6LS7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:40.199653625488rem;left:7.3125019073488rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxveepDke48u8MP9THREpWKh8V8GhnTW { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:25.625rem;width:18.75rem;top:15.4375rem;left:4.5rem;display:block; }
#xnWLc9Z2t0H56Krs1HIEROrRnQxUgyLa { color:#300c4a;display:block;width:15.249rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:17.3125rem;left:6.25rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPDp4OSyKx9pJqlJKp6ZzJLJA4vQSas1 { z-index:100068;top:25.8125rem;left:6.875rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -moz-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -ms-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -o-linear-gradient(12deg, #9c51d3, #4d0081);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );";background-image: linear-gradient(12deg, #9c51d3, #4d0081);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oXZJ3SbBnoqWUW1Fn2Pge1iTy0sXTfxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CZgpxxlXX2JCp1SoP3PMi1sLXEnT13Td { background-color:#ffbe00;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-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3730625rem;height:3.499025rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:31.29296875rem;left:7.3125rem;display:block; }
#iUTPxV5Jn360vQHpL1q1CJhJdiH9LX0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RUTSNvJJclOMSbrOSztgXhL8aCr2MpRF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:36.875rem;left:7.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwTLnSNkeMEH5heoogfMmT5WP59rDeJR { color:#000000;display:block;width:16.4995625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100070;line-height:1.3;letter-spacing:0;top:38.75rem;left:5.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Tx5A4GZ94ECBcpTrXy5DROELM2K7uN3C { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:28.0625rem;width:18.75rem;top:9.125rem;left:28.125rem;display:block; }
#NqyqSrvBkKcwb2UP80JloqVsWhNLGvtU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:32.3125rem;left:31.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t58ND4yuLrJoly7adP5MTKNZXNcezhPf { color:#000000;display:block;width:16.4980625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100078;line-height:1.3;letter-spacing:0;top:34.75rem;left:29.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tqQyWyngvWa9fhWqEnSR2fQa8nSux294 { background-color:#ffbe00;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-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3730625rem;height:3.49935rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:27.75rem;left:31.3125rem;display:block; }
#o79INaqrHsWrXz9IK5xTXuT3cc5WNBwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aJR0XmFwE9paIcDS9Xd1XWTZgm1L9TnT { z-index:100076;top:22.125rem;left:30.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #9c51d3, #dc11ef);background-image: -moz-linear-gradient(12deg, #9c51d3, #dc11ef);background-image: -ms-linear-gradient(12deg, #9c51d3, #dc11ef);background-image: -o-linear-gradient(12deg, #9c51d3, #dc11ef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#dc11ef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#dc11ef' );";background-image: linear-gradient(12deg, #9c51d3, #dc11ef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DJDq6TKXyr2oAp5cZhnSdPTr0DOxThRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PowTPRuPK0Gsr2OyPRO0RGioTcnV6LuK { color:#9c51d3;display:block;width:15.2485rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:10.25rem;left:29.875rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qp7fsLeWTalVmJteASVpONyJaG1rFo8i { color:#300c4a;display:block;width:15.2485rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:17.5625rem;left:53.5625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8eApIGfkmwTVMHuysGsXPI3pgc0Zdun { background-color:#ffbe00;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-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3730625rem;height:3.49935rem;text-decoration:none;z-index:100064;text-align:center;text-align-last:center;top:31.5rem;left:55rem;display:block; }
#T4Toa1t12ro6ciSx7kOeNyy7H4qUBDxW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i9RgkCEkTulTIuIRAuDIid5TNC3T3sPD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:36.9375rem;left:54.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XwHHVTyiduSuST5xJShBEOb5TKVbO17F { color:#000000;display:block;width:16.4985rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100086;line-height:1.3;letter-spacing:0;top:38.9375rem;left:53.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PeZvO2JHuSptHxwS3dEtfOGT8NMka9WE { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:25.625rem;width:18.75rem;top:15.5rem;left:51.8125rem;display:block; }
#R6ZNszpAqBIOJBobRbwplO5ZUR0briHs { z-index:100069;top:25.875rem;left:54.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -moz-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -ms-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -o-linear-gradient(12deg, #9c51d3, #4d0081);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );";background-image: linear-gradient(12deg, #9c51d3, #4d0081);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QctSwhU50qnk0U5WUkMHMePTr5W2xTAV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zohU08mEM5PSftit5HfOJRom6EVqvV9S { color:#300c4a;display:block;width:17.2480625rem;position:absolute;font-family:worksans;font-size:3.4375rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:19.828125rem;left:6rem;height:4.46875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gfrgE4JIMm1FcDDz7OH0OWOTmz9ZfAFs { color:#300c4a;display:block;width:17.2480625rem;position:absolute;font-family:worksans;font-size:3.4375rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:19.4375rem;left:52.5625rem;height:4.46875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HDCNKM78PIFuSkVGadPV49fBn4VCiE1p { color:#000000;display:block;width:5.87305rem;position:absolute;font-family:worksans;font-size:1.3125rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:14.4375rem;left:34.375rem;height:1.70625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I05FegUL60Ai8tfZJ30JGikfhC7kwOdb { position:absolute;display:block;z-index:100035;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12402375rem;width:6.25rem;top:15.25rem;left:34.375rem;display:block; }
#paGm4SCSBWKVF8yruHxOdl1ga90I7wPq { color:#b56ff6;display:block;width:17.249rem;position:absolute;font-family:worksans;font-size:5.1875rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:15.5rem;left:29.0625rem;height:6.743625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d.adaptive-delivery-prevent-bg, #hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d.lazyload, #hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d.lazyloading { background-image: none; }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row .container { background-color: transparent; background-image: none; }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row .container > .video-iframe-container { display: none; }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row > .video-iframe-container { display: none; }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .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); }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row .container { border-width: 0; border-radius: 0; }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row > .video-iframe-container {  }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-form-header {  }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#ffffff;width:22.5rem;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; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .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:22.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-text {padding-top: 0; padding-bottom: 0;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .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:22.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .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:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-select {padding-top: 0; padding-bottom: 0;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .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; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#000000;width:22.5rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .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; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-container:first-of-type{padding-top:0;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-container:last-of-type{padding-bottom:0;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz  { 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:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.1220703125rem;top:8.5185546875rem;z-index:100013;position:absolute; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-info-text { display:block;height:auto;font-family:prompt;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz {display:block;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz { 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:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.1220703125rem;top:8.5185546875rem;z-index:100013;position:absolute; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #TG5MxV06LTb92dU1EXEzSNhh5NixblOX { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #giKxzLFBed7sKSQFIAIzttXkAKJtZ9oB { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #sF5u47IVCwk1DIGl7hD3oNznDr5T247O { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #cbP0HXdUshQqyi1wGnNreIcJw286K0iI { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #RvsMey4lUHbJwqqPaCGKhHUIX8LhDMUS { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #urwJDpO9dhP9Tem5UmwNbz6lFDseThtf { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #AT4NKJv9TtxDXJ7AoeIEWMtz9eotuF7q { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #Pgofl6324vdpvISUx4VcccsNXDRuvqqT { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #L95ACe53b2Lzhyte787UwU0ooCQAMxuA { position:relative; }
#vTE7fcxT2ey39cCTAwyViFbqzDpq3P63 { position:relative;display:block; }
#Rn7lbWpacpTLBSgEF3R4UlO1KJrnZT4l { position:relative;display:block; }
#v2XXR2arh0eiNgHK4GezAQ8sGNLlFT49 { position:relative;display:block; }
#BDV2fwIsxWR3PPMn7Psh9gtgCRzduxls { position:relative;display:block; }
#ysl2uf0Vc3oDZFBeqzJfD66FGPBICVea { position:relative;display:block; }
#rtEqFJTvSSRzWZTaErzpTTLoMbrqpais { position:relative;display:block; }
#fADJNihV9iQSsPH2ZJ3UNTlkkaCVayWT { position:relative;display:block; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #kUh0BdsT82pb7uR01TJqCGoQwKs3omQp { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #spbS7wmmbr4BkabQLOU8AyktVElzdCAT { position:relative; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #NQ8Td3TvglhZ1r3KpceThK2m72yot5Lo { position:relative;display:block;z-index:100000; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz #KbWowTHurApUNtqrc3DUXfVGwJODXTRy { position:relative;display:block;z-index:100000; }
#yZJt1IVasB7P1dblJCUKLiHKUOD01xb1 { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(255,255,255,0.08) ;height:28rem;width:21.9375rem;top:7.125rem;left:9.0625rem;display:block; }
#g9EK9a8zbt0ngfv9Afsc252QKfqbfu3U { color:#68b6ff;display:block;width:17.3123125rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:28.8125rem;left:11.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#g9EK9a8zbt0ngfv9Afsc252QKfqbfu3U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g9EK9a8zbt0ngfv9Afsc252QKfqbfu3U li:before{  }
#Eqd2oVOLyPWVfWfZBciTp84KvhJENZKf { position:absolute;display:block;z-index:100033;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124783125rem;width:15.625rem;top:27.25rem;left:11.375rem;display:block; }
#upxiLaUoDqatEelAfnpfWnRTxD6aPhei { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:400;z-index:100026;line-height:1.8;letter-spacing:0;top:12.6240234375rem;left:10.0625rem;height:;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;font-style:normal;display:block; }
#f23s4Oe8KwedxGU05ZTCOdtBtNe9OTZp { color:#7e49d7;display:block;width:18.499375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:8.75rem;left:10.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yuwSrqo4bpp0T0zet8oMMMmm0DmFZDaT { color:#ffffff;display:block;width:42.561875rem;position:absolute;font-family:kanit;font-size:3.0625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.0442714691162rem;left:15.343969345092rem;height:3.98046875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-form-header {  }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-text {padding-top: 0; padding-bottom: 0;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-select {padding-top: 0; padding-bottom: 0;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-button { 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:#5d92ff;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.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-container:first-of-type{padding-top:0;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-container:last-of-type{padding-bottom:0;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100035;position:absolute;top:16.5625rem;left:10.125rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L {display:block;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100035;position:absolute;top:16.5625rem;left:10.125rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L #iOs5wsXo94G4Lx2NIFFkTwIOb8sdwQb6 { position:relative; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L #uLOASa1CG2gV5R8kggzM5RkzCvfS81EZ { position:relative; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L #NJZNGGhOXqHOJsUelBCwT80s5p1pJQaQ { position:relative; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L #Ba3Cl5S5Mv2UdRHUVhF9dgKnAOS1vqI6 { position:relative; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L #q2O30hkuCLanDpE9TUA1J3chIVuNJVcB { position:relative; }
#O1JBLlg0HbfxUF3WsQl9xfEJXU22OPXT { position:absolute;display:block;z-index:100038;background-color:#ffffff;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;height:5.8125rem;width:20.125rem;top:22.35546875rem;left:10.0625rem;display:block; }
#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V.adaptive-delivery-prevent-bg, #Hzg4EVQw4PHR1z99szk9knClo0tLnt7V.lazyload, #Hzg4EVQw4PHR1z99szk9knClo0tLnt7V.lazyloading { background-image: none; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container { background-color: transparent; background-image: none; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container > .video-iframe-container { display: none; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row > .video-iframe-container { display: none; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .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); }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container { border-width: 0; border-radius: 0; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row > .video-iframe-container {  }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container { font-size:0.875rem;font-family:arial;height:79.5625rem;width:75rem;position:relative;display:block; }#pPWuqSgXFq6oVpyiPxSqTdSXSupheTOr { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:prompt;font-size:2.5625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(255,255,255,0.79);top:2.8515625rem;left:18.068578720092rem;height:6.6621125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kopVA1GZFEmuszANfTmmn8QOW7U0oCx5 { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:18rem;top:14.092881679535rem;left:9.5625rem;overflow:hidden;display:block; }
#REy5ooVHc0KnGiREatSPKnQa6Z0ThPVT { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:18.3125rem;top:13.936631679535rem;left:28.875rem;overflow:hidden;display:block; }
#iFmiF1R1SSBQsf89aqizkN8DJGDpK6ii { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;height:10.75rem;width:61.25rem;top:29.1875rem;left:7.25rem;display:block; }
#aK98Exy7G5ZiFmOmfFT3IGliaTtR8yXV { color:#9b54ea;display:block;width:29.0625rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100040;line-height:1.2;letter-spacing:0;top:26.499133110046rem;left:8.9995670318606rem;height:2.55rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OVsUykFrb5I1RDw6spfkDWqolQHQGivQ { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:18.1875rem;top:29.875rem;left:9.3125rem;overflow:hidden;display:block; }
#EMTnXZiauf07J7nGvI17U3GRbesia4Ms { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:18.0625rem;top:29.8125rem;left:48.1875rem;overflow:hidden;display:block; }
#L4FCRXGTyv5PZZO7UyJWx9LCOcxeSfkO { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;height:10.75rem;width:61.25rem;top:13.311631679535rem;left:6.875rem;display:block; }
#s7wcpbfUvvET3kAQibphThxwofnMhqrg { color:#9b54ea;display:block;width:23.4375rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100041;line-height:1.2;letter-spacing:0;top:10.874131679535rem;left:6.6875rem;height:2.55rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TlWUZicWSeSbU0xME3CtUAZlkmV9peD6 { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;height:10.75rem;width:61.25rem;top:44.9375rem;left:7.3125rem;display:block; }
#wgAk2QGI353dLgk7xPoJN8rhHtMcR0Hz { color:#9b54ea;display:block;width:25.875rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100045;line-height:1.2;letter-spacing:0;top:42.375000953674rem;left:8.6560344696044rem;height:2.55rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EttyktIrThuIIm5sPJlqQ0SM1SawX5J9 { position:absolute;display:block;z-index:100062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:18.5625rem;top:29.843750953674rem;left:28.75rem;overflow:hidden;display:block; }
#puUWuUyeEfmOXiocsbXBIbqA9xUQzkJX { position:absolute;display:block;z-index:100064;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:18.25rem;top:13.967882275581rem;left:48.125rem;overflow:hidden;display:block; }
#VBXpk7IagtfPDEh1gTNu6b5Vhm0SfkCh { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;height:10.75rem;width:61.25rem;top:60.75rem;left:6.875rem;display:block; }
#D8dElqsm8efgpwKS9tGgh7AeylPr5dkC { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:18.4375rem;top:61.311634063721rem;left:9rem;overflow:hidden;display:block; }
#RkzAaz3Nlq2HpQA6SRCAC5Z7F3iL52vu { position:absolute;display:block;z-index:100069;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:18.8125rem;top:61.249998092651rem;left:48.1875rem;overflow:hidden;display:block; }
#bC3dJEGk22t2dWJwOVS2ZSm7RNuAlJfT { position:absolute;display:block;z-index:100070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:18.5625rem;top:61.375rem;left:28.75rem;overflow:hidden;display:block; }
#TmNaGA09lCiwlqTtgNILoGv38A1DU0A1 { position:absolute;display:block;z-index:100072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:18.5rem;top:45.531250953674rem;left:9.125rem;overflow:hidden;display:block; }
#T8heEMGJ5PwU0I4TCyCIqxTecsWtaMWP { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:18.75rem;top:45.375rem;left:28.65625rem;overflow:hidden;display:block; }
#pOeasQlHus45vDrquJzL4EnEdB6VwkDT { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:18.75rem;top:45.5rem;left:48.1875rem;overflow:hidden;display:block; }
#LwqRZew7TTqyDGXmkUn9PkgZrpPKNS55 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe800, #ffad00);background-image: -moz-linear-gradient(180deg, #ffe800, #ffad00);background-image: -ms-linear-gradient(180deg, #ffe800, #ffad00);background-image: -o-linear-gradient(180deg, #ffe800, #ffad00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffad00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffad00' );";background-image: linear-gradient(180deg, #ffe800, #ffad00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.1875rem;text-decoration:none;z-index:100108;text-align:center;text-align-last:center;top:74.512155532837rem;left:28.8125rem;display:block; }
#xQZPGXEvt3uO9HoOZBB2FJLTNUxBdc13 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JQm7eJzKiyo1VEsyrsinT8E8wLBZqmae { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100045;line-height:1.2;letter-spacing:0;top:42.500000953674rem;left:8.71875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#h5zFx5mJbVgqETneEsa48y0eyIFT0737 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:6.25rem;top:44.25rem;left:26.875rem;overflow:hidden;display:none; }
#pvfzx450r8cGx9E3Mu9EuMsnt3D2psGB { color:#9b54ea;display:block;width:15.375rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100046;line-height:1.2;letter-spacing:0;top:58.186635017395rem;left:10.530599594116rem;height:2.55rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkuwehQ97v37K5h37sF31o05rHGV1yDm { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.4375rem;width:32rem;top:2.8515627384186rem;left:21.005861282349rem;display:block; }
#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn.adaptive-delivery-prevent-bg, #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn.lazyload, #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn.lazyloading { background-image: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { background-color: transparent; background-image: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container > .video-iframe-container { display: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container { display: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .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); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { border-width: 0; border-radius: 0; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container {  }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { background-color: transparent; background-image: none; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container > .video-iframe-container { display: none; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row > .video-iframe-container { display: none; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .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); }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { border-width: 0; border-radius: 0; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row > .video-iframe-container {  }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { font-size:0.875rem;font-family:prompt;height:16.0625rem;width:75rem;position:relative;display:block; }#qDVpGtLQTWKk23aMzyMVeMbiiEKVOh8l { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:3.75rem;overflow:hidden;display:block; }
#B8T5elgQvrFn7PNJgxMITbpiN0SPJPCU { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:2.6rem;display:block; }
#QmH4yR3GW0yvM1wnbefMkClCXXmLRTLK { color:#9b9b9b;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.949225rem;display:block; }
#gVqywTiGbKEqB77EJ71rSR4WJ6Db7BKq { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:50.375rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#TGDumrP52hHxAEcBERPO0Q9z2mCuMHR7 { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:56.3125rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#wTghbnpfGRUV5JeEFfqZH8V1PcpRqTvV { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:65.5625rem;overflow:hidden;display:block; }
#vgxWTO1AL0Z8TxXIZZAPHqCfrHGHJTJh { position:absolute;display:block;z-index:100008;height:5.9375rem;width:10.625rem;top:5.3092422485351rem;left:39.818796157837rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #usTRyr50vZc2oblbhZ7qOt64IqnUbRqW { display:block; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yciiFLU3bMGarddO7nhGBNTMqDB1CCzk { top:0.5625rem;left:0rem;width:3.75rem;height:4.4267690721041rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6PW1FGkk769y6w7HkDsCFrs4nJ5HLP6 { top:1.125rem;left:18.915151596069rem;width:14rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6x0wHK0CvgfTdTdSPxqrceaIc8l8NCm { display:block; }
 }@media only screen and (max-width: 763px) { #mXS0KzuR9BRJGBDdO7r51q9asBtBphGn { top:1.125rem;left:32.962457656861rem;width:14rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvhRZDEZmSEATaDLIogMtfEm1fFbyhdQ { display:block; }
 }@media only screen and (max-width: 763px) { #JGJk8I9XUVdlZ9ntgayNUuWoCWSLdgXg { width:12.3125rem;height:3.4375rem;top:1.0625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONF3Vw8uauiteUvilgUcX8ohtysRSOC6 { 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) { #IROXyObc7s12Hz4f5teEEy6PXozHc63L { top:0.5rem;left:0rem;width:47.75rem;height:34.896273637375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7aohLcBTFuDd8f9QSDbhzElyGyWvZZ3 { top:8.3125rem;left:0rem;width:35.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ6whTJtormyXtmZgd2pvIPvUbOQxgvD { top:13.1875rem;left:13.375rem;width:34.375rem;height:7.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWXUn9K3BHKTwZAmex731JZKyXJVxUUa { top:32.375rem;left:16.5rem;width:31.25rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98O2EJGbvc3lzUPNkpNl1HAvtM91KTq { top:21.75rem;left:15.8125rem;width:31.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErS2fDBmWzR2z29NMAse7TGCEHTF8tWJ { width:12.3125rem;height:3.4375rem;top:27.6875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIMzSGlUVDt6ioofPsat2QuKe3PhLOtU { display:block; }
 }@media only screen and (max-width: 763px) { #wiG46mQ9wVA7gQB55BgPfHksgSV7AQUx { top:6.5rem;left:0rem;width:36rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrN5XFOS3FZxAMK0aKhTqcUnt5hwegA { top:7.6875rem;left:30.1875rem;width:17.5625rem;height:3.7367418802328rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcGGMn70H272N6tlXWWTirJZ5AlHRaNx { display:block; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLSpEn26E079b8VbokJx8RRr9JGRN2Ir { top:3.125rem;left:0rem;width:16.625rem;height:4.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxt8tJBr58WRTlZr9gxezaz1f7aR80dl { top:3.1875rem;left:14.4375rem;width:17.3125rem;height:4.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1mGDWmJvk036unHtT5iFST2RZiUhDQ { top:2.3125rem;left:5.1875rem;width:10.6875rem;height:6.5253702616106rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9HIMOy6utFwB1kP9JREUvIAbECzQ9mF { top:2.3125rem;left:21.0625rem;width:10.625rem;height:6.52450435698rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMENva2eAOTedG0q0AO8d3A5ZuUMEmgH { top:3.375rem;left:33.875rem;width:13.75rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTtqJNfpsHR4lnW706spbV5BXXtArNHn { width:15.75rem;height:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0hk6B5I2x8Vr2M6i9gblS950uoVU0Jq { top:0.3125rem;left:0rem;width:10.75rem;height:9.6332290757306rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF { display:block; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPynZtKelDHCQ7SDFzznhFHqEqkl00Je { display:block; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdvxnUdwGLOoq4XN5SbchRuiyzXaw39l { top:2.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKKDPc60arknQBiSlJJGGsT10J2L7aTH { top:5.75rem;left:32.0625rem;width:15.6875rem;height:14.131181869229rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8LG9BpKfsixlPszLlWtM9NtIsVRsIoZ { top:11.9375rem;left:0rem;width:2.1875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulzp4fmTAEH1rdiA5DJmws5dObEAMHGI { top:12.875rem;left:0rem;width:46.0625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdVAFwmaTqbEmozrTBo2LacrDTfm39B8 { top:23.8125rem;left:0.28125190734863rem;width:47.1875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO6ArJPLZBRemv0f61MlKZhpyFRzGUos { top:22.625rem;left:0rem;width:3.1875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpbMF5iCTxX9OymcCUDEAUKQmCvsAaPA { top:31.625rem;left:4.125rem;width:43.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1a8cXFDT8rxL29PxBTOFRUxFxE5is8w { top:32.625rem;left:12.4375rem;width:35.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9zGpHiCDUonSt3yXCAdl6sHTSLe4opQ { top:31.25rem;left:12.75rem;width:2.1875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAaUvHVVMontd5UrOPVxiIoRJ2LiJKp4 { top:33.625rem;left:0.28125190734863rem;width:35.3125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxm7BV4pimqtWsdb612aMTETAOlDDPM1 { top:32.6875rem;left:0rem;width:4.25rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ942hZGP0lq6Mwo75yvF0lTDyoJSSTI { top:19.9375rem;left:36.3125rem;width:11.4375rem;height:10.194131299735rem;display:block; }
 }@media only screen and (max-width: 763px) { #k06cafUEkPHF0v7ahmG2GIoaQLFTE3pz { top:27.6875rem;left:27.687936782837rem;width:13.4375rem;height:12.067931385712rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXkfvVf0prHR6cRfgL6Lf4nTstl5nzGK { top:43.125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8MKrtdxm8cgd6o5OW6qUx5yidAouOne { top:42.1875rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imwLLXyrow6VpFfAnCGkloyOr6aGna50 { top:1.125rem;left:0rem;width:47.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfnwnQt3odENkZkGsxrhkmthdXX2xnb8 { width:47.75rem;height:6.3125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4HS63Z2D6vTL1fntGdW5i0CGHCyRr4J { width:47.75rem;height:6.3125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVUKPtJowiEtvOMQN0Wl0CEXw5mFEPnh { width:45.5625rem;height:6.3125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh { display:block; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtVTVUp5C2BHFSHZAAdfEakTr5hpFDPc { top:2.1875rem;left:4.7506523132324rem;width:37.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC9nLqBD9cIIfH62BPIGxGSGEEOOO6Gy { top:8.875rem;left:0rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnslw7ZBc1F8SbppTZHfV14qKzCB35mQ { top:8.875rem;left:14.875rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIv3tmpchJn5rGHK70k9hHn7Bxa3WTaE { top:8.875rem;left:29rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrex2QTUhNu67gRO8KLM1LCNnfrrwHp { top:31.75rem;left:2.5rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2Hh9SwgiHZm3FHaGCOSKwgDUzxRQP { top:31.75rem;left:27.375rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbAHkxMTsGWD17UA1HAfNbMSVcHZLCnh { top:26.1875rem;left:0rem;width:18.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUdoucZlRMvvmchG72mRV98Q8iWioFWT { top:22.1875rem;left:0rem;width:15.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc42mJxgSNoqriJvagE36BxU7k998kE6 { top:24.8125rem;left:16.062501907349rem;width:16.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTI3kfXrlyIngn9uuZmiqqnysOQ5iOAD { top:22.5625rem;left:15.8125rem;width:15.9375rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWJ9wF4bAbIz0iTnTNSscxJso6u2UJqO { top:22.5rem;left:30.1875rem;width:17.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbvJABeRg7523IutdA4VSBzuUsmrnwoR { top:24.875rem;left:31.1875rem;width:16.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNSbewKwMPcbxzwcpF4JsgCPt9I1aecm { top:49.0625rem;left:3.5624980926514rem;width:16.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqcAG5aox9duB77eMN6qyIHJFkfBTeZ { top:44.5625rem;left:3.1241321563721rem;width:17.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsvHzJQvHGo9s1vpbapKIwN46WD8Tpmz { top:48.1875rem;left:28.436632156372rem;width:16.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ6dkOkrRtHTGAcL9z8Lv4fDFKyXqkTX { top:44.625rem;left:28rem;width:17.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTFUbMIT3FnhArMV7wTvTKyAsKVcTbUH { top:36.1875rem;left:31.375rem;width:10.625rem;height:6.52450435698rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh8zUQmpnTT00O2FTAfCKTNn9QnVieE { top:12.5625rem;left:0rem;width:13.125rem;height:8.0868761552681rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVR5v8Ung7rWV8bU00faGI8WzoMKTXk5 { top:10.1875rem;left:18.375rem;width:11.6875rem;height:10.50655693226rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmMGQAPia5qrPAlu0OTGJF3LASToCiTy { top:8.875rem;left:33.5625rem;width:14.1875rem;height:12.882321445021rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrAnnAlIguLErQfoEhGe49hqH6ZBVxbS { top:32rem;left:5.5rem;width:13.8125rem;height:12.816555516516rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39zr5uKuzEgWMDHn9h7yrG8Jac4bkiv { width:17.0625rem;height:3.4375rem;top:54.9375rem;left:15.312717437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er3Jv2KcxuT46TVsLQByfmNuhy5NkOtN { display:block; }
 }@media only screen and (max-width: 763px) { #qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr { display:block; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4Am55yCkwIHe46RmQg0JBffs9V5nfui { top:1.625rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJTp9kQ7MklrEvXJZuJOb3CLWMnvbTJd { top:2.75rem;left:10.59375rem;width:26.5625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJV9WT42rZAK2LawAckmnEz4iEKqlEd { top:29.4375rem;left:0rem;width:16.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dagefyQRytv1ctmwsOaWFLeMirXIITNH { top:26.6875rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9XSX7GZ1Zyxp2x24XJ2qf4LlPPeCgNT { top:26.6875rem;left:16.25rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f97gDowTMLgSKmQUTlKfv49OFqLACDyJ { top:26.5625rem;left:30.25rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKZAUPU7I2V5GQFPfAR8kXiXSJpQbJVX { top:29.4375rem;left:16.25rem;width:17.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shiOPqXt9t93qTOvaZMhlv2nkuPW3ZyT { top:29.4375rem;left:29.1875rem;width:18.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB2JvcI2g2TFrb56r5DRBEO84IvaPIv8 { top:10.1875rem;left:0rem;width:18.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVrgL2RkMnleJVqk8orBAzO9IQKIXztp { top:10.1875rem;left:15.5625rem;width:18.75rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxGHbJPPzrDUNauWV8Ue2uramFu7EuTv { top:10.1875rem;left:29rem;width:18.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TssTRcBmi5DJoUPdn7B2TifdETbA8Fsa { top:11.4375rem;left:18.75rem;width:12.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U57JmA92SeROFFeT8wGt6Hfwee8yRCET { top:11.375rem;left:35.1875rem;width:12.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIlclloN0HhN0SPBbRnMnaG2tQA9KFts { top:11.375rem;left:0rem;width:12.625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfVw44yZm9vPHxcK9dObmpTsi8gQv7x6 { top:38.625rem;left:0rem;width:18.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKXQi7EwpAVRafB1nocTVmXXpeytAuC { top:38.625rem;left:15.5625rem;width:18.75rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPXk5ZUiUH79MWDVd3k8dIXC6yXGRLlV { top:55.125rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1uKWT9wvZRKSrWfpRq7WC299v9oeSX { top:55.125rem;left:16.25rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XopP2Btis5kSUAEAXSLVdEmvvbWLK7aG { top:57.9375rem;left:0rem;width:16.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLtzcxKFceUBmMgghKLdsOBr7TTy0bPN { top:57.9375rem;left:16.25rem;width:17.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ugOrwl0FC8RynF9Q2FPb5cvaklfKbT { top:57.9375rem;left:29.1875rem;width:18.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBxBXobkU3NBX4eFCZd6vTpx8oh78I40 { top:38.625rem;left:29rem;width:18.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0GTcOIxEe6aPTDwBmS9dcZk5gkesuke { top:55rem;left:30.25rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vktdMLt8lox9dmFy4MCawPecm1S6BE2N { top:40.625rem;left:0rem;width:12.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVcoQKIAHKvqJX3SdEAohDALyzFMJPK3 { top:39.8125rem;left:18.75rem;width:12.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TemCetmQonmUWiSy4uphukTasmRzODeD { top:39.6875rem;left:34.9375rem;width:12.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7nAVUX6Vm9u810gox9zaTHIxSBtty5h { display:block; }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOJsTzZUcWwRJWrETNIVodmkRZI40Tui { top:2.25rem;left:13.248916625976rem;width:26.5625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRsT74h1gW9wusmqHCIxPZuHmitKm5I8 { top:1.0625rem;left:0.875rem;width:27.25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlasQUOV7Q8dCcyT2VeHoeEfwvQMhpm6 { top:28.4375rem;left:0rem;width:28.125rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwgTJ7ZbE1VXqgnWxTWsgS8LKTmH6LS7 { top:40.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxveepDke48u8MP9THREpWKh8V8GhnTW { top:15.4375rem;left:0rem;width:18.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnWLc9Z2t0H56Krs1HIEROrRnQxUgyLa { top:17.3125rem;left:0rem;width:15.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPDp4OSyKx9pJqlJKp6ZzJLJA4vQSas1 { top:25.8125rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXZJ3SbBnoqWUW1Fn2Pge1iTy0sXTfxr { display:block; }
 }@media only screen and (max-width: 763px) { #CZgpxxlXX2JCp1SoP3PMi1sLXEnT13Td { width:12.3125rem;height:3.4375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTPxV5Jn360vQHpL1q1CJhJdiH9LX0h { display:block; }
 }@media only screen and (max-width: 763px) { #RUTSNvJJclOMSbrOSztgXhL8aCr2MpRF { top:36.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTLnSNkeMEH5heoogfMmT5WP59rDeJR { top:38.75rem;left:0rem;width:16.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5A4GZ94ECBcpTrXy5DROELM2K7uN3C { top:9.125rem;left:14.5rem;width:18.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqyqSrvBkKcwb2UP80JloqVsWhNLGvtU { top:32.3125rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t58ND4yuLrJoly7adP5MTKNZXNcezhPf { top:34.75rem;left:15.625rem;width:16.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqQyWyngvWa9fhWqEnSR2fQa8nSux294 { width:12.3125rem;height:3.4375rem;top:27.75rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o79INaqrHsWrXz9IK5xTXuT3cc5WNBwp { display:block; }
 }@media only screen and (max-width: 763px) { #aJR0XmFwE9paIcDS9Xd1XWTZgm1L9TnT { top:22.125rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJDq6TKXyr2oAp5cZhnSdPTr0DOxThRg { display:block; }
 }@media only screen and (max-width: 763px) { #PowTPRuPK0Gsr2OyPRO0RGioTcnV6LuK { top:10.25rem;left:16.25rem;width:15.1875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp7fsLeWTalVmJteASVpONyJaG1rFo8i { top:17.5625rem;left:32.5625rem;width:15.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8eApIGfkmwTVMHuysGsXPI3pgc0Zdun { width:12.3125rem;height:3.4375rem;top:31.5rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Toa1t12ro6ciSx7kOeNyy7H4qUBDxW { display:block; }
 }@media only screen and (max-width: 763px) { #i9RgkCEkTulTIuIRAuDIid5TNC3T3sPD { top:36.9375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwHHVTyiduSuST5xJShBEOb5TKVbO17F { top:38.9375rem;left:31.3125rem;width:16.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeZvO2JHuSptHxwS3dEtfOGT8NMka9WE { top:15.5rem;left:29rem;width:18.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ZNszpAqBIOJBobRbwplO5ZUR0briHs { top:25.875rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QctSwhU50qnk0U5WUkMHMePTr5W2xTAV { display:block; }
 }@media only screen and (max-width: 763px) { #zohU08mEM5PSftit5HfOJRom6EVqvV9S { width:17.1875rem;height:4.4375rem;top:19.8125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfrgE4JIMm1FcDDz7OH0OWOTmz9ZfAFs { width:17.1875rem;height:;top:19.4375rem;left:30.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDCNKM78PIFuSkVGadPV49fBn4VCiE1p { width:5.8125rem;height:1.6875rem;top:14.4375rem;left:20.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05FegUL60Ai8tfZJ30JGikfhC7kwOdb { top:15.25rem;left:20.75rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paGm4SCSBWKVF8yruHxOdl1ga90I7wPq { width:17.1875rem;height:6.6875rem;top:15.5rem;left:15.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d { display:block; }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-text {padding-top: 0; padding-bottom: 0;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-select {padding-top: 0; padding-bottom: 0;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz  { width:22.5rem;height:auto;top:8.5rem;left:22.75rem; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz {display:block;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz { width:22.5rem;height:auto;top:8.5rem;left:22.75rem; }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #TG5MxV06LTb92dU1EXEzSNhh5NixblOX {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #giKxzLFBed7sKSQFIAIzttXkAKJtZ9oB {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #sF5u47IVCwk1DIGl7hD3oNznDr5T247O {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #cbP0HXdUshQqyi1wGnNreIcJw286K0iI {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #RvsMey4lUHbJwqqPaCGKhHUIX8LhDMUS {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #urwJDpO9dhP9Tem5UmwNbz6lFDseThtf {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #AT4NKJv9TtxDXJ7AoeIEWMtz9eotuF7q {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #Pgofl6324vdpvISUx4VcccsNXDRuvqqT {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #L95ACe53b2Lzhyte787UwU0ooCQAMxuA {  }
 }@media only screen and (max-width: 763px) { #vTE7fcxT2ey39cCTAwyViFbqzDpq3P63 { display:block; }
 }@media only screen and (max-width: 763px) { #Rn7lbWpacpTLBSgEF3R4UlO1KJrnZT4l { display:block; }
 }@media only screen and (max-width: 763px) { #v2XXR2arh0eiNgHK4GezAQ8sGNLlFT49 { display:block; }
 }@media only screen and (max-width: 763px) { #BDV2fwIsxWR3PPMn7Psh9gtgCRzduxls { display:block; }
 }@media only screen and (max-width: 763px) { #ysl2uf0Vc3oDZFBeqzJfD66FGPBICVea { display:block; }
 }@media only screen and (max-width: 763px) { #rtEqFJTvSSRzWZTaErzpTTLoMbrqpais { display:block; }
 }@media only screen and (max-width: 763px) { #fADJNihV9iQSsPH2ZJ3UNTlkkaCVayWT { display:block; }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #kUh0BdsT82pb7uR01TJqCGoQwKs3omQp {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #spbS7wmmbr4BkabQLOU8AyktVElzdCAT {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #NQ8Td3TvglhZ1r3KpceThK2m72yot5Lo {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #KbWowTHurApUNtqrc3DUXfVGwJODXTRy {  }
 }@media only screen and (max-width: 763px) { #yZJt1IVasB7P1dblJCUKLiHKUOD01xb1 { top:7.125rem;left:0rem;width:21.875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9EK9a8zbt0ngfv9Afsc252QKfqbfu3U { width:17.25rem;height:;top:28.8125rem;left:0rem;font-size:0.9375rem;display:block; }#g9EK9a8zbt0ngfv9Afsc252QKfqbfu3U li:before{  }
 }@media only screen and (max-width: 763px) { #Eqd2oVOLyPWVfWfZBciTp84KvhJENZKf { top:27.25rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upxiLaUoDqatEelAfnpfWnRTxD6aPhei { width:22.0625rem;height:;top:12.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f23s4Oe8KwedxGU05ZTCOdtBtNe9OTZp { width:18.4375rem;height:2.875rem;top:8.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuwSrqo4bpp0T0zet8oMMMmm0DmFZDaT { top:2rem;left:1.7189693450927rem;width:42.5rem;height:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-text {padding-top: 0; padding-bottom: 0;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-select {padding-top: 0; padding-bottom: 0;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L  { width:17.5rem;height:auto;top:16.5625rem;left:0rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L {display:block;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L { width:17.5rem;height:auto;top:16.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #iOs5wsXo94G4Lx2NIFFkTwIOb8sdwQb6 {  }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #uLOASa1CG2gV5R8kggzM5RkzCvfS81EZ {  }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #NJZNGGhOXqHOJsUelBCwT80s5p1pJQaQ {  }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #Ba3Cl5S5Mv2UdRHUVhF9dgKnAOS1vqI6 {  }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #q2O30hkuCLanDpE9TUA1J3chIVuNJVcB {  }
 }@media only screen and (max-width: 763px) { #O1JBLlg0HbfxUF3WsQl9xfEJXU22OPXT { top:22.3125rem;left:0rem;width:20.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzg4EVQw4PHR1z99szk9knClo0tLnt7V { display:block; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPWuqSgXFq6oVpyiPxSqTdSXSupheTOr { top:2.8125rem;left:4.4435787200928rem;width:35.9375rem;height:6.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kopVA1GZFEmuszANfTmmn8QOW7U0oCx5 { top:14.0625rem;left:0rem;width:18rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REy5ooVHc0KnGiREatSPKnQa6Z0ThPVT { top:13.875rem;left:15.25rem;width:18.3125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFmiF1R1SSBQsf89aqizkN8DJGDpK6ii { top:29.1875rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK98Exy7G5ZiFmOmfFT3IGliaTtR8yXV { top:26.4375rem;left:0rem;width:29.0625rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVsUykFrb5I1RDw6spfkDWqolQHQGivQ { top:29.875rem;left:0rem;width:18.1875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMTnXZiauf07J7nGvI17U3GRbesia4Ms { top:29.8125rem;left:29.6875rem;width:18.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4FCRXGTyv5PZZO7UyJWx9LCOcxeSfkO { top:13.25rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7wcpbfUvvET3kAQibphThxwofnMhqrg { top:10.8125rem;left:0rem;width:23.4375rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlWUZicWSeSbU0xME3CtUAZlkmV9peD6 { top:44.9375rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgAk2QGI353dLgk7xPoJN8rhHtMcR0Hz { top:42.375rem;left:0rem;width:25.875rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EttyktIrThuIIm5sPJlqQ0SM1SawX5J9 { top:29.8125rem;left:15.125rem;width:18.5625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puUWuUyeEfmOXiocsbXBIbqA9xUQzkJX { top:13.9375rem;left:29.5rem;width:18.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBXpk7IagtfPDEh1gTNu6b5Vhm0SfkCh { top:60.75rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8dElqsm8efgpwKS9tGgh7AeylPr5dkC { top:61.25rem;left:0rem;width:18.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkzAaz3Nlq2HpQA6SRCAC5Z7F3iL52vu { top:61.1875rem;left:28.9375rem;width:18.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC3dJEGk22t2dWJwOVS2ZSm7RNuAlJfT { top:61.375rem;left:15.125rem;width:18.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNaGA09lCiwlqTtgNILoGv38A1DU0A1 { top:45.5rem;left:0rem;width:18.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8heEMGJ5PwU0I4TCyCIqxTecsWtaMWP { top:45.375rem;left:15.03125rem;width:18.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOeasQlHus45vDrquJzL4EnEdB6VwkDT { top:45.5rem;left:29rem;width:18.75rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwqRZew7TTqyDGXmkUn9PkgZrpPKNS55 { width:17.375rem;height:3.1875rem;top:74.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQZPGXEvt3uO9HoOZBB2FJLTNUxBdc13 { display:block; }
 }@media only screen and (max-width: 763px) { #JQm7eJzKiyo1VEsyrsinT8E8wLBZqmae { top:99.5625rem;left:0rem;width:12.3125rem;height:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5zFx5mJbVgqETneEsa48y0eyIFT0737 { top:44.25rem;left:20.75rem;width:6.25rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvfzx450r8cGx9E3Mu9EuMsnt3D2psGB { top:58.125rem;left:0rem;width:15.375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkuwehQ97v37K5h37sF31o05rHGV1yDm { top:2.8125rem;left:7.3808612823488rem;width:32rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn { display:block; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW { display:block; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDVpGtLQTWKk23aMzyMVeMbiiEKVOh8l { top:3.875rem;left:0rem;width:6.75rem;height:1.3749594854889rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8T5elgQvrFn7PNJgxMITbpiN0SPJPCU { top:5.9375rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmH4yR3GW0yvM1wnbefMkClCXXmLRTLK { top:11.3125rem;left:0rem;width:36.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVqywTiGbKEqB77EJ71rSR4WJ6Db7BKq { top:13.25rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDumrP52hHxAEcBERPO0Q9z2mCuMHR7 { top:9.75rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTghbnpfGRUV5JeEFfqZH8V1PcpRqTvV { top:3.875rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxWTO1AL0Z8TxXIZZAPHqCfrHGHJTJh { top:5.25rem;left:23.875rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #usTRyr50vZc2oblbhZ7qOt64IqnUbRqW { position:relative;z-index:auto;display:none; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container { width:20rem;height:17.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yciiFLU3bMGarddO7nhGBNTMqDB1CCzk { width:1.4375rem;height:1.75rem;top:0.7177734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6PW1FGkk769y6w7HkDsCFrs4nJ5HLP6 { top:3.7163621660232rem;left:3rem;width:14rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6x0wHK0CvgfTdTdSPxqrceaIc8l8NCm { display:block; }
 }@media only screen and (max-width: 763px) { #mXS0KzuR9BRJGBDdO7r51q9asBtBphGn { top:8.3413621660231rem;left:3rem;width:14rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvhRZDEZmSEATaDLIogMtfEm1fFbyhdQ { display:block; }
 }@media only screen and (max-width: 763px) { #JGJk8I9XUVdlZ9ntgayNUuWoCWSLdgXg { width:6.9375rem;height:1.875rem;top:0.71726143360137rem;left:12.940426153643rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;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:100039;display:none; }
 }@media only screen and (max-width: 763px) { #ONF3Vw8uauiteUvilgUcX8ohtysRSOC6 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IROXyObc7s12Hz4f5teEEy6PXozHc63L { width:19.625rem;height:14.375rem;top:1.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7aohLcBTFuDd8f9QSDbhzElyGyWvZZ3 { height:6.625rem;width:12.5rem;top:4.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ6whTJtormyXtmZgd2pvIPvUbOQxgvD { width:18.311625rem;height:4.0625rem;top:16.423177719116rem;left:0.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWXUn9K3BHKTwZAmex731JZKyXJVxUUa { width:20rem;height:2.111325rem;top:25.130859375rem;left:0rem;font-size:0.8125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #m98O2EJGbvc3lzUPNkpNl1HAvtM91KTq { width:19.311rem;height:3.16699375rem;top:21.250000953674rem;left:0rem;font-size:0.8125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ErS2fDBmWzR2z29NMAse7TGCEHTF8tWJ { width:12.06293375rem;height:3.1881525rem;top:28.1875rem;left:3.90625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #SIMzSGlUVDt6ioofPsat2QuKe3PhLOtU { display:block; }
 }@media only screen and (max-width: 763px) { #wiG46mQ9wVA7gQB55BgPfHksgSV7AQUx { width:12.375rem;height:8.0625rem;top:3.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrN5XFOS3FZxAMK0aKhTqcUnt5hwegA { width:10.25rem;height:2.125rem;top:0.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcGGMn70H272N6tlXWWTirJZ5AlHRaNx { display:block; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLSpEn26E079b8VbokJx8RRr9JGRN2Ir { width:16.6235625rem;height:1.7068125rem;top:9.1875rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxt8tJBr58WRTlZr9gxezaz1f7aR80dl { width:17.3108125rem;height:1.7068125rem;top:20.5rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1mGDWmJvk036unHtT5iFST2RZiUhDQ { width:10.68725rem;height:6.5246875rem;top:12.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9HIMOy6utFwB1kP9JREUvIAbECzQ9mF { width:9.12475rem;height:5.561525rem;top:24.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMENva2eAOTedG0q0AO8d3A5ZuUMEmgH { width:19.4995rem;height:3.4121125rem;top:31.125rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTtqJNfpsHR4lnW706spbV5BXXtArNHn { top:0rem;left:4.875rem;width:10.18675rem;height:9.187rem;z-index:100013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I0hk6B5I2x8Vr2M6i9gblS950uoVU0Jq { width:10.75rem;height:9.6332290757306rem;top:84.625244140625rem;left:3.812255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF { display:block; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPynZtKelDHCQ7SDFzznhFHqEqkl00Je { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { background-color: transparent; background-image: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container > .video-iframe-container { display: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container { display: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .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); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { border-width: 0; border-radius: 0; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container {  }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdvxnUdwGLOoq4XN5SbchRuiyzXaw39l { width:17.874375rem;height:4.0625rem;top:1.6818580627441rem;left:1.0622830986977rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKKDPc60arknQBiSlJJGGsT10J2L7aTH { width:7.6248125rem;height:6.875rem;top:21.502174377441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8LG9BpKfsixlPszLlWtM9NtIsVRsIoZ { width:2.1875rem;height:0;top:19.9375rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ulzp4fmTAEH1rdiA5DJmws5dObEAMHGI { width:11.0625rem;height:2.923825rem;top:9.673828125rem;left:7.9345703125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VdVAFwmaTqbEmozrTBo2LacrDTfm39B8 { width:10.5625rem;height:2.923825rem;top:16.624351501465rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lO6ArJPLZBRemv0f61MlKZhpyFRzGUos { width:2.1875rem;height:0;top:42.017590234375rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpbMF5iCTxX9OymcCUDEAUKQmCvsAaPA { width:20rem;height:4.375rem;top:73.494396484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1a8cXFDT8rxL29PxBTOFRUxFxE5is8w { width:20rem;height:0;top:74.494396484375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9zGpHiCDUonSt3yXCAdl6sHTSLe4opQ { width:2.1875rem;height:0;top:86.565796484375rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAaUvHVVMontd5UrOPVxiIoRJ2LiJKp4 { width:9.561625rem;height:2.923825rem;top:24.032341003418rem;left:8.8433163762094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxm7BV4pimqtWsdb612aMTETAOlDDPM1 { width:2.1875rem;height:0;top:54.993494987488rem;left:8.9062502980231rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ942hZGP0lq6Mwo75yvF0lTDyoJSSTI { width:7.061625rem;height:6.3748125rem;top:14.874133110046rem;left:11.944444954395rem;display:block; }
 }@media only screen and (max-width: 763px) { #k06cafUEkPHF0v7ahmG2GIoaQLFTE3pz { width:7.5rem;height:6.6873125rem;top:7.4420566558837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXkfvVf0prHR6cRfgL6Lf4nTstl5nzGK { width:20rem;height:4.548825rem;top:29.501953125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#9b54ea;display:block; }
 }@media only screen and (max-width: 763px) { #H8MKrtdxm8cgd6o5OW6qUx5yidAouOne { width:20rem;height:4.4375rem;top:29.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #imwLLXyrow6VpFfAnCGkloyOr6aGna50 { width:20rem;height:4.1875rem;top:1.8062067031861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfnwnQt3odENkZkGsxrhkmthdXX2xnb8 { width:20rem;height:3.75rem;top:23.439453125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #C4HS63Z2D6vTL1fntGdW5i0CGHCyRr4J { width:20rem;height:4.625rem;top:8.82421875rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #IVUKPtJowiEtvOMQN0Wl0CEXw5mFEPnh { width:20rem;height:4rem;top:15.9248046875rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);background-size:auto !important;display:block; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { background-color: transparent; background-image: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container > .video-iframe-container { display: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container { display: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .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); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtVTVUp5C2BHFSHZAAdfEakTr5hpFDPc { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dC9nLqBD9cIIfH62BPIGxGSGEEOOO6Gy { width:7.5rem;height:7.9375rem;top:7.6964035034181rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnslw7ZBc1F8SbppTZHfV14qKzCB35mQ { width:7.4370625rem;height:7.999125rem;top:7.6627607345581rem;left:10.945096313953rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIv3tmpchJn5rGHK70k9hHn7Bxa3WTaE { width:8.0625rem;height:8.625rem;top:18.248699665069rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrex2QTUhNu67gRO8KLM1LCNnfrrwHp { width:7.9373125rem;height:8.5623125rem;top:18.277995109558rem;left:10.693359673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2Hh9SwgiHZm3FHaGCOSKwgDUzxRQP { width:8.2498125rem;height:8.8748125rem;top:29.186199426651rem;left:5.2180994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbAHkxMTsGWD17UA1HAfNbMSVcHZLCnh { width:18.624125rem;height:0;top:25.696613623047rem;left:0.68684959411619rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #xUdoucZlRMvvmchG72mRV98Q8iWioFWT { width:7.3123125rem;height:2.2734375rem;top:13.192274093628rem;left:0.71831601858137rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #nc42mJxgSNoqriJvagE36BxU7k998kE6 { width:16.5625rem;height:0;top:46.945519868164rem;left:1.7502174377441rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #zTI3kfXrlyIngn9uuZmiqqnysOQ5iOAD { width:7.3123125rem;height:2.2734375rem;top:13.191190719604rem;left:11.005859673023rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #wWJ9wF4bAbIz0iTnTNSscxJso6u2UJqO { width:7.249375rem;height:2.2734375rem;top:24.855906009674rem;left:0.81228297948838rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #VbvJABeRg7523IutdA4VSBzuUsmrnwoR { width:16.5625rem;height:0;top:37.125rem;left:1.25rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #fNSbewKwMPcbxzwcpF4JsgCPt9I1aecm { width:16.5625rem;height:0;top:49rem;left:2.3125rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #gcqcAG5aox9duB77eMN6qyIHJFkfBTeZ { width:8.2498125rem;height:2.2734375rem;top:24.918404102326rem;left:10.537109673023rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #EsvHzJQvHGo9s1vpbapKIwN46WD8Tpmz { width:16.5625rem;height:0;top:47.8125rem;left:1.0625rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #zQ6dkOkrRtHTGAcL9z8Lv4fDFKyXqkTX { width:7.1875rem;height:1.13671875rem;top:35.499132394791rem;left:5.2180994153022rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #FTFUbMIT3FnhArMV7wTvTKyAsKVcTbUH { width:6.3748125rem;height:3.81185rem;top:30.998264551162rem;left:6.1555994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh8zUQmpnTT00O2FTAfCKTNn9QnVieE { width:6.25rem;height:3.81185rem;top:8.8194451332094rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVR5v8Ung7rWV8bU00faGI8WzoMKTXk5 { width:4.49978125rem;height:4.0625rem;top:8.6935768127444rem;left:12.412109673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmMGQAPia5qrPAlu0OTGJF3LASToCiTy { width:6.875rem;height:6.25rem;top:18.248699665069rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrAnnAlIguLErQfoEhGe49hqH6ZBVxbS { width:4.87413125rem;height:4.49978125rem;top:19.122179508209rem;left:12.224393188953rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39zr5uKuzEgWMDHn9h7yrG8Jac4bkiv { width:16.93705875rem;height:3.31293375rem;top:40.562067270279rem;left:0.62500005960463rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #Er3Jv2KcxuT46TVsLQByfmNuhy5NkOtN { display:block; }
 }@media only screen and (max-width: 763px) { #qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f501cbe4-84a3-4655-8dfc-213856cf39bc/4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr.adaptive-delivery-prevent-bg, #qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr.lazyload, #qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr.lazyloading { background-image: none; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container { background-color: transparent; background-image: none; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container > .video-iframe-container { display: none; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row > .video-iframe-container { display: none; }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .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); }#qwnJpdyH8GVXPKSwDP8ivpTMaJywzEBr > .row .container { width:20rem;height:158.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4Am55yCkwIHe46RmQg0JBffs9V5nfui { width:17.8125rem;height:3.875rem;top:1.25rem;left:1.1317887894249rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJTp9kQ7MklrEvXJZuJOb3CLWMnvbTJd { width:16.124125rem;height:2.5996125rem;top:2.0746536254883rem;left:1.9368491768837rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJV9WT42rZAK2LawAckmnEz4iEKqlEd { width:17.374rem;height:3.9375rem;top:23.0224609375rem;left:1.3115234375rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #dagefyQRytv1ctmwsOaWFLeMirXIITNH { width:13.8125rem;height:1.462675rem;top:21.5615234375rem;left:3.09375rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #X9XSX7GZ1Zyxp2x24XJ2qf4LlPPeCgNT { width:17.5rem;height:1.462675rem;top:45.3125rem;left:1.25rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #f97gDowTMLgSKmQUTlKfv49OFqLACDyJ { width:17.5rem;height:1.462675rem;top:69.25rem;left:1.25rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #LKZAUPU7I2V5GQFPfAR8kXiXSJpQbJVX { width:17.5rem;height:3.9375rem;top:46.75rem;left:1.6875rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #shiOPqXt9t93qTOvaZMhlv2nkuPW3ZyT { width:18.625rem;height:3.9375rem;top:71.3994140625rem;left:0.6875rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #bB2JvcI2g2TFrb56r5DRBEO84IvaPIv8 { width:18.75rem;height:22.6875rem;top:6.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVrgL2RkMnleJVqk8orBAzO9IQKIXztp { width:18.75rem;height:21.4375rem;top:30.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxGHbJPPzrDUNauWV8Ue2uramFu7EuTv { width:18.75rem;height:21.5rem;top:54.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TssTRcBmi5DJoUPdn7B2TifdETbA8Fsa { width:12.5rem;height:13.0625rem;top:31.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U57JmA92SeROFFeT8wGt6Hfwee8yRCET { width:12.5625rem;height:13.125rem;top:55.375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIlclloN0HhN0SPBbRnMnaG2tQA9KFts { width:12.625rem;height:13.1875rem;top:7.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfVw44yZm9vPHxcK9dObmpTsi8gQv7x6 { width:18.75rem;height:25.625rem;top:77.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKXQi7EwpAVRafB1nocTVmXXpeytAuC { width:18.75rem;height:25.5rem;top:104.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPXk5ZUiUH79MWDVd3k8dIXC6yXGRLlV { width:17.5rem;height:1.462675rem;top:93.9375rem;left:1.125rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #ta1uKWT9wvZRKSrWfpRq7WC299v9oeSX { width:17.5rem;height:1.462675rem;top:121.1875rem;left:1.3125rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #XopP2Btis5kSUAEAXSLVdEmvvbWLK7aG { width:16.5625rem;height:2.625rem;top:96.75rem;left:1.125rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #nLtzcxKFceUBmMgghKLdsOBr7TTy0bPN { width:17.5rem;height:3.9375rem;top:124rem;left:1.3125rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #c7ugOrwl0FC8RynF9Q2FPb5cvaklfKbT { width:18.5625rem;height:2.625rem;top:151.125rem;left:0.75rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #sBxBXobkU3NBX4eFCZd6vTpx8oh78I40 { width:18.75rem;height:25.375rem;top:131.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0GTcOIxEe6aPTDwBmS9dcZk5gkesuke { width:17.5rem;height:1.462675rem;top:148.1875rem;left:1.875rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #vktdMLt8lox9dmFy4MCawPecm1S6BE2N { width:12.5625rem;height:13.125rem;top:79.4375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVcoQKIAHKvqJX3SdEAohDALyzFMJPK3 { width:12.5625rem;height:13.125rem;top:105.8759765625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TemCetmQonmUWiSy4uphukTasmRzODeD { width:12.8125rem;height:13.375rem;top:132.90625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7nAVUX6Vm9u810gox9zaTHIxSBtty5h { display:block; }#l7nAVUX6Vm9u810gox9zaTHIxSBtty5h > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOJsTzZUcWwRJWrETNIVodmkRZI40Tui { width:13.4375rem;height:2.5996125rem;top:1.5744361877441rem;left:3.2812502980233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRsT74h1gW9wusmqHCIxPZuHmitKm5I8 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlasQUOV7Q8dCcyT2VeHoeEfwvQMhpm6 { width:20rem;height:0;top:36.25rem;left:0rem;font-size:0.75rem;color:#4d4d4d;z-index:100054;display:none; }
 }@media only screen and (max-width: 763px) { #xwgTJ7ZbE1VXqgnWxTWsgS8LKTmH6LS7 { width:20rem;height:2.5996125rem;top:81.4375rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fxveepDke48u8MP9THREpWKh8V8GhnTW { width:18.75rem;height:20.1875rem;top:6.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnWLc9Z2t0H56Krs1HIEROrRnQxUgyLa { width:15.186625rem;height:1.70605625rem;top:6.9375rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPDp4OSyKx9pJqlJKp6ZzJLJA4vQSas1 { top:12.3125rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXZJ3SbBnoqWUW1Fn2Pge1iTy0sXTfxr { display:block; }
 }@media only screen and (max-width: 763px) { #CZgpxxlXX2JCp1SoP3PMi1sLXEnT13Td { width:12.3125rem;height:3.4375rem;top:17.4375rem;left:3.875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #iUTPxV5Jn360vQHpL1q1CJhJdiH9LX0h { display:block; }
 }@media only screen and (max-width: 763px) { #RUTSNvJJclOMSbrOSztgXhL8aCr2MpRF { width:12.5rem;height:1.4619125rem;top:21.5625rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTLnSNkeMEH5heoogfMmT5WP59rDeJR { width:16.436625rem;height:2.4375rem;top:23.4375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5A4GZ94ECBcpTrXy5DROELM2K7uN3C { width:18.75rem;height:27.625rem;top:28.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqyqSrvBkKcwb2UP80JloqVsWhNLGvtU { width:12.5rem;height:1.4619125rem;top:52rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t58ND4yuLrJoly7adP5MTKNZXNcezhPf { width:16.436625rem;height:2.4375rem;top:54.125rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqQyWyngvWa9fhWqEnSR2fQa8nSux294 { width:12.3125rem;height:3.4375rem;top:47.8125rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #o79INaqrHsWrXz9IK5xTXuT3cc5WNBwp { display:block; }
 }@media only screen and (max-width: 763px) { #aJR0XmFwE9paIcDS9Xd1XWTZgm1L9TnT { top:42.125rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJDq6TKXyr2oAp5cZhnSdPTr0DOxThRg { display:block; }
 }@media only screen and (max-width: 763px) { #PowTPRuPK0Gsr2OyPRO0RGioTcnV6LuK { width:15.186625rem;height:3.4121125rem;top:29.875rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp7fsLeWTalVmJteASVpONyJaG1rFo8i { width:15.1865rem;height:1.70605625rem;top:59.375rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8eApIGfkmwTVMHuysGsXPI3pgc0Zdun { width:12.3125rem;height:3.4375rem;top:70.9375rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #T4Toa1t12ro6ciSx7kOeNyy7H4qUBDxW { display:block; }
 }@media only screen and (max-width: 763px) { #i9RgkCEkTulTIuIRAuDIid5TNC3T3sPD { width:12.5rem;height:1.4619125rem;top:75.1875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwHHVTyiduSuST5xJShBEOb5TKVbO17F { width:16.436625rem;height:2.4375rem;top:77.1875rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeZvO2JHuSptHxwS3dEtfOGT8NMka9WE { width:18.75rem;height:21.75rem;top:58.4375rem;left:0.625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #R6ZNszpAqBIOJBobRbwplO5ZUR0briHs { top:65.3125rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QctSwhU50qnk0U5WUkMHMePTr5W2xTAV { display:block; }
 }@media only screen and (max-width: 763px) { #zohU08mEM5PSftit5HfOJRom6EVqvV9S { width:17.1875rem;height:2.5996125rem;top:9.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100088;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #gfrgE4JIMm1FcDDz7OH0OWOTmz9ZfAFs { width:17.1875rem;height:3.57421875rem;top:61.125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2.75rem;z-index:100087;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #HDCNKM78PIFuSkVGadPV49fBn4VCiE1p { width:5.8125rem;height:1.94921875rem;top:33.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #I05FegUL60Ai8tfZJ30JGikfhC7kwOdb { width:6.25rem;height:0.0625rem;top:34.1875rem;left:0.9375rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #paGm4SCSBWKVF8yruHxOdl1ga90I7wPq { width:17.1875rem;height:4.0625rem;top:36.375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:3.125rem;z-index:100091;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d { display:block; }#hbamSJM55EJWhVTK9QaCdgcXo8mTfc2d > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-text {padding-top: 0; padding-bottom: 0;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-select {padding-top: 0; padding-bottom: 0;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz  { width:17.5rem;height:auto;top:28.8837890625rem;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:99994; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ebywNlIfEdBToOusqTq4e59KvHz0ApPz {display:block;}#ebywNlIfEdBToOusqTq4e59KvHz0ApPz { width:17.5rem;height:auto;top:28.8837890625rem;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:99994; }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #TG5MxV06LTb92dU1EXEzSNhh5NixblOX {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #giKxzLFBed7sKSQFIAIzttXkAKJtZ9oB {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #sF5u47IVCwk1DIGl7hD3oNznDr5T247O {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #cbP0HXdUshQqyi1wGnNreIcJw286K0iI {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #RvsMey4lUHbJwqqPaCGKhHUIX8LhDMUS {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #urwJDpO9dhP9Tem5UmwNbz6lFDseThtf {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #AT4NKJv9TtxDXJ7AoeIEWMtz9eotuF7q {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #Pgofl6324vdpvISUx4VcccsNXDRuvqqT {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #L95ACe53b2Lzhyte787UwU0ooCQAMxuA {  }
 }@media only screen and (max-width: 763px) { #vTE7fcxT2ey39cCTAwyViFbqzDpq3P63 { display:block; }
 }@media only screen and (max-width: 763px) { #Rn7lbWpacpTLBSgEF3R4UlO1KJrnZT4l { display:block; }
 }@media only screen and (max-width: 763px) { #v2XXR2arh0eiNgHK4GezAQ8sGNLlFT49 { display:block; }
 }@media only screen and (max-width: 763px) { #BDV2fwIsxWR3PPMn7Psh9gtgCRzduxls { display:block; }
 }@media only screen and (max-width: 763px) { #ysl2uf0Vc3oDZFBeqzJfD66FGPBICVea { display:block; }
 }@media only screen and (max-width: 763px) { #rtEqFJTvSSRzWZTaErzpTTLoMbrqpais { display:block; }
 }@media only screen and (max-width: 763px) { #fADJNihV9iQSsPH2ZJ3UNTlkkaCVayWT { display:block; }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #kUh0BdsT82pb7uR01TJqCGoQwKs3omQp {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #spbS7wmmbr4BkabQLOU8AyktVElzdCAT {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #NQ8Td3TvglhZ1r3KpceThK2m72yot5Lo {  }
 }@media only screen and (max-width: 763px) { #ebywNlIfEdBToOusqTq4e59KvHz0ApPz #KbWowTHurApUNtqrc3DUXfVGwJODXTRy {  }
 }@media only screen and (max-width: 763px) { #yZJt1IVasB7P1dblJCUKLiHKUOD01xb1 { width:17.875rem;height:20.875rem;top:6.4853515625rem;left:1.0625rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #g9EK9a8zbt0ngfv9Afsc252QKfqbfu3U { width:16.0625rem;height:4rem;top:20.3828125rem;left:2.7509765625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100039;line-height:1.2;display:block; }#g9EK9a8zbt0ngfv9Afsc252QKfqbfu3U li:before{  }
 }@media only screen and (max-width: 763px) { #Eqd2oVOLyPWVfWfZBciTp84KvhJENZKf { width:15.625rem;height:0.3125rem;top:21.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upxiLaUoDqatEelAfnpfWnRTxD6aPhei { width:17.4375rem;height:2.8125rem;top:10.6953125rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1.5625rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #f23s4Oe8KwedxGU05ZTCOdtBtNe9OTZp { width:18.4375rem;height:2.51855625rem;top:7.345703125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:99999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #yuwSrqo4bpp0T0zet8oMMMmm0DmFZDaT { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-regular-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-text { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-text {padding-top: 0; padding-bottom: 0;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-textarea { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-select { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-select {padding-top: 0; padding-bottom: 0;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .widget-checkbox-label { width:12.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L  { width:13.5rem;height:auto;top:13.5078125rem;left:2rem; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L .radio-container { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QfbGkrh4MalPSyMmBzmecfz3A91waC5L {display:block;}#QfbGkrh4MalPSyMmBzmecfz3A91waC5L { width:13.5rem;height:auto;top:13.5078125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #iOs5wsXo94G4Lx2NIFFkTwIOb8sdwQb6 {  }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #uLOASa1CG2gV5R8kggzM5RkzCvfS81EZ {  }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #NJZNGGhOXqHOJsUelBCwT80s5p1pJQaQ {  }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #Ba3Cl5S5Mv2UdRHUVhF9dgKnAOS1vqI6 {  }
 }@media only screen and (max-width: 763px) { #QfbGkrh4MalPSyMmBzmecfz3A91waC5L #q2O30hkuCLanDpE9TUA1J3chIVuNJVcB {  }
 }@media only screen and (max-width: 763px) { #O1JBLlg0HbfxUF3WsQl9xfEJXU22OPXT { width:14.6875rem;height:5.8125rem;top:18.6328125rem;left:2.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzg4EVQw4PHR1z99szk9knClo0tLnt7V { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V.adaptive-delivery-prevent-bg, #Hzg4EVQw4PHR1z99szk9knClo0tLnt7V.lazyload, #Hzg4EVQw4PHR1z99szk9knClo0tLnt7V.lazyloading { background-image: none; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container { background-color: transparent; background-image: none; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container > .video-iframe-container { display: none; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row > .video-iframe-container { display: none; }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .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); }#Hzg4EVQw4PHR1z99szk9knClo0tLnt7V > .row .container { width:20rem;height:142.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPWuqSgXFq6oVpyiPxSqTdSXSupheTOr { width:20rem;height:3.8984375rem;top:1.2470703125rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100042;color:#9b54ea;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(255,255,255,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #kopVA1GZFEmuszANfTmmn8QOW7U0oCx5 { width:14.75rem;height:7.5rem;top:9.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REy5ooVHc0KnGiREatSPKnQa6Z0ThPVT { width:14.8125rem;height:7.6875rem;top:25.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFmiF1R1SSBQsf89aqizkN8DJGDpK6ii { width:17.75rem;height:26.625rem;top:38.213540434837rem;left:1.1241319775581rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #aK98Exy7G5ZiFmOmfFT3IGliaTtR8yXV { width:17.375rem;height:1.70605625rem;top:36.5693359375rem;left:1.3125rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVsUykFrb5I1RDw6spfkDWqolQHQGivQ { width:15.25rem;height:7.5rem;top:56.092882156372rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMTnXZiauf07J7nGvI17U3GRbesia4Ms { width:15.125rem;height:7.75rem;top:47.651042938233rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4FCRXGTyv5PZZO7UyJWx9LCOcxeSfkO { width:17rem;height:26.0625rem;top:8.25rem;left:1.5rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #s7wcpbfUvvET3kAQibphThxwofnMhqrg { width:16.375rem;height:1.70605625rem;top:6.60546875rem;left:1.8125rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlWUZicWSeSbU0xME3CtUAZlkmV9peD6 { width:18.25rem;height:27.5625rem;top:68.463546752931rem;left:0.87413197755812rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #wgAk2QGI353dLgk7xPoJN8rhHtMcR0Hz { width:15.5rem;height:1.70605625rem;top:66.646484375rem;left:1.9375rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EttyktIrThuIIm5sPJlqQ0SM1SawX5J9 { width:14.9375rem;height:7.5rem;top:39.369792938233rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #puUWuUyeEfmOXiocsbXBIbqA9xUQzkJX { width:14.875rem;height:7.5625rem;top:17.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBXpk7IagtfPDEh1gTNu6b5Vhm0SfkCh { width:18rem;height:27.75rem;top:99.375007629394rem;left:0.99999994039537rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #D8dElqsm8efgpwKS9tGgh7AeylPr5dkC { width:15.5rem;height:7.9375rem;top:109.18663597107rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkzAaz3Nlq2HpQA6SRCAC5Z7F3iL52vu { width:15.6875rem;height:7.875rem;top:117.6875038147rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC3dJEGk22t2dWJwOVS2ZSm7RNuAlJfT { width:15.6875rem;height:7.6875rem;top:100.91927146912rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNaGA09lCiwlqTtgNILoGv38A1DU0A1 { width:15.5rem;height:7.625rem;top:87.057291030881rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8heEMGJ5PwU0I4TCyCIqxTecsWtaMWP { width:15.625rem;height:8.0625rem;top:78.213544845581rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOeasQlHus45vDrquJzL4EnEdB6VwkDT { width:15.625rem;height:8rem;top:69.529513359069rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwqRZew7TTqyDGXmkUn9PkgZrpPKNS55 { width:10.6875rem;height:1.875rem;top:128.5rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQZPGXEvt3uO9HoOZBB2FJLTNUxBdc13 { display:block; }
 }@media only screen and (max-width: 763px) { #JQm7eJzKiyo1VEsyrsinT8E8wLBZqmae { width:12.3125rem;height:1.70605625rem;top:97.7314453125rem;left:3.84375rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100046;color:#9b54ea;display:block; }
 }@media only screen and (max-width: 763px) { #h5zFx5mJbVgqETneEsa48y0eyIFT0737 { width:3.75rem;height:2.74956875rem;top:131.5625rem;left:7.5625rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #pvfzx450r8cGx9E3Mu9EuMsnt3D2psGB { width:15.375rem;height:1.2999125rem;top:125.9375rem;left:2.3125rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #RkuwehQ97v37K5h37sF31o05rHGV1yDm { width:20rem;height:7.4375rem;top:139.08204059753rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn { display:block; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn { background-color: transparent; background-image: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container > .video-iframe-container { display: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container { display: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .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); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { width:20rem;height:6.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container.adaptive-delivery-prevent-bg, #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container.lazyload, #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW { display:block; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDVpGtLQTWKk23aMzyMVeMbiiEKVOh8l { width:6.75rem;height:1.375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8T5elgQvrFn7PNJgxMITbpiN0SPJPCU { width:19.0625rem;height:3.8997375rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #QmH4yR3GW0yvM1wnbefMkClCXXmLRTLK { width:20rem;height:2.92383125rem;top:8.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #gVqywTiGbKEqB77EJ71rSR4WJ6Db7BKq { width:20rem;height:0.9746125rem;top:23.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #TGDumrP52hHxAEcBERPO0Q9z2mCuMHR7 { width:11.1875rem;height:2.2734375rem;top:19.875rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #wTghbnpfGRUV5JeEFfqZH8V1PcpRqTvV { width:5.6875rem;height:5.6875rem;top:12.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxWTO1AL0Z8TxXIZZAPHqCfrHGHJTJh { width:10.625rem;height:5.9375rem;top:5.25rem;left:4.6875rem;z-index:99999;display:none; }
 }