.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:transparent;background-image:url("https://images.assets-landingi.com/uc/28c35a9f-820e-4425-83cd-778dbc003447/05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.91); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.91); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012fd2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row .container { background-color: transparent; background-image: none; }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row .container > .video-iframe-container { display: none; }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row > .video-iframe-container { display: none; }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .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); }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row .container { border-width: 0; border-radius: 0; }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#AyuTtTcFzJ3DIx4eE39imIUzAZGu6oTO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:16.8125rem;top:0.15625rem;left:29.093751907349rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#JXqMMnTminNQtES8vUWrRlswMlwRSZap { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.90625rem;left:53.09375rem;height:;display:block; }
#AQb7RtlMFBUm2X4Dow81rhfUGgbmQh41 { color:#455d44;display:block;width:10.0625rem;position:absolute;font-family:"db helvethaica x";font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:64.15625rem;height:4.3875rem;display:block; }
#UmbJvXSrRQZDuuEpf9uuwATZ2a5DNXc0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:14.125rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#wmm5mVOexMBdXJmRZfEn6F8aSrhBNbqT { color:#00355f;display:block;width:10.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:64.15625rem;height:3.875rem;display:none; }
#RCSI6uC97cEPqJvz6DvJdP7rSkTNLgAT { background-color:#2c2c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:kanit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20.8125rem;left:53.875rem;display:none; }
#cGNp1fxvQbRImVZM34DJKDyzZ3W110w3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRCLGseeZdkaL79kPkbr8rV0FnqvHb4q { color:#455d44;display:block;width:22.625rem;position:absolute;font-family:"db helvethaica x";font-size:2.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.337673664093rem;left:15.336805343628rem;height:7.15rem;display:block; }
#o85VzCEOUeFTGMzGgH4gbbCAzJofiMMx { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15025;top:20.875rem;left:54.0625rem;display:none; }
#JghX5TU6A7xfA0vEKDKRp8BmAGxvCHv1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.9062500596046rem;left:60.02499961853rem; }
#SIsx1Wry2rE699eBBsVyCqy4os1S79U8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.9062500596046rem;left:60.02499961853rem;display:none; }
#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ { position:relative;display:block; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ { background-color: transparent; background-image: none; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container > .video-iframe-container { display: none; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row > .video-iframe-container { display: none; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .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); }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ { border-width: 0; border-radius: 0; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91a5a43a-02f3-460a-81a3-4bed9fc0f533/sam9825x573.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container.adaptive-delivery-prevent-bg, #i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container.lazyload, #i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container.lazyloading { background-image: none; }#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-form-header { font-size:0.875rem; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .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:19.8125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:kanit;box-shadow: none;vertical-align:top; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-text {padding-top: 0; padding-bottom: 0;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .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:19.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:kanit;box-shadow: none;vertical-align:top; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .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:19.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-select {padding-top: 0; padding-bottom: 0;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .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:#f7941d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:#000000;width:19.8125rem;height:2.3125rem;font-family:kanit;overflow:hidden;line-height:1;font-style:normal; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV [class*="-text"]:-moz-placeholder { color:#000000;font-family:sarabun;font-size:0.875rem;text-align:left;text-align-last:left; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV [class*="-text"]::-moz-placeholder { color:#000000;font-family:sarabun;font-size:0.875rem;text-align:left;text-align-last:left; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:sarabun;font-size:0.875rem;text-align:left;text-align-last:left; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:sarabun;font-size:0.875rem;text-align:left;text-align-last:left; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .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:"db helvethaica x";line-height:1.1;font-size:0.6875rem;font-weight:400;color:#ffffff;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal;float:none; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .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; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-container:first-of-type{padding-top:0;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-container:last-of-type{padding-bottom:0;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV  { background-color:#007684;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.193359375rem;left:52.6865234375rem;font-size:0.875rem; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.8125rem;display:block;vertical-align:top; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-info-text { display:block;height:auto;font-family:"db helvethaica x";font-size:0.6875rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV {display:block;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV { background-color:#007684;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.193359375rem;left:52.6865234375rem;font-size:0.875rem; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #nqluZsyFcxTeN9MfCaQpfVgcU5TJ6ulA { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #ohs4TbwTAyKgedWNxIi6mllNTtVozDRH { position:relative;display:none; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #irPF3hg5EpBXARO2eoaxWRP7rmcGHXwN { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #TTVrPVmlg4xUTsyOShhVkh0rG2noU4B4 { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #GMD72MrLV7FeIVMbGfmtZHsvgAIrach1 { position:relative;display:none; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #Nl6UVmUouTvW5KgeTzPN9DyCtZhPmih4 { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #aIAiRTqENzfETa6T9BkxrGKnEiqhIE8P { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #qap1uXbE6SCgPQCf1WZcyeT4ELok3Tif { position:relative;display:none; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #w2W2fR0QCM2BQI1DTP6wUB781ZUKwJWJ { position:relative; }
#wVukhObTWg4y2uwMvCPbTMZ6WlOaU0Xm { position:relative;display:block; }
#qPTdIQ8BUNQgyJwIm1utBeIw15hdyf2V { position:relative;display:block; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #AVIoLVG5RTTQyD6W6ZFJqFQiHFv3U5gw { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #FAWSKhmFMcTDhpTtOLnQPDWmZJn37Clg { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #fLOIL6TDvpBmqEGFKWeMlxnuHS08h2Jl { position:relative;display:block;z-index:15000; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #lU4lOlFN6Nh3rDVvSQ4w8hzzSborprsv { position:relative;display:block;z-index:15000; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #J8A8SrUHIXfSb4HpQcKKBd7MKNq6SCGK { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #Hl6CHAhb2dN89iO9MQBotbdHVfhgbNgM { position:relative;z-index:2; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #D3i9E3pFqCCWo71FCbD5zO7oX2JcrGBo { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #TLtW9aTI6n35GsQyHil2ZBxvLDdd24z5 { position:relative; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #faDlvqGowge0lBXDAkAhwDoxVmLzT1f9 { position:relative;z-index:2; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #kBDBTCadHUPeAhSC66EUarUvPmTg0NT6 { position:relative; }
#F0EP1zoI23bSWT06CClx913TuOy6qTKr { position:relative;display:block; }
#efEOhmoZZ5GCVp3ZNt0LGxTVHOeeyndE { position:relative;display:block; }
#TiA3w0k1VHXA96iQXkMhtvTJ0kiCZQ0C { position:relative;display:block; }
#uQuTho7qXTAPFHcrxGl2CBLnz6FzT6Sf { position:relative;display:block; }
#LmLkRvD0VXdWOMumZIxbf7rpqSy3N7zf { position:relative;display:block; }
#cqCR2JXngHZNHXwz96fVSPkNQ3BIPgi1 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"db helvethaica x";font-size:2.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:21.3125rem;left:54.21875rem;height:2.55005rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U0rcg8BPpn9m4NQqSWmBhoJ9GdKX8y6A { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"db helvethaica x";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:13.653646469116rem;left:54.062501192093rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUhCLl6av3Af7wPsvysBgaip7B7wpxnO { background-color:#2c2c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:kanit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20.8125rem;left:53.875rem;display:none; }
#TpTRRe1iSlt4lpObBkMguJ05NQ51I53X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCqT9Tc9GLopbp3XHUnTuGVOkCrst2ur { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:22.3125rem;top:0rem;left:52.625001907349rem;overflow:hidden;display:block; }
#n3y3T3SrMs4TqTgd7FDL84JtqqyQdp3p { box-sizing:content-box;height:23.4375rem;width:22.25rem;position:absolute;display:block;z-index:15025;background-color:#007684;background-image:none;top:20.54843711853rem;left:52.636230162488rem;display:block; }
#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T { position:relative;display:block; }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T { background-color: transparent; background-image: none; }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T > .row .container > .video-iframe-container { display: none; }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T > .row > .video-iframe-container { display: none; }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T > .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); }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T { border-width: 0; border-radius: 0; }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#D1TmEH0lnEFrcmuEc88o46MblFJTllis { color:#131313;display:block;width:24rem;position:absolute;font-family:"db helvethaica x";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:10rem;left:14.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#g6DJRI8Ely4TrTVFkGKOswh8WNIwXN16 { color:#131313;display:block;width:21.125rem;position:absolute;font-family:"db helvethaica x";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:43.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#IlUTu3xex8rt8xze8I4GRq1MG0tEMxVR { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"db helvethaica x";font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:11.102344512939rem;left:58.999998092651rem;height:2.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#NrJ6eVTpECQ2Twt4wpTKXnfqkCcxbgeb { color:#131313;display:block;width:21.75rem;position:absolute;font-family:"db helvethaica x";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.625rem;left:14.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#PK1TSRUMORicvvsgzH1zC3nakZUmHq3C { color:#131313;display:block;width:20.625rem;position:absolute;font-family:"db helvethaica x";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.875rem;left:43.4375rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#rNpLgZQU98Fo4k5fotmrEEX85Hv9g1A4 { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"db helvethaica x";font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:13.164062023163rem;left:7.25rem;height:5.06286875rem;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; }
#XwkZTfB9R1Ok1Sz0Jc6t0ktZydDIS09i { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.1875rem;left:53.500001907349rem;display:none; }
#JHtGiB7IuoWzRHyXVvLrHlThueeD369P { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.531249523163rem;left:2.375rem; }
#O0ZtM9bQbaTWeUfkXUtERfcvydMKMZBB { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.819444179535rem;left:31.3125rem; }
#xvmK09pvfzkAKzfkvVH2XsT6K2DJP7UO { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"db helvethaica x";font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:13.163194179535rem;left:36.1875rem;height:1.687625rem;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; }
#cQPfBGQwlxLTixtcZJW8ffn3thUrxhKT { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.819444179535rem;left:47.9375rem; }
#CTIEgDH5LO8uGVOhNgpylnuN1GmDvAP6 { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"db helvethaica x";font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.163194179535rem;left:52.625rem;height:1.687625rem;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; }
#tBlT2pRJhvLfBk6wSpRnEVnOdmLSrWET { color:#000000;display:block;width:41.875rem;position:absolute;font-family:"db helvethaica x";font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:0.99565887451175rem;left:17.6875rem;height:3.6254875rem;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; }
#PdnyFwn9SfvwaBctxZUgzpxOoONN41UG { color:#000000;display:block;width:62.125rem;position:absolute;font-family:"db helvethaica x";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:2.84375rem;left:7.5625rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VuCDIE9BKkC1VHuMwTXMLAiVWP7FVebD { color:#000000;display:block;width:55.625rem;position:absolute;font-family:"db helvethaica x";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:6.7890644073488rem;left:9.6875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d { position:relative;display:block; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d { background-color: transparent; background-image: none; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container > .video-iframe-container { display: none; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row > .video-iframe-container { display: none; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .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); }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d { border-width: 0; border-radius: 0; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R4tsk4JsnoPI4FngrS9J5IkrZBITa8S1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.8125rem;width:75rem;top:4.7683715820312E-7rem;left:0rem;display:block; }
#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a { position:relative;display:block; }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a { background-color: transparent; background-image: none; }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a > .row .container > .video-iframe-container { display: none; }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a > .row > .video-iframe-container { display: none; }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a > .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); }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a { border-width: 0; border-radius: 0; }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uoFCIXbVnFg1u6ZhPkHcZggvaSQpZ0S0 { position:absolute;display:block;z-index:15000;height:34.4375rem;width:51.8125rem;top:1.1226537227631rem;left:11.59375rem;display:block; }
#bdCXiyvQyTBkzBkD6MvHezJXMZX2a7Vx { position:absolute;display:block;z-index:15001;height:26.4375rem;width:39.6875rem;top:0.61250019073486rem;left:55.21249961853rem;display:none; }
#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe5bc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container { background-color: transparent; background-image: none; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container > .video-iframe-container { display: none; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row > .video-iframe-container { display: none; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .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); }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container { border-width: 0; border-radius: 0; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#XiRIeV5B3TLKCIm1Ay2gyGd4T5QuKyvW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:15.5625rem;top:2.9375rem;left:5.75rem;overflow:hidden;display:block; }
#VPAeKQXTPHfcnH20doms60nC0QMqdtym { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:41.0625rem;top:2.1875rem;left:22.625rem;overflow:hidden;display:block; }
#tNR2mA9nSVseJr4gZFhgAq3A3NfKwgTv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:12.5rem;top:28.5rem;left:7.28125rem;overflow:hidden;display:block; }
#WqgwFsvuzFqoqudSCnyLqXu684Uu365e { color:#455d44;display:block;width:12.5rem;position:absolute;font-family:"db helvethaica x";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:7.28125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frIUQkEf9Nd99473z9EqfmMzDsfO2P84 { color:#455d44;display:block;width:15.125rem;position:absolute;font-family:"db helvethaica x";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:13.625rem;left:6.21875rem;height:5.5004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cV5368JUfc3dOHgpG9nGfxoGy2nmDcF9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #455d44;border-left:0.125rem solid #455d44;border-right:0.125rem solid #455d44;border-bottom:0.125rem solid #455d44;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#455d44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"db helvethaica x";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.9375rem;left:8.0625rem;display:block; }
#hkil3Qifvb6ILXRDblZmtkvk2PA9J8tP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvceIGfd1IJNcMVQaemaTZCKoSLrM39g { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #455d44;border-left:0.125rem solid #455d44;border-right:0.125rem solid #455d44;border-bottom:0.125rem solid #455d44;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#455d44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"db helvethaica x";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.0625rem;left:8.0625rem;display:block; }
#vTLRoC2iIhIQGyhQG8O6zLN03USngBbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idTaWNm3Ru5yyPFk922TqKuzNkrWMDp5 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #283b37;border-left:0.125rem solid #283b37;border-right:0.125rem solid #283b37;border-bottom:0.125rem solid #283b37;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#283b37;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.0625rem;left:8.0625rem;display:none; }
#Zo2olPSC9DxxdboZdh2b0AbMGTzOW6uF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r { position:relative;display:none; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r { border-width: 0; border-radius: 0; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vNnW3rJwO985kV3qPlMTvDCveARecMbd { background-color:#00355f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59.75rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.78125rem;left:7.625rem;display:none; }
#DU571mfHydta3RwEIVQ6UoN8pO50xClr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe5bc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row .container { background-color: transparent; background-image: none; }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row .container > .video-iframe-container { display: none; }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row > .video-iframe-container { display: none; }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .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); }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row .container { border-width: 0; border-radius: 0; }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#TIQ5VVVG8TuRfhmhiXVl09WUeLHy9VJn { background-color:#f7941d;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"db helvethaica x";font-size:2.25rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:59.75rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.65625rem;left:7.625rem;display:block; }
#ICpKxLDrm9VMTAaDSqUTxCfD6mUlPJz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P { display:block; }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyuTtTcFzJ3DIx4eE39imIUzAZGu6oTO { top:0.125rem;left:15.468751907349rem;width:16.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXqMMnTminNQtES8vUWrRlswMlwRSZap { top:1.875rem;left:35.25rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQb7RtlMFBUm2X4Dow81rhfUGgbmQh41 { top:1.1875rem;left:37.6875rem;width:10.0625rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmbJvXSrRQZDuuEpf9uuwATZ2a5DNXc0 { top:0.5rem;left:0rem;width:14.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmm5mVOexMBdXJmRZfEn6F8aSrhBNbqT { top:1.1875rem;left:37.6875rem;width:10.0625rem;height:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCSI6uC97cEPqJvz6DvJdP7rSkTNLgAT { width:18.75rem;height:2.5rem;top:20.8125rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGNp1fxvQbRImVZM34DJKDyzZ3W110w3 { display:block; }
 }@media only screen and (max-width: 763px) { #TRCLGseeZdkaL79kPkbr8rV0FnqvHb4q { top:1.3125rem;left:1.7118053436279rem;width:22.625rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o85VzCEOUeFTGMzGgH4gbbCAzJofiMMx { top:20.875rem;left:40.4375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JghX5TU6A7xfA0vEKDKRp8BmAGxvCHv1 { top:1.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIsx1Wry2rE699eBBsVyCqy4os1S79U8 { top:1.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ { display:block; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-regular-label { width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-text { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-text {padding-top: 0; padding-bottom: 0;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-textarea { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-select { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-select {padding-top: 0; padding-bottom: 0;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-button { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-checkbox-label { width:18.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV  { width:19.5625rem;height:auto;top:24.375rem;left:25.6875rem; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .radio-container { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV {display:block;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV { width:19.5625rem;height:auto;top:24.375rem;left:25.6875rem; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #nqluZsyFcxTeN9MfCaQpfVgcU5TJ6ulA {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #ohs4TbwTAyKgedWNxIi6mllNTtVozDRH { display:none; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #irPF3hg5EpBXARO2eoaxWRP7rmcGHXwN {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #TTVrPVmlg4xUTsyOShhVkh0rG2noU4B4 {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #GMD72MrLV7FeIVMbGfmtZHsvgAIrach1 { display:none; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #Nl6UVmUouTvW5KgeTzPN9DyCtZhPmih4 {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #aIAiRTqENzfETa6T9BkxrGKnEiqhIE8P {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #qap1uXbE6SCgPQCf1WZcyeT4ELok3Tif { display:none; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #w2W2fR0QCM2BQI1DTP6wUB781ZUKwJWJ {  }
 }@media only screen and (max-width: 763px) { #wVukhObTWg4y2uwMvCPbTMZ6WlOaU0Xm { display:block; }
 }@media only screen and (max-width: 763px) { #qPTdIQ8BUNQgyJwIm1utBeIw15hdyf2V { display:block; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #AVIoLVG5RTTQyD6W6ZFJqFQiHFv3U5gw {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #FAWSKhmFMcTDhpTtOLnQPDWmZJn37Clg {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #fLOIL6TDvpBmqEGFKWeMlxnuHS08h2Jl {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #lU4lOlFN6Nh3rDVvSQ4w8hzzSborprsv {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #J8A8SrUHIXfSb4HpQcKKBd7MKNq6SCGK {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #Hl6CHAhb2dN89iO9MQBotbdHVfhgbNgM {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #D3i9E3pFqCCWo71FCbD5zO7oX2JcrGBo {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #TLtW9aTI6n35GsQyHil2ZBxvLDdd24z5 {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #faDlvqGowge0lBXDAkAhwDoxVmLzT1f9 {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #kBDBTCadHUPeAhSC66EUarUvPmTg0NT6 {  }
 }@media only screen and (max-width: 763px) { #F0EP1zoI23bSWT06CClx913TuOy6qTKr { display:block; }
 }@media only screen and (max-width: 763px) { #efEOhmoZZ5GCVp3ZNt0LGxTVHOeeyndE { display:block; }
 }@media only screen and (max-width: 763px) { #TiA3w0k1VHXA96iQXkMhtvTJ0kiCZQ0C { display:block; }
 }@media only screen and (max-width: 763px) { #uQuTho7qXTAPFHcrxGl2CBLnz6FzT6Sf { display:block; }
 }@media only screen and (max-width: 763px) { #LmLkRvD0VXdWOMumZIxbf7rpqSy3N7zf { display:block; }
 }@media only screen and (max-width: 763px) { #cqCR2JXngHZNHXwz96fVSPkNQ3BIPgi1 { top:21.3125rem;left:29rem;width:18.75rem;height:2.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0rcg8BPpn9m4NQqSWmBhoJ9GdKX8y6A { top:13.625rem;left:29rem;width:18.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUhCLl6av3Af7wPsvysBgaip7B7wpxnO { width:18.75rem;height:2.5rem;top:20.8125rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpTRRe1iSlt4lpObBkMguJ05NQ51I53X { display:block; }
 }@media only screen and (max-width: 763px) { #FCqT9Tc9GLopbp3XHUnTuGVOkCrst2ur { top:0rem;left:25.4375rem;width:22.3125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3y3T3SrMs4TqTgd7FDL84JtqqyQdp3p { top:20.5rem;left:25.125rem;width:22.25rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHATGsfqeCQ121qaTKPLGFchDLMiiq7T { display:block; }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1TmEH0lnEFrcmuEc88o46MblFJTllis { top:10rem;left:1rem;width:24rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6DJRI8Ely4TrTVFkGKOswh8WNIwXN16 { top:10rem;left:26.625rem;width:21.125rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlUTu3xex8rt8xze8I4GRq1MG0tEMxVR { top:11.0625rem;left:33.9375rem;width:13.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrJ6eVTpECQ2Twt4wpTKXnfqkCcxbgeb { top:15.625rem;left:0.875rem;width:21.75rem;height:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK1TSRUMORicvvsgzH1zC3nakZUmHq3C { top:15.875rem;left:27.125rem;width:20.625rem;height:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNpLgZQU98Fo4k5fotmrEEX85Hv9g1A4 { top:13.125rem;left:0rem;width:22.375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwkZTfB9R1Ok1Sz0Jc6t0ktZydDIS09i { top:9.1875rem;left:39.875001907349rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHtGiB7IuoWzRHyXVvLrHlThueeD369P { top:12.5rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ZtM9bQbaTWeUfkXUtERfcvydMKMZBB { top:12.8125rem;left:17.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvmK09pvfzkAKzfkvVH2XsT6K2DJP7UO { top:13.125rem;left:22.5625rem;width:22.375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQPfBGQwlxLTixtcZJW8ffn3thUrxhKT { top:12.8125rem;left:34.3125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIEgDH5LO8uGVOhNgpylnuN1GmDvAP6 { top:13.125rem;left:25.375rem;width:22.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlT2pRJhvLfBk6wSpRnEVnOdmLSrWET { top:0.9375rem;left:4.0625rem;width:41.875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdnyFwn9SfvwaBctxZUgzpxOoONN41UG { top:2.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuCDIE9BKkC1VHuMwTXMLAiVWP7FVebD { top:6.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d { display:block; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4tsk4JsnoPI4FngrS9J5IkrZBITa8S1 { top:0rem;left:0rem;width:47.75rem;height:27.257291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a { display:block; }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoFCIXbVnFg1u6ZhPkHcZggvaSQpZ0S0 { top:1.0625rem;left:0rem;width:47.75rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCXiyvQyTBkzBkD6MvHezJXMZX2a7Vx { top:1.1875rem;left:8.0625rem;width:39.6875rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 { display:block; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiRIeV5B3TLKCIm1Ay2gyGd4T5QuKyvW { top:2.9375rem;left:0rem;width:15.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPAeKQXTPHfcnH20doms60nC0QMqdtym { top:2.1875rem;left:0rem;width:41.0625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNR2mA9nSVseJr4gZFhgAq3A3NfKwgTv { top:28.5rem;left:0rem;width:12.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqgwFsvuzFqoqudSCnyLqXu684Uu365e { top:11.25rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frIUQkEf9Nd99473z9EqfmMzDsfO2P84 { top:13.625rem;left:0rem;width:15.125rem;height:15.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5368JUfc3dOHgpG9nGfxoGy2nmDcF9 { width:11rem;height:3.4375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkil3Qifvb6ILXRDblZmtkvk2PA9J8tP { display:block; }
 }@media only screen and (max-width: 763px) { #nvceIGfd1IJNcMVQaemaTZCKoSLrM39g { width:11rem;height:3.4375rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTLRoC2iIhIQGyhQG8O6zLN03USngBbB { display:block; }
 }@media only screen and (max-width: 763px) { #idTaWNm3Ru5yyPFk922TqKuzNkrWMDp5 { width:11rem;height:3.4375rem;top:23.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zo2olPSC9DxxdboZdh2b0AbMGTzOW6uF { display:block; }
 }@media only screen and (max-width: 763px) { #Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r { display:none; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vNnW3rJwO985kV3qPlMTvDCveARecMbd { width:46.75rem;height:3.1875rem;top:0.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU571mfHydta3RwEIVQ6UoN8pO50xClr { display:block; }
 }@media only screen and (max-width: 763px) { #ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 { display:block; }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIQ5VVVG8TuRfhmhiXVl09WUeLHy9VJn { width:46.75rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpKxLDrm9VMTAaDSqUTxCfD6mUlPJz7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P { position:relative;z-index:auto;display:block; }#GdHAmTu81GAgeyaaPBtmV1Gtd4MxbK7P > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyuTtTcFzJ3DIx4eE39imIUzAZGu6oTO { width:16.8125rem;height:2.25rem;top:0rem;left:1.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:13.75rem;background-color:#f6f7f9;background-image:url("https://images.assets-landingi.com/uc/91a5a43a-02f3-460a-81a3-4bed9fc0f533/sam9825x573.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #JXqMMnTminNQtES8vUWrRlswMlwRSZap { width:12.5rem;height:0;top:7.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQb7RtlMFBUm2X4Dow81rhfUGgbmQh41 { width:5.4375rem;height:0;top:14.5rem;left:0.5625rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UmbJvXSrRQZDuuEpf9uuwATZ2a5DNXc0 { width:3.375rem;height:1.25rem;top:0.6875rem;left:0.74921870231631rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wmm5mVOexMBdXJmRZfEn6F8aSrhBNbqT { width:7.0625rem;height:0;top:1.6875rem;left:14.34375rem;font-size:1.125rem;color:#ffffff;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #RCSI6uC97cEPqJvz6DvJdP7rSkTNLgAT { width:11.625rem;height:1.81328125rem;top:0.75rem;left:7.9375rem;font-family:kanit;font-weight:400;font-style:normal;z-index:15035;background-color:rgba(252,159,183,0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cGNp1fxvQbRImVZM34DJKDyzZ3W110w3 { display:block; }
 }@media only screen and (max-width: 763px) { #TRCLGseeZdkaL79kPkbr8rV0FnqvHb4q { width:14.75rem;height:0;top:1rem;left:0.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o85VzCEOUeFTGMzGgH4gbbCAzJofiMMx { width:2.5rem;height:2.5rem;top:1.125rem;left:2.6250001192093rem;font-size:1.75rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #JghX5TU6A7xfA0vEKDKRp8BmAGxvCHv1 { width:1.25rem;height:1.25rem;top:1.0625rem;left:8.1875rem;font-size:0.875rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #SIsx1Wry2rE699eBBsVyCqy4os1S79U8 { width:1.25rem;height:1.25rem;top:0.96875rem;left:8.1250002980231rem;font-size:0.875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ { display:block; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ { background-color: transparent; background-image: none; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container > .video-iframe-container { display: none; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row > .video-iframe-container { display: none; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .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); }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ { border-width: 0; border-radius: 0; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1b0gQMz4FimDBE8kgLl8sr3fsXTb7bJ > .row .container { width:20rem;height:45rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-text {padding-top: 0; padding-bottom: 0;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-select {padding-top: 0; padding-bottom: 0;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.4375rem;line-height:1;font-size:1.1875rem;overflow:hidden;background-color:#f7941d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#f6f7f9; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV  { width:17.5rem;height:auto;top:21.3125rem;left:0rem; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV {display:block;}#kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV { width:17.5rem;height:auto;top:21.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #nqluZsyFcxTeN9MfCaQpfVgcU5TJ6ulA {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #ohs4TbwTAyKgedWNxIi6mllNTtVozDRH { display:none; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #irPF3hg5EpBXARO2eoaxWRP7rmcGHXwN {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #TTVrPVmlg4xUTsyOShhVkh0rG2noU4B4 {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #GMD72MrLV7FeIVMbGfmtZHsvgAIrach1 { display:none; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #Nl6UVmUouTvW5KgeTzPN9DyCtZhPmih4 {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #aIAiRTqENzfETa6T9BkxrGKnEiqhIE8P {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #qap1uXbE6SCgPQCf1WZcyeT4ELok3Tif { display:none; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #w2W2fR0QCM2BQI1DTP6wUB781ZUKwJWJ {  }
 }@media only screen and (max-width: 763px) { #wVukhObTWg4y2uwMvCPbTMZ6WlOaU0Xm { display:block; }
 }@media only screen and (max-width: 763px) { #qPTdIQ8BUNQgyJwIm1utBeIw15hdyf2V { display:block; }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #AVIoLVG5RTTQyD6W6ZFJqFQiHFv3U5gw {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #FAWSKhmFMcTDhpTtOLnQPDWmZJn37Clg {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #fLOIL6TDvpBmqEGFKWeMlxnuHS08h2Jl {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #lU4lOlFN6Nh3rDVvSQ4w8hzzSborprsv {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #J8A8SrUHIXfSb4HpQcKKBd7MKNq6SCGK {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #Hl6CHAhb2dN89iO9MQBotbdHVfhgbNgM {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #D3i9E3pFqCCWo71FCbD5zO7oX2JcrGBo {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #TLtW9aTI6n35GsQyHil2ZBxvLDdd24z5 {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #faDlvqGowge0lBXDAkAhwDoxVmLzT1f9 {  }
 }@media only screen and (max-width: 763px) { #kCPOnOpsbR2hBzQ6I2e6i8u4Wm30ssJV #kBDBTCadHUPeAhSC66EUarUvPmTg0NT6 {  }
 }@media only screen and (max-width: 763px) { #F0EP1zoI23bSWT06CClx913TuOy6qTKr { display:block; }
 }@media only screen and (max-width: 763px) { #efEOhmoZZ5GCVp3ZNt0LGxTVHOeeyndE { display:block; }
 }@media only screen and (max-width: 763px) { #TiA3w0k1VHXA96iQXkMhtvTJ0kiCZQ0C { display:block; }
 }@media only screen and (max-width: 763px) { #uQuTho7qXTAPFHcrxGl2CBLnz6FzT6Sf { display:block; }
 }@media only screen and (max-width: 763px) { #LmLkRvD0VXdWOMumZIxbf7rpqSy3N7zf { display:block; }
 }@media only screen and (max-width: 763px) { #cqCR2JXngHZNHXwz96fVSPkNQ3BIPgi1 { width:14.559875rem;height:2.25rem;top:19.625rem;left:2.6875rem;font-size:1.875rem;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0rcg8BPpn9m4NQqSWmBhoJ9GdKX8y6A { width:14.56175rem;height:1.58125rem;top:21.1875rem;left:2.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUhCLl6av3Af7wPsvysBgaip7B7wpxnO { width:16.25rem;height:2.5rem;top:12.187500953674rem;left:1.8750001192093rem;font-family:kanit;font-weight:400;font-style:normal;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #TpTRRe1iSlt4lpObBkMguJ05NQ51I53X { display:block; }
 }@media only screen and (max-width: 763px) { #FCqT9Tc9GLopbp3XHUnTuGVOkCrst2ur { width:17.5rem;height:17.5rem;top:1.0625rem;left:1.25rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #n3y3T3SrMs4TqTgd7FDL84JtqqyQdp3p { width:20rem;height:42.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHATGsfqeCQ121qaTKPLGFchDLMiiq7T { display:block; }#SHATGsfqeCQ121qaTKPLGFchDLMiiq7T > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1TmEH0lnEFrcmuEc88o46MblFJTllis { width:15.3125rem;height:2.125rem;top:6.8125rem;left:4.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6DJRI8Ely4TrTVFkGKOswh8WNIwXN16 { width:13.1875rem;height:3rem;top:12.0625rem;left:4.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlUTu3xex8rt8xze8I4GRq1MG0tEMxVR { width:11.5625rem;height:1.875rem;top:23.69921875rem;left:6rem;font-size:1.25rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #NrJ6eVTpECQ2Twt4wpTKXnfqkCcxbgeb { width:13.875rem;height:4.5rem;top:17.5625rem;left:4.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PK1TSRUMORicvvsgzH1zC3nakZUmHq3C { width:15.3125rem;height:3rem;top:24.5rem;left:4.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNpLgZQU98Fo4k5fotmrEEX85Hv9g1A4 { width:13.625rem;height:2.5rem;top:16.6083984375rem;left:5.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwkZTfB9R1Ok1Sz0Jc6t0ktZydDIS09i { width:4.0625rem;height:4.0625rem;top:22.030468940735rem;left:0.625rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHtGiB7IuoWzRHyXVvLrHlThueeD369P { width:4.0625rem;height:4.0625rem;top:14.999218940735rem;left:0.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ZtM9bQbaTWeUfkXUtERfcvydMKMZBB { width:4.0625rem;height:4.0625rem;top:20.5625rem;left:0.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvmK09pvfzkAKzfkvVH2XsT6K2DJP7UO { width:14.3125rem;height:1.25rem;top:21.9375rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQPfBGQwlxLTixtcZJW8ffn3thUrxhKT { width:4.0625rem;height:4.0625rem;top:25.75rem;left:0.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIEgDH5LO8uGVOhNgpylnuN1GmDvAP6 { width:14.625rem;height:1.25rem;top:27.125rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlT2pRJhvLfBk6wSpRnEVnOdmLSrWET { width:20rem;height:2.625rem;top:0.81076407432556rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdnyFwn9SfvwaBctxZUgzpxOoONN41UG { width:16.5rem;height:4.2504875rem;top:3.796875rem;left:1.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuCDIE9BKkC1VHuMwTXMLAiVWP7FVebD { width:20rem;height:3.375rem;top:8.993052482605rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container { background-color: transparent; background-image: none; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container > .video-iframe-container { display: none; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row > .video-iframe-container { display: none; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .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); }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container { border-width: 0; border-radius: 0; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eEkrWSgnEbL53hefLNg0Vp22qWLHiX9d > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4tsk4JsnoPI4FngrS9J5IkrZBITa8S1 { height:11.189875rem;width:20rem;top:0.74843823909762rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a { display:block; }#ziVOfdc23lkKpKBMzN5GCBKqq0evgl3a > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoFCIXbVnFg1u6ZhPkHcZggvaSQpZ0S0 { width:20rem;height:16.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdCXiyvQyTBkzBkD6MvHezJXMZX2a7Vx { width:20rem;height:16.5rem;top:1.5000002384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 { background-color:#ffe5bc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container { background-color: transparent; background-image: none; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container > .video-iframe-container { display: none; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row > .video-iframe-container { display: none; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .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); }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container { border-width: 0; border-radius: 0; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxUXuZJEOvJlvsR0p0bZXazmsLEuvcy2 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiRIeV5B3TLKCIm1Ay2gyGd4T5QuKyvW { width:14.875rem;height:5.4375rem;top:14.37326335907rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPAeKQXTPHfcnH20doms60nC0QMqdtym { width:18.75rem;height:12.4375rem;top:0.74913120269775rem;left:0.62413197755814rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tNR2mA9nSVseJr4gZFhgAq3A3NfKwgTv { width:8.9375rem;height:1.4375rem;top:36.749996185302rem;left:5.5312498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqgwFsvuzFqoqudSCnyLqXu684Uu365e { width:12.5rem;height:1.86875rem;top:19.810764312744rem;left:3.7499998211861rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frIUQkEf9Nd99473z9EqfmMzDsfO2P84 { width:17.5625rem;height:2.875rem;top:22.180555343628rem;left:1.2178819775581rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5368JUfc3dOHgpG9nGfxoGy2nmDcF9 { width:10.9027775rem;height:3.3402775rem;top:26.437497138977rem;left:4.4999998211861rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkil3Qifvb6ILXRDblZmtkvk2PA9J8tP { display:block; }
 }@media only screen and (max-width: 763px) { #nvceIGfd1IJNcMVQaemaTZCKoSLrM39g { width:11rem;height:3.4375rem;top:32.5rem;left:4.4999998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTLRoC2iIhIQGyhQG8O6zLN03USngBbB { display:block; }
 }@media only screen and (max-width: 763px) { #idTaWNm3Ru5yyPFk922TqKuzNkrWMDp5 { width:10.9027775rem;height:3.3402775rem;top:31.25rem;left:4.4999998211861rem;z-index:15011;border-top:0.125rem solid #455d44;border-left:0.125rem solid #455d44;border-right:0.125rem solid #455d44;border-bottom:0.125rem solid #455d44;color:#455d44;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2olPSC9DxxdboZdh2b0AbMGTzOW6uF { display:block; }
 }@media only screen and (max-width: 763px) { #Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r { background-color:#ffe5bc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row .container { background-color: transparent; background-image: none; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row .container > .video-iframe-container { display: none; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row > .video-iframe-container { display: none; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .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); }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row .container { border-width: 0; border-radius: 0; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nitqtuozmgi5Ar1Qi5rnRbqL6R2pNk1r > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNnW3rJwO985kV3qPlMTvDCveARecMbd { width:19.375rem;height:2.875rem;top:0.21875rem;left:0.3125rem;font-size:1.5625rem;z-index:15012;background-color:#f7941d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;color:#000000;font-family:"db helvethaica x";display:block; }
 }@media only screen and (max-width: 763px) { #DU571mfHydta3RwEIVQ6UoN8pO50xClr { display:block; }
 }@media only screen and (max-width: 763px) { #ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 { position:relative;z-index:auto;display:none; }#ictUyKWoLbCQKUgsf31nAhUEJZvMFhv5 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TIQ5VVVG8TuRfhmhiXVl09WUeLHy9VJn { width:19rem;height:3.1875rem;top:1.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpKxLDrm9VMTAaDSqUTxCfD6mUlPJz7 { display:block; }
 }