.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O.adaptive-delivery-prevent-bg, #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O.lazyload, #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O.lazyloading { background-image: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { background-color: transparent; background-image: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .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); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { border-width: 0; border-radius: 0; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#AALq1z7T4XnTVyWCpqdy3KQkPgn7qU5G { color:#ffffff;display:block;width:30.81175rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:9.434814453125rem;left:15.84228515625rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#XnsuqfRvuBCNPsNkKscrvnuUfcxSn56x { color:#ffffff;display:block;width:52.311375rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:15.06103515625rem;left:6.3397216796875rem;height:2.76245rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#BVcV4crEBp8dHWFVzmJJ2ar3bo2l5Nwv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:sukhumvit;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.249875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.748779296875rem;left:12.6513671875rem;display:block; }
#Bwm7HT8h2LdW3X0s7KHSdhlLJGwzI7xM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVRynsHVJrO8QFb4v798sOKwszwb8i31 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.437175rem;width:7.3746875rem;top:1.3742405176162rem;left:1.0617408752441rem;overflow:hidden;display:block; }
#lNxtTf2wv5uAdC39aPaJG3BGVV0IFfVu { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #5ab3af, #78c166);background-image: -moz-linear-gradient(80deg, #5ab3af, #78c166);background-image: -ms-linear-gradient(80deg, #5ab3af, #78c166);background-image: -o-linear-gradient(80deg, #5ab3af, #78c166);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab3af', endColorstr='#78c166' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab3af', endColorstr='#78c166' );";background-image: linear-gradient(80deg, #5ab3af, #78c166);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.3120125rem;text-decoration:none;z-index:15166;text-align:center;text-align-last:center;top:6.31103515625rem;left:26.24755859375rem;display:block; }
#K6RTBI0C7FlmAW66n7EHXImOpWTdlaTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHHvmzccv3CZyUTrC6xnqOSENWTFolZk { color:#00ffef;display:block;width:50.437rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:19.06005859375rem;left:6.029052734375rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#daw0gItXT979e2skZ21zfWuhyeWlTbKW { color:#ffffff;display:block;width:52.311375rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:15.06103515625rem;left:6.3397216796875rem;height:2.76245rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#gAy4OJeqb3zNU6tyyazeAgqoy6RiLHgP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:sukhumvit;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.249875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.748779296875rem;left:12.6513671875rem;display:none; }
#yDgU83HG09NvnZGpCyspeweKt1WTHB7I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja.adaptive-delivery-prevent-bg, #ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja.lazyload, #ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja.lazyloading { background-image: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { background-color: transparent; background-image: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .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); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { border-width: 0; border-radius: 0; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:block; }#G9VVOa5ITK38zzZxaTBaQCCOXh0PAA4M { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -moz-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -ms-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -o-linear-gradient(80deg, #7cf9ee, #04ff9c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );";background-image: linear-gradient(80deg, #7cf9ee, #04ff9c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:5.6875rem;text-decoration:none;z-index:15166;text-align:center;text-align-last:center;top:23.3125rem;left:2.125rem;display:block; }
#AqfvXgKHGX9XicedIcR5lgodWJgn5PXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxSrTGR2udLJaZhRlwxdTnqr7s7UrdhT { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -moz-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -ms-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -o-linear-gradient(80deg, #7cf9ee, #04ff9c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );";background-image: linear-gradient(80deg, #7cf9ee, #04ff9c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:5.6875rem;text-decoration:none;z-index:15167;text-align:center;text-align-last:center;top:23.4375rem;left:21.8125rem;display:block; }
#DEcd4XlA8eihhtDvogiEJNuwmgL3ZmNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPRxT30489wiXGWsMGXD8Gu0LdPbohrA { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #95bdff);background-image: -moz-linear-gradient(80deg, #7cf9ee, #95bdff);background-image: -ms-linear-gradient(80deg, #7cf9ee, #95bdff);background-image: -o-linear-gradient(80deg, #7cf9ee, #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#95bdff' );";background-image: linear-gradient(80deg, #7cf9ee, #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:5.6875rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:23.4375rem;left:42.4375rem;display:block; }
#Oka82e5t6xmwzymDKpQ2HT4cDuMlhSc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J4AZ781lmPMcvLz410xWKdalcCLdG7ns { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #95bdff);background-image: -moz-linear-gradient(80deg, #7cf9ee, #95bdff);background-image: -ms-linear-gradient(80deg, #7cf9ee, #95bdff);background-image: -o-linear-gradient(80deg, #7cf9ee, #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#95bdff' );";background-image: linear-gradient(80deg, #7cf9ee, #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.062rem;height:5.68725625rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:33.625rem;left:42.4375rem;display:block; }
#V0OpITCxZSdH6C6HOMDSmR3qD1DkLgZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7HTeZzIoUwRZLaOD3G1STd5tJmz6T74 { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #95bdff);background-image: -moz-linear-gradient(80deg, #7cf9ee, #95bdff);background-image: -ms-linear-gradient(80deg, #7cf9ee, #95bdff);background-image: -o-linear-gradient(80deg, #7cf9ee, #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#95bdff' );";background-image: linear-gradient(80deg, #7cf9ee, #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.12425rem;height:5.68725625rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:13.8125rem;left:42.375rem;display:block; }
#wrJQfXB8b0mPdixUl6lPmMCH12qhyIU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlLux1QtmRhgs6XnnOI7R8VLOnfr0tOS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.5625rem;left:22.8125rem;display:block; }
#BrGlv2T3ZDV3U9BrE8V6tKz2dHy2i7HI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2GXuuvP5dUqEWnvJhcHuOxGlNAG29Mn { color:#ffffff;display:block;width:55.7495rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:2.7117919921875rem;left:2.1240234375rem;height:3.26220625rem;text-align:left;text-align-last:left;display:block; }
#G5IzgIHd8fA9rBz5bQBT6Omuq2MpVBuM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12463125rem;width:2.12463125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:25.125rem;left:18.9375rem; }
#Uyz4B7HDWk0BKIuEsSMufRMr4yvdtoAm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:25.5rem;left:39.1875rem; }
#TvI09TQxCnk4zE9aQ8ilewiKwD5MQWJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:35.4375rem;left:39.125rem; }
#NmR35DNMogmC8D9HomOob31nc3IXNxlw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:15.5625rem;left:39.125rem; }
#SvZOPFr4FWpdNb9BiSItvdMFnSD8JvPz { box-sizing:content-box;height:20rem;width:0.25rem;position:absolute;display:block;z-index:15174;background-color:#ffffff;background-image:none;top:16.5625rem;left:39.125rem;display:block; }
#mCsJP3ithr43Zhz7r0vzN9fTu0yPbf1p { color:#ffd920;display:block;width:32.312rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:6.7236328125rem;left:15.100708007812rem;height:3.26220625rem;text-align:left;text-align-last:left;display:block; }
#eNIcuIym3BlQXOA5v81kgloIBKQ44EyZ { color:#ffd920;display:block;width:16.31225rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:32.75rem;left:16.8125rem;height:1.91223125rem;text-align:left;text-align-last:left;display:block; }
#ELWFdDmoTTfhtsRBtUQnGdL5ytME5n20 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15176;opacity:1;top:33.4375rem;left:14rem; }
#wGUTViKWmgH5XTM1U57THifLhTmthM0e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:20.125rem;left:9.0625rem; }
#XJS3Si72JbnDr5wtf3MNo6vkc5L755i4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:20.125rem;left:28.75rem; }
#srRxu02rifc9Q5cGJL4ABGWt8QeP0Tmi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:11rem;left:49.375rem; }
#Sc8Nyr89vz5T7BVZPfScBqargJzubsPx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:21.1875rem;left:49.375rem; }
#EPTeUZnmanHg2eSwAcRAdunuBxAo8mAi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15181;opacity:1;top:31.5rem;left:49.375rem; }
#OtMmmS5ZdbLDgDdL0K9f9Tl1RymPJdRp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im.adaptive-delivery-prevent-bg, #m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im.lazyload, #m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im.lazyloading { background-image: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { background-color: transparent; background-image: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container > .video-iframe-container { display: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row > .video-iframe-container { display: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .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); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { border-width: 0; border-radius: 0; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { font-size:0.875rem;font-family:arial;height:238.5rem;width:60rem;position:relative;display:block; }#Hxwx97EOUZwv7Kr7pLHDlAncKvQTpnKW { color:#ffd920;display:block;width:49.125rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7471923828125rem;left:6.8109130859375rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OauiXBCTg7I14zD3SD5E422lTbzVpBsn { background-color:#7122e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.401666625rem;height:2.089841625rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:5.6875rem;display:none; }
#sXyTnA0pXwpPEhIVkz5yrrdelLqet3vz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euvu5o61T6LpR7hfiCUOnNGJAZ61VSRu { background-color:#7122e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.317729125rem;height:2.005860375rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:53.0625rem;left:5.728515625rem;display:none; }
#nlZOFUKKhIOl8M9QaJcTQerSz4K40s4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0VFAaSLfyHWwfPKeeap7p91aOJweuk5 { background-color:#7122e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.234354125rem;height:1.922529125rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:76.1249961853rem;left:5.728515625rem;display:none; }
#pV27p0H3zkqegXO8qrUKXEUdFb04Z6eQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRpnFxIpT5QvWhXufWg4DHKAAKZpNOXQ { background-color:#7122e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.150416625rem;height:1.839191625rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:105.2500038147rem;left:5.8118515014649rem;display:none; }
#OqtABd5QQCQizJIpk7oTFfTLHd509TdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBOKlcp2VTORuDhaFo7hGb30zf81rMH0 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:19.8125rem;left:33.5rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CF8M29ACoplCKiDFQCqELJxV3UOGmVSc { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:35.5625rem;left:38.9375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdIFUT7kbKrHkHWOWIEFVdzceOonJFgd { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:35.625rem;left:2.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeyGsJM7bwLLLm48n3Xr09eA71Sz9IBO { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:35.5625rem;left:21.8125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7nWKcHd8trGh4PEta8HKSF4viuH7fkB { z-index:15003;top:102.3125rem;left:4.3125rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lCbKXmTDyAiUIp0RWHsGVJZg3p4shDvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcbDaySTCveIeRPTTew49L3EZIMvOBVr { z-index:15006;top:102.31174468994rem;left:47.095268249512rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TFliwFe0CVTigg1kGO040C2V7iHJUHFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:67.0625rem;left:4.4375rem;height:;text-align:left;text-align-last:left;display:none; }#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU li:before{  }
#i8G4GQezc45tzbfJc5HLyo7cpOe4pTh2 { position:absolute;display:block;z-index:15120;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:10.125rem;width:17.5rem;top:23.375rem;left:33.1875rem;overflow:hidden;display:block; }
#oiDaQNszWNpgvDiJQ9ehpoorKhFE2H5N { position:absolute;display:block;z-index:15122;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:8.875rem;width:16.3125rem;top:39.4375rem;left:3rem;overflow:hidden;display:block; }
#i9OuGmdKkVG253TK4nx97eZWg76LTtFV { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:8.75rem;width:15.8125rem;top:39.4375rem;left:22.75rem;overflow:hidden;display:block; }
#w1b85V1RfTpdT3pMNA3c6fwtsWvB2rbS { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:8.8125rem;width:15.875rem;top:39.4375rem;left:42.4375rem;overflow:hidden;display:block; }
#q3wmDZZvl9Ade0TzKMqdzAXGLKyyI727 { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:9.75rem;width:17.6875rem;top:23.5625rem;left:10.375rem;overflow:hidden;display:block; }
#KtWcMnMM7NmKxTEcyHD1SRnNcnP9qVex { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:19.875rem;left:8.25rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mB7M3OGf1GqMoyODGhROOMPKNf5INSrw { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -moz-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -ms-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -o-linear-gradient(80deg, #7cf9ee, #04ff9c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );";background-image: linear-gradient(80deg, #7cf9ee, #04ff9c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:2.3125rem;text-decoration:none;z-index:15165;text-align:center;text-align-last:center;top:9.0625rem;left:17.96875rem;display:block; }
#DIS6cFHLnvcXOOrRzvD4dg5U0V9mevCb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQhl80ZRrJ6qE4pdiSnRGn2ZUitdpwZI { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -moz-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -ms-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -o-linear-gradient(80deg, #7cf9ee, #04ff9c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );";background-image: linear-gradient(80deg, #7cf9ee, #04ff9c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:2.3125rem;text-decoration:none;z-index:15166;text-align:center;text-align-last:center;top:52.5625rem;left:19.375rem;display:block; }
#anc7abny1xzTGTNVWQPL10Qf5Lm1nyuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X1CHFHMTVlpf7742N90RTOXD2iyPu75G { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:66.0625rem;left:2.25rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t4inguVChJVM55raJfRMmXtTT7XbqGIM { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:12.125rem;width:24.5rem;top:69.78125rem;left:1.1240234375rem;overflow:hidden;display:block; }
#WJCT9uxIen8S3uG2q7qyFRSPkezfo5nT { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:66.0625rem;left:28.6875rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f52sPnqhXFTTWuaTw0dfKSnvZobL6VC7 { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:12.0625rem;width:31.5625rem;top:69.8125rem;left:27.125rem;overflow:hidden;display:block; }
#VuXOL60L0TS46s3aE89IEXXDCTC3g6tl { position:absolute;display:block;z-index:15162;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.5625rem;width:42.6875rem;top:13.380859375rem;left:9.21875rem;overflow:hidden;display:block; }
#NCJ7KWip8MPiTnTEtkqJorsTbuEAfNEK { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:9.75rem;top:56.8125rem;left:31.9375rem;overflow:hidden;display:block; }
#ExZ0hw5Thb4ZkmQ37ykPKkrWS8FXGMuU { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:2.875rem;top:58.375rem;left:22.25rem;overflow:hidden;display:block; }
#t6qnAdUM6StGJrCwmXNUhKyp5hQD2Kem { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:59.5rem;left:25.1875rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9IuglQX28CkDiEdwAmxUrIiWCJSQTpu { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:12.5625rem;left:24.3125rem;height:1.381225rem;font-style:normal;display:block; }
#pBbQoNLbiPJ8dI0sw6LZRyWOEFA2TxV1 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15104;line-height:1.3;letter-spacing:0;top:56.1875rem;left:25.6875rem;height:1.3808625rem;font-style:normal;display:block; }
#r822oTnl7gC2Iz3ye3sMaZtekG22PlVN { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -moz-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -ms-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -o-linear-gradient(80deg, #7cf9ee, #04ff9c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );";background-image: linear-gradient(80deg, #7cf9ee, #04ff9c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:2.3125rem;text-decoration:none;z-index:15167;text-align:center;text-align-last:center;top:85.625rem;left:19.4375rem;display:block; }
#lWyBWyvLMMmVRxSH5lLGUtoUxvm7D375 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fgh2kkR2ILo41fkuZvgIpnsk2bqTPzaU { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:18.3125rem;width:26.625rem;top:105.625rem;left:1.25rem;overflow:hidden;display:block; }
#J16FCMe4oeQwtuTZqZhKp1UsSW69I1uL { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:18.3125rem;width:30.375rem;top:105.625rem;left:28.4375rem;overflow:hidden;display:block; }
#tLHJtCzB3cpbhVJUd24zgONZ3J9l5BOD { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:93.9375rem;left:12.875rem;overflow:hidden;display:block; }
#C1Tby8v6kxcDpckiBc96kbfOOwNfHmWZ { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:94.9375rem;left:17.4375rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k8cob7SCaTEmRHcFKEXVxs3GS5HfBUUT { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:93.875rem;left:25.75rem;overflow:hidden;display:block; }
#tt95cV6nAoH95TgmS5aggXTI8iZiPF4w { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:94.9375rem;left:30.6875rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEcIlfa2QV1XRNdKKhiw5XSFaponOKHT { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:9.75rem;top:91.8125rem;left:40.4375rem;overflow:hidden;display:block; }
#lP0rLvsL61svpgbkdTEiU7cpUD2iNw5U { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:102.0625rem;left:3.25rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J9vdQWHQuJwQLzEIVQNAlwHTuv8ZhMkp { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15105;line-height:1.3;letter-spacing:0;top:90.5rem;left:24.5rem;height:1.381225rem;font-style:normal;display:block; }
#X21QaOFAJkky43RnXNF8SDX0FP4QrL8G { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:102.0625rem;left:31.5rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFNK4AWrBTd1EsZLK6FT55bF8uU5XxTt { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -moz-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -ms-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -o-linear-gradient(80deg, #7cf9ee, #04ff9c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );";background-image: linear-gradient(80deg, #7cf9ee, #04ff9c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:2.3125rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:127.75rem;left:19.5rem;display:block; }
#UHNM7AD18QXcwC7UNTWl0fl1f53MrTAB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dbQSQQO6hfcDKUuDcm97Hds2wFxV5xGk { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15107;line-height:1.3;letter-spacing:0;top:131.4033203125rem;left:25.8125rem;height:1.381225rem;font-style:normal;display:block; }
#uMON37PGJ8F012VPBfasNz7xwBOynErb { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:9.75rem;top:130.7783203125rem;left:33.5rem;overflow:hidden;display:block; }
#ipVuyQt11OpNSD8LuJvVFGclLTchF0Dz { position:absolute;display:block;z-index:15170;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.3125rem;width:8.5rem;top:133.7158203125rem;left:21.8125rem;overflow:hidden;display:block; }
#mSOichF8u9l5GROaxzTfZ5z5qdmdilTm { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:16.625rem;width:34.9375rem;top:141.03125rem;left:1.75rem;overflow:hidden;display:block; }
#KNLOHmsJNLFBpS3k6aqzuFwPev2qZKUl { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:137.7158203125rem;left:6.9375rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntVFhDWBOqbTGQhDVnGilzKSJ8iX0PQD { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:137.7158203125rem;left:37.375rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xeff2hgPoMeQlbQKHR1waZ4nQVnQXvey { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:16.4375rem;width:15.875rem;top:141.125rem;left:40.9375rem;overflow:hidden;display:block; }
#IMndxOm7GMynaqeDkTx6DlPyecZJ4b2l { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:160.0849609375rem;left:37.375rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VgPc79KZcD9la84797alqK7J5dJ2eETF { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:17.1875rem;width:20.6875rem;top:163.1533203125rem;left:38.9375rem;overflow:hidden;display:block; }
#ZyEpEOxne1RR2akLVnSfhnXsHcDyhU9n { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:160.0849609375rem;left:6.9375rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jrm5KFiE3JOxMCqHy2AETZ29kx16hyFN { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:35.125rem;top:162.2783203125rem;left:1.1240234375rem;overflow:hidden;display:block; }
#ZNHetuHaXcRtcXDD1xRgMlMKP7VMl8Of { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -moz-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -ms-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -o-linear-gradient(80deg, #7cf9ee, #04ff9c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );";background-image: linear-gradient(80deg, #7cf9ee, #04ff9c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:2.3125rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:187.875rem;left:19.5rem;display:block; }
#DO4QAd4FIDzNNx4PtFbLNbDz3XZIqbFg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLWHP9UmfTd7N16XSH51p54qUkkQ3io6 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:192.931640625rem;left:25.8125rem;height:1.381225rem;font-style:normal;display:block; }
#G8gwGiJnr4m1dGgkknw867I9yiy96Bo2 { position:absolute;display:block;z-index:15163;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.5625rem;width:11.1875rem;top:195.125rem;left:12.625rem;overflow:hidden;display:block; }
#U0FI6LJbp17uKm69QISEQzutn29cDpHQ { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:2.9375rem;width:10.375rem;top:196.4375rem;left:38.9375rem;overflow:hidden;display:block; }
#dJb4MXpgmJ74Gd16R9pLz7uTpaJMyXhn { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:2.875rem;top:195.96875rem;left:27.125rem;overflow:hidden;display:block; }
#SA3OhOuTTIPfMi3Ak2WiVZn64nx6mVJT { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:197.125rem;left:29.75rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwJGIh94cU6NITX3Xaeqmoud9fb361fT { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:25.625rem;top:206.375rem;left:2.6875rem;overflow:hidden;display:block; }
#EiO6oXImUEfpFyhQKkHGFE0mAiGeikOL { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:25.8125rem;top:206.375rem;left:31rem;overflow:hidden;display:block; }
#XRZZdQpohDlg23GeCJArqUATw3yvt7sC { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:202.875rem;left:5.5rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ia2y8xPlhe6AuBOAStloTJLbo1Q1oD2U { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:202.875rem;left:31.5rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HW9DPxrGxvLrXtBCRqhoHEt2sMAsQL6Z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43725625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:231.87377929688rem;left:23.873291015625rem;display:block; }
#auyZWv6FmxtBbB2genMGMnMThKqPCg0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAdkc5NeQ8MDLFFhv777uEMEs3bct4Oc { color:#ffd920;display:block;width:32.3115rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:223.65673828125rem;left:15.217529296875rem;height:6.5244125rem;text-align:center;text-align-last:center;display:block; }
#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(3,5,5,0.32);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT.adaptive-delivery-prevent-bg, #n1a5TcMQfdgLcEDyFTTrP3VkBow39evT.lazyload, #n1a5TcMQfdgLcEDyFTTrP3VkBow39evT.lazyloading { background-image: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { background-color: transparent; background-image: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container > .video-iframe-container { display: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row > .video-iframe-container { display: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .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); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { border-width: 0; border-radius: 0; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { font-size:0.875rem;font-family:arial;height:118.9375rem;width:60rem;position:relative;display:block; }#f3TzbHx1ns9K7pDB2ggVV4XwL8TZXVRa { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:kanit;font-size:3.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.5);top:2.431640625rem;left:18.87451171875rem;height:3.981325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JoQOiM05cIsxBELMHklTmLKNhxLwB1B0 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #13398b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.0625rem;width:38.875rem;top:9.249267578125rem;left:20.656127929688rem;display:block; }
#PB28dgvORTH5gCEEAOhogbSZDAxRhalb { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:10.123875rem;top:5.7257080078125rem;left:5.5303955078125rem;overflow:hidden;display:block; }
#sbUxaFFZ1Gw2ZLaWCFrLJVma3puplw2t { color:#53c8fa;display:block;width:9.4995rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.5);top:2.3907470703125rem;left:38.187255859375rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z8qbMCNcs4Cxzw3S5m9IEzm953Vp900P { color:#13398b;display:block;width:16.5625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:2.3125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KubrUUERcolLM9vnsCElr31BEi985y9w { color:#ffffff;display:block;width:20.49925rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9L3OhQ0tp0SfHMBe4VDbr8Tam9eZaJe { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.780029296875rem;left:22.062377929688rem;height:17.05809375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z8lSibbWBDrL5yQcMeKlU2z3BSFBFhUR { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -moz-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -ms-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -o-linear-gradient(180deg, #ffffff, #9de6f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );";background-image: linear-gradient(180deg, #ffffff, #9de6f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:15.1875rem;top:24.25rem;left:2.6875rem;display:block; }
#q5tXDVTCF9NNXMOBrFqTHoOMMksHbUDm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:112.24670410156rem;left:23.226318359375rem;display:block; }
#VQMeOCNK5zC99FiiidVTn1Wz4eiaXxub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDBaTNxmfNTkbU5Li50vO28ny9z9IGPz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:20.5rem;top:56.75rem;left:0rem;overflow:hidden;display:block; }
#UpfIsHe4UZ18Gz4EDmNqvqpVN8Avb9vl { color:#13398b;display:block;width:16.5625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:75.1875rem;left:2.5rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esx4V8K1nFTTtoyp8SsyEU7U2cXx2Qms { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -moz-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -ms-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -o-linear-gradient(180deg, #ffffff, #9de6f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );";background-image: linear-gradient(180deg, #ffffff, #9de6f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:15.1875rem;top:74.6875rem;left:2.875rem;display:block; }
#R2TxEDbUyu6PVS8g4an5Hy5tX90i9LI0 { color:#ffffff;display:block;width:20.4986875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:78.5rem;left:0.4375rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hM8TCsKbl1pnaJPAwyNiRBfEOgDaRZLE { color:#ffffff;display:block;width:33.062125rem;position:absolute;font-family:sukhumvit;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:61.25rem;left:22.75rem;height:15.84225625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RhDvg1KpPbTB2RAd5bkheRlQXUgmUX1F { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #13398b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.375rem;width:38.3125rem;top:59.375rem;left:21.375rem;display:block; }
#UcsZxgqdQLa1TLKatduWgJfqvV4Xqd5F { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:106.25rem;left:0.4375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVBrqTSbKfLyTQlOuhEqgfva36dIBVpc { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #13398b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.8125rem;width:38.3125rem;top:84.8125rem;left:21.375rem;display:block; }
#LrRbow7O2KoMI6IhTqXitgGsmgQ4E9mZ { color:#13398b;display:block;width:16.5625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:102.9375rem;left:1.375rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuUZ5WoWUV2hn8vcJ5Si8GdF0yBnfFhZ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -moz-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -ms-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -o-linear-gradient(180deg, #ffffff, #9de6f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );";background-image: linear-gradient(180deg, #ffffff, #9de6f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:15.1875rem;top:102.4375rem;left:1.75rem;display:block; }
#llfFkuBdk0QKiSuRUBSbCcCJJdCDGkIQ { color:#ffffff;display:block;width:33.0615rem;position:absolute;font-family:sukhumvit;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:86.25rem;left:22.6875rem;height:20.06685625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u0P3ngDWSuPxowPPmJ1ylrdxS6oAm9pw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:83.0625rem;left:0.4375rem;overflow:hidden;display:block; }
#OcoC93WXzoDP60VITtxkxNkZbi0TkSPy { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #13398b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.0625rem;width:38.875rem;top:33.8125rem;left:20.625rem;display:block; }
#cA5FrS7qTdi9omQyBdF6Xp5tz9wghXEc { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.375rem;left:22.0625rem;height:13.646475rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tTRJIyboQpKTGRUgAB1cpRzOZDvWuIxw { color:#13398b;display:block;width:16.5625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.3125rem;left:2.3125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFzpECr4P3NC3rperzTucHRukMq4asiy { color:#ffffff;display:block;width:20.49925rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:52.625rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ee9bIMi1E66ku9RCV2sGubDe6E8MHwe1 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -moz-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -ms-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -o-linear-gradient(180deg, #ffffff, #9de6f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );";background-image: linear-gradient(180deg, #ffffff, #9de6f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:15.1875rem;top:48.8125rem;left:2.6875rem;display:block; }
#PJp8c6p5CVuJlNgsMZMMo3mBEpJGeV37 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:20.25rem;top:30.31201171875rem;left:0rem;overflow:hidden;display:block; }
#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS.adaptive-delivery-prevent-bg, #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS.lazyload, #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS.lazyloading { background-image: none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { border-width: 0; border-radius: 0; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:none; }#kHIpK3WUA4VRhokvcyPmFqD4saMga81H { color:#000000;display:block;width:26.625rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.875rem;left:4.5625rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { color:#a920ff;display:block;width:5.25rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25rem;left:37.874893188476rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:25.6875rem;top:12.5rem;left:5rem;overflow:hidden;display:block; }
#uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.365669250488rem;left:32.562393188476rem;height:1.54358125rem;text-align:left;text-align-last:left;display:block; }
#zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { color:#000000;display:block;width:6.5rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.365669250488rem;left:41.250003814698rem;height:1.54358125rem;text-align:left;text-align-last:left;display:block; }
#aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { color:#000000;display:block;width:26.625rem;position:absolute;font-family:sukhumvit;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.000000953674rem;left:32.5625rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { color:#000000;display:block;width:25.25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.437194824219rem;left:32.562393188476rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.4375rem;left:6.78125rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ks9gGdvpIXARRFtGt7EbZ41SlUPeHdDB { 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:23.6875rem;width:55.5rem;top:8.8747863769531rem;left:2.9058170318604rem;overflow:hidden;display:block; }
#eaR0cIwCEyHeBcm7lzKpAK3gmXLK4Ryp { 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:131.1875rem;width:60rem;display:none; }
#Zd6pzytK7cQLCwhkQUgRthLfVFo9FRhp { color:#ffffff;display:block;width:57rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.4375rem;left:1.5rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsaHzZ0lISTeCnqSoWc5GQ6myaOcttCM { color:#000000;display:block;width:25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.711486816406rem;left:32.562393188476rem;height:5.68603125rem;text-align:left;text-align-last:left;display:block; }
#Ed6OT31hgIvSPFu7RAft8kgp1SmfMU34 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.499892234802rem;left:35.81217956543rem;display:block; }
#R6kL3cUrV3oh258zFmBLZmoSzaizVChF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiTKqRGs0VL2ENny5ed4WOLKITREhvgG { color:#000000;display:block;width:25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.711486816406rem;left:32.562393188476rem;height:5.68575rem;text-align:left;text-align-last:left;display:none; }
#i1r8ZWW3DDzifd15HmGkVUSRIDZfbOSk { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#i1r8ZWW3DDzifd15HmGkVUSRIDZfbOSk > .row .container { border-width: 0; border-radius: 0; }#i1r8ZWW3DDzifd15HmGkVUSRIDZfbOSk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i1r8ZWW3DDzifd15HmGkVUSRIDZfbOSk > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;overflow:visible;position:relative;display:none; }#ZyDlFhSHO1mUgaOtl6n4cPe8LIHpdQtV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:10.3125rem;width:19.6875rem;top:14.125rem;left:5.375rem;overflow:hidden;display:block; }
#IJmCIB4NthsaIZWCrkG6P1xskJDD3hc8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:4.0625rem;width:7.875rem;top:25.625rem;left:1.1875rem;overflow:hidden;display:block; }
#WTvQgB5kzy7rzysIwZmW9UxKS3oufyFv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:4.3125rem;width:8.375rem;top:25.5rem;left:9.875rem;overflow:hidden;display:block; }
#DXfcx4FpIzUQTLSTRGOi9N2pKk29WZfC { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#xidXVaa5f07GeL7yRtehdtLM2fDUhHk6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -moz-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -ms-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -o-linear-gradient(87deg, #8d00d1, #4f5dc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );";background-image: linear-gradient(87deg, #8d00d1, #4f5dc7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:18.75rem;width:29.0625rem;top:13.375rem;left:29.1875rem;display:block; }
#wuuTGACBvXKZNgTJN3zDaelg4xJJPZdT { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.11279296875rem;left:30.5625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#D6GKi3xusEIMf81grlbN8cH462Svi811 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#QLfPGmqLO3S1GWMIqGgOFPTRtsTeyBV5 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.318359375rem;left:38.90625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#WqBfauzsDU8ZMVSIl9wbFW4xzo3THXI8 { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.3125rem;left:3.625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#MOlU8x6bLLZahpAwLMVBTe9oJwSTczsN { color:#ffe800;display:block;width:12.1875rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.6201171875rem;left:29.875rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#kFezBSRmbbUDRasbTkUH1XVkwKLMtKTA { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.849609375rem;left:30.625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#u8q3VxFaCSiD3hrJJRe9bGlNtXVJH48R { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.125rem;left:31.03125rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#DEoBqqpuCUlTtW2afTmk357THmRn3GoN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -moz-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -ms-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -o-linear-gradient(180deg, #ffdf68, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffdf68, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.4375rem;left:21.5625rem;display:block; }
#e5tXeZfOx8eQG1tMLOLIemx07g3OmxOi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4d0EC3Lg8bUWBGFh8Kn5tJ5fuECJrhf { box-sizing:content-box;height:0.125rem;width:23.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:19.4921875rem;left:30.5625rem;display:block; }
#Mg4WuKQU8xo7WDwwV9UoNlsLmmNC4cCe { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.9130859375rem;left:31.875rem;height:3.89941875rem;text-align:left;text-align-last:left;display:none; }
#FFviyDMRy4sfBLfRsrbIfquZyZmgpqT0 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AccfxincoriwfuH6UtN2kAWRwbrfgdSW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:4.4375rem;width:8.75rem;top:25.4375rem;left:19.0625rem;overflow:hidden;display:block; }
#N5rBviyQBS4gZEynES6JvAK0zKShLUQy { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:32.34375rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#l7TeTQllOFSr3fiuFle6uSceNTNLJyzL { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:3.5rem;height:1.54345625rem;text-align:center;text-align-last:center;display:none; }
#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row .container { background-color: transparent; background-image: none; }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row .container > .video-iframe-container { display: none; }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row > .video-iframe-container { display: none; }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .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); }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row .container { border-width: 0; border-radius: 0; }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;overflow:visible;position:relative;display:block; }#DSTwvvLqt2w1ASyOVENMAMoKFGwkEm6P { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:8.4375rem;width:16.3125rem;top:13.125rem;left:0.9375rem;overflow:hidden;display:block; }
#QUUKOBdo2L4ekINda4uexMBnGyQQrmLe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:8.75rem;width:16.9375rem;top:17.125rem;left:10rem;overflow:hidden;display:block; }
#bfy4emz1Ns1wTT4ZtmaSGIS0nHefpSVN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#rRvNFrUPxh5GXofCre60LImyTr6u0l0C { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -moz-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -ms-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -o-linear-gradient(87deg, #8d00d1, #4f5dc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );";background-image: linear-gradient(87deg, #8d00d1, #4f5dc7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:16.75rem;width:30.9375rem;top:13.125rem;left:29.0625rem;display:block; }
#FWrEwvDmkDp5pLeFhWDTKq00dNNqgPvG { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.05078125rem;left:29.0625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#nXrX0qyUxv8UaVlexVDMQbL3QiH5HMmt { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#RDiZeXuJfysMgLM7i0TrBxET24smvJVP { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.875rem;left:37.21875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#IvzJLAyiTfFRv4fOrAXznC1u5BepJv5d { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:3.5rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#sz1PqevNMDCBMLW7xpIm3zgJIuUghF1O { color:#ffe800;display:block;width:14.3125rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.51953125rem;left:29.0625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#sOTAAPXUNOS1J4J9xsId6h5o5GaCqbUw { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.1630859375rem;left:30.875rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#Tzv3OFZcD4hFk7PO2rul5FyzPE5pD9LU { color:#ffffff;display:block;width:31rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:29rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#XPpJ1TCwNVPAn5icJTlev1bVTmFfw4rh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -moz-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -ms-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -o-linear-gradient(180deg, #ffdf68, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffdf68, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.8125rem;left:20.1875rem;display:block; }
#TdinIEATtDr382qWyNZNUWlpgh2Vr15P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrPIGE6cxQgNkoDDbGPJzRZgiRCd4zEK { box-sizing:content-box;height:0.125rem;width:23.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:19.474609375rem;left:32.6875rem;display:block; }
#XMGxTv7Zh5upbkoBGEC3ItBh6TdiCaUq { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mIvTmnelz6Mnn4a0MqEwCiTXkdGprw5c { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:7.8125rem;width:15.125rem;top:22.125rem;left:3.5rem;overflow:hidden;display:block; }
#g8b4PTPLgulxTxBhnwc73MyZhoKyKObV { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.86865234375rem;left:35.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#LBTdb1TFmOia8mrVx4AUF6RW4WfVLGes { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:3.5rem;height:1.54345625rem;text-align:center;text-align-last:center;display:none; }
#opJ84Rxz1bOIN9I4EQtgJ4eFef4k0hW5 { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:29.125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#UCWdaF2VLVC7ZCTAyo18z0rFqIwteM5X { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:24.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN.adaptive-delivery-prevent-bg, #gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN.lazyload, #gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN.lazyloading { background-image: none; }#gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN > .row .container { border-width: 0; border-radius: 0; }#gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:none; }#LiqkuG9a4mdZObt5XXXuwu7Ryi0Z3TRZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:23.624267578125rem;left:24.18701171875rem;display:block; }
#t0k1LlF4h94AByXRmuQdP2HV4qsM7nvB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epy0WNUZg4N3hNb7i2IHWJc7wE3KqnKE { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:11.337890625rem;left:1.6875rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#zKeFziqv2FPHboPpAmNGFnKTt4TJlDq7 { 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:60rem;width:50.1875rem;display:none; }
#UZPIEWeoNXzqV6LF480XxJyefS0t0fGz { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.125rem;width:46.8125rem;top:3.90625rem;left:8.28125rem;display:block; }
#tIDxivFuyZVhLs794pvnlPwBAwDRpPes { color:#ffffff;display:block;width:32.3746875rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.0625rem;left:16.75rem;height:2.55005rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dz8WAx2NdOXD5qOJTcHhLBJaOuwPRakf { color:#ffffff;display:block;width:44.1235625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:20.74951171875rem;left:10.186157226562rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xpz2D9JX388RHEMD8pvdBenfzin85SbB { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5625rem;width:12.5625rem;top:10.3125rem;left:24.75rem;overflow:hidden;display:block; }
#XWoqowzyZVo2JrOqko9Gpw4sIrn9RndU { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.625rem;width:13.375rem;top:10.3125rem;left:39.25rem;overflow:hidden;display:block; }
#ZogzetI3tNNTk5QouiAspgh8D85qu8h8 { color:#fbe936;display:block;width:12.062rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:17.75rem;left:25.3125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ZogzetI3tNNTk5QouiAspgh8D85qu8h8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZogzetI3tNNTk5QouiAspgh8D85qu8h8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#r9DeNn8OILL1gf8d0Fy4X2Z1pFvFAnHW { color:#fbe936;display:block;width:12.062rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:17.75rem;left:39.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#r9DeNn8OILL1gf8d0Fy4X2Z1pFvFAnHW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r9DeNn8OILL1gf8d0Fy4X2Z1pFvFAnHW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#Efd6585uyxsJssWNtLoXcHq0PtJTLvL8 { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.375rem;width:23.125rem;top:2.0623779296875rem;left:20.437377929688rem;display:block; }
#JkeohLyHsJ4neHnkM6ksA4IWDixUxpTo { color:#091b45;display:block;width:22.5rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:2.8125rem;left:20.99853515625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G65kTrB29nCwZTXU5WpVTZTR3Fn68NG7 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.5625rem;width:12.5rem;top:10.3125rem;left:10.8125rem;overflow:hidden;display:block; }
#IlsLaQue8OnZpNeimWWJo51TPuRfTbtu { color:#fbe936;display:block;width:12.062rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:17.75rem;left:11.375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IlsLaQue8OnZpNeimWWJo51TPuRfTbtu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IlsLaQue8OnZpNeimWWJo51TPuRfTbtu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#rTLbvHbOJwTbRqkE1x5Wn7zrb6yg8hiG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #647aff, #000c7d);background-image: -moz-linear-gradient(326deg, #647aff, #000c7d);background-image: -ms-linear-gradient(326deg, #647aff, #000c7d);background-image: -o-linear-gradient(326deg, #647aff, #000c7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );";background-image: linear-gradient(326deg, #647aff, #000c7d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rTLbvHbOJwTbRqkE1x5Wn7zrb6yg8hiG > .row .container { border-width: 0; border-radius: 0; }#rTLbvHbOJwTbRqkE1x5Wn7zrb6yg8hiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTLbvHbOJwTbRqkE1x5Wn7zrb6yg8hiG > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:none; }#oUzHSG1HkyAi1DDiWK8FCptWrqc69lLR { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:#f8f600;background-image:none;top:1.5625rem;left:45.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#EO6UyxhwuhTwdsyZ4AIidTkc5mCTHkxw { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:mitr;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:45.625rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WaQytVJ2c0vvb0wHAWPO7wGVRhBvlaD0 { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0rem;left:3.125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#OLl700nkyiJAmdKv5AFOzRbUxZUxRQea { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:0.625rem;left:4rem;overflow:hidden;display:block; }
#VTFOdM5W4DuIZURQTqFsmrGB9pyqtg36 { box-sizing:content-box;height:19.625rem;width:20.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:9.125rem;left:4.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#ygE19FS1XAol0npBOFLuQpoGQ0g4DTKA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:15.625rem;left:26.375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#tcCJUkiUqXigz8mpeWJWQoPGMl1OqFmF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:15.625rem;left:40.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#klhx9Crl8BBXagZiTT42donQshbG0MQK { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffd300;background-image:none;top:25.3125rem;left:27.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#dVx3kmaQdrz7dZHZyiUo4z5ODGIRHXLZ { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:mitr;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:27.75rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7xNQF7FZr7g0k1BXT1ztuRwwQC5uXZJ { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffd300;background-image:none;top:25.25rem;left:9.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#LC20BsaRKnruZUhRMWVnP5Rv4mu2nrfm { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:11.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMP5MGLED0Wk4gdkzzGSf2faCnX6hzs9 { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffd300;background-image:none;top:25.4375rem;left:41.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#VAZqOzzEzyoZVfuCUOLiFzFA83STh83J { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.875rem;left:42.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlO8dQM2BERLfQiKduikzaaKJSGPUFRl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:4.3125rem;left:1.25rem;overflow:hidden;display:block; }
#JU3nAQDTTv0yH75ppfu0XaZFpNIoEwlR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:16.5rem;left:27.3125rem;overflow:hidden;display:block; }
#CdOorHwHgHD0prVTyGTXlNDGp5IPGkP2 { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5625rem;left:28.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fh5Fqh95QUWvPaPJhQfqzBRuKsFE2PPk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:15.875rem;left:41.25rem;overflow:hidden;display:block; }
#vfH8iIshvt8O0pNgyUnkH5tCOAGuZVVk { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.5625rem;left:41.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IyyX1aKu2mawn2lEzMXz6XtMLFatb4kP { box-sizing:content-box;height:4.5rem;width:27.9375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:9.125rem;left:26.375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#GhBefFSSWPVK8C6qJ3ufxTcfthwUwztI { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6875rem;left:24.125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZOBeXpxmJuiuk4Ha38c1uszwTiBm8eB { color:#ffffff;display:block;width:39.9375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.53);top:33.375rem;left:10.0625rem;height:6.56434375rem;font-style:normal;display:block; }
#kXFMuvhThlfhOTm02T09hkThNQ4hWQDq { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.5rem;left:9.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qXpZ3B5HLDxMxB1HGCoKhlulPp9e2z3w { box-sizing:content-box;height:1.875rem;width:3rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:7.3125rem;left:5.375rem;display:block; }
#OMq5B2VAxZhQPzSCAeQmiGNpkrUXfnZD { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.125rem;width:8.4375rem;top:10.5625rem;left:15rem;overflow:hidden;display:block; }
#eupJD6XedhteAxMfEfWyxpzbtJMZ6xPe { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:7.9375rem;top:10.5625rem;left:7.125rem;overflow:hidden;display:block; }
#EtS2P106My6xUgHB0m2HELZCqRARw0xU { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.3125rem;width:8.3125rem;top:13.6875rem;left:6.75rem;overflow:hidden;display:block; }
#llSTsTXTl7xhJqIzK9mQQioy6X46cyeA { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.4375rem;width:8.625rem;top:13.625rem;left:14.875rem;overflow:hidden;display:block; }
#oAfXxG7osH4RJGwmqeWqd5IQs9lw7pnr { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.53);top:19.25rem;left:6.3125rem;height:5.2514625rem;font-style:normal;display:block; }#oAfXxG7osH4RJGwmqeWqd5IQs9lw7pnr li:before{  }
#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O.adaptive-delivery-prevent-bg, #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O.lazyload, #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O.lazyloading { background-image: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { background-color: transparent; background-image: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container > .video-iframe-container { display: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container { display: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .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); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { border-width: 0; border-radius: 0; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#cNJOEVOXV6aIoUFKua3rr5KkRpzhKcQu { box-sizing:content-box;height:29.375rem;width:25.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #254387);background-image: -moz-linear-gradient(180deg, #000000, #254387);background-image: -ms-linear-gradient(180deg, #000000, #254387);background-image: -o-linear-gradient(180deg, #000000, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#254387' );";background-image: linear-gradient(180deg, #000000, #254387);background-size:auto !important;top:2.5489501953125rem;left:30.374145507812rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:4.625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { color:#f8f600;display:block;width:21.6865rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.78125rem;left:5.49951171875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { color:#ffffff;display:block;width:22.6248125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:33.946942567826rem;left:6.8771705627444rem;height:0;text-align:left;text-align-last:left;display:none; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.308125rem;padding-right:0.268125rem;padding-bottom:0.308125rem;padding-left:0.268125rem;display:block;align-items:center;width:1.6075rem;min-width:1.6075rem;height:1.655625rem;position:relative;font-family:arial;font-size:1.2325rem;font-weight:700;line-height:26.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1925rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.14375rem;height:0.654375rem;position:relative;font-family:arial;font-size:0.461875rem;font-weight:400;line-height:10.47px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.5625rem;height:3.11875rem;padding-top:0.385rem;padding-right:0.3825rem;padding-bottom:0.385rem;padding-left:0.3825rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.851318359375rem;left:39.646606445312rem;z-index:15022; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #nfV9R7I7hZ58SRSiRlZQclhSALZluu7Q { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #ZI9WKly3kUk9biOiTWL9pVgNrzHR3g3G { width:auto; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sZaHRMtBrvSd57vKOMVqc8omp8ZTEMb4 {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #BQTPIOU6VIaV7DURxBFsi6RmTvsv2k7h { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #U1TKVuq7wSMvwIaidQJ3A2iue0d5vsg8 {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iv3XkCprKvmpg6b4Z3Vc0nU6T8Dbzq2O {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #FIF0pLlu5MTbZLmufpULeWftiBeuJwkS { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #izktTSEGwOPV1rXV8kWlaBbv0E8CvVeZ {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sE3vfmvI91wQKKfmvaed4teE2lDtaegm {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iNJQU4mE9GKDo5pxXs1v9Lswr0oGy7MG { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #hq0bUnJ1Qb0vkbs1e3oCfltRakIq04in {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #q3PCns7pxnTiEc9WPCaGXfMdJ1E2mTzI {  }
#kEnfbFQpqqiOIFwKDQxyxIUixp5IoBs1 { color:#f8f600;display:block;width:6.25rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.090576171875rem;left:32.56103515625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#sGam7stCVPQSFqNIPsnIsvSHengv8gnO { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:sukhumvit;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.4443359375rem;left:5.49951171875rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#Nx3U1zqWXmIk8CE9Pr0FU4itRDDXk1Mu { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.11767578125rem;left:5.49951171875rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:sukhumvit;font-size:3.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.47314453125rem;left:5.49951171875rem;height:4.30615rem;text-align:center;text-align-last:center;display:block; }
#XnrF28R2Cx21rx7LwCGsGUL9xC5w9Inf { color:#ffffff;display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.1240234375rem;left:4.3426513671875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#K4MB7UXRhM8zhKzW7NA3UlKnMs1as4UD { color:#ffffff;display:block;width:2.999875rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.125rem;height:2.84399375rem;text-align:center;text-align-last:center;display:block; }
#ATuarLyDup6ByKWZOns1vNJsNyOtfVCZ { box-sizing:content-box;height:22.75rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:5.4375rem;left:3.375rem;display:block; }
#JcKkHJxhDGThEGgo1oZnkXxC426Xl1VO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.8271484375rem;left:3.09326171875rem; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-form-header {  }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.9375rem;font-weight:400;color:#ffffff;width:21.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(top, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(top, #fb8749, #fb5c5c);background-image: -o-linear-gradient(top, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(to bottom, #fb8749, #fb5c5c);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.3125rem;font-weight:bold;color:#ffffff;width:21.4375rem;height:4.0625rem;font-family:kanit;overflow:hidden;text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:1rem;font-weight:400;color:#ffd44d;vertical-align:top;width:20.375rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container:first-of-type{padding-top:0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container:last-of-type{padding-bottom:0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.4990234375rem;top:7.9384765625rem;z-index:15022;position:absolute; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(255,255,255,0.65);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.4990234375rem;top:7.9384765625rem;z-index:15022;position:absolute; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #UBhM1nEiCLbdUDWSUtoxqrwJZ2Hd4903 { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #D7K1THvNOfdIqmxLCItB3UiDTbArzfcK { position:relative;z-index:2; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SouzDVHms7wrSB2KtlKT1b6RM6C6wBBS { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO { position:relative;display:block;z-index:15000; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv { position:relative;display:block;z-index:15000; }
#QvEVerR5mkq0UZ2UEc7gvitIAtTRVTOn { position:relative;display:block; }
#vC99LK8xLqXpzVIZIaeLhx0419khOums { position:relative;display:block; }
#VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { position:relative;display:block; }
#C2mnUzS4PEeriX81htU8LlWJI24kFlaE { position:relative;display:block; }
#LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { position:relative;display:block; }
#rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { position:relative;display:block; }
#Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 { position:relative; }
#Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr { position:relative; }
#FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG.adaptive-delivery-prevent-bg, #FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG.lazyload, #FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG.lazyloading { background-image: none; }#FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG > .row .container { border-width: 0; border-radius: 0; }#FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:60rem;position:relative;display:none; }#aIdse67HlUU37qnUeTI74pcs0g402nEe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:3.4375rem;overflow:hidden;display:block; }
#AG3SRaBzL0MuZJ3QiT77zHm2gLzzZ5Fq { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:15.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NGqSU54yDC0yZNKUoPPs55S5h9tFZRTE { color:#000000;display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.4375rem;left:16.4375rem;height:3.9375rem;font-style:normal;display:block; }
#nogbuTA2qPMonl9Q2mSNTsyuyTvhxOTX { box-sizing:content-box;height:14.6875rem;width:22.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.61);background-image:none;top:24.3125rem;left:0rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qSy5zR1Zi53U4XI7PHDCi8VBOk68qne2 { color:#ffffff;display:block;width:35.812375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:13.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XA6N8JtT3PL8i7DIntBrWBJpDJArW3F0 { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, #001231);background-image: -moz-linear-gradient(180deg, #0066ff, #001231);background-image: -ms-linear-gradient(180deg, #0066ff, #001231);background-image: -o-linear-gradient(180deg, #0066ff, #001231);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );";background-image: linear-gradient(180deg, #0066ff, #001231);background-size:auto !important;top:19.75rem;left:11.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FZv2RHSC4qVwFabVeqSEfat39TaXSbyN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.3125rem;width:10.3125rem;top:25.5rem;left:0.875rem;overflow:hidden;display:block; }
#sHkOQyaTlRRGzTvaJ58gAOHnOVaXCL5V { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:26.5625rem;left:27.1875rem;overflow:hidden;display:block; }
#QXq97c6dWovTppZ73KKEmfaOc1pS4qIX { color:#ffffff;display:block;width:9.187rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:33.9375rem;left:28rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFi7MzDviooS8HIvEW7zICwEgzL0L75Z { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #662400);background-image: -moz-linear-gradient(180deg, #fb8749, #662400);background-image: -ms-linear-gradient(180deg, #fb8749, #662400);background-image: -o-linear-gradient(180deg, #fb8749, #662400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#662400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#662400' );";background-image: linear-gradient(180deg, #fb8749, #662400);background-size:auto !important;top:26.0625rem;left:28.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BtWoqy4eCLdi6HLeRcXF12OXyvbyHAvx { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.28125rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p3g2A5iiSyFzgr2z1SivTvd9tzmn2tHo { color:#000000;display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:16.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNxSiLMFCrdcmPBw10gOU4g0TuSCNp1l { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.3125rem;width:10.25rem;top:26.0625rem;left:11.5625rem;overflow:hidden;display:block; }
#N5lX0WNEeCoR7c6v98mwTKuvF8SLDyIs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.3125rem;width:10.1875rem;top:30.0625rem;left:6rem;overflow:hidden;display:block; }
#L4CWH7EX5xa7369FKhyMqo6RSWB6TMMG { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.9375rem;left:16.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJUwbqekTTJ6wHQELHtRwlIM4hZoAbtl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.5625rem;width:20.625rem;top:23.919921875rem;left:53.08935546875rem;overflow:hidden;display:block; }
#CyHpRxBmCNlsxOVle3sH7KM6B4qzV9zc { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:43.8125rem;left:15.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#TzgikaduukHgWfvyrQ16QnTAVZHglt4e { box-sizing:content-box;height:14.6875rem;width:10.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.61);background-image:none;top:24.3125rem;left:26.875rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pTmpEmrS3klNoDeXtThyUXmSbe1TE4XC { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.0625rem;left:22.6875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WoRnkp0vyTLZTeBDXPE8pGG9sCbsM9D9 { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"sukhumvit text";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhHK9zCV6WWZp1kdvbOTZwEPghxmIfrL { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:29.0625rem;left:38.125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCHIeWxP1oatFJ7GIDV3IlGzuetrL4gy { box-sizing:content-box;height:14.6875rem;width:14.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.61);background-image:none;top:24.3125rem;left:42.3125rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZqfEcIyT8R5FSN8PD4baKeC8fvGOQOep { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"sukhumvit text";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.8115234375rem;left:42.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ.adaptive-delivery-prevent-bg, #FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ.lazyload, #FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ.lazyloading { background-image: none; }#FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ > .row .container { border-width: 0; border-radius: 0; }#FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:none; }#WFqkEHRfMAS8m0zFqsTLTVFPLL6bLBOe { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:sukhumvit;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:18.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vw8Vb5uBt7kT3CNEdATfQTTTegO6hL6a { color:#ffffff;display:block;width:22.6248125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:33.946942567826rem;left:6.8771705627444rem;height:0;text-align:left;text-align-last:left;display:none; }
#v4KzXLxDTdRe1BoqTEVP8wJvg3V75hir { color:#ff0000;display:block;width:17.125rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:28.03759765625rem;left:14.625rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lOoNffzFnnp1yDPgp0lZJOzIBgwKl6O9 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:33.125rem;top:5.4375rem;left:13.4375rem;overflow:hidden;display:block; }
#KtXD5MnmsAOP5X9NyB161RTHPlUVmP0U { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:39.47509765625rem;left:9.03125rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1.adaptive-delivery-prevent-bg, #HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1.lazyload, #HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1.lazyloading { background-image: none; }#HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1 > .row .container { border-width: 0; border-radius: 0; }#HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:none; }#tiozN6dqTsqP16Mvs5iKGyWfETuxSsfR { box-sizing:content-box;height:24.9375rem;width:25.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #254387);background-image: -moz-linear-gradient(180deg, #000000, #254387);background-image: -ms-linear-gradient(180deg, #000000, #254387);background-image: -o-linear-gradient(180deg, #000000, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#254387' );";background-image: linear-gradient(180deg, #000000, #254387);background-size:auto !important;top:6.8125rem;left:30.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#WO8gknaxQcb8iQ5XmyI8qP6HbeUIQzZR { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.373046875rem;left:3.71826171875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#sZtZEuKNKtEqaFUlfiR2JFASQrooDnVt { color:#ffffff;display:block;width:22.6248125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:33.946942567826rem;left:6.8771705627444rem;height:0;text-align:left;text-align-last:left;display:none; }
#h4vI5WlTylZgayp565myaMKNyPmr9wSf { color:#ffffff;display:block;width:4.6875rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.193359375rem;left:4.625rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#Nu3rObKbmZGLOxtcP8cTulVZazSQGTPK { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:sukhumvit;font-size:2.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.21875rem;left:5.49951171875rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#GfTLuOcot2ZQiGX3d9Qm0SE3tOdWekhJ { color:#ffffff;display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.689453125rem;left:4.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#lkETyNcEPBUNE3ETUUJqK3w4oHMoLaM9 { color:#ffffff;display:block;width:2.999875rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#angRT1hetiPRXnThFLXJnakhZ6lOzhlV { box-sizing:content-box;height:28.5625rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:5.4375rem;left:3.375rem;display:block; }
#Api6IF2vT0MLwCT1J4ad4UyDvPemC885 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:33.392578125rem;left:3.15576171875rem; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-form-header {  }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.9375rem;font-weight:400;color:#ffffff;width:21.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(top, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(top, #fb8749, #fb5c5c);background-image: -o-linear-gradient(top, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(to bottom, #fb8749, #fb5c5c);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.3125rem;font-weight:bold;color:#ffffff;width:21.4375rem;height:4.0625rem;font-family:kanit;overflow:hidden;text-align:center;text-align-last:center; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.9375rem;text-align:left;text-align-last:left; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.9375rem;text-align:left;text-align-last:left; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.9375rem;text-align:left;text-align-last:left; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.9375rem;text-align:left;text-align-last:left; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:1rem;font-weight:400;color:#ffd44d;vertical-align:top;width:20.375rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-container:first-of-type{padding-top:0;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-container:last-of-type{padding-bottom:0;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.5625rem;top:7.75rem;z-index:15022;position:absolute; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(255,255,255,0.65);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 {display:block;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.5625rem;top:7.75rem;z-index:15022;position:absolute; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #lL5x9NZxTgvk7hwCOhP6yrsTvOqB9ZZq { position:relative; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #zZuPuTBXGDGZhrxZE6QwACW0kwW2tkg0 { position:relative;display:block; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #OJXg85wiVwMnuAtRJ8iPAfFtgOxeTdyF { position:relative; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #nybzKQemAuxrTZuieP0EIktx7KKT99y4 { position:relative; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #AExqT7ItIGNnTPlzB0aPobLKzwOyd29K { position:relative;display:block; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #w2PcDnr8dHXsSnJDkGVMl4M15Zfpl2mw { position:relative; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #tKXTSBTtIUNITJr4cUW5dSzGdQIKcxnf { position:relative; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #WEqFHteMXck11UGRgF0gMRP0KMlETkpt { position:relative;display:block; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #XPMIMcIo2CTLSsptlLrctDZwTnDCkSgO { position:relative; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #BH7BKT5bZVo2sRv7M2nATBsMGpu3OwCs { position:relative; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #ZhqBq3sWNfBGcEx5XeokDbZguZtvmO6a { position:relative;z-index:2; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #aZeRnEDWT7dzMx38L55TAAKQCsX0sHsJ { position:relative; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #n6SenNUkZZMhdGFHlLSh32V6mnBg4nON { position:relative;display:block;z-index:15000; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #FEmf3fElSavuuQMWr5ATWaORhFxP2EZX { position:relative;display:block;z-index:15000; }
#EKEsOmrNZlGJzPC2018T1wwp1wzt8yie { position:relative;display:block; }
#hcmTsSW0zCR6fGsgWMP01SdPrhtfrtIE { position:relative;display:block; }
#VKSutGT1UbWLFhJvUctoAOCv5Z9vBTCx { position:relative;display:block; }
#uXr8AzRxZrpedTd1yZnvk1EShsoHnMFx { position:relative;display:block; }
#m21HmnPyJIOK3z65IPK7UmrsHvaKZOE4 { position:relative;display:block; }
#hEwVuOJa3KJw0oKmchycH0mEVaCThoVB { position:relative;display:block; }
#Q06d8ALgiZMtzf01DHk1heRIsfGctSdM { position:relative;display:block; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #lRPFGCKO3c4ix3aneP7Cx8VyEnqiVgbI { position:relative; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #fCOyur5gvCdXsqAbZoht50uAniGXQWO3 { position:relative; }
#L3DfKp8RsyyHd7UbpOCA0kXgshcuACnT { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MDDFNciWBiSzaXOPK8i0iicVplpo3hFo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V8yUw0SGgkQvwhte8VznauaMX1TnbphB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #axfinduGM5H1ZQhdN5qkvsWDkGxHX8nn { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Xb6quSBUNnEChZKWGsK7nVGWw1wHnzTw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RwzdT6XIvOFQZ84vikHRqbaGLfWbVil2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZkKu7bprFDlwysEvbc0IKNvtsXLnlHVc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E5bTpZ927Hyz3R6NR6XghmCXD3h4AJms { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LiAROMAF8Tra3ultGPEvTvd44uR1IIIF { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aBqThHSEBWT6u765Ld2ZasWxCx2RH6FO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rIiKeFJclpqmcUEV6Co3qT23B06XEDvC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AzB1RAXZAOWReCnRXerXSutSZDoIco5e { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qqOR0b0JO6FOfkDVow3K7oQ8kWNUA73m { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #piZzFAum0Cly0ydmCiCqc2RSMBNl9uOy { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Llavv1mUP09m3vSlgzECXCG5bFAGkLnp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yCzRdKcAtB7zpUXe0pnHzxnLBJa89PUN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #blef2TTo42NgRthJDhiUKgRaxbyIy8oS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CxF05styeTSLAwmcWLJWVRlKQCoSzym2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CgLv9FFIBmhrfC6CKI84VJ7JlQ6T2Q7u { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lT3XLmWsxHGQ6eVEmfu5DbEF1GZ7c5RF { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PUI3TVWOFllE0w1F2AqmLpawk5UZ1AAh { position:relative; }
#mBFxro0WJTkmi4OfPIumZ3M9wnvUps8s { color:#ff9400;display:block;width:17.875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.875rem;left:4.625rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ehmkTHV9NHTUrnRRNhI7btDBIHO8AN45 { color:#fff300;display:block;width:17.875rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:15.712890625rem;left:4.625rem;height:3.0058625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yokuMsKd81eoxCsfxGWJnqy4NRmnHDdI { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:kanit;font-size:2.0625rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:20.1875rem;left:3.71826171875rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPMpv2VSn0CdNMEN28WobmKvQ00xa2u8 { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:23.875rem;left:5.49951171875rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#000000;padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:kanit;font-size:0.5625rem;font-weight:400;line-height:12.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.8125rem;height:3.7954125rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27.1103515625rem;left:8.01513671875rem;z-index:15030; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #cT380V3DKSTdEilzX8WmN5zUzTxFaVlM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #dbIgGUKFqyQ7dbPtTbQDJf2MKS5JaDmQ { width:auto; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #uWVKkLtURghMDKvT5Z8yX81GQdTAbp2B {  }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #yd8bTXCtwA23EdQLTLaTxqXnISOfn8Bx { display:flex;position:relative;top:0rem;left:0rem; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #yac9QhTn60fEifc51pwFfPVlQVvh4SZp {  }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #tanaJQSLENrueNMARTbmNQ1esxbupWFM {  }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #X2JJBvvlhff4A3fo8C2rgyAfp6OIRcX1 { display:flex;position:relative;top:0rem;left:0rem; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #AMmyvrZtefEzFhCsuNyhAAmbvMBonDzm {  }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #GcWazxR1cIWiAJFOePlxRh8VrFP11NAV {  }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #eHJKWEOOe79IslmiHsPJdnXm1Nq7HRlr { display:flex;position:relative;top:0rem;left:0rem; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #yLTW1vHJS60EOfSpCDcRRI2ZmTLCJ1ms {  }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #UXBqJB5TlD5rCWZgtXapMC3839umxKph {  }
#gxUncUEczxxBiZ6oUoRTAQRCEkWgAq3A { color:#ffffff;display:block;width:4.6875rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.193359375rem;left:17.5625rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w.adaptive-delivery-prevent-bg, #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w.lazyload, #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w.lazyloading { background-image: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { background-color: transparent; background-image: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .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); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { border-width: 0; border-radius: 0; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:6.75rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5rem;left:6.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uV6uwksPbGDKr58kPspUlQafsdS9bDZS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:40.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:23.75rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:40.75rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#r07J1UiK5sMsLHTIE31qlg7sk630TXfX { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.8125rem;left:8.875rem;height:3.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.9375rem;left:5.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:6.75rem;overflow:hidden;display:block; }
#cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:23.75rem;overflow:hidden;display:block; }
#Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.9375rem;left:22.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.9375rem;left:39.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:40.75rem;overflow:hidden;display:block; }
#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.adaptive-delivery-prevent-bg, #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.lazyload, #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.lazyloading { background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { background-color: transparent; background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .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); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { border-width: 0; border-radius: 0; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:3.25rem;left:20.875rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#L0stcSQQExHewo6wO9M9G3xIl47VzUMn { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:3.25rem;left:40.9375rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#opXHFTeIST1yQzpGuVod1FMxZKziicDa { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:3.25rem;left:0.875rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:20.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#UiCth2leWxmAP6mELTx7DNokOIlgv3fB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37473125rem;width:8.9373125rem;top:9.5625rem;left:0.875rem;overflow:hidden;display:block; }
#zQ0JeZilvf4aDyJUnWt5fODpbI91KMP8 { background-color:#842cdc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;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:sarabun;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.5625rem;left:40.9375rem;display:block; }
#Oh4kH8QwzTwODtQC8Oq38V2MDaeCOzeA { 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) { #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { display:block; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AALq1z7T4XnTVyWCpqdy3KQkPgn7qU5G { top:9.375rem;left:9.71728515625rem;width:30.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnsuqfRvuBCNPsNkKscrvnuUfcxSn56x { top:15rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVcV4crEBp8dHWFVzmJJ2ar3bo2l5Nwv { width:35.9375rem;height:4.1875rem;top:23.6875rem;left:6.5263671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwm7HT8h2LdW3X0s7KHSdhlLJGwzI7xM { display:block; }
 }@media only screen and (max-width: 763px) { #aVRynsHVJrO8QFb4v798sOKwszwb8i31 { top:1.3125rem;left:0rem;width:7.3125rem;height:1.4250559345735rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNxtTf2wv5uAdC39aPaJG3BGVV0IFfVu { width:10rem;height:2.25rem;top:6.25rem;left:20.12255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6RTBI0C7FlmAW66n7EHXImOpWTdlaTF { display:block; }
 }@media only screen and (max-width: 763px) { #GHHvmzccv3CZyUTrC6xnqOSENWTFolZk { top:19rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daw0gItXT979e2skZ21zfWuhyeWlTbKW { top:16.375rem;left:0rem;width:15.8125rem;height:5.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAy4OJeqb3zNU6tyyazeAgqoy6RiLHgP { width:35.9375rem;height:4.1875rem;top:23.6875rem;left:6.5263671875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDgU83HG09NvnZGpCyspeweKt1WTHB7I { display:block; }
 }@media only screen and (max-width: 763px) { #ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja { display:block; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9VVOa5ITK38zzZxaTBaQCCOXh0PAA4M { width:16rem;height:5.625rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqfvXgKHGX9XicedIcR5lgodWJgn5PXc { display:block; }
 }@media only screen and (max-width: 763px) { #vxSrTGR2udLJaZhRlwxdTnqr7s7UrdhT { width:16rem;height:5.625rem;top:23.4375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEcd4XlA8eihhtDvogiEJNuwmgL3ZmNS { display:block; }
 }@media only screen and (max-width: 763px) { #cPRxT30489wiXGWsMGXD8Gu0LdPbohrA { width:16rem;height:5.625rem;top:23.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oka82e5t6xmwzymDKpQ2HT4cDuMlhSc3 { display:block; }
 }@media only screen and (max-width: 763px) { #J4AZ781lmPMcvLz410xWKdalcCLdG7ns { width:16rem;height:5.625rem;top:33.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0OpITCxZSdH6C6HOMDSmR3qD1DkLgZW { display:block; }
 }@media only screen and (max-width: 763px) { #v7HTeZzIoUwRZLaOD3G1STd5tJmz6T74 { width:16.0625rem;height:5.625rem;top:13.8125rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrJQfXB8b0mPdixUl6lPmMCH12qhyIU4 { display:block; }
 }@media only screen and (max-width: 763px) { #PlLux1QtmRhgs6XnnOI7R8VLOnfr0tOS { width:15rem;height:3.4375rem;top:41.5625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrGlv2T3ZDV3U9BrE8V6tKz2dHy2i7HI { display:block; }
 }@media only screen and (max-width: 763px) { #t2GXuuvP5dUqEWnvJhcHuOxGlNAG29Mn { top:2.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5IzgIHd8fA9rBz5bQBT6Omuq2MpVBuM { top:25.125rem;left:12.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyz4B7HDWk0BKIuEsSMufRMr4yvdtoAm { top:25.5rem;left:33.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvI09TQxCnk4zE9aQ8ilewiKwD5MQWJT { top:35.4375rem;left:33rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmR35DNMogmC8D9HomOob31nc3IXNxlw { top:15.5625rem;left:33rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvZOPFr4FWpdNb9BiSItvdMFnSD8JvPz { top:16.5625rem;left:33rem;width:0.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCsJP3ithr43Zhz7r0vzN9fTu0yPbf1p { top:6.6875rem;left:8.9757080078125rem;width:32.25rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNIcuIym3BlQXOA5v81kgloIBKQ44EyZ { top:32.75rem;left:10.6875rem;width:16.25rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELWFdDmoTTfhtsRBtUQnGdL5ytME5n20 { top:33.4375rem;left:7.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGUTViKWmgH5XTM1U57THifLhTmthM0e { top:20.125rem;left:2.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJS3Si72JbnDr5wtf3MNo6vkc5L755i4 { top:20.125rem;left:22.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srRxu02rifc9Q5cGJL4ABGWt8QeP0Tmi { top:11rem;left:43.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc8Nyr89vz5T7BVZPfScBqargJzubsPx { top:21.1875rem;left:43.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPTeUZnmanHg2eSwAcRAdunuBxAo8mAi { top:31.5rem;left:43.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtMmmS5ZdbLDgDdL0K9f9Tl1RymPJdRp { display:none; }
 }@media only screen and (max-width: 763px) { #m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im { display:block; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hxwx97EOUZwv7Kr7pLHDlAncKvQTpnKW { top:2.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauiXBCTg7I14zD3SD5E422lTbzVpBsn { width:20.375rem;height:2.0625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyTnA0pXwpPEhIVkz5yrrdelLqet3vz { display:block; }
 }@media only screen and (max-width: 763px) { #euvu5o61T6LpR7hfiCUOnNGJAZ61VSRu { width:20.3125rem;height:2rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlZOFUKKhIOl8M9QaJcTQerSz4K40s4e { display:block; }
 }@media only screen and (max-width: 763px) { #z0VFAaSLfyHWwfPKeeap7p91aOJweuk5 { width:20.1875rem;height:1.875rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV27p0H3zkqegXO8qrUKXEUdFb04Z6eQ { display:block; }
 }@media only screen and (max-width: 763px) { #oRpnFxIpT5QvWhXufWg4DHKAAKZpNOXQ { width:20.125rem;height:1.8125rem;top:105.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqtABd5QQCQizJIpk7oTFfTLHd509TdI { display:block; }
 }@media only screen and (max-width: 763px) { #kBOKlcp2VTORuDhaFo7hGb30zf81rMH0 { top:19.8125rem;left:27.375rem;width:16.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF8M29ACoplCKiDFQCqELJxV3UOGmVSc { top:35.5625rem;left:26.6875rem;width:21.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdIFUT7kbKrHkHWOWIEFVdzceOonJFgd { top:35.625rem;left:0rem;width:15.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeyGsJM7bwLLLm48n3Xr09eA71Sz9IBO { top:35.5625rem;left:15.6875rem;width:19.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nWKcHd8trGh4PEta8HKSF4viuH7fkB { top:102.3125rem;left:0rem;width:8.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCbKXmTDyAiUIp0RWHsGVJZg3p4shDvi { display:block; }
 }@media only screen and (max-width: 763px) { #pcbDaySTCveIeRPTTew49L3EZIMvOBVr { top:102.25rem;left:39.3125rem;width:8.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFliwFe0CVTigg1kGO040C2V7iHJUHFz { display:block; }
 }@media only screen and (max-width: 763px) { #Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU { top:61.0625rem;left:0rem;width:17.875rem;height:;font-size:0.8125rem;display:none; }#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU li:before{  }
 }@media only screen and (max-width: 763px) { #i8G4GQezc45tzbfJc5HLyo7cpOe4pTh2 { top:23.375rem;left:27.0625rem;width:17.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiDaQNszWNpgvDiJQ9ehpoorKhFE2H5N { top:39.4375rem;left:0rem;width:16.3125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9OuGmdKkVG253TK4nx97eZWg76LTtFV { top:39.4375rem;left:16.625rem;width:15.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1b85V1RfTpdT3pMNA3c6fwtsWvB2rbS { top:39.4375rem;left:31.875rem;width:15.875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3wmDZZvl9Ade0TzKMqdzAXGLKyyI727 { top:23.5625rem;left:4.25rem;width:17.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtWcMnMM7NmKxTEcyHD1SRnNcnP9qVex { top:19.875rem;left:2.125rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB7M3OGf1GqMoyODGhROOMPKNf5INSrw { width:24.0625rem;height:2.3125rem;top:9.0625rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIS6cFHLnvcXOOrRzvD4dg5U0V9mevCb { display:block; }
 }@media only screen and (max-width: 763px) { #gQhl80ZRrJ6qE4pdiSnRGn2ZUitdpwZI { width:24.0625rem;height:2.3125rem;top:52.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anc7abny1xzTGTNVWQPL10Qf5Lm1nyuc { display:block; }
 }@media only screen and (max-width: 763px) { #X1CHFHMTVlpf7742N90RTOXD2iyPu75G { top:66.0625rem;left:0rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4inguVChJVM55raJfRMmXtTT7XbqGIM { top:69.75rem;left:0rem;width:24.5rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJCT9uxIen8S3uG2q7qyFRSPkezfo5nT { top:66.0625rem;left:19.5rem;width:28.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52sPnqhXFTTWuaTw0dfKSnvZobL6VC7 { top:69.8125rem;left:16.1875rem;width:31.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuXOL60L0TS46s3aE89IEXXDCTC3g6tl { top:13.375rem;left:3.09375rem;width:42.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJ7KWip8MPiTnTEtkqJorsTbuEAfNEK { top:56.8125rem;left:25.8125rem;width:9.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExZ0hw5Thb4ZkmQ37ykPKkrWS8FXGMuU { top:58.375rem;left:16.125rem;width:2.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6qnAdUM6StGJrCwmXNUhKyp5hQD2Kem { top:59.5rem;left:19.0625rem;width:6.25rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9IuglQX28CkDiEdwAmxUrIiWCJSQTpu { top:12.5625rem;left:18.1875rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBbQoNLbiPJ8dI0sw6LZRyWOEFA2TxV1 { top:56.1875rem;left:19.5625rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r822oTnl7gC2Iz3ye3sMaZtekG22PlVN { width:24.0625rem;height:2.3125rem;top:85.625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWyBWyvLMMmVRxSH5lLGUtoUxvm7D375 { display:block; }
 }@media only screen and (max-width: 763px) { #Fgh2kkR2ILo41fkuZvgIpnsk2bqTPzaU { top:105.625rem;left:0rem;width:26.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J16FCMe4oeQwtuTZqZhKp1UsSW69I1uL { top:105.625rem;left:17.375rem;width:30.375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLHJtCzB3cpbhVJUd24zgONZ3J9l5BOD { top:93.9375rem;left:6.75rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Tby8v6kxcDpckiBc96kbfOOwNfHmWZ { top:94.9375rem;left:11.3125rem;width:6.25rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8cob7SCaTEmRHcFKEXVxs3GS5HfBUUT { top:93.875rem;left:19.625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt95cV6nAoH95TgmS5aggXTI8iZiPF4w { top:94.9375rem;left:24.5625rem;width:8.8125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEcIlfa2QV1XRNdKKhiw5XSFaponOKHT { top:91.8125rem;left:34.3125rem;width:9.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0rLvsL61svpgbkdTEiU7cpUD2iNw5U { top:102.0625rem;left:0rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9vdQWHQuJwQLzEIVQNAlwHTuv8ZhMkp { top:90.5rem;left:18.375rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X21QaOFAJkky43RnXNF8SDX0FP4QrL8G { top:102.0625rem;left:25.125rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFNK4AWrBTd1EsZLK6FT55bF8uU5XxTt { width:24.0625rem;height:2.3125rem;top:127.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHNM7AD18QXcwC7UNTWl0fl1f53MrTAB { display:block; }
 }@media only screen and (max-width: 763px) { #dbQSQQO6hfcDKUuDcm97Hds2wFxV5xGk { top:131.375rem;left:19.6875rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMON37PGJ8F012VPBfasNz7xwBOynErb { top:130.75rem;left:27.375rem;width:9.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipVuyQt11OpNSD8LuJvVFGclLTchF0Dz { top:133.6875rem;left:15.6875rem;width:8.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSOichF8u9l5GROaxzTfZ5z5qdmdilTm { top:141rem;left:0rem;width:34.9375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLOHmsJNLFBpS3k6aqzuFwPev2qZKUl { top:137.6875rem;left:0.8125rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntVFhDWBOqbTGQhDVnGilzKSJ8iX0PQD { top:137.6875rem;left:25.125rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeff2hgPoMeQlbQKHR1waZ4nQVnQXvey { top:141.125rem;left:31.875rem;width:15.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMndxOm7GMynaqeDkTx6DlPyecZJ4b2l { top:160.0625rem;left:25.125rem;width:22.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPc79KZcD9la84797alqK7J5dJ2eETF { top:163.125rem;left:27.0625rem;width:20.6875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyEpEOxne1RR2akLVnSfhnXsHcDyhU9n { top:160.0625rem;left:0.8125rem;width:22.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrm5KFiE3JOxMCqHy2AETZ29kx16hyFN { top:162.25rem;left:0rem;width:35.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNHetuHaXcRtcXDD1xRgMlMKP7VMl8Of { width:24.0625rem;height:2.3125rem;top:187.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO4QAd4FIDzNNx4PtFbLNbDz3XZIqbFg { display:block; }
 }@media only screen and (max-width: 763px) { #HLWHP9UmfTd7N16XSH51p54qUkkQ3io6 { top:192.875rem;left:19.6875rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8gwGiJnr4m1dGgkknw867I9yiy96Bo2 { top:195.125rem;left:6.5rem;width:11.1875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FI6LJbp17uKm69QISEQzutn29cDpHQ { top:196.4375rem;left:32.8125rem;width:10.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJb4MXpgmJ74Gd16R9pLz7uTpaJMyXhn { top:195.9375rem;left:21rem;width:2.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA3OhOuTTIPfMi3Ak2WiVZn64nx6mVJT { top:197.125rem;left:23.625rem;width:6.25rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJGIh94cU6NITX3Xaeqmoud9fb361fT { top:206.375rem;left:0rem;width:25.625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiO6oXImUEfpFyhQKkHGFE0mAiGeikOL { top:206.375rem;left:18.875rem;width:25.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRZZdQpohDlg23GeCJArqUATw3yvt7sC { top:202.875rem;left:0rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2y8xPlhe6AuBOAStloTJLbo1Q1oD2U { top:202.875rem;left:25.125rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9DPxrGxvLrXtBCRqhoHEt2sMAsQL6Z { width:15rem;height:3.375rem;top:231.8125rem;left:17.748291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auyZWv6FmxtBbB2genMGMnMThKqPCg0x { display:block; }
 }@media only screen and (max-width: 763px) { #CAdkc5NeQ8MDLFFhv777uEMEs3bct4Oc { top:223.625rem;left:9.092529296875rem;width:32.25rem;height:6.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1a5TcMQfdgLcEDyFTTrP3VkBow39evT { display:block; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3TzbHx1ns9K7pDB2ggVV4XwL8TZXVRa { top:2.375rem;left:12.74951171875rem;width:25.9375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoQOiM05cIsxBELMHklTmLKNhxLwB1B0 { top:9.1875rem;left:8.875rem;width:38.875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB28dgvORTH5gCEEAOhogbSZDAxRhalb { top:5.6875rem;left:0rem;width:10.0625rem;height:18.946935461965rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbUxaFFZ1Gw2ZLaWCFrLJVma3puplw2t { top:2.375rem;left:32.062255859375rem;width:9.4375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8qbMCNcs4Cxzw3S5m9IEzm953Vp900P { top:24.75rem;left:0rem;width:16.5625rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KubrUUERcolLM9vnsCElr31BEi985y9w { top:28.0625rem;left:0rem;width:20.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9L3OhQ0tp0SfHMBe4VDbr8Tam9eZaJe { top:10.75rem;left:11.5rem;width:36.25rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lSibbWBDrL5yQcMeKlU2z3BSFBFhUR { top:24.25rem;left:0rem;width:15.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5tXDVTCF9NNXMOBrFqTHoOMMksHbUDm { width:15rem;height:3.4375rem;top:112.1875rem;left:17.101318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQMeOCNK5zC99FiiidVTn1Wz4eiaXxub { display:block; }
 }@media only screen and (max-width: 763px) { #sDBaTNxmfNTkbU5Li50vO28ny9z9IGPz { top:56.75rem;left:0rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfIsHe4UZ18Gz4EDmNqvqpVN8Avb9vl { top:75.1875rem;left:0rem;width:16.5625rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esx4V8K1nFTTtoyp8SsyEU7U2cXx2Qms { top:74.6875rem;left:0rem;width:15.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2TxEDbUyu6PVS8g4an5Hy5tX90i9LI0 { top:78.5rem;left:0rem;width:20.4375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM8TCsKbl1pnaJPAwyNiRBfEOgDaRZLE { top:61.25rem;left:14.75rem;width:33rem;height:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDvg1KpPbTB2RAd5bkheRlQXUgmUX1F { top:59.375rem;left:9.5rem;width:38.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcsZxgqdQLa1TLKatduWgJfqvV4Xqd5F { top:106.25rem;left:0rem;width:17.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVBrqTSbKfLyTQlOuhEqgfva36dIBVpc { top:84.8125rem;left:9.5rem;width:38.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrRbow7O2KoMI6IhTqXitgGsmgQ4E9mZ { top:102.9375rem;left:0rem;width:16.5625rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuUZ5WoWUV2hn8vcJ5Si8GdF0yBnfFhZ { top:102.4375rem;left:0rem;width:15.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llfFkuBdk0QKiSuRUBSbCcCJJdCDGkIQ { top:86.25rem;left:14.75rem;width:33rem;height:20rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0P3ngDWSuPxowPPmJ1ylrdxS6oAm9pw { top:83.0625rem;left:0rem;width:20.375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcoC93WXzoDP60VITtxkxNkZbi0TkSPy { top:33.8125rem;left:8.9375rem;width:38.8125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5FrS7qTdi9omQyBdF6Xp5tz9wghXEc { top:35.3125rem;left:11.5625rem;width:36.1875rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTRJIyboQpKTGRUgAB1cpRzOZDvWuIxw { top:49.3125rem;left:0rem;width:16.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFzpECr4P3NC3rperzTucHRukMq4asiy { top:52.5625rem;left:0rem;width:20.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee9bIMi1E66ku9RCV2sGubDe6E8MHwe1 { top:48.8125rem;left:0rem;width:15.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJp8c6p5CVuJlNgsMZMMo3mBEpJGeV37 { top:30.25rem;left:0rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { display:block; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHIpK3WUA4VRhokvcyPmFqD4saMga81H { top:26.875rem;left:0rem;width:26.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { top:25rem;left:31.749893188476rem;width:5.25rem;height:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { top:12.5rem;left:0rem;width:25.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { top:25.3125rem;left:26.437393188476rem;width:6.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { top:25.3125rem;left:35.125003814698rem;width:6.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { top:13.9375rem;left:21.1875rem;width:26.5625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { top:16.375rem;left:22.5rem;width:25.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { top:1.25rem;left:0rem;width:20rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks9gGdvpIXARRFtGt7EbZ41SlUPeHdDB { top:8.8125rem;left:0rem;width:47.75rem;height:20.379786036036rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaR0cIwCEyHeBcm7lzKpAK3gmXLK4Ryp { width:47.75rem;height:104.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zd6pzytK7cQLCwhkQUgRthLfVFo9FRhp { top:1.4375rem;left:0rem;width:47.75rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsaHzZ0lISTeCnqSoWc5GQ6myaOcttCM { top:18.6875rem;left:22.75rem;width:25rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed6OT31hgIvSPFu7RAft8kgp1SmfMU34 { width:15rem;height:3.4375rem;top:28.4375rem;left:29.68717956543rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kL3cUrV3oh258zFmBLZmoSzaizVChF { display:block; }
 }@media only screen and (max-width: 763px) { #wiTKqRGs0VL2ENny5ed4WOLKITREhvgG { top:27.4375rem;left:0rem;width:19.25rem;height:4.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1r8ZWW3DDzifd15HmGkVUSRIDZfbOSk { display:block; }#i1r8ZWW3DDzifd15HmGkVUSRIDZfbOSk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyDlFhSHO1mUgaOtl6n4cPe8LIHpdQtV { top:14.125rem;left:0rem;width:19.6875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJmCIB4NthsaIZWCrkG6P1xskJDD3hc8 { top:25.625rem;left:0rem;width:7.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvQgB5kzy7rzysIwZmW9UxKS3oufyFv { top:25.5rem;left:3.75rem;width:8.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXfcx4FpIzUQTLSTRGOi9N2pKk29WZfC { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xidXVaa5f07GeL7yRtehdtLM2fDUhHk6 { top:13.375rem;left:18rem;width:29.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuuTGACBvXKZNgTJN3zDaelg4xJJPZdT { top:14.0625rem;left:21.8125rem;width:25.9375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6GKi3xusEIMf81grlbN8cH462Svi811 { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLfPGmqLO3S1GWMIqGgOFPTRtsTeyBV5 { top:11.3125rem;left:32.78125rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqBfauzsDU8ZMVSIl9wbFW4xzo3THXI8 { top:34.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOlU8x6bLLZahpAwLMVBTe9oJwSTczsN { top:20.5625rem;left:23.75rem;width:12.1875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFezBSRmbbUDRasbTkUH1XVkwKLMtKTA { top:22.8125rem;left:20.8125rem;width:26.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8q3VxFaCSiD3hrJJRe9bGlNtXVJH48R { top:28.125rem;left:21.625rem;width:26.125rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEoBqqpuCUlTtW2afTmk357THmRn3GoN { width:16.875rem;height:4.375rem;top:37.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5tXeZfOx8eQG1tMLOLIemx07g3OmxOi { display:block; }
 }@media only screen and (max-width: 763px) { #c4d0EC3Lg8bUWBGFh8Kn5tJ5fuECJrhf { top:19.4375rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg4WuKQU8xo7WDwwV9UoNlsLmmNC4cCe { top:20.875rem;left:25.75rem;width:19rem;height:7.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFviyDMRy4sfBLfRsrbIfquZyZmgpqT0 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AccfxincoriwfuH6UtN2kAWRwbrfgdSW { top:25.4375rem;left:12.9375rem;width:8.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5rBviyQBS4gZEynES6JvAK0zKShLUQy { top:15.9375rem;left:25.375rem;width:22.375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7TeTQllOFSr3fiuFle6uSceNTNLJyzL { top:31.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu { display:block; }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSTwvvLqt2w1ASyOVENMAMoKFGwkEm6P { top:13.125rem;left:0rem;width:16.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUKOBdo2L4ekINda4uexMBnGyQQrmLe { top:17.125rem;left:3.875rem;width:16.9375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfy4emz1Ns1wTT4ZtmaSGIS0nHefpSVN { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRvNFrUPxh5GXofCre60LImyTr6u0l0C { top:13.125rem;left:16.8125rem;width:30.9375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWrEwvDmkDp5pLeFhWDTKq00dNNqgPvG { top:14rem;left:5.5625rem;width:30.9375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXrX0qyUxv8UaVlexVDMQbL3QiH5HMmt { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDiZeXuJfysMgLM7i0TrBxET24smvJVP { top:10.875rem;left:31.09375rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvzJLAyiTfFRv4fOrAXznC1u5BepJv5d { top:31.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz1PqevNMDCBMLW7xpIm3zgJIuUghF1O { top:20.5rem;left:22.9375rem;width:14.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOTAAPXUNOS1J4J9xsId6h5o5GaCqbUw { top:22.125rem;left:20.4375rem;width:27.3125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzv3OFZcD4hFk7PO2rul5FyzPE5pD9LU { top:26.8125rem;left:16.6875rem;width:31rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPpJ1TCwNVPAn5icJTlev1bVTmFfw4rh { width:16.875rem;height:4.375rem;top:33.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdinIEATtDr382qWyNZNUWlpgh2Vr15P { display:block; }
 }@media only screen and (max-width: 763px) { #zrPIGE6cxQgNkoDDbGPJzRZgiRCd4zEK { top:19.4375rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMGxTv7Zh5upbkoBGEC3ItBh6TdiCaUq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mIvTmnelz6Mnn4a0MqEwCiTXkdGprw5c { top:22.125rem;left:0rem;width:15.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8b4PTPLgulxTxBhnwc73MyZhoKyKObV { top:15.8125rem;left:28.8125rem;width:18.9375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTdb1TFmOia8mrVx4AUF6RW4WfVLGes { top:31.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #opJ84Rxz1bOIN9I4EQtgJ4eFef4k0hW5 { top:17.25rem;left:5.5625rem;width:30.875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCWdaF2VLVC7ZCTAyo18z0rFqIwteM5X { top:26.8125rem;left:18.8125rem;width:20rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN { display:block; }#gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiqkuG9a4mdZObt5XXXuwu7Ryi0Z3TRZ { width:15rem;height:3.4375rem;top:23.5625rem;left:18.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0k1LlF4h94AByXRmuQdP2HV4qsM7nvB { display:block; }
 }@media only screen and (max-width: 763px) { #epy0WNUZg4N3hNb7i2IHWJc7wE3KqnKE { top:11.3125rem;left:0rem;width:37.3125rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKeFziqv2FPHboPpAmNGFnKTt4TJlDq7 { width:39.9375rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZPIEWeoNXzqV6LF480XxJyefS0t0fGz { top:3.875rem;left:0.9375rem;width:46.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIDxivFuyZVhLs794pvnlPwBAwDRpPes { width:32.3125rem;height:2.5rem;top:6rem;left:10.624877929688rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz8WAx2NdOXD5qOJTcHhLBJaOuwPRakf { width:44.0625rem;height:1.875rem;top:20.6875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpz2D9JX388RHEMD8pvdBenfzin85SbB { top:10.3125rem;left:18.625rem;width:12.5rem;height:6.5299806961333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWoqowzyZVo2JrOqko9Gpw4sIrn9RndU { top:10.3125rem;left:33.125rem;width:13.3125rem;height:6.5939781021898rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZogzetI3tNNTk5QouiAspgh8D85qu8h8 { width:12rem;height:1.4375rem;top:17.75rem;left:19.1875rem;font-size:0.625rem;display:block; }#ZogzetI3tNNTk5QouiAspgh8D85qu8h8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #r9DeNn8OILL1gf8d0Fy4X2Z1pFvFAnHW { width:12rem;height:1.4375rem;top:17.75rem;left:33.75rem;font-size:0.625rem;display:block; }#r9DeNn8OILL1gf8d0Fy4X2Z1pFvFAnHW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #Efd6585uyxsJssWNtLoXcHq0PtJTLvL8 { top:2rem;left:14.312377929688rem;width:23.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkeohLyHsJ4neHnkM6ksA4IWDixUxpTo { width:22.5rem;height:;top:2.8125rem;left:14.87353515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G65kTrB29nCwZTXU5WpVTZTR3Fn68NG7 { top:10.3125rem;left:4.6875rem;width:12.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlsLaQue8OnZpNeimWWJo51TPuRfTbtu { width:12rem;height:;top:17.75rem;left:5.25rem;font-size:0.625rem;display:block; }#IlsLaQue8OnZpNeimWWJo51TPuRfTbtu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #rTLbvHbOJwTbRqkE1x5Wn7zrb6yg8hiG { display:block; }#rTLbvHbOJwTbRqkE1x5Wn7zrb6yg8hiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUzHSG1HkyAi1DDiWK8FCptWrqc69lLR { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO6UyxhwuhTwdsyZ4AIidTkc5mCTHkxw { top:2.1875rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaQytVJ2c0vvb0wHAWPO7wGVRhBvlaD0 { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLl700nkyiJAmdKv5AFOzRbUxZUxRQea { top:0.625rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTFOdM5W4DuIZURQTqFsmrGB9pyqtg36 { top:9.125rem;left:0rem;width:20.5625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygE19FS1XAol0npBOFLuQpoGQ0g4DTKA { top:15.625rem;left:20.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcCJUkiUqXigz8mpeWJWQoPGMl1OqFmF { top:15.625rem;left:34.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klhx9Crl8BBXagZiTT42donQshbG0MQK { top:25.3125rem;left:21.1875rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVx3kmaQdrz7dZHZyiUo4z5ODGIRHXLZ { top:25.75rem;left:21.625rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7xNQF7FZr7g0k1BXT1ztuRwwQC5uXZJ { top:25.25rem;left:3.5rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC20BsaRKnruZUhRMWVnP5Rv4mu2nrfm { top:25.6875rem;left:4.9375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMP5MGLED0Wk4gdkzzGSf2faCnX6hzs9 { top:25.4375rem;left:35.0625rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZqOzzEzyoZVfuCUOLiFzFA83STh83J { top:25.875rem;left:35.9375rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlO8dQM2BERLfQiKduikzaaKJSGPUFRl { top:4.3125rem;left:0rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU3nAQDTTv0yH75ppfu0XaZFpNIoEwlR { top:16.5rem;left:21.1875rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdOorHwHgHD0prVTyGTXlNDGp5IPGkP2 { top:23.5625rem;left:22.0625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5Fqh95QUWvPaPJhQfqzBRuKsFE2PPk { top:15.875rem;left:35.125rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfH8iIshvt8O0pNgyUnkH5tCOAGuZVVk { top:23.5625rem;left:35.8125rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyyX1aKu2mawn2lEzMXz6XtMLFatb4kP { top:9.125rem;left:19.5625rem;width:27.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhBefFSSWPVK8C6qJ3ufxTcfthwUwztI { top:9.6875rem;left:15.0625rem;width:32.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZOBeXpxmJuiuk4Ha38c1uszwTiBm8eB { top:33.375rem;left:3.9375rem;width:39.9375rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXFMuvhThlfhOTm02T09hkThNQ4hWQDq { top:31.5rem;left:3.625rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXpZ3B5HLDxMxB1HGCoKhlulPp9e2z3w { top:7.3125rem;left:0rem;width:3rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMq5B2VAxZhQPzSCAeQmiGNpkrUXfnZD { top:10.5625rem;left:8.875rem;width:8.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eupJD6XedhteAxMfEfWyxpzbtJMZ6xPe { top:10.5625rem;left:1rem;width:7.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtS2P106My6xUgHB0m2HELZCqRARw0xU { top:13.6875rem;left:0.625rem;width:8.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llSTsTXTl7xhJqIzK9mQQioy6X46cyeA { top:13.625rem;left:8.75rem;width:8.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAfXxG7osH4RJGwmqeWqd5IQs9lw7pnr { top:19.25rem;left:0.1875rem;width:19.0625rem;height:5.25rem;font-size:0.8125rem;display:none; }#oAfXxG7osH4RJGwmqeWqd5IQs9lw7pnr li:before{  }
 }@media only screen and (max-width: 763px) { #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNJOEVOXV6aIoUFKua3rr5KkRpzhKcQu { top:2.5rem;left:22.0625rem;width:25.6875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { top:4.375rem;left:0rem;width:13.875rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { top:15.75rem;left:0rem;width:21.625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { top:33.9375rem;left:0.75217056274412rem;width:22.5625rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O { display:flex;width:18rem;height:5.0625rem;top:8.25rem;left:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #nfV9R7I7hZ58SRSiRlZQclhSALZluu7Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #ZI9WKly3kUk9biOiTWL9pVgNrzHR3g3G {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sZaHRMtBrvSd57vKOMVqc8omp8ZTEMb4 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #BQTPIOU6VIaV7DURxBFsi6RmTvsv2k7h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #U1TKVuq7wSMvwIaidQJ3A2iue0d5vsg8 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iv3XkCprKvmpg6b4Z3Vc0nU6T8Dbzq2O {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #FIF0pLlu5MTbZLmufpULeWftiBeuJwkS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #izktTSEGwOPV1rXV8kWlaBbv0E8CvVeZ {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sE3vfmvI91wQKKfmvaed4teE2lDtaegm {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iNJQU4mE9GKDo5pxXs1v9Lswr0oGy7MG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #hq0bUnJ1Qb0vkbs1e3oCfltRakIq04in {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #q3PCns7pxnTiEc9WPCaGXfMdJ1E2mTzI {  }
 }@media only screen and (max-width: 763px) { #kEnfbFQpqqiOIFwKDQxyxIUixp5IoBs1 { top:4.0625rem;left:26.43603515625rem;width:6.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGam7stCVPQSFqNIPsnIsvSHengv8gnO { top:21.4375rem;left:0rem;width:21.1875rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3U1zqWXmIk8CE9Pr0FU4itRDDXk1Mu { top:8.0625rem;left:0rem;width:9.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { top:10.4375rem;left:0rem;width:15.9375rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnrF28R2Cx21rx7LwCGsGUL9xC5w9Inf { top:27.0625rem;left:0rem;width:20rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4MB7UXRhM8zhKzW7NA3UlKnMs1as4UD { top:4.375rem;left:0rem;width:2.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATuarLyDup6ByKWZOns1vNJsNyOtfVCZ { top:5.4375rem;left:0rem;width:0.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcKkHJxhDGThEGgo1oZnkXxC426Xl1VO { top:27.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-button { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { width:21.4375rem;height:auto;top:7.9375rem;left:23.8125rem; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { width:21.4375rem;height:auto;top:7.9375rem;left:23.8125rem; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #UBhM1nEiCLbdUDWSUtoxqrwJZ2Hd4903 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #D7K1THvNOfdIqmxLCItB3UiDTbArzfcK {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SouzDVHms7wrSB2KtlKT1b6RM6C6wBBS {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv {  }
 }@media only screen and (max-width: 763px) { #QvEVerR5mkq0UZ2UEc7gvitIAtTRVTOn { display:block; }
 }@media only screen and (max-width: 763px) { #vC99LK8xLqXpzVIZIaeLhx0419khOums { display:block; }
 }@media only screen and (max-width: 763px) { #VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { display:block; }
 }@media only screen and (max-width: 763px) { #C2mnUzS4PEeriX81htU8LlWJI24kFlaE { display:block; }
 }@media only screen and (max-width: 763px) { #LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 {  }
 }@media only screen and (max-width: 763px) { #Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr {  }
 }@media only screen and (max-width: 763px) { #FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG { display:block; }#FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIdse67HlUU37qnUeTI74pcs0g402nEe { top:1.125rem;left:0rem;width:47.75rem;height:15.916477856412rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG3SRaBzL0MuZJ3QiT77zHm2gLzzZ5Fq { top:48.5625rem;left:9.6875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqSU54yDC0yZNKUoPPs55S5h9tFZRTE { top:50.375rem;left:10.3125rem;width:27.6875rem;height:3.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogbuTA2qPMonl9Q2mSNTsyuyTvhxOTX { top:24.3125rem;left:0rem;width:22.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSy5zR1Zi53U4XI7PHDCi8VBOk68qne2 { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA6N8JtT3PL8i7DIntBrWBJpDJArW3F0 { top:19.6875rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZv2RHSC4qVwFabVeqSEfat39TaXSbyN { top:25.5rem;left:0rem;width:10.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHkOQyaTlRRGzTvaJ58gAOHnOVaXCL5V { top:26.5625rem;left:21.0625rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXq97c6dWovTppZ73KKEmfaOc1pS4qIX { top:33.9375rem;left:21.875rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFi7MzDviooS8HIvEW7zICwEgzL0L75Z { top:26.0625rem;left:22.5625rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtWoqy4eCLdi6HLeRcXF12OXyvbyHAvx { top:36.25rem;left:22.625rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3g2A5iiSyFzgr2z1SivTvd9tzmn2tHo { top:41.625rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNxSiLMFCrdcmPBw10gOU4g0TuSCNp1l { top:26.0625rem;left:5.4375rem;width:10.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lX0WNEeCoR7c6v98mwTKuvF8SLDyIs { top:30.0625rem;left:0rem;width:10.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4CWH7EX5xa7369FKhyMqo6RSWB6TMMG { top:44.875rem;left:10.5625rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJUwbqekTTJ6wHQELHtRwlIM4hZoAbtl { top:23.875rem;left:26.1875rem;width:20.625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyHpRxBmCNlsxOVle3sH7KM6B4qzV9zc { top:43.75rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzgikaduukHgWfvyrQ16QnTAVZHglt4e { top:24.3125rem;left:20.75rem;width:10.9375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTmpEmrS3klNoDeXtThyUXmSbe1TE4XC { top:29.0625rem;left:16.5625rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoRnkp0vyTLZTeBDXPE8pGG9sCbsM9D9 { top:35.875rem;left:0rem;width:18.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhHK9zCV6WWZp1kdvbOTZwEPghxmIfrL { top:29.0625rem;left:32rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCHIeWxP1oatFJ7GIDV3IlGzuetrL4gy { top:24.3125rem;left:33.1875rem;width:14.0625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqfEcIyT8R5FSN8PD4baKeC8fvGOQOep { top:35.75rem;left:33.9375rem;width:13.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ { display:block; }#FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFqkEHRfMAS8m0zFqsTLTVFPLL6bLBOe { top:1.6875rem;left:12.25rem;width:23.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw8Vb5uBt7kT3CNEdATfQTTTegO6hL6a { top:33.9375rem;left:0.75217056274412rem;width:22.5625rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4KzXLxDTdRe1BoqTEVP8wJvg3V75hir { width:17.125rem;height:1.375rem;top:28rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOoNffzFnnp1yDPgp0lZJOzIBgwKl6O9 { top:5.4375rem;left:7.3125rem;width:33.125rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtXD5MnmsAOP5X9NyB161RTHPlUVmP0U { width:41.9375rem;height:1.375rem;top:39.4375rem;left:2.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1 { display:block; }#HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiozN6dqTsqP16Mvs5iKGyWfETuxSsfR { top:6.8125rem;left:22.0625rem;width:25.6875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO8gknaxQcb8iQ5XmyI8qP6HbeUIQzZR { top:4.3125rem;left:0rem;width:23.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZtZEuKNKtEqaFUlfiR2JFASQrooDnVt { top:33.9375rem;left:0.75217056274412rem;width:22.5625rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4vI5WlTylZgayp565myaMKNyPmr9wSf { top:8.1875rem;left:0rem;width:4.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu3rObKbmZGLOxtcP8cTulVZazSQGTPK { top:7.1875rem;left:0rem;width:15.9375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfTLuOcot2ZQiGX3d9Qm0SE3tOdWekhJ { top:32.6875rem;left:0rem;width:20rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkETyNcEPBUNE3ETUUJqK3w4oHMoLaM9 { top:4.375rem;left:0rem;width:2.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #angRT1hetiPRXnThFLXJnakhZ6lOzhlV { top:5.4375rem;left:0rem;width:0.125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Api6IF2vT0MLwCT1J4ad4UyDvPemC885 { top:33.375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-regular-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-text { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-textarea { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-select { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-button { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0  { width:21.4375rem;height:auto;top:7.75rem;left:23.8125rem; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .radio-container { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 {display:block;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 { width:21.4375rem;height:auto;top:7.75rem;left:23.8125rem; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #lL5x9NZxTgvk7hwCOhP6yrsTvOqB9ZZq {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #zZuPuTBXGDGZhrxZE6QwACW0kwW2tkg0 { display:block; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #OJXg85wiVwMnuAtRJ8iPAfFtgOxeTdyF {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #nybzKQemAuxrTZuieP0EIktx7KKT99y4 {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #AExqT7ItIGNnTPlzB0aPobLKzwOyd29K { display:block; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #w2PcDnr8dHXsSnJDkGVMl4M15Zfpl2mw {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #tKXTSBTtIUNITJr4cUW5dSzGdQIKcxnf {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #WEqFHteMXck11UGRgF0gMRP0KMlETkpt { display:block; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #XPMIMcIo2CTLSsptlLrctDZwTnDCkSgO {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #BH7BKT5bZVo2sRv7M2nATBsMGpu3OwCs {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #ZhqBq3sWNfBGcEx5XeokDbZguZtvmO6a {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #aZeRnEDWT7dzMx38L55TAAKQCsX0sHsJ {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #n6SenNUkZZMhdGFHlLSh32V6mnBg4nON {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #FEmf3fElSavuuQMWr5ATWaORhFxP2EZX {  }
 }@media only screen and (max-width: 763px) { #EKEsOmrNZlGJzPC2018T1wwp1wzt8yie { display:block; }
 }@media only screen and (max-width: 763px) { #hcmTsSW0zCR6fGsgWMP01SdPrhtfrtIE { display:block; }
 }@media only screen and (max-width: 763px) { #VKSutGT1UbWLFhJvUctoAOCv5Z9vBTCx { display:block; }
 }@media only screen and (max-width: 763px) { #uXr8AzRxZrpedTd1yZnvk1EShsoHnMFx { display:block; }
 }@media only screen and (max-width: 763px) { #m21HmnPyJIOK3z65IPK7UmrsHvaKZOE4 { display:block; }
 }@media only screen and (max-width: 763px) { #hEwVuOJa3KJw0oKmchycH0mEVaCThoVB { display:block; }
 }@media only screen and (max-width: 763px) { #Q06d8ALgiZMtzf01DHk1heRIsfGctSdM { display:block; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #lRPFGCKO3c4ix3aneP7Cx8VyEnqiVgbI {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #fCOyur5gvCdXsqAbZoht50uAniGXQWO3 {  }
 }@media only screen and (max-width: 763px) { #L3DfKp8RsyyHd7UbpOCA0kXgshcuACnT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MDDFNciWBiSzaXOPK8i0iicVplpo3hFo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V8yUw0SGgkQvwhte8VznauaMX1TnbphB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #axfinduGM5H1ZQhdN5qkvsWDkGxHX8nn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Xb6quSBUNnEChZKWGsK7nVGWw1wHnzTw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RwzdT6XIvOFQZ84vikHRqbaGLfWbVil2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZkKu7bprFDlwysEvbc0IKNvtsXLnlHVc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E5bTpZ927Hyz3R6NR6XghmCXD3h4AJms {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LiAROMAF8Tra3ultGPEvTvd44uR1IIIF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aBqThHSEBWT6u765Ld2ZasWxCx2RH6FO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rIiKeFJclpqmcUEV6Co3qT23B06XEDvC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AzB1RAXZAOWReCnRXerXSutSZDoIco5e {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qqOR0b0JO6FOfkDVow3K7oQ8kWNUA73m {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #piZzFAum0Cly0ydmCiCqc2RSMBNl9uOy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Llavv1mUP09m3vSlgzECXCG5bFAGkLnp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yCzRdKcAtB7zpUXe0pnHzxnLBJa89PUN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #blef2TTo42NgRthJDhiUKgRaxbyIy8oS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CxF05styeTSLAwmcWLJWVRlKQCoSzym2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CgLv9FFIBmhrfC6CKI84VJ7JlQ6T2Q7u {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lT3XLmWsxHGQ6eVEmfu5DbEF1GZ7c5RF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PUI3TVWOFllE0w1F2AqmLpawk5UZ1AAh {  }
 }@media only screen and (max-width: 763px) { #mBFxro0WJTkmi4OfPIumZ3M9wnvUps8s { width:17.875rem;height:2.4375rem;top:11.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehmkTHV9NHTUrnRRNhI7btDBIHO8AN45 { width:17.875rem;height:3rem;top:15.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yokuMsKd81eoxCsfxGWJnqy4NRmnHDdI { width:22.3125rem;height:2.4375rem;top:20.1875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPMpv2VSn0CdNMEN28WobmKvQ00xa2u8 { width:17.125rem;height:1.375rem;top:23.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #cT380V3DKSTdEilzX8WmN5zUzTxFaVlM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #dbIgGUKFqyQ7dbPtTbQDJf2MKS5JaDmQ {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #uWVKkLtURghMDKvT5Z8yX81GQdTAbp2B {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #yd8bTXCtwA23EdQLTLaTxqXnISOfn8Bx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #yac9QhTn60fEifc51pwFfPVlQVvh4SZp {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #tanaJQSLENrueNMARTbmNQ1esxbupWFM {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #X2JJBvvlhff4A3fo8C2rgyAfp6OIRcX1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #AMmyvrZtefEzFhCsuNyhAAmbvMBonDzm {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #GcWazxR1cIWiAJFOePlxRh8VrFP11NAV {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #eHJKWEOOe79IslmiHsPJdnXm1Nq7HRlr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #yLTW1vHJS60EOfSpCDcRRI2ZmTLCJ1ms {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #UXBqJB5TlD5rCWZgtXapMC3839umxKph {  }
 }@media only screen and (max-width: 763px) { #gxUncUEczxxBiZ6oUoRTAQRCEkWgAq3A { top:8.1875rem;left:11.4375rem;width:4.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { top:22.375rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { top:20.5rem;left:0.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { top:20.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { top:20.5rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { top:22.375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { top:22.375rem;left:34.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { top:1.8125rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { top:6.9375rem;left:0rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { top:7.5625rem;left:0.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { top:7.5625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { top:6.9375rem;left:16.5625rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { top:6.9375rem;left:33.125rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { top:7.5625rem;left:34.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.375rem;top:3.25rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.375rem;top:3.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.25rem;top:1.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.25rem;top:1.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { top:9.5625rem;left:0rem;width:8.875rem;height:1.364772536541rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0JeZilvf4aDyJUnWt5fODpbI91KMP8 { width:8.625rem;height:3.625rem;top:9.5625rem;left:34.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh4kH8QwzTwODtQC8Oq38V2MDaeCOzeA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1755ba, #000000);background-image: -moz-linear-gradient(180deg, #1755ba, #000000);background-image: -ms-linear-gradient(180deg, #1755ba, #000000);background-image: -o-linear-gradient(180deg, #1755ba, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1755ba', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1755ba', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1755ba, #000000);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { background-color: transparent; background-image: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .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); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { border-width: 0; border-radius: 0; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AALq1z7T4XnTVyWCpqdy3KQkPgn7qU5G { width:20rem;height:2.2749rem;top:9.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnsuqfRvuBCNPsNkKscrvnuUfcxSn56x { width:15.875rem;height:0;top:10.294799804688rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BVcV4crEBp8dHWFVzmJJ2ar3bo2l5Nwv { width:15rem;height:3.4375rem;top:36.5087890625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bwm7HT8h2LdW3X0s7KHSdhlLJGwzI7xM { display:block; }
 }@media only screen and (max-width: 763px) { #aVRynsHVJrO8QFb4v798sOKwszwb8i31 { width:9.937125rem;height:1.9995125rem;top:1.5618896484375rem;left:5.0311279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNxtTf2wv5uAdC39aPaJG3BGVV0IFfVu { width:8.2495rem;height:1.81213125rem;top:6.08154296875rem;left:5.8740234375rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6RTBI0C7FlmAW66n7EHXImOpWTdlaTF { display:block; }
 }@media only screen and (max-width: 763px) { #GHHvmzccv3CZyUTrC6xnqOSENWTFolZk { width:20rem;height:1.3808625rem;top:18.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daw0gItXT979e2skZ21zfWuhyeWlTbKW { width:15.874625rem;height:5.60595625rem;top:12.4375rem;left:2.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #gAy4OJeqb3zNU6tyyazeAgqoy6RiLHgP { width:18.18725rem;height:3.4375rem;top:21.695556640625rem;left:0.90576171875rem;z-index:15013;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDgU83HG09NvnZGpCyspeweKt1WTHB7I { display:block; }
 }@media only screen and (max-width: 763px) { #ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1755ba, #000000);background-image: -moz-linear-gradient(180deg, #1755ba, #000000);background-image: -ms-linear-gradient(180deg, #1755ba, #000000);background-image: -o-linear-gradient(180deg, #1755ba, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1755ba', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1755ba', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1755ba, #000000);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { background-color: transparent; background-image: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .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); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9VVOa5ITK38zzZxaTBaQCCOXh0PAA4M { width:14.6875rem;height:3.937375rem;top:7.5625rem;left:2.6875rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqfvXgKHGX9XicedIcR5lgodWJgn5PXc { display:block; }
 }@media only screen and (max-width: 763px) { #vxSrTGR2udLJaZhRlwxdTnqr7s7UrdhT { width:14.8115rem;height:4.2495125rem;top:13.375rem;left:2.625rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEcd4XlA8eihhtDvogiEJNuwmgL3ZmNS { display:block; }
 }@media only screen and (max-width: 763px) { #cPRxT30489wiXGWsMGXD8Gu0LdPbohrA { width:15.9995rem;height:4.8745125rem;top:24.6875rem;left:2rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oka82e5t6xmwzymDKpQ2HT4cDuMlhSc3 { display:block; }
 }@media only screen and (max-width: 763px) { #J4AZ781lmPMcvLz410xWKdalcCLdG7ns { width:15.9995rem;height:4.5620125rem;top:31.3125rem;left:2rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0OpITCxZSdH6C6HOMDSmR3qD1DkLgZW { display:block; }
 }@media only screen and (max-width: 763px) { #v7HTeZzIoUwRZLaOD3G1STd5tJmz6T74 { width:15rem;height:4.625rem;top:18.625rem;left:2.5rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrJQfXB8b0mPdixUl6lPmMCH12qhyIU4 { display:block; }
 }@media only screen and (max-width: 763px) { #PlLux1QtmRhgs6XnnOI7R8VLOnfr0tOS { width:15rem;height:3.4375rem;top:40.881591796875rem;left:2.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrGlv2T3ZDV3U9BrE8V6tKz2dHy2i7HI { display:block; }
 }@media only screen and (max-width: 763px) { #t2GXuuvP5dUqEWnvJhcHuOxGlNAG29Mn { width:19.0625rem;height:3.375rem;top:0.721435546875rem;left:0.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5IzgIHd8fA9rBz5bQBT6Omuq2MpVBuM { display:flex;width:2.0625rem;height:2.0625rem;top:88.4083296875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uyz4B7HDWk0BKIuEsSMufRMr4yvdtoAm { display:flex;width:2.0625rem;height:2.0625rem;top:62.345707617188rem;left:9.937255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvI09TQxCnk4zE9aQ8ilewiKwD5MQWJT { display:flex;width:2.0625rem;height:2.0625rem;top:104.9449484375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmR35DNMogmC8D9HomOob31nc3IXNxlw { display:flex;width:2.0625rem;height:2.0625rem;top:32.9083296875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvZOPFr4FWpdNb9BiSItvdMFnSD8JvPz { width:0.1875rem;height:20rem;top:53.4083296875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCsJP3ithr43Zhz7r0vzN9fTu0yPbf1p { width:20rem;height:1.6875rem;top:37.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNIcuIym3BlQXOA5v81kgloIBKQ44EyZ { width:16.25rem;height:1.6875rem;top:5rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELWFdDmoTTfhtsRBtUQnGdL5ytME5n20 { display:flex;width:1.9370125rem;height:1.9370125rem;top:4.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #wGUTViKWmgH5XTM1U57THifLhTmthM0e { display:flex;width:2.1875rem;height:2.1875rem;top:11.0947265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJS3Si72JbnDr5wtf3MNo6vkc5L755i4 { display:flex;width:2.1875rem;height:2.1875rem;top:14.696655273438rem;left:8.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #srRxu02rifc9Q5cGJL4ABGWt8QeP0Tmi { display:flex;width:2.1875rem;height:2.1875rem;top:22.5322265625rem;left:15.2021484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sc8Nyr89vz5T7BVZPfScBqargJzubsPx { display:flex;width:2.1875rem;height:2.1875rem;top:31.82958984375rem;left:15.85693359375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPTeUZnmanHg2eSwAcRAdunuBxAo8mAi { display:flex;width:2.1875rem;height:2.1875rem;top:40.007080078125rem;left:15.85693359375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtMmmS5ZdbLDgDdL0K9f9Tl1RymPJdRp { top:9.1875rem;left:9.875rem;width:0.125rem;height:25.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1755ba, #000000);background-image: -moz-linear-gradient(180deg, #1755ba, #000000);background-image: -ms-linear-gradient(180deg, #1755ba, #000000);background-image: -o-linear-gradient(180deg, #1755ba, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1755ba', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1755ba', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1755ba, #000000);background-size:cover !important;display:block; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { background-color: transparent; background-image: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container > .video-iframe-container { display: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row > .video-iframe-container { display: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .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); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { width:20rem;height:289.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hxwx97EOUZwv7Kr7pLHDlAncKvQTpnKW { width:20rem;height:1.54358125rem;top:2.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OauiXBCTg7I14zD3SD5E422lTbzVpBsn { width:18.875rem;height:2.0625rem;top:33.6855625rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #sXyTnA0pXwpPEhIVkz5yrrdelLqet3vz { display:block; }
 }@media only screen and (max-width: 763px) { #euvu5o61T6LpR7hfiCUOnNGJAZ61VSRu { width:18.875rem;height:2rem;top:53.0625rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nlZOFUKKhIOl8M9QaJcTQerSz4K40s4e { display:block; }
 }@media only screen and (max-width: 763px) { #z0VFAaSLfyHWwfPKeeap7p91aOJweuk5 { width:18.875rem;height:1.875rem;top:77.0625rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #pV27p0H3zkqegXO8qrUKXEUdFb04Z6eQ { display:block; }
 }@media only screen and (max-width: 763px) { #oRpnFxIpT5QvWhXufWg4DHKAAKZpNOXQ { width:18.875rem;height:1.8125rem;top:106.125rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #OqtABd5QQCQizJIpk7oTFfTLHd509TdI { display:block; }
 }@media only screen and (max-width: 763px) { #kBOKlcp2VTORuDhaFo7hGb30zf81rMH0 { width:14.375rem;height:2.4375rem;top:30.0625rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CF8M29ACoplCKiDFQCqELJxV3UOGmVSc { width:11.875rem;height:2.4375rem;top:77.375rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdIFUT7kbKrHkHWOWIEFVdzceOonJFgd { width:13.999625rem;height:2.4375rem;top:46.5rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeyGsJM7bwLLLm48n3Xr09eA71Sz9IBO { width:10.1865rem;height:2.4375rem;top:61.3125rem;left:4.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nWKcHd8trGh4PEta8HKSF4viuH7fkB { top:199.96878632812rem;left:5.75rem;width:8.4375rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCbKXmTDyAiUIp0RWHsGVJZg3p4shDvi { display:block; }
 }@media only screen and (max-width: 763px) { #pcbDaySTCveIeRPTTew49L3EZIMvOBVr { top:211.21878632812rem;left:5.75rem;width:8.4375rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFliwFe0CVTigg1kGO040C2V7iHJUHFz { display:block; }
 }@media only screen and (max-width: 763px) { #Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU { width:17.9373125rem;height:0;top:158.5625rem;left:1rem;font-size:0.8125rem;z-index:15085;display:none; }#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU li:before{  }
 }@media only screen and (max-width: 763px) { #i8G4GQezc45tzbfJc5HLyo7cpOe4pTh2 { width:17.124625rem;height:10.06225rem;top:34.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiDaQNszWNpgvDiJQ9ehpoorKhFE2H5N { width:18.2495rem;height:10rem;top:49.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9OuGmdKkVG253TK4nx97eZWg76LTtFV { width:20rem;height:11.264625rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1b85V1RfTpdT3pMNA3c6fwtsWvB2rbS { width:20rem;height:11.195840554593rem;top:80rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3wmDZZvl9Ade0TzKMqdzAXGLKyyI727 { width:17.5rem;height:9.812rem;top:18.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtWcMnMM7NmKxTEcyHD1SRnNcnP9qVex { width:20rem;height:3.0869125rem;top:14.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB7M3OGf1GqMoyODGhROOMPKNf5INSrw { width:18.999625rem;height:2.3120125rem;top:4.5703125rem;left:1.0009765625rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIS6cFHLnvcXOOrRzvD4dg5U0V9mevCb { display:block; }
 }@media only screen and (max-width: 763px) { #gQhl80ZRrJ6qE4pdiSnRGn2ZUitdpwZI { width:18.999625rem;height:2.3120125rem;top:93.050537109375rem;left:0.50048828125rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anc7abny1xzTGTNVWQPL10Qf5Lm1nyuc { display:block; }
 }@media only screen and (max-width: 763px) { #X1CHFHMTVlpf7742N90RTOXD2iyPu75G { width:20rem;height:3.0869125rem;top:102.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4inguVChJVM55raJfRMmXtTT7XbqGIM { width:20rem;height:9.8974375rem;top:106.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJCT9uxIen8S3uG2q7qyFRSPkezfo5nT { width:20rem;height:4.63036875rem;top:117.76794433594rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52sPnqhXFTTWuaTw0dfKSnvZobL6VC7 { width:20rem;height:7.6434851485149rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuXOL60L0TS46s3aE89IEXXDCTC3g6tl { width:20rem;height:2.60559375rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJ7KWip8MPiTnTEtkqJorsTbuEAfNEK { width:6.5rem;height:4.625rem;top:97rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExZ0hw5Thb4ZkmQ37ykPKkrWS8FXGMuU { width:1.875rem;height:2.56225625rem;top:98.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6qnAdUM6StGJrCwmXNUhKyp5hQD2Kem { width:4.4995125rem;height:1.949225rem;top:98.6875rem;left:5.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m9IuglQX28CkDiEdwAmxUrIiWCJSQTpu { width:11.373875rem;height:1.3808625rem;top:8.25rem;left:4.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pBbQoNLbiPJ8dI0sw6LZRyWOEFA2TxV1 { width:11.3745rem;height:1.3808625rem;top:96rem;left:4.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r822oTnl7gC2Iz3ye3sMaZtekG22PlVN { width:19rem;height:2.3125rem;top:134.75rem;left:0.5rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWyBWyvLMMmVRxSH5lLGUtoUxvm7D375 { display:block; }
 }@media only screen and (max-width: 763px) { #Fgh2kkR2ILo41fkuZvgIpnsk2bqTPzaU { width:20rem;height:13.755903811303rem;top:277.38726171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J16FCMe4oeQwtuTZqZhKp1UsSW69I1uL { width:20rem;height:12.0575rem;top:152.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLHJtCzB3cpbhVJUd24zgONZ3J9l5BOD { width:2.5rem;height:2.5rem;top:140.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Tby8v6kxcDpckiBc96kbfOOwNfHmWZ { width:6.25rem;height:2.11230625rem;top:141.0625rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8cob7SCaTEmRHcFKEXVxs3GS5HfBUUT { width:2.1875rem;height:2.1875rem;top:141rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt95cV6nAoH95TgmS5aggXTI8iZiPF4w { width:6.3745rem;height:2.1123rem;top:141.0625rem;left:13.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEcIlfa2QV1XRNdKKhiw5XSFaponOKHT { width:9.74975rem;height:6.93725rem;top:141.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0rLvsL61svpgbkdTEiU7cpUD2iNw5U { width:20rem;height:3.0869125rem;top:148.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9vdQWHQuJwQLzEIVQNAlwHTuv8ZhMkp { width:11.3745rem;height:1.3808625rem;top:138.3125rem;left:4.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X21QaOFAJkky43RnXNF8SDX0FP4QrL8G { width:20rem;height:0;top:271.50652421875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFNK4AWrBTd1EsZLK6FT55bF8uU5XxTt { width:19rem;height:2.3125rem;top:166.9375rem;left:0.5rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHNM7AD18QXcwC7UNTWl0fl1f53MrTAB { display:block; }
 }@media only screen and (max-width: 763px) { #dbQSQQO6hfcDKUuDcm97Hds2wFxV5xGk { width:11.3745rem;height:1.3808625rem;top:170.5rem;left:4.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uMON37PGJ8F012VPBfasNz7xwBOynErb { width:4.562375rem;height:3.2495125rem;top:171.875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipVuyQt11OpNSD8LuJvVFGclLTchF0Dz { width:4.6875rem;height:1.25rem;top:172.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSOichF8u9l5GROaxzTfZ5z5qdmdilTm { width:20rem;height:9.5169536703435rem;top:332.31694921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNLOHmsJNLFBpS3k6aqzuFwPev2qZKUl { width:20rem;height:3.0869125rem;top:176.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntVFhDWBOqbTGQhDVnGilzKSJ8iX0PQD { width:20rem;height:0;top:327.97979296875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeff2hgPoMeQlbQKHR1waZ4nQVnQXvey { width:15.874625rem;height:16.437375rem;top:181rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMndxOm7GMynaqeDkTx6DlPyecZJ4b2l { width:20rem;height:0;top:360.77107421875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgPc79KZcD9la84797alqK7J5dJ2eETF { width:20rem;height:16.6161875rem;top:214.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyEpEOxne1RR2akLVnSfhnXsHcDyhU9n { width:20rem;height:1.54358125rem;top:199.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrm5KFiE3JOxMCqHy2AETZ29kx16hyFN { width:20rem;height:11.70775rem;top:201.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNHetuHaXcRtcXDD1xRgMlMKP7VMl8Of { width:19rem;height:2.3125rem;top:234.0625rem;left:0.5rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO4QAd4FIDzNNx4PtFbLNbDz3XZIqbFg { display:block; }
 }@media only screen and (max-width: 763px) { #HLWHP9UmfTd7N16XSH51p54qUkkQ3io6 { width:11.3745rem;height:1.3808625rem;top:237.625rem;left:4.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8gwGiJnr4m1dGgkknw867I9yiy96Bo2 { width:4.8120125rem;height:2.374875rem;top:240.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FI6LJbp17uKm69QISEQzutn29cDpHQ { width:5.625rem;height:1.5625rem;top:240.59326171875rem;left:12.974853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJb4MXpgmJ74Gd16R9pLz7uTpaJMyXhn { width:1.6875rem;height:2.3125rem;top:240.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA3OhOuTTIPfMi3Ak2WiVZn64nx6mVJT { width:3.5rem;height:2.1123rem;top:240.3125rem;left:8.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TwJGIh94cU6NITX3Xaeqmoud9fb361fT { width:20rem;height:11.072375rem;top:249.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiO6oXImUEfpFyhQKkHGFE0mAiGeikOL { width:20rem;height:11.1376875rem;top:265.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRZZdQpohDlg23GeCJArqUATw3yvt7sC { width:20rem;height:3.0869125rem;top:244.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2y8xPlhe6AuBOAStloTJLbo1Q1oD2U { width:20rem;height:3.0869125rem;top:261.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9DPxrGxvLrXtBCRqhoHEt2sMAsQL6Z { width:15rem;height:3.43725625rem;top:284.37377929688rem;left:2.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auyZWv6FmxtBbB2genMGMnMThKqPCg0x { display:block; }
 }@media only screen and (max-width: 763px) { #CAdkc5NeQ8MDLFFhv777uEMEs3bct4Oc { width:19.9995rem;height:3.375rem;top:279.6240234375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1a5TcMQfdgLcEDyFTTrP3VkBow39evT { background-color:transparent;background-image: -webkit-linear-gradient(273deg, #1451b5, #000000);background-image: -moz-linear-gradient(273deg, #1451b5, #000000);background-image: -ms-linear-gradient(273deg, #1451b5, #000000);background-image: -o-linear-gradient(273deg, #1451b5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1451b5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1451b5', endColorstr='#000000' );";background-image: linear-gradient(273deg, #1451b5, #000000);background-size:cover !important;display:block; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { background-color: transparent; background-image: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container > .video-iframe-container { display: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row > .video-iframe-container { display: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .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); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { width:20rem;height:186.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3TzbHx1ns9K7pDB2ggVV4XwL8TZXVRa { width:12.8125rem;height:1.3808625rem;top:0.68682289123537rem;left:2.5933160781861rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JoQOiM05cIsxBELMHklTmLKNhxLwB1B0 { width:20rem;height:21.0625rem;top:20.812175750733rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB28dgvORTH5gCEEAOhogbSZDAxRhalb { width:8.5625rem;height:16.0625rem;top:0rem;left:7.6203488166037rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbUxaFFZ1Gw2ZLaWCFrLJVma3puplw2t { width:14.5621875rem;height:2.5996125rem;top:2.0659723281861rem;left:2.7186417579651rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z8qbMCNcs4Cxzw3S5m9IEzm953Vp900P { width:12.5rem;height:1.3808625rem;top:14.3125rem;left:3.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#13398b;display:block; }
 }@media only screen and (max-width: 763px) { #KubrUUERcolLM9vnsCElr31BEi985y9w { width:17.75rem;height:2.4375rem;top:17.224609375rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9L3OhQ0tp0SfHMBe4VDbr8Tam9eZaJe { width:18.0620625rem;height:17.54300625rem;top:21.624892234802rem;left:0.96788215637206rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lSibbWBDrL5yQcMeKlU2z3BSFBFhUR { width:14.25rem;height:2.25rem;top:13.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5tXDVTCF9NNXMOBrFqTHoOMMksHbUDm { width:15rem;height:3.43725625rem;top:181.1220703125rem;left:2.718017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQMeOCNK5zC99FiiidVTn1Wz4eiaXxub { display:block; }
 }@media only screen and (max-width: 763px) { #sDBaTNxmfNTkbU5Li50vO28ny9z9IGPz { width:20rem;height:20rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfIsHe4UZ18Gz4EDmNqvqpVN8Avb9vl { width:16.5625rem;height:1.3808625rem;top:91.625rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#13398b;display:block; }
 }@media only screen and (max-width: 763px) { #esx4V8K1nFTTtoyp8SsyEU7U2cXx2Qms { width:15.125rem;height:2.8125rem;top:91.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2TxEDbUyu6PVS8g4an5Hy5tX90i9LI0 { width:20rem;height:4.875rem;top:95.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hM8TCsKbl1pnaJPAwyNiRBfEOgDaRZLE { width:20rem;height:19.01071875rem;top:103.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhDvg1KpPbTB2RAd5bkheRlQXUgmUX1F { width:20rem;height:20.375rem;top:101.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcsZxgqdQLa1TLKatduWgJfqvV4Xqd5F { width:17.5rem;height:2.4375rem;top:149.0625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVBrqTSbKfLyTQlOuhEqgfva36dIBVpc { width:20rem;height:23.75rem;top:152.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrRbow7O2KoMI6IhTqXitgGsmgQ4E9mZ { width:16.5625rem;height:1.3808625rem;top:145.375rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#13398b;display:block; }
 }@media only screen and (max-width: 763px) { #OuUZ5WoWUV2hn8vcJ5Si8GdF0yBnfFhZ { width:15.125rem;height:2.8125rem;top:144.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llfFkuBdk0QKiSuRUBSbCcCJJdCDGkIQ { width:20rem;height:25.34763125rem;top:154.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0P3ngDWSuPxowPPmJ1ylrdxS6oAm9pw { width:20rem;height:20rem;top:124.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcoC93WXzoDP60VITtxkxNkZbi0TkSPy { width:20rem;height:16.3125rem;top:56.874755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5FrS7qTdi9omQyBdF6Xp5tz9wghXEc { width:19.9995rem;height:11.69535rem;top:58.43701171875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTRJIyboQpKTGRUgAB1cpRzOZDvWuIxw { width:16.5625rem;height:1.3808625rem;top:50.875rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#13398b;display:block; }
 }@media only screen and (max-width: 763px) { #LFzpECr4P3NC3rperzTucHRukMq4asiy { width:20rem;height:2.4375rem;top:53.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ee9bIMi1E66ku9RCV2sGubDe6E8MHwe1 { width:15.125rem;height:2.8125rem;top:50.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJp8c6p5CVuJlNgsMZMMo3mBEpJGeV37 { width:10.0625rem;height:10.0625rem;top:40.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { display:none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { width:20rem;height:44.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kHIpK3WUA4VRhokvcyPmFqD4saMga81H { width:20rem;height:1.62524375rem;top:21.249454498291rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { width:3.37456875rem;height:2.84399375rem;top:33.599178314209rem;left:7.5618495941163rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { width:18rem;height:9.4375rem;top:11.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { width:5.24956875rem;height:1.54358125rem;top:34.249134063721rem;left:1.7496745586395rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { width:5.24956875rem;height:1.54358125rem;top:34.249130249024rem;left:12.284614562988rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { width:18.9375rem;height:1.7871125rem;top:23.437477111816rem;left:0.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { width:17.5rem;height:2.1108375rem;top:25.349935770035rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ks9gGdvpIXARRFtGt7EbZ41SlUPeHdDB { width:20rem;height:8.5582468281431rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaR0cIwCEyHeBcm7lzKpAK3gmXLK4Ryp { top:8.28125rem;left:0.28103303909302rem;width:19.4375rem;height:30.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zd6pzytK7cQLCwhkQUgRthLfVFo9FRhp { width:20rem;height:auto;top:1.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsaHzZ0lISTeCnqSoWc5GQ6myaOcttCM { width:19.3125rem;height:0;top:28.146160364151rem;left:0.8121745586395rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ed6OT31hgIvSPFu7RAft8kgp1SmfMU34 { width:15rem;height:3.4375rem;top:39.531280994415rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kL3cUrV3oh258zFmBLZmoSzaizVChF { display:block; }
 }@media only screen and (max-width: 763px) { #wiTKqRGs0VL2ENny5ed4WOLKITREhvgG { width:18.125rem;height:4.87428125rem;top:27.462566852569rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #i1r8ZWW3DDzifd15HmGkVUSRIDZfbOSk { display:none; }#i1r8ZWW3DDzifd15HmGkVUSRIDZfbOSk > .row .container { width:20rem;height:45.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZyDlFhSHO1mUgaOtl6n4cPe8LIHpdQtV { width:10.1875rem;height:5.3125rem;top:11.1875rem;left:2.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJmCIB4NthsaIZWCrkG6P1xskJDD3hc8 { width:10.875rem;height:5.6875rem;top:10.7734375rem;left:1.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #WTvQgB5kzy7rzysIwZmW9UxKS3oufyFv { width:10.625rem;height:5.5625rem;top:13.8984375rem;left:8.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #DXfcx4FpIzUQTLSTRGOi9N2pKk29WZfC { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xidXVaa5f07GeL7yRtehdtLM2fDUhHk6 { width:20rem;height:15rem;top:23rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wuuTGACBvXKZNgTJN3zDaelg4xJJPZdT { width:20rem;height:1.3808625rem;top:23.892578125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6GKi3xusEIMf81grlbN8cH462Svi811 { width:20rem;height:2.5996125rem;top:6.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLfPGmqLO3S1GWMIqGgOFPTRtsTeyBV5 { width:11.25rem;height:1.21875rem;top:9.048828125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqBfauzsDU8ZMVSIl9wbFW4xzo3THXI8 { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOlU8x6bLLZahpAwLMVBTe9oJwSTczsN { width:10.75rem;height:1.3808625rem;top:29.05908203125rem;left:4.9375rem;font-size:1.0625rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #kFezBSRmbbUDRasbTkUH1XVkwKLMtKTA { width:18.0625rem;height:0;top:30.775390625rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8q3VxFaCSiD3hrJJRe9bGlNtXVJH48R { width:20rem;height:1.05615rem;top:35.4599609375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEoBqqpuCUlTtW2afTmk357THmRn3GoN { width:11.8125rem;height:2.5rem;top:38.7021484375rem;left:4.09375rem;font-size:1.5rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #e5tXeZfOx8eQG1tMLOLIemx07g3OmxOi { display:block; }
 }@media only screen and (max-width: 763px) { #c4d0EC3Lg8bUWBGFh8Kn5tJ5fuECJrhf { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mg4WuKQU8xo7WDwwV9UoNlsLmmNC4cCe { width:19.5rem;height:3.89844375rem;top:30.81494140625rem;left:0.5rem;font-size:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #FFviyDMRy4sfBLfRsrbIfquZyZmgpqT0 { top:28.072265625rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #AccfxincoriwfuH6UtN2kAWRwbrfgdSW { width:11.25rem;height:5.875rem;top:16.75rem;left:1.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #N5rBviyQBS4gZEynES6JvAK0zKShLUQy { width:20rem;height:2.1123rem;top:25.419921875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7TeTQllOFSr3fiuFle6uSceNTNLJyzL { width:20rem;height:2.1123rem;top:42.279296875rem;left:0rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu { display:block; }#W8cI13sJu3pAruuLDu7Zttl4vQnOz2Tu > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSTwvvLqt2w1ASyOVENMAMoKFGwkEm6P { width:10.875rem;height:5.6875rem;top:10.7734375rem;left:1.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #QUUKOBdo2L4ekINda4uexMBnGyQQrmLe { width:10.625rem;height:5.5625rem;top:13.8984375rem;left:8.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #bfy4emz1Ns1wTT4ZtmaSGIS0nHefpSVN { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRvNFrUPxh5GXofCre60LImyTr6u0l0C { width:20rem;height:15rem;top:23.9375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #FWrEwvDmkDp5pLeFhWDTKq00dNNqgPvG { width:20rem;height:1.21875rem;top:24.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXrX0qyUxv8UaVlexVDMQbL3QiH5HMmt { width:20rem;height:2.5996125rem;top:6.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDiZeXuJfysMgLM7i0TrBxET24smvJVP { width:11.25rem;height:1.21875rem;top:9.048828125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvzJLAyiTfFRv4fOrAXznC1u5BepJv5d { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sz1PqevNMDCBMLW7xpIm3zgJIuUghF1O { width:10.75rem;height:1.3808625rem;top:29.6875rem;left:4.625rem;font-size:1.0625rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #sOTAAPXUNOS1J4J9xsId6h5o5GaCqbUw { width:18.0625rem;height:5.2807625rem;top:31.0625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzv3OFZcD4hFk7PO2rul5FyzPE5pD9LU { width:20rem;height:0;top:35.4599609375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPpJ1TCwNVPAn5icJTlev1bVTmFfw4rh { width:11.8125rem;height:2.5rem;top:39.625rem;left:4.125rem;font-size:1.5rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #TdinIEATtDr382qWyNZNUWlpgh2Vr15P { display:block; }
 }@media only screen and (max-width: 763px) { #zrPIGE6cxQgNkoDDbGPJzRZgiRCd4zEK { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMGxTv7Zh5upbkoBGEC3ItBh6TdiCaUq { top:29rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #mIvTmnelz6Mnn4a0MqEwCiTXkdGprw5c { width:11.25rem;height:5.875rem;top:16.75rem;left:1.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #g8b4PTPLgulxTxBhnwc73MyZhoKyKObV { width:20rem;height:1.05615rem;top:26.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTdb1TFmOia8mrVx4AUF6RW4WfVLGes { width:20rem;height:2.1123rem;top:43.1875rem;left:0rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #opJ84Rxz1bOIN9I4EQtgJ4eFef4k0hW5 { width:20rem;height:1.54345625rem;top:27.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCWdaF2VLVC7ZCTAyo18z0rFqIwteM5X { width:20rem;height:2.1123rem;top:36.625rem;left:0rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN.adaptive-delivery-prevent-bg, #gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN.lazyload, #gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN.lazyloading { background-image: none; }#gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#gSCGeTcmo9uGs5zPlJN6IyO1lrSv7gnN > .row .container { width:20rem;height:20.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LiqkuG9a4mdZObt5XXXuwu7Ryi0Z3TRZ { width:15rem;height:3.4375rem;top:15.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0k1LlF4h94AByXRmuQdP2HV4qsM7nvB { display:block; }
 }@media only screen and (max-width: 763px) { #epy0WNUZg4N3hNb7i2IHWJc7wE3KqnKE { width:10.249rem;height:0;top:4.3739151954651rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15173;display:none; }
 }@media only screen and (max-width: 763px) { #zKeFziqv2FPHboPpAmNGFnKTt4TJlDq7 { top:2.4359810352326rem;left:8.4375rem;width:11.5625rem;height:13.8125rem;z-index:15171;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UZPIEWeoNXzqV6LF480XxJyefS0t0fGz { width:20rem;height:11.9375rem;top:1.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tIDxivFuyZVhLs794pvnlPwBAwDRpPes { width:20rem;height:1.21875rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dz8WAx2NdOXD5qOJTcHhLBJaOuwPRakf { width:13.248875rem;height:2.923825rem;top:10.3125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xpz2D9JX388RHEMD8pvdBenfzin85SbB { width:5.7495125rem;height:2.99926875rem;top:4.9375rem;left:6.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWoqowzyZVo2JrOqko9Gpw4sIrn9RndU { width:6.12426875rem;height:2.87414375rem;top:5rem;left:13.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZogzetI3tNNTk5QouiAspgh8D85qu8h8 { width:5.874025rem;height:0.6875rem;top:8.5rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#ZogzetI3tNNTk5QouiAspgh8D85qu8h8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #r9DeNn8OILL1gf8d0Fy4X2Z1pFvFAnHW { width:6.25rem;height:0.6875rem;top:8.5rem;left:13.75rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#r9DeNn8OILL1gf8d0Fy4X2Z1pFvFAnHW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #Efd6585uyxsJssWNtLoXcHq0PtJTLvL8 { width:14.562375rem;height:1.49963125rem;top:1rem;left:3rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JkeohLyHsJ4neHnkM6ksA4IWDixUxpTo { width:19.6875rem;height:1.4624rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#091b45;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G65kTrB29nCwZTXU5WpVTZTR3Fn68NG7 { width:5.625rem;height:2.9375rem;top:4.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlsLaQue8OnZpNeimWWJo51TPuRfTbtu { width:5.8125rem;height:0.6875rem;top:8.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#IlsLaQue8OnZpNeimWWJo51TPuRfTbtu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #rTLbvHbOJwTbRqkE1x5Wn7zrb6yg8hiG { display:none; }#rTLbvHbOJwTbRqkE1x5Wn7zrb6yg8hiG > .row .container { width:20rem;height:80.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oUzHSG1HkyAi1DDiWK8FCptWrqc69lLR { width:11.9375rem;height:2.5rem;top:4.583984375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO6UyxhwuhTwdsyZ4AIidTkc5mCTHkxw { width:12.5rem;height:1.54345625rem;top:5.1875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaQytVJ2c0vvb0wHAWPO7wGVRhBvlaD0 { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLl700nkyiJAmdKv5AFOzRbUxZUxRQea { width:8.0625rem;height:1.25rem;top:1.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTFOdM5W4DuIZURQTqFsmrGB9pyqtg36 { width:19.75rem;height:19.625rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygE19FS1XAol0npBOFLuQpoGQ0g4DTKA { width:12.5rem;height:12.5rem;top:36rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcCJUkiUqXigz8mpeWJWQoPGMl1OqFmF { width:12.5rem;height:12.5rem;top:50rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klhx9Crl8BBXagZiTT42donQshbG0MQK { width:10.5625rem;height:2.1875rem;top:45.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVx3kmaQdrz7dZHZyiUo4z5ODGIRHXLZ { width:10.0625rem;height:1.3808625rem;top:46.125rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7xNQF7FZr7g0k1BXT1ztuRwwQC5uXZJ { width:10.5625rem;height:2.1875rem;top:31.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC20BsaRKnruZUhRMWVnP5Rv4mu2nrfm { width:7.375rem;height:1.625rem;top:31.65625rem;left:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMP5MGLED0Wk4gdkzzGSf2faCnX6hzs9 { width:10.5625rem;height:2.1875rem;top:59.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZqOzzEzyoZVfuCUOLiFzFA83STh83J { width:9.1875rem;height:1.625rem;top:60.25rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlO8dQM2BERLfQiKduikzaaKJSGPUFRl { width:4.9375rem;height:3.5625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU3nAQDTTv0yH75ppfu0XaZFpNIoEwlR { width:10.75rem;height:7.8125rem;top:36.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdOorHwHgHD0prVTyGTXlNDGp5IPGkP2 { width:9.1875rem;height:1.29980625rem;top:43.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5Fqh95QUWvPaPJhQfqzBRuKsFE2PPk { width:10.75rem;height:7.8125rem;top:50.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfH8iIshvt8O0pNgyUnkH5tCOAGuZVVk { width:9.1875rem;height:1.29980625rem;top:57.9375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyyX1aKu2mawn2lEzMXz6XtMLFatb4kP { width:19.75rem;height:4.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhBefFSSWPVK8C6qJ3ufxTcfthwUwztI { width:20rem;height:3.574225rem;top:9.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZOBeXpxmJuiuk4Ha38c1uszwTiBm8eB { width:20rem;height:11.8125rem;top:66.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXFMuvhThlfhOTm02T09hkThNQ4hWQDq { width:11.8125rem;height:1.29980625rem;top:64rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXpZ3B5HLDxMxB1HGCoKhlulPp9e2z3w { width:1.4375rem;height:1.375rem;top:17rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMq5B2VAxZhQPzSCAeQmiGNpkrUXfnZD { width:8.4375rem;height:4.125rem;top:16.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eupJD6XedhteAxMfEfWyxpzbtJMZ6xPe { width:7.9375rem;height:4.0625rem;top:16.5625rem;left:2.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtS2P106My6xUgHB0m2HELZCqRARw0xU { width:8.3125rem;height:4.3125rem;top:19.6875rem;left:2.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llSTsTXTl7xhJqIzK9mQQioy6X46cyeA { width:8.625rem;height:4.4375rem;top:19.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAfXxG7osH4RJGwmqeWqd5IQs9lw7pnr { width:19.0625rem;height:5.8125rem;top:25.25rem;left:0.9375rem;font-size:0.8125rem;z-index:15013;display:block; }#oAfXxG7osH4RJGwmqeWqd5IQs9lw7pnr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oAfXxG7osH4RJGwmqeWqd5IQs9lw7pnr li:before{  }
 }@media only screen and (max-width: 763px) { #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNJOEVOXV6aIoUFKua3rr5KkRpzhKcQu { width:19.9995rem;height:25.062rem;top:27.309814453125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { width:20rem;height:2.03125rem;top:1.81201171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { width:15.06225rem;height:3.2504875rem;top:10.8486328125rem;left:3.8291015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { width:20rem;height:0;top:9.2404519915581rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-number { padding-top:0.236875rem;padding-right:0.203125rem;padding-bottom:0.236875rem;padding-left:0.203125rem;width:1.220625rem;min-width:1.220625rem;height:1.273125rem;font-size:0.948125rem;line-height:20.37px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.14875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.628125rem;height:0.503125rem;font-size:0.355625rem;line-height:8.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O { display:flex;top:21.6220703125rem;left:7.763671875rem;width:10.5rem;height:2.39875rem;z-index:15020;padding-top:0.29625rem;padding-right:0.290625rem;padding-bottom:0.29625rem;padding-left:0.290625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #nfV9R7I7hZ58SRSiRlZQclhSALZluu7Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #ZI9WKly3kUk9biOiTWL9pVgNrzHR3g3G {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sZaHRMtBrvSd57vKOMVqc8omp8ZTEMb4 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #BQTPIOU6VIaV7DURxBFsi6RmTvsv2k7h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #U1TKVuq7wSMvwIaidQJ3A2iue0d5vsg8 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iv3XkCprKvmpg6b4Z3Vc0nU6T8Dbzq2O {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #FIF0pLlu5MTbZLmufpULeWftiBeuJwkS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #izktTSEGwOPV1rXV8kWlaBbv0E8CvVeZ {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sE3vfmvI91wQKKfmvaed4teE2lDtaegm {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iNJQU4mE9GKDo5pxXs1v9Lswr0oGy7MG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #hq0bUnJ1Qb0vkbs1e3oCfltRakIq04in {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #q3PCns7pxnTiEc9WPCaGXfMdJ1E2mTzI {  }
 }@media only screen and (max-width: 763px) { #kEnfbFQpqqiOIFwKDQxyxIUixp5IoBs1 { width:5.6870125rem;height:2.5996125rem;top:21.818359375rem;left:3.72021484375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGam7stCVPQSFqNIPsnIsvSHengv8gnO { width:16.56225rem;height:3.574225rem;top:15.163330078125rem;left:3.43798828125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3U1zqWXmIk8CE9Pr0FU4itRDDXk1Mu { width:10.062rem;height:2.3562rem;top:4.686767578125rem;left:3.719970703125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { width:14.0625rem;height:3.25rem;top:7.042236328125rem;left:2.9677734375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnrF28R2Cx21rx7LwCGsGUL9xC5w9Inf { width:13.875rem;height:1.3808625rem;top:19.41357421875rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4MB7UXRhM8zhKzW7NA3UlKnMs1as4UD { width:2.9370125rem;height:2.03125rem;top:1.81201171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATuarLyDup6ByKWZOns1vNJsNyOtfVCZ { width:0.062255875rem;height:22.749625rem;top:2.375rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcKkHJxhDGThEGgo1oZnkXxC426Xl1VO { display:flex;width:0.625rem;height:0.625rem;top:25.1240234375rem;left:1.1240234375rem; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.4; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { width:17.5rem;height:auto;top:27.26220703125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-info-text { text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { width:17.5rem;height:auto;top:27.26220703125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #UBhM1nEiCLbdUDWSUtoxqrwJZ2Hd4903 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #D7K1THvNOfdIqmxLCItB3UiDTbArzfcK {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SouzDVHms7wrSB2KtlKT1b6RM6C6wBBS {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv {  }
 }@media only screen and (max-width: 763px) { #QvEVerR5mkq0UZ2UEc7gvitIAtTRVTOn { display:block; }
 }@media only screen and (max-width: 763px) { #vC99LK8xLqXpzVIZIaeLhx0419khOums { display:block; }
 }@media only screen and (max-width: 763px) { #VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { display:block; }
 }@media only screen and (max-width: 763px) { #C2mnUzS4PEeriX81htU8LlWJI24kFlaE { display:block; }
 }@media only screen and (max-width: 763px) { #LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 {  }
 }@media only screen and (max-width: 763px) { #Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr {  }
 }@media only screen and (max-width: 763px) { #FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG.adaptive-delivery-prevent-bg, #FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG.lazyload, #FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG.lazyloading { background-image: none; }#FEB9Ptzq6wLKAMtRwMTg8qy1lBf54mNG > .row .container { width:20rem;height:74.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aIdse67HlUU37qnUeTI74pcs0g402nEe { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG3SRaBzL0MuZJ3QiT77zHm2gLzzZ5Fq { width:11.7495rem;height:1.2182625rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqSU54yDC0yZNKUoPPs55S5h9tFZRTE { width:20rem;height:2.2485375rem;top:45.312377929688rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogbuTA2qPMonl9Q2mSNTsyuyTvhxOTX { width:19.875rem;height:12.3125rem;top:11.187133789062rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #qSy5zR1Zi53U4XI7PHDCi8VBOk68qne2 { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA6N8JtT3PL8i7DIntBrWBJpDJArW3F0 { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZv2RHSC4qVwFabVeqSEfat39TaXSbyN { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHkOQyaTlRRGzTvaJ58gAOHnOVaXCL5V { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXq97c6dWovTppZ73KKEmfaOc1pS4qIX { width:9.124rem;height:1.2994375rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sFi7MzDviooS8HIvEW7zICwEgzL0L75Z { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtWoqy4eCLdi6HLeRcXF12OXyvbyHAvx { width:7.6235625rem;height:1.62475625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3g2A5iiSyFzgr2z1SivTvd9tzmn2tHo { width:20rem;height:1.2994375rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNxSiLMFCrdcmPBw10gOU4g0TuSCNp1l { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lX0WNEeCoR7c6v98mwTKuvF8SLDyIs { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4CWH7EX5xa7369FKhyMqo6RSWB6TMMG { width:18.125rem;height:1.46179375rem;top:41.064331054688rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJUwbqekTTJ6wHQELHtRwlIM4hZoAbtl { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyHpRxBmCNlsxOVle3sH7KM6B4qzV9zc { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzgikaduukHgWfvyrQ16QnTAVZHglt4e { width:12.125rem;height:10.75rem;top:26.4873046875rem;left:3.812255859375rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #pTmpEmrS3klNoDeXtThyUXmSbe1TE4XC { width:4.1875rem;height:4.0625rem;top:22.7373046875rem;left:7.9058837890625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoRnkp0vyTLZTeBDXPE8pGG9sCbsM9D9 { width:20rem;height:0.89294375rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vhHK9zCV6WWZp1kdvbOTZwEPghxmIfrL { width:4.1875rem;height:0;top:48.810427148437rem;left:7.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCHIeWxP1oatFJ7GIDV3IlGzuetrL4gy { width:14.0625rem;height:14.6875rem;top:55.747927148437rem;left:2.8125rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #ZqfEcIyT8R5FSN8PD4baKeC8fvGOQOep { width:13.8125rem;height:0;top:67.246950585937rem;left:3.1875rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ { display:none; }#FOTCwxMhZcpqsHnLdTmlDFUPsgLXeaiQ > .row .container { width:20rem;height:28.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WFqkEHRfMAS8m0zFqsTLTVFPLL6bLBOe { width:20rem;height:2.03125rem;top:1.81201171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw8Vb5uBt7kT3CNEdATfQTTTegO6hL6a { width:20rem;height:0;top:9.2404519915581rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v4KzXLxDTdRe1BoqTEVP8wJvg3V75hir { width:12.125rem;height:1.2246125rem;top:18.09765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lOoNffzFnnp1yDPgp0lZJOzIBgwKl6O9 { width:20rem;height:20rem;top:4.68408203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtXD5MnmsAOP5X9NyB161RTHPlUVmP0U { width:17.9375rem;height:2.2744125rem;top:25.43408203125rem;left:1.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1 { display:none; }#HDTUFx28i2qiyLJQCR4zQL4XsbTOPew1 > .row .container { width:20rem;height:53.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tiozN6dqTsqP16Mvs5iKGyWfETuxSsfR { width:19.9995rem;height:25.062rem;top:27.309814453125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #WO8gknaxQcb8iQ5XmyI8qP6HbeUIQzZR { width:20rem;height:2.03125rem;top:1.81201171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZtZEuKNKtEqaFUlfiR2JFASQrooDnVt { width:20rem;height:0;top:9.2404519915581rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h4vI5WlTylZgayp565myaMKNyPmr9wSf { width:6.125rem;height:2.35595625rem;top:4.7490234375rem;left:1.43701171875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu3rObKbmZGLOxtcP8cTulVZazSQGTPK { width:14.0625rem;height:3.25rem;top:4.3017578125rem;left:2.96875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfTLuOcot2ZQiGX3d9Qm0SE3tOdWekhJ { width:13.875rem;height:0;top:19.03857421875rem;left:2.93701171875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkETyNcEPBUNE3ETUUJqK3w4oHMoLaM9 { width:2.9370125rem;height:2.03125rem;top:1.81201171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #angRT1hetiPRXnThFLXJnakhZ6lOzhlV { width:0.06201175rem;height:22.7495rem;top:2.43701171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Api6IF2vT0MLwCT1J4ad4UyDvPemC885 { display:flex;width:0.625rem;height:0.625rem;top:25.1240234375rem;left:1.1240234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.4; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0  { width:17.5rem;height:auto;top:27.26220703125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 .widget-info-text { text-align:center;text-align-last:center; }
#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 {display:block;}#Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 { width:17.5rem;height:auto;top:27.26220703125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #lL5x9NZxTgvk7hwCOhP6yrsTvOqB9ZZq {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #zZuPuTBXGDGZhrxZE6QwACW0kwW2tkg0 { display:block; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #OJXg85wiVwMnuAtRJ8iPAfFtgOxeTdyF {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #nybzKQemAuxrTZuieP0EIktx7KKT99y4 {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #AExqT7ItIGNnTPlzB0aPobLKzwOyd29K { display:block; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #w2PcDnr8dHXsSnJDkGVMl4M15Zfpl2mw {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #tKXTSBTtIUNITJr4cUW5dSzGdQIKcxnf {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #WEqFHteMXck11UGRgF0gMRP0KMlETkpt { display:block; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #XPMIMcIo2CTLSsptlLrctDZwTnDCkSgO {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #BH7BKT5bZVo2sRv7M2nATBsMGpu3OwCs {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #ZhqBq3sWNfBGcEx5XeokDbZguZtvmO6a {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #aZeRnEDWT7dzMx38L55TAAKQCsX0sHsJ {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #n6SenNUkZZMhdGFHlLSh32V6mnBg4nON {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #FEmf3fElSavuuQMWr5ATWaORhFxP2EZX {  }
 }@media only screen and (max-width: 763px) { #EKEsOmrNZlGJzPC2018T1wwp1wzt8yie { display:block; }
 }@media only screen and (max-width: 763px) { #hcmTsSW0zCR6fGsgWMP01SdPrhtfrtIE { display:block; }
 }@media only screen and (max-width: 763px) { #VKSutGT1UbWLFhJvUctoAOCv5Z9vBTCx { display:block; }
 }@media only screen and (max-width: 763px) { #uXr8AzRxZrpedTd1yZnvk1EShsoHnMFx { display:block; }
 }@media only screen and (max-width: 763px) { #m21HmnPyJIOK3z65IPK7UmrsHvaKZOE4 { display:block; }
 }@media only screen and (max-width: 763px) { #hEwVuOJa3KJw0oKmchycH0mEVaCThoVB { display:block; }
 }@media only screen and (max-width: 763px) { #Q06d8ALgiZMtzf01DHk1heRIsfGctSdM { display:block; }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #lRPFGCKO3c4ix3aneP7Cx8VyEnqiVgbI {  }
 }@media only screen and (max-width: 763px) { #Us04IPm1I1CzR9bnSc8NIK1MFcdPcFZ0 #fCOyur5gvCdXsqAbZoht50uAniGXQWO3 {  }
 }@media only screen and (max-width: 763px) { #L3DfKp8RsyyHd7UbpOCA0kXgshcuACnT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MDDFNciWBiSzaXOPK8i0iicVplpo3hFo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V8yUw0SGgkQvwhte8VznauaMX1TnbphB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #axfinduGM5H1ZQhdN5qkvsWDkGxHX8nn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Xb6quSBUNnEChZKWGsK7nVGWw1wHnzTw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RwzdT6XIvOFQZ84vikHRqbaGLfWbVil2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZkKu7bprFDlwysEvbc0IKNvtsXLnlHVc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E5bTpZ927Hyz3R6NR6XghmCXD3h4AJms {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LiAROMAF8Tra3ultGPEvTvd44uR1IIIF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aBqThHSEBWT6u765Ld2ZasWxCx2RH6FO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rIiKeFJclpqmcUEV6Co3qT23B06XEDvC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AzB1RAXZAOWReCnRXerXSutSZDoIco5e {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qqOR0b0JO6FOfkDVow3K7oQ8kWNUA73m {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #piZzFAum0Cly0ydmCiCqc2RSMBNl9uOy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Llavv1mUP09m3vSlgzECXCG5bFAGkLnp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yCzRdKcAtB7zpUXe0pnHzxnLBJa89PUN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #blef2TTo42NgRthJDhiUKgRaxbyIy8oS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CxF05styeTSLAwmcWLJWVRlKQCoSzym2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CgLv9FFIBmhrfC6CKI84VJ7JlQ6T2Q7u {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lT3XLmWsxHGQ6eVEmfu5DbEF1GZ7c5RF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PUI3TVWOFllE0w1F2AqmLpawk5UZ1AAh {  }
 }@media only screen and (max-width: 763px) { #mBFxro0WJTkmi4OfPIumZ3M9wnvUps8s { width:17.875rem;height:2.5996125rem;top:8.375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ehmkTHV9NHTUrnRRNhI7btDBIHO8AN45 { width:17.875rem;height:2.5996125rem;top:11.4375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yokuMsKd81eoxCsfxGWJnqy4NRmnHDdI { width:20rem;height:2.79980625rem;top:15.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aPMpv2VSn0CdNMEN28WobmKvQ00xa2u8 { width:17.125rem;height:1.3999rem;top:23.22265625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA { width:9.3125rem;height:3.1630875rem;display:flex;top:19.125rem;left:5.34375rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #cT380V3DKSTdEilzX8WmN5zUzTxFaVlM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #dbIgGUKFqyQ7dbPtTbQDJf2MKS5JaDmQ {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #uWVKkLtURghMDKvT5Z8yX81GQdTAbp2B {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #yd8bTXCtwA23EdQLTLaTxqXnISOfn8Bx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #yac9QhTn60fEifc51pwFfPVlQVvh4SZp {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #tanaJQSLENrueNMARTbmNQ1esxbupWFM {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #X2JJBvvlhff4A3fo8C2rgyAfp6OIRcX1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #AMmyvrZtefEzFhCsuNyhAAmbvMBonDzm {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #GcWazxR1cIWiAJFOePlxRh8VrFP11NAV {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #eHJKWEOOe79IslmiHsPJdnXm1Nq7HRlr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #yLTW1vHJS60EOfSpCDcRRI2ZmTLCJ1ms {  }
 }@media only screen and (max-width: 763px) { #nnkV9i47F9T6xbN5DJWyI3JolTD6dFuA #UXBqJB5TlD5rCWZgtXapMC3839umxKph {  }
 }@media only screen and (max-width: 763px) { #gxUncUEczxxBiZ6oUoRTAQRCEkWgAq3A { width:4.6875rem;height:2.35595625rem;top:4.7490234375rem;left:13.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { width:12.5rem;height:1.62524375rem;top:22.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { width:12.5rem;height:1.29980625rem;top:21.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { width:12.5rem;height:1.29980625rem;top:40.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { width:12.5rem;height:1.29980625rem;top:59.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { width:12.5rem;height:1.62524375rem;top:42.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { width:12.5rem;height:1.62524375rem;top:61.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { width:15.9375rem;height:5.19921875rem;top:1.3125rem;left:2.03125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { width:14.625rem;height:17.875rem;top:7.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { width:12.5rem;height:12.5rem;top:8.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { width:12.5rem;height:12.5rem;top:27.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { width:14.625rem;height:17.875rem;top:26.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { width:14.625rem;height:17.875rem;top:45.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { width:12.5rem;height:12.5rem;top:46.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.3994125rem;top:9.1743602752688rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.39941875rem;top:16.436878204346rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.3994125rem;top:2.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.29980625rem;top:1.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.29980625rem;top:7.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.29980625rem;top:15.130948066711rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { width:8.875rem;height:1.364772536541rem;top:28.124111175537rem;left:5.5619668960571rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0JeZilvf4aDyJUnWt5fODpbI91KMP8 { width:12.5rem;height:3.56223125rem;top:22.62428855896rem;left:3.75rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4kH8QwzTwODtQC8Oq38V2MDaeCOzeA { display:block; }
 }