.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:157,230,241;--color-primary-1:124,249,238;--color-primary-2:90,179,175;--color-primary-3:4,255,156;--color-primary-4:18,204,148;--color-secondary-0:251,92,92;--color-secondary-1:251,135,73;--color-secondary-2:255,211,0;--color-secondary-3:255,200,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@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); }#pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/395b6f36-30e7-4ee8-8d3e-92e8bcce0333/image.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t.adaptive-delivery-prevent-bg, #pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t.lazyload, #pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t.lazyloading { background-image: none; }#pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t > .row .container { border-width: 0; border-radius: 0; }#pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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:38.125rem;width:60rem;position:relative;display:block; }#AALq1z7T4XnTVyWCpqdy3KQkPgn7qU5G { color:#ffff65;display:block;width:47.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:10.25rem;left:6.4677734375rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:italic;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, rgba(var(--color-primary-2),1), #78c166);background-image: -moz-linear-gradient(80deg, rgba(var(--color-primary-2),1), #78c166);background-image: -ms-linear-gradient(80deg, rgba(var(--color-primary-2),1), #78c166);background-image: -o-linear-gradient(80deg, rgba(var(--color-primary-2),1), #78c166);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#78c166' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#78c166' );";background-image: linear-gradient(80deg, rgba(var(--color-primary-2),1), #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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.311525rem;text-decoration:none;z-index:15166;text-align:center;text-align-last:center;top:5.625rem;left:25rem;display:block; }
#K6RTBI0C7FlmAW66n7EHXImOpWTdlaTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HOGn5I3wvZsIpCBKyT6ODJkXKLGPezfK { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JJgxHcphdEMVKl7UDlxSWm5KGhpPm4wl { color:rgba(var(--color-tertiary-0),1);display:block;width:47.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:14.8125rem;left:6.4677734375rem;height:3.61230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s8cALNqwMtb4pJZVdAfCkTq4e3empEgC { color:rgba(var(--color-tertiary-0),1);display:block;width:47.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15061;line-height:1.7;letter-spacing:0;top:19.4375rem;left:6.4677734375rem;height:3.29345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t6y2r7sppRJ4zSGDm6cifh6H2XrshW6d { color:#ffff65;display:block;width:43.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15062;line-height:1.7;letter-spacing:0;top:27.6875rem;left:8.0302734375rem;height:7.011725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8TszAqgsOOzglUzyXtaflnXIwRKnA3V { box-sizing:content-box;height:0.0625rem;width:42.6875rem;position:absolute;display:block;z-index:15167;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5625rem;left:8.65625rem;display:block; }
#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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; }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6.adaptive-delivery-prevent-bg, #MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6.lazyload, #MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6.lazyloading { background-image: none; }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row .container { background-color: transparent; background-image: none; }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row .container > .video-iframe-container { display: none; }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row > .video-iframe-container { display: none; }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .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); }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row .container { border-width: 0; border-radius: 0; }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#FVMryLZT9Op8Wrxh1l6P6TUT3s9OTt2a { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:6.25rem;left:4.78173828125rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#btGKBPezD1if5E2Tcn2tfexFlEMF78m0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb8749);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb8749);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.2495125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.6875rem;left:12.03125rem;display:block; }
#O267Mmii8Txp8dEMzpZXuUl9RA99otGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAy4OJeqb3zNU6tyyazeAgqoy6RiLHgP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:transparent;background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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:74.875rem;width:60rem;position:relative;display:block; }#t2GXuuvP5dUqEWnvJhcHuOxGlNAG29Mn { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:sukhumvit;font-size:2rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:2.99853515625rem;left:14.53125rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mCsJP3ithr43Zhz7r0vzN9fTu0yPbf1p { color:#ffd920;display:block;width:35.75rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:6.59814453125rem;left:12.125rem;height:3.26220625rem;text-align:left;text-align-last:left;display:block; }
#rVnI7OyPibOPStG23S3mzSBCdyQT1Nk9 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:29.1875rem;width:29.1875rem;top:10.936958312988rem;left:1.8120651245118rem;overflow:hidden;display:block; }
#IgfxVTZtTVsGw2ZLrlOmEtQqvmzi8a6b { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1865rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:41.157772064209rem;left:4.2491321563721rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b3QGaTTbZRHupdTNhrTUgZTMI6PWLhPo { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1865rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:44.935983657837rem;left:4.2491321563721rem;height:12.3613125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#b3QGaTTbZRHupdTNhrTUgZTMI6PWLhPo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b3QGaTTbZRHupdTNhrTUgZTMI6PWLhPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_217d4e7f34fdbf57667bee3e6dd9241b.svg); }
#qvvWIpuaWhEkqLDy1DO81b44epUW15TV { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:45.4375rem;width:25.5rem;top:10.936959028244rem;left:33.444011688233rem;display:block; }
#IiKpuDnGxTeChZ8eIRULu5k19SCap8XP { box-sizing:content-box;height:0.06201175rem;width:42.687rem;position:absolute;display:block;z-index:15168;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.2705078125rem;left:8.6552734375rem;display:block; }
#sfMURvD2Hridafg4nTWB0TCDy4OxBS5y { color:#ffff65;display:block;width:47.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15063;line-height:1.7;letter-spacing:0;top:62.416015625rem;left:6.0302734375rem;height:10.5175875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZzO3DFrUxvT5mPIu6ZMQQWvUTAifDti { box-sizing:content-box;height:0.0625rem;width:42.6875rem;position:absolute;display:block;z-index:15167;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.999892711639rem;left:11.496311187744rem;display:none; }
#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2.adaptive-delivery-prevent-bg, #fJizUbGAPhbrkzMgrHwffTmQGmfhamL2.lazyload, #fJizUbGAPhbrkzMgrHwffTmQGmfhamL2.lazyloading { background-image: none; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container { background-color: transparent; background-image: none; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container > .video-iframe-container { display: none; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row > .video-iframe-container { display: none; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .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); }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container { border-width: 0; border-radius: 0; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#KZ1fEwIG8aRAnBh2cb7XBKIi99f7TEuO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:39.560546875rem;left:22.5rem;display:block; }
#XmoRQtunRaNMAUzPs9HywcxppkCmlLFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bvluEb9sbehGFRF5WJvVfOHuCPocpV6J { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #030522, #0d3845);background-image: -moz-linear-gradient(80deg, #030522, #0d3845);background-image: -ms-linear-gradient(80deg, #030522, #0d3845);background-image: -o-linear-gradient(80deg, #030522, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #030522, #0d3845);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:4.3125rem;text-decoration:none;z-index:15167;text-align:center;text-align-last:center;top:1.0625rem;left:3rem;display:block; }
#m3s0T5nET0xxk6ePWkJLU2m0enb0c0Rf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsrXLPbmuFouIsRnTr8LcaPxRJpSVIPG { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #000000, #0d3845);background-image: -moz-linear-gradient(80deg, #000000, #0d3845);background-image: -ms-linear-gradient(80deg, #000000, #0d3845);background-image: -o-linear-gradient(80deg, #000000, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #000000, #0d3845);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9996875rem;height:2.43706875rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:12.0625rem;left:9rem;display:block; }
#gMTdyflWoHsFA3m9uiob8Oo4oosWQd8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yg9F1PAtosTWP51SqyP8T89CFCIV4Mw1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:15.5rem;left:9rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#vcx8JVva8UPoeGM85NS9FAISAi3Rk7FO { position:absolute;display:block;z-index:15168;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.87478125rem;width:2.87489375rem;top:6.875rem;left:10.75rem;overflow:hidden;display:block; }
#MVq62EEcbG1HF3phnRTye9A6lSxRqJld { position:absolute;display:block;z-index:15167;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.24956875rem;width:7.5rem;top:6.1875rem;left:14.5625rem;overflow:hidden;display:block; }
#tBPvZS5TferdKohTZNHNwRq4yffMt75B { box-sizing:content-box;height:34.375rem;width:51.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:4.4375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#MQoPwa1wgssvPgK5zETxSXdQlQMILSNs { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #000000, #0d3845);background-image: -moz-linear-gradient(80deg, #000000, #0d3845);background-image: -ms-linear-gradient(80deg, #000000, #0d3845);background-image: -o-linear-gradient(80deg, #000000, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #000000, #0d3845);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9996875rem;height:2.43706875rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:12.0625rem;left:23.6875rem;display:block; }
#fgKm4I2hefxTS4eyoHhlUPVEyzS8fMNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3u8qXfJ6fcbWv02bz5lAAHnFZvdBbC9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:15.5rem;left:23.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#uwvpkmN2RZhv8uhD6dnIJGz4p89b6glQ { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #000000, #0d3845);background-image: -moz-linear-gradient(80deg, #000000, #0d3845);background-image: -ms-linear-gradient(80deg, #000000, #0d3845);background-image: -o-linear-gradient(80deg, #000000, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #000000, #0d3845);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9996875rem;height:2.43706875rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:12.0625rem;left:38.375rem;display:block; }
#hpd9TvrKrASMkPnD0CxZAbcAzCMQEQo3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E87PGTGI1Qt0ZrrgRHnpopkTeTyMZZiP { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #000000, #0d3845);background-image: -moz-linear-gradient(80deg, #000000, #0d3845);background-image: -ms-linear-gradient(80deg, #000000, #0d3845);background-image: -o-linear-gradient(80deg, #000000, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #000000, #0d3845);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.4375rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:25.5625rem;left:12.75rem;display:block; }
#PBdpKrBx3heNxTkQc95xJ29LLZMMlAz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtyQByxRtyFTEwwSLexfuMOz4LQ8Sfek { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #000000, #0d3845);background-image: -moz-linear-gradient(80deg, #000000, #0d3845);background-image: -ms-linear-gradient(80deg, #000000, #0d3845);background-image: -o-linear-gradient(80deg, #000000, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #000000, #0d3845);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9370625rem;height:2.43706875rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:25.5625rem;left:31.1875rem;display:block; }
#S9AbQc39Qlt7qU5tQ5Xdi3PZbTkWgGEy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gO6av2nma0kSM1yJA3qz5INfN6imWPZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93739375rem;width:1.93739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:11.3125rem;left:7.6875rem; }
#Ny2o75UM9taZRtVW6WzNMktCZWqQzL2f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93739375rem;width:1.93739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:11.3125rem;left:23rem; }
#UrG63vfBzEKyxWT352ZWCeP0n0kTkQqB { position:absolute;display:block;z-index:15170;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62478125rem;width:9.9370625rem;top:7.5rem;left:26.1875rem;overflow:hidden;display:block; }
#SdaP5rFu0T5nPkqWbfwmmK0EuZ3FnkIh { position:absolute;display:block;z-index:15169;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.9375rem;top:7.4375rem;left:37.6875rem;overflow:hidden;display:block; }
#KkslawCbR4C9ZRqyNF0b7c5L3qJsvhr2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93739375rem;width:1.93739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:11.3125rem;left:37.6875rem; }
#T62mgTwwDTnAyRTe3Dw7yPdR1Hq5y7yy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:15.5rem;left:38.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#qD9lrIGOdpgwlszboue7o2vRwKvMgfmP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:29.5625rem;left:13.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TmAH8yTLTUrh4twWmW9JZA9FdLoT5amT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:29.5625rem;left:32.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#D4EGag0sTZhktGGKpTSd2H4PFZIUKKQ0 { position:absolute;display:block;z-index:15172;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.81239375rem;width:3.81239375rem;top:20.3125rem;left:24.5625rem;overflow:hidden;display:block; }
#X8d7fWIfNJ9L0WAkDs4lEubOzn5kJ3Wd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93739375rem;width:1.93739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:24.9375rem;left:11.75rem; }
#DfQEZKVlcbCVOZsZbFyuiGiakrZ7zpdD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93739375rem;width:1.93739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:24.9375rem;left:30.1875rem; }
#Li2x0Bm3X2g2DNQv2Wx07WT9vb8SO1T8 { position:absolute;display:block;z-index:15170;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.687175rem;width:7.9373125rem;top:20.875rem;left:29.75rem;overflow:hidden;display:block; }
#rToJGkRQDrJunHy7T2TzHbOX0iIHbzR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:15.5625rem;left:8.1875rem;height:3.89810625rem;text-align:center;text-align-last:center;display:none; }
#Wl0WmrEqnEtiyn32EcGm9SZvsJBl41BS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:15.562066078186rem;left:38.125003814698rem;height:2.5987375rem;text-align:center;text-align-last:center;display:none; }
#F9TiAVS2SOetoIHItWZ4wpxKU9ZbUyv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:34.5625rem;left:21.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RliK3TVEFimsPPM1ddpIOSUDHo54xuBh { position:absolute;display:block;z-index:15171;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.5625rem;width:4.6875rem;top:34.4375rem;left:17.375rem;overflow:hidden;display:block; }
#qVIuobVbLBsqkM29foNfwJcJQixXbcPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe.adaptive-delivery-prevent-bg, #qVIuobVbLBsqkM29foNfwJcJQixXbcPe.lazyload, #qVIuobVbLBsqkM29foNfwJcJQixXbcPe.lazyloading { background-image: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { background-color: transparent; background-image: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container > .video-iframe-container { display: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container { display: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .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); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { border-width: 0; border-radius: 0; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:60rem;position:relative;display:block; }#JS0Qq8G3H1w3h9aFAitCtCdqul5MHV3g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:46.9375rem;left:22.5rem;display:block; }
#Ke9JnOpWgaoRTc82MZG7DFLqd1ZnNLzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfHixBJqaBRvMshDNuAt7pR4zaTFXTt6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:1.6875rem;left:3.875rem;height:3.26220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zLToBwaTK3GoSBri6pKtvncSabTnO6kp { color:#ffd920;display:block;width:28.625rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:5rem;left:3.875rem;height:3.26220625rem;text-align:left;text-align-last:left;display:block; }
#UxaVhfcNWT9eaVBIx8eaP3evGqV1ROsc { 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; }
#ZlOA6TPSFEHaAnIDp0kTWHUVMP8XuiBc { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-0),0.52) ;height:30.1875rem;width:11.875rem;top:8.75rem;left:2.75rem;overflow:hidden;display:block; }
#T7cKWdZ0gl8pLMBJOqO2QMMZTA4Sy9vM { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-0),0.52) ;height:30.125rem;width:12.0625rem;top:8.75rem;left:15.8125rem;overflow:hidden;display:block; }
#uOUb3yBdkpG8CqCIGO8bIgnkeJaQ2mAN { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-0),0.52) ;height:14.75rem;width:10.8125rem;top:8.75rem;left:28.875rem;overflow:hidden;display:block; }
#Dqq9xCc72Ab4HopyR9o8TpK1i56irlR4 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-0),0.52) ;height:14.75rem;width:10.5rem;top:24.25rem;left:28.875rem;overflow:hidden;display:block; }
#PyTZIUqVzQo4IeP43cVwaOl4tLEEqbR0 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-0),0.52) ;height:14.5rem;width:15.25rem;top:8.8125rem;left:41.6875rem;overflow:hidden;display:block; }
#btkVvIMZ68oA6UffSTXfRBMlHoKMTCdc { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-0),0.52) ;height:10.4375rem;width:15.8125rem;top:24.25rem;left:41.4375rem;overflow:hidden;display:block; }
#uNn930HG1XV9O7ZBZx5UmMJo0S4B5zbD { color:#ffd920;display:block;width:40.5625rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:41.5rem;left:9.71875rem;height:3.26220625rem;text-align:center;text-align-last:center;display:block; }
#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS.adaptive-delivery-prevent-bg, #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS.lazyload, #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS.lazyloading { background-image: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { background-color: transparent; background-image: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container > .video-iframe-container { display: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container { display: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .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); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { border-width: 0; border-radius: 0; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { font-size:0.875rem;font-family:arial;height:159.3125rem;width:60rem;position:relative;display:block; }#yAUeynKr7ypBx2gTfo7N96Kq6GMaT9kX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);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: 0.0625rem 0.0625rem 0.6875rem #c1fff5 ;height:13.125rem;width:55.75rem;top:25.625rem;left:2.1875rem;display:block; }
#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:33.18630695343rem;left:6.5342884063719rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:before{  }
#ApH7aiTmCWp9O71R4FiQodCVsX3NqBKq { color:rgba(var(--color-tertiary-0),1);display:block;width:10.687375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.6875rem;height:3.25rem;display:block; }
#H0UQGh0owB4fe2UmI3uZyOGyJIbRT05T { color:#c0fffb;display:block;width:17.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:8.6875rem;height:5.28125rem;text-align:left;text-align-last:left;display:block; }
#SlEwCIGv1FrTwtHD0Vi9OSd9VGH3Ukka { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:2.12456875rem;top:14.5rem;left:8.6875rem;overflow:hidden;display:block; }
#nUgLTXHLKiityZyup9IxRpg22JVbF2Eh { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:2.1875rem;top:18.5rem;left:8.6875rem;overflow:hidden;display:block; }
#TpQTOobIbikLbOs4AKAmlr8w5bQ7Zdpx { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:27.242841720581rem;left:7.9996738433837rem;height:2.5996125rem;font-style:normal;display:block; }
#QQd046RGhiXuL5SxdA4dz8Puk0mQX6oN { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #030522, #0d3845);background-image: -moz-linear-gradient(80deg, #030522, #0d3845);background-image: -ms-linear-gradient(80deg, #030522, #0d3845);background-image: -o-linear-gradient(80deg, #030522, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #030522, #0d3845);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.5625rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:13.8125rem;left:8rem;display:block; }
#pLWT7A2VXkilIOEeCTKl4Bd8Dz6WCBbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOw9CTvSX4KkD9qao8f6pDQZGhWbKiTA { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #030522, #0d3845);background-image: -moz-linear-gradient(80deg, #030522, #0d3845);background-image: -ms-linear-gradient(80deg, #030522, #0d3845);background-image: -o-linear-gradient(80deg, #030522, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #030522, #0d3845);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.5625rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:17.78076171875rem;left:7.99951171875rem;display:block; }
#VABOtLNDriRKhFl9NUpiLvbRbRtTfchv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlF64MW0TdSFaVFrGFv9GzTHxQxS6sS6 { position:absolute;display:block;z-index:15173;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9995625rem;width:23.6870625rem;top:3.0148658752441rem;left:32.408313751221rem;overflow:hidden;display:block; }
#nJBSsTvqIyf3Iev1JlOzqoVdNDqc3IW2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:26.979715585709rem;left:3.4092884063721rem; }
#bpHHUwWNB2DCVNioqktKkvzzJlxmpCbT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);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: 0.0625rem 0.0625rem 0.6875rem #c1fff5 ;height:16rem;width:55.8125rem;top:41.4375rem;left:2.1875rem;display:block; }
#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:48.80908203125rem;left:6.5341796875rem;height:6.13671875rem;text-align:left;text-align-last:left;display:block; }#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q li:before{  }
#WLU3KATBvN8RKa5u4TaVIyeoDl4gUTFq { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:43.0126953125rem;left:7.99951171875rem;height:2.5996125rem;font-style:normal;display:block; }
#oxxePyQ3A4UdM90J2VJk5iDchKiuMmFW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:42.75rem;left:3.4375rem; }
#pihtZgQ5HVoKM3ot3zDM6EhK7LSwRTqJ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);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: 0.0625rem 0.0625rem 0.6875rem #c1fff5 ;height:17.9375rem;width:55.875rem;top:60.125rem;left:2.125rem;display:block; }
#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:68.312163352969rem;left:6.5342884063719rem;height:;text-align:left;text-align-last:left;display:block; }#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 li:before{  }
#rM5u1SX3Be75xuT9tT2QISRFtfe6mWGo { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:61.6875rem;left:8rem;height:2.5996125rem;font-style:normal;display:block; }
#GqlLpw2iVE77JL9Dp9ChklLMvwTaq3Q6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15182;opacity:1;top:61.4375rem;left:3.375rem; }
#pBp4kqz07nfCezBQbNgCnC7stLWZlVKE { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);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: 0.0625rem 0.0625rem 0.6875rem #c1fff5 ;height:19.125rem;width:55.875rem;top:80.8125rem;left:1.9375rem;display:block; }
#qyx5r9Eel3ichMJqfWlUbdQkxzZgVJxl { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:91.5615234375rem;left:6.5341796875rem;height:6.13671875rem;text-align:left;text-align-last:left;display:block; }#qyx5r9Eel3ichMJqfWlUbdQkxzZgVJxl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qyx5r9Eel3ichMJqfWlUbdQkxzZgVJxl li:before{  }
#x7SSTKITvq4FTt409PzD5x9QyHWPI28C { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:82.375rem;left:8rem;height:5.19921875rem;font-style:normal;display:block; }
#RrBeSaeXbgRJmNo6yiT1q7y8R3ranTEm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15186;opacity:1;top:82.125rem;left:3.1875rem; }
#oJD6DWgicQGIB1qROXXqTIZXgQrZbC5H { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);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: 0.0625rem 0.0625rem 0.6875rem #c1fff5 ;height:17.25rem;width:55.875rem;top:102.6875rem;left:1.9375rem;display:block; }
#a9p7LhugmuIhOKSeK8pqMhuDEVS1EeeT { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:111.75510406494rem;left:6.5342884063719rem;height:;text-align:left;text-align-last:left;display:block; }#a9p7LhugmuIhOKSeK8pqMhuDEVS1EeeT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a9p7LhugmuIhOKSeK8pqMhuDEVS1EeeT li:before{  }
#U7d8qQ9MT4gKrhXix5SIlqqTt3PvuKB4 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:104.6875rem;left:8.1875rem;height:5.199225rem;font-style:normal;display:block; }
#l07pDpHJodTVThpKih2k5T5PsCaHcIMw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15190;opacity:1;top:104.4375rem;left:3.375rem; }
#forpQzHwLlNmNll1Tff0yQczXWonZ4TM { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);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: 0.0625rem 0.0625rem 0.6875rem #c1fff5 ;height:13.125rem;width:55.75rem;top:122.5rem;left:1.9375rem;display:block; }
#Wq7tPzOkmKgJTOCuz6ET8HZmp3u3d2KW { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:128.9375rem;left:4.3125rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#Wq7tPzOkmKgJTOCuz6ET8HZmp3u3d2KW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wq7tPzOkmKgJTOCuz6ET8HZmp3u3d2KW li:before{  }
#fmUvDwZus3fSq8uTw7IAnlCXpFtcTZ2y { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:124.0625rem;left:8rem;height:2.5996125rem;font-style:normal;display:block; }
#hU2cRTVR7zvB2Zafl1smVyA7sFSCIhJ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:123.8125rem;left:3.1875rem; }
#XSAtIEUtE7cauysJz5TkvwnTDOitU47y { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);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: 0.0625rem 0.0625rem 0.6875rem #c1fff5 ;height:13.125rem;width:55.75rem;top:137.9375rem;left:1.9375rem;display:block; }
#sDRM9g6CKlm9dT9tUhpv5g85eefxmmy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:144.375rem;left:4.3125rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#sDRM9g6CKlm9dT9tUhpv5g85eefxmmy2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDRM9g6CKlm9dT9tUhpv5g85eefxmmy2 li:before{  }
#JbR7cULhT6NIfGcbf1IReX5Rexfhb0mt { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:139.5rem;left:7.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#hKIzP0sSDe86dm5qL72aOsbqf9flZgEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:139.25rem;left:3.1875rem; }
#ep52SazWluipyMAqiRnU7oMhTnRyHxZ4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:15014;text-align:center;text-align-last:center;top:154.23610877991rem;left:21.998699188233rem;display:block; }
#kyufl3BzDsA2BifqWEyr59mF8krPiSyq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xyuQBVv1pDOhdHxiS9CWXVTXpAJNv5ND { color:#0977a0;display:block;width:45.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:30.973850250244rem;left:7.9991321563719rem;height:1.29980625rem;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; }
#CrdazyIVCnQiqHtMcLCwlQ49qTAHoIUy { color:#0977a0;display:block;width:45.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:46.5986328125rem;left:7.9990234375rem;height:1.29980625rem;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; }
#NWA5TsS6oglELONGD1sUAtoUTdOm0u0V { color:#0977a0;display:block;width:45.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:65.298397064206rem;left:7.9991321563719rem;height:1.29980625rem;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; }
#MpDMKFomSJ7t0dQLo0cdFdonFTtwwgXO { color:#0977a0;display:block;width:45.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:88.9853515625rem;left:7.9990234375rem;height:1.29980625rem;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; }
#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD.adaptive-delivery-prevent-bg, #UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD.lazyload, #UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD.lazyloading { background-image: none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { background-color: transparent; background-image: none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container > .video-iframe-container { display: none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row > .video-iframe-container { display: none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .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); }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { border-width: 0; border-radius: 0; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#TSx8igfGC5oewMk46QkZ8cTxaNAityW8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#Bm6thEOEB6NJqx71teSeAICB8cPBJubQ { 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; }
#J2eIo4tNlyIbbBied5hl5uGKCcKmE3XB { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #016a8d, #0d3845);background-image: -moz-linear-gradient(90deg, #016a8d, #0d3845);background-image: -ms-linear-gradient(90deg, #016a8d, #0d3845);background-image: -o-linear-gradient(90deg, #016a8d, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );";background-image: linear-gradient(90deg, #016a8d, #0d3845);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.625rem;left:6.625rem;display:block; }
#J9v1dbL9rbTKVR9obytTSNKxulhhh7SF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3746875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.0625rem;left:14.375rem;height:2.54980625rem;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; }
#PztZIMEBssIlSPS3ugxMbKfnq3qvbNq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:20.4375rem;left:8.5rem;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; }
#ucn6oyBRVTmaRKXMWvPWIsfXVh2DSqqz { 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:10rem;left:23.0625rem;overflow:hidden;display:block; }
#uhT8cXrhTuTzbVQ2P9lJd1ohMipobyfq { 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:10rem;left:37.5625rem;overflow:hidden;display:block; }
#pLBa6bzFp7lGT4UriRhbHqflq9XIz8ZP { color:#fbe936;display:block;width:12.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:17.4375rem;left:23.625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#pLBa6bzFp7lGT4UriRhbHqflq9XIz8ZP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pLBa6bzFp7lGT4UriRhbHqflq9XIz8ZP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#V3cwrMZGxAsrGCfZOhSqstfA85uvJBWO { color:#fbe936;display:block;width:12.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:17.4375rem;left:38.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#V3cwrMZGxAsrGCfZOhSqstfA85uvJBWO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V3cwrMZGxAsrGCfZOhSqstfA85uvJBWO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#RWfoTTrbGSzKd1MGZaGy4Nhhc2VrJI8r { 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:1.75rem;left:18.75rem;display:block; }
#ZFaTnNvOCnTyFwOMvn9nJBHsc7RVIpCh { color:#091b45;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:2.5rem;left:19.3125rem;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; }
#MC8EAmGut9AbIGDlEmZL4yXDQmHagQgD { 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:10rem;left:9.125rem;overflow:hidden;display:block; }
#SvBWbT46x4TlcQZfxDTu86fQ8Gra2Lny { color:#fbe936;display:block;width:12.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:17.4375rem;left:9.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SvBWbT46x4TlcQZfxDTu86fQ8Gra2Lny li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SvBWbT46x4TlcQZfxDTu86fQ8Gra2Lny li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#Gu2enh3z3DzBDeXocrfTKqOniZcp1Nao { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:15066;text-align:center;text-align-last:center;top:23.75rem;left:21.8125rem;display:block; }
#BELogP1RXPBytvUSfVGqokCqKsKfwZu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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:29.8125rem;width:60rem;position:relative;display:block; }#f3TzbHx1ns9K7pDB2ggVV4XwL8TZXVRa { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-4),0.5);top:2.431640625rem;left:18.87451171875rem;height:3.98111875rem;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(var(--color-tertiary-2),0), #13398b);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #13398b);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #13398b);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #13398b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#13398b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#13398b' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),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:18.3125rem;width:38.875rem;top:9.2491455078125rem;left:20.655925750733rem;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:20rem;width:20rem;top:4.1867408752441rem;left:0.6906452178955rem;overflow:hidden;display:block; }
#sbUxaFFZ1Gw2ZLaWCFrLJVma3puplw2t { color:#53c8fa;display:block;width:9.4995rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-4),0.5);top:2.3907470703125rem;left:38.187255859375rem;height:4.0625rem;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:23.1875rem;left:2.3125rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KubrUUERcolLM9vnsCElr31BEi985y9w { color:rgba(var(--color-tertiary-0),1);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:26.5rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9L3OhQ0tp0SfHMBe4VDbr8Tam9eZaJe { color:rgba(var(--color-tertiary-0),1);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:14.78368125rem;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, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));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:22.6875rem;left:2.6875rem;display:block; }
#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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:rgba(var(--color-tertiary-4),1);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:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { color:#ff3200;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.625rem;top:12.5rem;left:5rem;overflow:hidden;display:block; }
#uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { color:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);display:block;width:26.624875rem;position:absolute;font-family:sukhumvit;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.311954975128rem;left:32.562393188476rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2495625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.811954975128rem;left:32.562393188476rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);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:20.023869037628rem;left:32.562393188476rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#Ed6OT31hgIvSPFu7RAft8kgp1SmfMU34 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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; }
#s57XrWSSDtw2nJmtNi7WAXQHoLWyDITs { 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; }#s57XrWSSDtw2nJmtNi7WAXQHoLWyDITs > .row .container { border-width: 0; border-radius: 0; }#s57XrWSSDtw2nJmtNi7WAXQHoLWyDITs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s57XrWSSDtw2nJmtNi7WAXQHoLWyDITs > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;overflow:visible;position:relative;display:none; }#BOBreO3mrxLMwbKoECJLNTT3QXSaAe0T { 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:6.6875rem;width:13.125rem;top:14.4375rem;left:0rem;overflow:hidden;display:block; }
#QN1NghyL7uMwoLAgyJg5ECGr4dWJzFMH { 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:7.75rem;width:15.1875rem;top:13.28125rem;left:12.612887596899rem;overflow:hidden;display:block; }
#kawfoLizQDMbA8n7LyoKQ1Gco1XXB6iv { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);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; }
#xh10UHkdx09ffp8h4ROqCERmeBbDsvEr { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));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:17.125rem;width:30.375rem;top:13.125rem;left:29.0625rem;display:block; }
#hRelOI8SeNlu8sTIQ3HkRNFLLTPIRw6V { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);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; }
#clwEZqao763aa6RaTgBIT89QnCENhgLc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:44.4375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#OoicTxCbT0R4EITLc1h2tfSGhsOpT10C { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.72607421875rem;left:29.25rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#bh7edNBvt45wRoxrTpxCNGeOlHyoelOF { color:#ffe800;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.228515625rem;left:36.40625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#hu46p70GfblnGvn0rEylOxKmWtKBlM52 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.125rem;left:31.25rem;height:5.68603125rem;text-align:left;text-align-last:left;display:block; }
#oQmBlbF6A3RJTINp9QEJQiSIHhxxP8Fg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.623046875rem;left:33.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#JGTvdBeS7geXy2Lux57i5dWSPgsIvgAv { box-sizing:content-box;height:0.125rem;width:23.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:18.76953125rem;left:32.78125rem;display:block; }
#rJ732V45PIWJ1S2fWl3Lq9g33sTdKfx3 { 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; }
#VVRUoqv50bM0ZvKHM834KpbLQvy11L3B { 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:6.6875rem;width:13.1875rem;top:23.25rem;left:0rem;overflow:hidden;display:block; }
#fn4VHrZAQoxZUoykqAMzTGsQnSTM6S0P { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.28125rem;left:36.4375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#rZKN9Ut5hm5LgPZKJVG3BxEF4amV5Qh0 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Jzx2Wcgds4K2sCBG6TNxxVWR0zmcKtKX { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.16845703125rem;left:33.21875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#sO1uN0gMBbXBl5E5ivkLJ8tXmvnhtU7P { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#yDXiwoDsofIVfqITDXzuJLJ20HDoTs4n { 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:8rem;width:15.4375rem;top:21.8125rem;left:12.420454545454rem;overflow:hidden;display:block; }
#qphNEW3PGDrKXvwqKyoG4GLHkXRItSKh { position:absolute;display:block;z-index:15011;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.25rem;width:15.9375rem;top:30.72607421875rem;left:4.5rem;overflow:hidden;display:block; }
#PJbLmBIA103DntCqc3Er6G6xoEOFvQZ1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:15067;text-align:center;text-align-last:center;top:35.60107421875rem;left:36.75rem;display:block; }
#PtCR9eVd9RvuSu7vKw5ue3C3a1GAlaoC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH { 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; }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row .container { background-color: transparent; background-image: none; }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row .container > .video-iframe-container { display: none; }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row > .video-iframe-container { display: none; }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .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); }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row .container { border-width: 0; border-radius: 0; }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;overflow:visible;position:relative;display:block; }#TBHLeouAPozuS7aNK3l3v9zZk9XbDAK8 { 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:7.6875rem;overflow:hidden;display:block; }
#mkuaiCCT2SXOlsic8bdETAcOHQJRSG5D { 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:10.5625rem;overflow:hidden;display:block; }
#H4FNDW7s0oeAZgux657GyXrq7lsQ9oq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.7431640625rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#dAC87t6mbOUNMMOPv0BpCJa723i7ltXO { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(87deg, #8d00d1, rgba(var(--color-primary-2),1));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:29.5625rem;top:13.125rem;left:28.875rem;display:block; }
#m98suh6SOO6ZzkL5vMIR2x13onMSo0C6 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:28.9375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#WDg1OvlRbxeiJUEfJA30ygiRFvCdtVfH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3740234375rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#MT1iFz70J8dsiL338whnETGiDFVGNK6k { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0048828125rem;left:31.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#OXfQxRs44rVTe9gNDfBgJ3mmZFnMK6NT { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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.54361875rem;text-align:center;text-align-last:center;display:block; }
#irsqvEpa1oOdQoqEGxhtLz9mMTQK3d6I { color:#ffe800;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.0625rem;left:34.4375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#hbVELci1OoGnHazfSlPrfaA2xDmGaGVd { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.5625rem;left:29.875rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#vbhlyKVrPBffgt4ZysU4Lz5MkwbOqog7 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:30.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#GV0ghaRRDOgAupyiAwu94f4shGzlz6Jw { 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.3125rem;left:33rem;display:block; }
#t62k0EZEXPpoFbAtQbHeX349gVR5ZoSX { 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; }
#VKlorImUHrFHD7O5yDxkrOGQK2vq09T9 { 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:7.6875rem;overflow:hidden;display:block; }
#RSRMqAVCmfE5QqAW779KTrgPKOxnOz09 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:28.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#pEkhTk7tVNTTVvmaerQwBv5Zyv8TuzQD { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#kmCyV8yMGD6b4m6dDlSxTc0F3zf57ArT { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:28.625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#IxdGDkDKLUFTWITwcIrAyG8iESzC5oOn { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#iIaVkqSac6Nmz3z6V8LW433sIVv7SNid { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:15068;text-align:center;text-align-last:center;top:34.75rem;left:22.5rem;display:block; }
#Lh87As34Q1vRKFsnKDFI8o3h8cSFenfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6e9c7351-14c6-44db-9478-ce55e5a325f7/image8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd.adaptive-delivery-prevent-bg, #nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd.lazyload, #nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd.lazyloading { background-image: none; }#nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd > .row .container { border-width: 0; border-radius: 0; }#nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;overflow:visible;position:relative;display:none; }#nPgIDXKOM088bvrUwi2LTEdyXpsHoruM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/2eea0ca7-206e-431c-a581-1cf0dfde1347/image1412.jpg");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; }#nPgIDXKOM088bvrUwi2LTEdyXpsHoruM.adaptive-delivery-prevent-bg, #nPgIDXKOM088bvrUwi2LTEdyXpsHoruM.lazyload, #nPgIDXKOM088bvrUwi2LTEdyXpsHoruM.lazyloading { background-image: none; }#nPgIDXKOM088bvrUwi2LTEdyXpsHoruM > .row .container { border-width: 0; border-radius: 0; }#nPgIDXKOM088bvrUwi2LTEdyXpsHoruM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPgIDXKOM088bvrUwi2LTEdyXpsHoruM > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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:31.0625rem;width:25.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0d3845' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);background-size:auto !important;top:2.548828125rem;left:30.373809814453rem;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:rgba(var(--color-tertiary-0),1);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.6861875rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.374892234803rem;left:5.4991321563721rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-0),1);display:block;width:21.1870625rem;position:absolute;font-family:sukhumvit;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.569120407104rem;left:4.6245670318604rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#Nx3U1zqWXmIk8CE9Pr0FU4itRDDXk1Mu { color:rgba(var(--color-tertiary-0),1);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.35623125rem;text-align:center;text-align-last:center;display:block; }
#KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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.124025344849rem;left:3.4678821563721rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#K4MB7UXRhM8zhKzW7NA3UlKnMs1as4UD { color:rgba(var(--color-tertiary-0),1);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; }
#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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),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(var(--color-tertiary-4),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, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));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:rgba(var(--color-tertiary-0),1);width:21.4375rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:0.9375rem;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.248046875rem;top:7.73876953125rem;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(var(--color-tertiary-0),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.248046875rem;top:7.73876953125rem;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; }
#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t { display:block; }#pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t > .row .container { width:47.75rem;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:10.25rem;left:0.3427734375rem;width:47rem;height:3.375rem;font-size:1.75rem;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:5.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6RTBI0C7FlmAW66n7EHXImOpWTdlaTF { display:block; }
 }@media only screen and (max-width: 763px) { #HOGn5I3wvZsIpCBKyT6ODJkXKLGPezfK { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJgxHcphdEMVKl7UDlxSWm5KGhpPm4wl { top:14.8125rem;left:0.3427734375rem;width:47rem;height:3.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8cALNqwMtb4pJZVdAfCkTq4e3empEgC { top:19.4375rem;left:0.3427734375rem;width:47rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6y2r7sppRJ4zSGDm6cifh6H2XrshW6d { top:27.6875rem;left:1.9052734375rem;width:43.875rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8TszAqgsOOzglUzyXtaflnXIwRKnA3V { top:25.5625rem;left:2.53125rem;width:42.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 { display:block; }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVMryLZT9Op8Wrxh1l6P6TUT3s9OTt2a { top:6.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btGKBPezD1if5E2Tcn2tfexFlEMF78m0 { width:35.9375rem;height:4.1875rem;top:0.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O267Mmii8Txp8dEMzpZXuUl9RA99otGo { display:block; }
 }@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) { #t2GXuuvP5dUqEWnvJhcHuOxGlNAG29Mn { top:2.9375rem;left:8.40625rem;width:30.9375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCsJP3ithr43Zhz7r0vzN9fTu0yPbf1p { top:6.5625rem;left:6rem;width:35.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVnI7OyPibOPStG23S3mzSBCdyQT1Nk9 { top:10.875rem;left:0rem;width:29.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgfxVTZtTVsGw2ZLrlOmEtQqvmzi8a6b { top:41.125rem;left:0rem;width:21.125rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3QGaTTbZRHupdTNhrTUgZTMI6PWLhPo { top:44.875rem;left:0rem;width:21.125rem;height:12.3125rem;font-size:0.75rem;display:block; }#b3QGaTTbZRHupdTNhrTUgZTMI6PWLhPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_217d4e7f34fdbf57667bee3e6dd9241b.svg); }
 }@media only screen and (max-width: 763px) { #qvvWIpuaWhEkqLDy1DO81b44epUW15TV { top:10.875rem;left:22.25rem;width:25.5rem;height:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKpuDnGxTeChZ8eIRULu5k19SCap8XP { top:61.25rem;left:2.5302734375rem;width:42.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #sfMURvD2Hridafg4nTWB0TCDy4OxBS5y { top:62.375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzO3DFrUxvT5mPIu6ZMQQWvUTAifDti { top:25.9375rem;left:5.0625rem;width:42.6875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 { display:block; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZ1fEwIG8aRAnBh2cb7XBKIi99f7TEuO { width:15rem;height:3.4375rem;top:39.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmoRQtunRaNMAUzPs9HywcxppkCmlLFT { display:block; }
 }@media only screen and (max-width: 763px) { #bvluEb9sbehGFRF5WJvVfOHuCPocpV6J { width:14.6875rem;height:4.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3s0T5nET0xxk6ePWkJLU2m0enb0c0Rf { display:block; }
 }@media only screen and (max-width: 763px) { #UsrXLPbmuFouIsRnTr8LcaPxRJpSVIPG { width:12.9375rem;height:2.375rem;top:12.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTdyflWoHsFA3m9uiob8Oo4oosWQd8M { display:block; }
 }@media only screen and (max-width: 763px) { #yg9F1PAtosTWP51SqyP8T89CFCIV4Mw1 { top:15.5rem;left:2.875rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcx8JVva8UPoeGM85NS9FAISAi3Rk7FO { top:6.875rem;left:4.625rem;width:2.8125rem;height:3.7909267767143rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVq62EEcbG1HF3phnRTye9A6lSxRqJld { top:6.1875rem;left:8.4375rem;width:7.5rem;height:5.2495125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBPvZS5TferdKohTZNHNwRq4yffMt75B { top:3.375rem;left:0rem;width:47.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQoPwa1wgssvPgK5zETxSXdQlQMILSNs { width:12.9375rem;height:2.375rem;top:12.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgKm4I2hefxTS4eyoHhlUPVEyzS8fMNG { display:block; }
 }@media only screen and (max-width: 763px) { #p3u8qXfJ6fcbWv02bz5lAAHnFZvdBbC9 { top:15.5rem;left:17.5625rem;width:12.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwvpkmN2RZhv8uhD6dnIJGz4p89b6glQ { width:12.9375rem;height:2.375rem;top:12.0625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpd9TvrKrASMkPnD0CxZAbcAzCMQEQo3 { display:block; }
 }@media only screen and (max-width: 763px) { #E87PGTGI1Qt0ZrrgRHnpopkTeTyMZZiP { width:15.8125rem;height:2.4375rem;top:25.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBdpKrBx3heNxTkQc95xJ29LLZMMlAz7 { display:block; }
 }@media only screen and (max-width: 763px) { #TtyQByxRtyFTEwwSLexfuMOz4LQ8Sfek { width:14.875rem;height:2.375rem;top:25.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9AbQc39Qlt7qU5tQ5Xdi3PZbTkWgGEy { display:block; }
 }@media only screen and (max-width: 763px) { #gO6av2nma0kSM1yJA3qz5INfN6imWPZ2 { top:11.3125rem;left:1.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny2o75UM9taZRtVW6WzNMktCZWqQzL2f { top:11.3125rem;left:16.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrG63vfBzEKyxWT352ZWCeP0n0kTkQqB { top:7.5rem;left:20.0625rem;width:9.875rem;height:2.6081373591124rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdaP5rFu0T5nPkqWbfwmmK0EuZ3FnkIh { top:7.4375rem;left:31.5625rem;width:7.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkslawCbR4C9ZRqyNF0b7c5L3qJsvhr2 { top:11.3125rem;left:31.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62mgTwwDTnAyRTe3Dw7yPdR1Hq5y7yy { top:15.5rem;left:32.8125rem;width:12.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD9lrIGOdpgwlszboue7o2vRwKvMgfmP { top:29.5625rem;left:7.5rem;width:14.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAH8yTLTUrh4twWmW9JZA9FdLoT5amT { top:29.5625rem;left:26.5625rem;width:12.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4EGag0sTZhktGGKpTSd2H4PFZIUKKQ0 { top:20.3125rem;left:18.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8d7fWIfNJ9L0WAkDs4lEubOzn5kJ3Wd { top:24.9375rem;left:5.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfQEZKVlcbCVOZsZbFyuiGiakrZ7zpdD { top:24.9375rem;left:24.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li2x0Bm3X2g2DNQv2Wx07WT9vb8SO1T8 { top:20.875rem;left:23.625rem;width:7.875rem;height:2.6660228597077rem;display:block; }
 }@media only screen and (max-width: 763px) { #rToJGkRQDrJunHy7T2TzHbOX0iIHbzR5 { top:14.8125rem;left:0rem;width:17.1875rem;height:2.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wl0WmrEqnEtiyn32EcGm9SZvsJBl41BS { top:34.875rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9TiAVS2SOetoIHItWZ4wpxKU9ZbUyv2 { top:34.5625rem;left:14.9375rem;width:19.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RliK3TVEFimsPPM1ddpIOSUDHo54xuBh { top:34.4375rem;left:11.25rem;width:4.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVIuobVbLBsqkM29foNfwJcJQixXbcPe { display:block; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS0Qq8G3H1w3h9aFAitCtCdqul5MHV3g { width:15rem;height:3.4375rem;top:46.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke9JnOpWgaoRTc82MZG7DFLqd1ZnNLzJ { display:block; }
 }@media only screen and (max-width: 763px) { #mfHixBJqaBRvMshDNuAt7pR4zaTFXTt6 { top:1.6875rem;left:0rem;width:20.9375rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLToBwaTK3GoSBri6pKtvncSabTnO6kp { top:5rem;left:0rem;width:28.625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxaVhfcNWT9eaVBIx8eaP3evGqV1ROsc { display:none; }
 }@media only screen and (max-width: 763px) { #ZlOA6TPSFEHaAnIDp0kTWHUVMP8XuiBc { top:8.75rem;left:0rem;width:11.875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cKWdZ0gl8pLMBJOqO2QMMZTA4Sy9vM { top:8.75rem;left:9.6875rem;width:12.0625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOUb3yBdkpG8CqCIGO8bIgnkeJaQ2mAN { top:8.75rem;left:22.75rem;width:10.8125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqq9xCc72Ab4HopyR9o8TpK1i56irlR4 { top:24.25rem;left:22.75rem;width:10.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyTZIUqVzQo4IeP43cVwaOl4tLEEqbR0 { top:8.8125rem;left:32.5rem;width:15.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btkVvIMZ68oA6UffSTXfRBMlHoKMTCdc { top:24.25rem;left:31.9375rem;width:15.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNn930HG1XV9O7ZBZx5UmMJo0S4B5zbD { top:41.5rem;left:3.59375rem;width:40.5625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS { display:block; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAUeynKr7ypBx2gTfo7N96Kq6GMaT9kX { top:25.625rem;left:0rem;width:47.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd { top:33.125rem;left:0.40928840637207rem;width:37.25rem;height:4.5rem;font-size:0.75rem;display:block; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:before{  }
 }@media only screen and (max-width: 763px) { #ApH7aiTmCWp9O71R4FiQodCVsX3NqBKq { top:3.75rem;left:2.5625rem;width:10.625rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0UQGh0owB4fe2UmI3uZyOGyJIbRT05T { top:6.9375rem;left:2.5625rem;width:17.875rem;height:5.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlEwCIGv1FrTwtHD0Vi9OSd9VGH3Ukka { top:14.5rem;left:2.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUgLTXHLKiityZyup9IxRpg22JVbF2Eh { top:18.5rem;left:2.5625rem;width:2.1875rem;height:2.12456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQTOobIbikLbOs4AKAmlr8w5bQ7Zdpx { top:27.1875rem;left:1.8746738433838rem;width:43rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQd046RGhiXuL5SxdA4dz8Puk0mQX6oN { width:15.125rem;height:3.5rem;top:13.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLWT7A2VXkilIOEeCTKl4Bd8Dz6WCBbD { display:block; }
 }@media only screen and (max-width: 763px) { #lOw9CTvSX4KkD9qao8f6pDQZGhWbKiTA { width:16.5625rem;height:3.5625rem;top:17.75rem;left:1.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VABOtLNDriRKhFl9NUpiLvbRbRtTfchv { display:block; }
 }@media only screen and (max-width: 763px) { #qlF64MW0TdSFaVFrGFv9GzTHxQxS6sS6 { top:3rem;left:24.0625rem;width:23.625rem;height:23.936681218387rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJBSsTvqIyf3Iev1JlOzqoVdNDqc3IW2 { top:26.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpHHUwWNB2DCVNioqktKkvzzJlxmpCbT { top:41.4375rem;left:0rem;width:47.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q { top:48.75rem;left:0.4091796875rem;width:37.25rem;height:6.125rem;font-size:0.75rem;display:block; }#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q li:before{  }
 }@media only screen and (max-width: 763px) { #WLU3KATBvN8RKa5u4TaVIyeoDl4gUTFq { top:43rem;left:1.87451171875rem;width:37.3125rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxePyQ3A4UdM90J2VJk5iDchKiuMmFW { top:42.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihtZgQ5HVoKM3ot3zDM6EhK7LSwRTqJ { top:60.125rem;left:0rem;width:47.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 { top:68.25rem;left:0.40928840637207rem;width:37.25rem;height:;font-size:0.75rem;display:block; }#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 li:before{  }
 }@media only screen and (max-width: 763px) { #rM5u1SX3Be75xuT9tT2QISRFtfe6mWGo { top:61.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlLpw2iVE77JL9Dp9ChklLMvwTaq3Q6 { top:61.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBp4kqz07nfCezBQbNgCnC7stLWZlVKE { top:80.8125rem;left:0rem;width:47.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyx5r9Eel3ichMJqfWlUbdQkxzZgVJxl { top:91.5rem;left:0.4091796875rem;width:37.25rem;height:;font-size:0.75rem;display:block; }#qyx5r9Eel3ichMJqfWlUbdQkxzZgVJxl li:before{  }
 }@media only screen and (max-width: 763px) { #x7SSTKITvq4FTt409PzD5x9QyHWPI28C { top:82.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrBeSaeXbgRJmNo6yiT1q7y8R3ranTEm { top:82.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJD6DWgicQGIB1qROXXqTIZXgQrZbC5H { top:102.6875rem;left:0rem;width:47.375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9p7LhugmuIhOKSeK8pqMhuDEVS1EeeT { top:111.75rem;left:0.40928840637207rem;width:37.25rem;height:;font-size:0.75rem;display:block; }#a9p7LhugmuIhOKSeK8pqMhuDEVS1EeeT li:before{  }
 }@media only screen and (max-width: 763px) { #U7d8qQ9MT4gKrhXix5SIlqqTt3PvuKB4 { top:104.6875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l07pDpHJodTVThpKih2k5T5PsCaHcIMw { top:104.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #forpQzHwLlNmNll1Tff0yQczXWonZ4TM { top:122.5rem;left:0rem;width:47.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq7tPzOkmKgJTOCuz6ET8HZmp3u3d2KW { top:128.9375rem;left:0rem;width:37.25rem;height:4.5rem;font-size:0.75rem;display:block; }#Wq7tPzOkmKgJTOCuz6ET8HZmp3u3d2KW li:before{  }
 }@media only screen and (max-width: 763px) { #fmUvDwZus3fSq8uTw7IAnlCXpFtcTZ2y { top:124.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU2cRTVR7zvB2Zafl1smVyA7sFSCIhJ7 { top:123.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSAtIEUtE7cauysJz5TkvwnTDOitU47y { top:137.9375rem;left:0rem;width:47.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRM9g6CKlm9dT9tUhpv5g85eefxmmy2 { top:144.375rem;left:0rem;width:37.25rem;height:4.5rem;font-size:0.8125rem;display:block; }#sDRM9g6CKlm9dT9tUhpv5g85eefxmmy2 li:before{  }
 }@media only screen and (max-width: 763px) { #JbR7cULhT6NIfGcbf1IReX5Rexfhb0mt { top:139.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKIzP0sSDe86dm5qL72aOsbqf9flZgEg { top:139.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep52SazWluipyMAqiRnU7oMhTnRyHxZ4 { width:15rem;height:3.4375rem;top:154.1875rem;left:15.873699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyufl3BzDsA2BifqWEyr59mF8krPiSyq { display:block; }
 }@media only screen and (max-width: 763px) { #xyuQBVv1pDOhdHxiS9CWXVTXpAJNv5ND { top:30.9375rem;left:1.8741321563721rem;width:45.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrdazyIVCnQiqHtMcLCwlQ49qTAHoIUy { top:46.5625rem;left:1.8740234375rem;width:45.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWA5TsS6oglELONGD1sUAtoUTdOm0u0V { top:65.25rem;left:1.8741321563721rem;width:45.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpDMKFomSJ7t0dQLo0cdFdonFTtwwgXO { top:88.9375rem;left:1.8740234375rem;width:45.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD { display:block; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSx8igfGC5oewMk46QkZ8cTxaNAityW8 { top:11.3125rem;left:0rem;width:37.3125rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bm6thEOEB6NJqx71teSeAICB8cPBJubQ { width:39.9375rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2eIo4tNlyIbbBied5hl5uGKCcKmE3XB { top:3.625rem;left:0.5rem;width:46.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9v1dbL9rbTKVR9obytTSNKxulhhh7SF { width:32.3125rem;height:2.5rem;top:6.0625rem;left:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PztZIMEBssIlSPS3ugxMbKfnq3qvbNq0 { width:44.0625rem;height:1.875rem;top:20.4375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucn6oyBRVTmaRKXMWvPWIsfXVh2DSqqz { top:10rem;left:16.9375rem;width:12.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhT8cXrhTuTzbVQ2P9lJd1ohMipobyfq { top:10rem;left:31.4375rem;width:13.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLBa6bzFp7lGT4UriRhbHqflq9XIz8ZP { width:12rem;height:1.5rem;top:17.4375rem;left:17.5rem;font-size:0.625rem;display:block; }#pLBa6bzFp7lGT4UriRhbHqflq9XIz8ZP 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) { #V3cwrMZGxAsrGCfZOhSqstfA85uvJBWO { width:12rem;height:1.5rem;top:17.4375rem;left:32.0625rem;font-size:0.625rem;display:block; }#V3cwrMZGxAsrGCfZOhSqstfA85uvJBWO 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) { #RWfoTTrbGSzKd1MGZaGy4Nhhc2VrJI8r { top:1.75rem;left:12.625rem;width:23.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFaTnNvOCnTyFwOMvn9nJBHsc7RVIpCh { width:22.5rem;height:1.875rem;top:2.5rem;left:13.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC8EAmGut9AbIGDlEmZL4yXDQmHagQgD { top:10rem;left:3rem;width:12.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBWbT46x4TlcQZfxDTu86fQ8Gra2Lny { width:12rem;height:1.5rem;top:17.4375rem;left:3.5625rem;font-size:0.625rem;display:block; }#SvBWbT46x4TlcQZfxDTu86fQ8Gra2Lny 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) { #Gu2enh3z3DzBDeXocrfTKqOniZcp1Nao { width:15rem;height:3.4375rem;top:23.75rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BELogP1RXPBytvUSfVGqokCqKsKfwZu1 { 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:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB28dgvORTH5gCEEAOhogbSZDAxRhalb { top:4.125rem;left:0rem;width:20rem;height:20rem;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:23.1875rem;left:0rem;width:16.5625rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KubrUUERcolLM9vnsCElr31BEi985y9w { top:26.5rem;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:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lSibbWBDrL5yQcMeKlU2z3BSFBFhUR { top:22.6875rem;left:0rem;width:15.125rem;height:2.8125rem;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:3.1875rem;font-size:1rem;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.625rem;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:15.25rem;left:21.1875rem;width:26.5625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { top:17.75rem;left:22.5625rem;width:25.1875rem;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:20rem;left:22.75rem;width:25rem;height:3.375rem;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) { #s57XrWSSDtw2nJmtNi7WAXQHoLWyDITs { display:block; }#s57XrWSSDtw2nJmtNi7WAXQHoLWyDITs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOBreO3mrxLMwbKoECJLNTT3QXSaAe0T { top:14.4375rem;left:0rem;width:13.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN1NghyL7uMwoLAgyJg5ECGr4dWJzFMH { top:13.25rem;left:6.4878875968994rem;width:15.1875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kawfoLizQDMbA8n7LyoKQ1Gco1XXB6iv { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh10UHkdx09ffp8h4ROqCERmeBbDsvEr { top:13.125rem;left:17.375rem;width:30.375rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRelOI8SeNlu8sTIQ3HkRNFLLTPIRw6V { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clwEZqao763aa6RaTgBIT89QnCENhgLc { top:9.625rem;left:36.5rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoicTxCbT0R4EITLc1h2tfSGhsOpT10C { top:30.6875rem;left:17rem;width:30.75rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh7edNBvt45wRoxrTpxCNGeOlHyoelOF { top:19.1875rem;left:30.28125rem;width:15.6875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu46p70GfblnGvn0rEylOxKmWtKBlM52 { top:21.125rem;left:23.25rem;width:24.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQmBlbF6A3RJTINp9QEJQiSIHhxxP8Fg { top:27.5625rem;left:22.375rem;width:25.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTvdBeS7geXy2Lux57i5dWSPgsIvgAv { top:18.75rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ732V45PIWJ1S2fWl3Lq9g33sTdKfx3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VVRUoqv50bM0ZvKHM834KpbLQvy11L3B { top:23.25rem;left:0rem;width:13.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn4VHrZAQoxZUoykqAMzTGsQnSTM6S0P { top:14.25rem;left:30.3125rem;width:16.1875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZKN9Ut5hm5LgPZKJVG3BxEF4amV5Qh0 { top:31.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jzx2Wcgds4K2sCBG6TNxxVWR0zmcKtKX { top:16.125rem;left:25.6875rem;width:22.0625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO1uN0gMBbXBl5E5ivkLJ8tXmvnhtU7P { top:26.8125rem;left:18.8125rem;width:20rem;height:1rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDXiwoDsofIVfqITDXzuJLJ20HDoTs4n { top:21.8125rem;left:6.2954545454544rem;width:15.4375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #qphNEW3PGDrKXvwqKyoG4GLHkXRItSKh { top:30.6875rem;left:0rem;width:15.9375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJbLmBIA103DntCqc3Er6G6xoEOFvQZ1 { width:15rem;height:3.4375rem;top:35.5625rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtCR9eVd9RvuSu7vKw5ue3C3a1GAlaoC { display:block; }
 }@media only screen and (max-width: 763px) { #tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH { display:block; }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBHLeouAPozuS7aNK3l3v9zZk9XbDAK8 { top:13.125rem;left:1.5625rem;width:16.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkuaiCCT2SXOlsic8bdETAcOHQJRSG5D { top:17.125rem;left:4.4375rem;width:16.9375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4FNDW7s0oeAZgux657GyXrq7lsQ9oq6 { top:0.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAC87t6mbOUNMMOPv0BpCJa723i7ltXO { top:13.125rem;left:18.1875rem;width:29.5625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98suh6SOO6ZzkL5vMIR2x13onMSo0C6 { top:14.0625rem;left:18.25rem;width:29.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDg1OvlRbxeiJUEfJA30ygiRFvCdtVfH { top:5.3125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT1iFz70J8dsiL338whnETGiDFVGNK6k { top:10rem;left:25.5625rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXfQxRs44rVTe9gNDfBgJ3mmZFnMK6NT { top:31.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irsqvEpa1oOdQoqEGxhtLz9mMTQK3d6I { top:20.0625rem;left:28.3125rem;width:18.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbVELci1OoGnHazfSlPrfaA2xDmGaGVd { top:21.5625rem;left:19.1875rem;width:28.5625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbhlyKVrPBffgt4ZysU4Lz5MkwbOqog7 { top:26.8125rem;left:19.375rem;width:28.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV0ghaRRDOgAupyiAwu94f4shGzlz6Jw { top:19.3125rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t62k0EZEXPpoFbAtQbHeX349gVR5ZoSX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VKlorImUHrFHD7O5yDxkrOGQK2vq09T9 { top:22.125rem;left:1.5625rem;width:15.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSRMqAVCmfE5QqAW779KTrgPKOxnOz09 { top:15.8125rem;left:18.25rem;width:29.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEkhTk7tVNTTVvmaerQwBv5Zyv8TuzQD { top:31.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmCyV8yMGD6b4m6dDlSxTc0F3zf57ArT { top:17.25rem;left:17.9375rem;width:29.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxdGDkDKLUFTWITwcIrAyG8iESzC5oOn { top:26.8125rem;left:18.8125rem;width:20rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIaVkqSac6Nmz3z6V8LW433sIVv7SNid { width:15rem;height:3.4375rem;top:34.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh87As34Q1vRKFsnKDFI8o3h8cSFenfc { display:block; }
 }@media only screen and (max-width: 763px) { #nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd { display:block; }#nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPgIDXKOM088bvrUwi2LTEdyXpsHoruM { display:block; }#nPgIDXKOM088bvrUwi2LTEdyXpsHoruM > .row .container { width:47.75rem;position:relative;display:block; } }@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:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { top:4.375rem;left:0rem;width:13.875rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { top:15.3125rem;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:20.5625rem;left:0rem;width:21.125rem;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.6875rem;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.6875rem;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) { #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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/163776c8-9c37-493c-8331-3e103e09f738/image1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t.adaptive-delivery-prevent-bg, #pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t.lazyload, #pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t.lazyloading { background-image: none; }#pXVUI87lzPu1UJrQ1FLD7IIQCi6QBR9t > .row .container { width:20rem;height:40.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/Kubernetes.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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.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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AALq1z7T4XnTVyWCpqdy3KQkPgn7qU5G { width:16.5625rem;height:4.8994125rem;top:6.4556512832644rem;left:1.7187502384186rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aVRynsHVJrO8QFb4v798sOKwszwb8i31 { width:7.0621875rem;height:1.37478125rem;top:1.311306476593rem;left:6.468641757965rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNxtTf2wv5uAdC39aPaJG3BGVV0IFfVu { width:8.24925rem;height:1.81206875rem;top:3.8932292461395rem;left:5.8751087188721rem;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) { #HOGn5I3wvZsIpCBKyT6ODJkXKLGPezfK { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JJgxHcphdEMVKl7UDlxSWm5KGhpPm4wl { width:20rem;height:1.38129375rem;top:11.90701007843rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8cALNqwMtb4pJZVdAfCkTq4e3empEgC { width:20rem;height:1.38129375rem;top:13.288307189941rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6y2r7sppRJ4zSGDm6cifh6H2XrshW6d { width:20rem;height:3.824225rem;top:16.317817687988rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8TszAqgsOOzglUzyXtaflnXIwRKnA3V { width:16.8125rem;height:0.0625rem;top:15.309787750244rem;left:1.5928821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 { display:block; }#MT0vBaur5Syk8EMR4EDxT4uRIW2iU7I6 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVMryLZT9Op8Wrxh1l6P6TUT3s9OTt2a { width:20rem;height:1.625rem;top:4.0288619995117rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btGKBPezD1if5E2Tcn2tfexFlEMF78m0 { width:19rem;height:4.1875rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O267Mmii8Txp8dEMzpZXuUl9RA99otGo { display:block; }
 }@media only screen and (max-width: 763px) { #gAy4OJeqb3zNU6tyyazeAgqoy6RiLHgP { width:18.187375rem;height:2.24989375rem;top:0.89572525024412rem;left:0.906033039093rem;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:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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 > .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:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2GXuuvP5dUqEWnvJhcHuOxGlNAG29Mn { width:19.0625rem;height:2.1375875rem;top:1.0959203243256rem;left:0.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCsJP3ithr43Zhz7r0vzN9fTu0yPbf1p { width:20rem;height:1.6875rem;top:3.3116331100464rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVnI7OyPibOPStG23S3mzSBCdyQT1Nk9 { width:20rem;height:20rem;top:34.546989917755rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgfxVTZtTVsGw2ZLrlOmEtQqvmzi8a6b { width:20rem;height:2.1375875rem;top:55.749784469604rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3QGaTTbZRHupdTNhrTUgZTMI6PWLhPo { width:15rem;height:9.660125rem;top:58.561740875244rem;left:2.5000002384186rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#b3QGaTTbZRHupdTNhrTUgZTMI6PWLhPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_217d4e7f34fdbf57667bee3e6dd9241b.svg); }
 }@media only screen and (max-width: 763px) { #qvvWIpuaWhEkqLDy1DO81b44epUW15TV { width:15.4996875rem;height:27.8125rem;top:5.980360686779rem;left:2.2498917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKpuDnGxTeChZ8eIRULu5k19SCap8XP { width:20rem;height:0;top:69.469432189944rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfMURvD2Hridafg4nTWB0TCDy4OxBS5y { width:20rem;height:4.46191875rem;top:70.219188690187rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzO3DFrUxvT5mPIu6ZMQQWvUTAifDti { width:16.8120625rem;height:0.0623915rem;top:69.437397003175rem;left:1.5928821563721rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2.adaptive-delivery-prevent-bg, #fJizUbGAPhbrkzMgrHwffTmQGmfhamL2.lazyload, #fJizUbGAPhbrkzMgrHwffTmQGmfhamL2.lazyloading { background-image: none; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container { background-color: transparent; background-image: none; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container > .video-iframe-container { display: none; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row > .video-iframe-container { display: none; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .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); }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#fJizUbGAPhbrkzMgrHwffTmQGmfhamL2 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZ1fEwIG8aRAnBh2cb7XBKIi99f7TEuO { width:15rem;height:3.4375rem;top:56.001522064209rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmoRQtunRaNMAUzPs9HywcxppkCmlLFT { display:block; }
 }@media only screen and (max-width: 763px) { #bvluEb9sbehGFRF5WJvVfOHuCPocpV6J { width:10.7498125rem;height:2.62478125rem;top:1.5044488906861rem;left:0rem;z-index:15170;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3s0T5nET0xxk6ePWkJLU2m0enb0c0Rf { display:block; }
 }@media only screen and (max-width: 763px) { #UsrXLPbmuFouIsRnTr8LcaPxRJpSVIPG { width:12.9375rem;height:2.375rem;top:10.625rem;left:1.875rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTdyflWoHsFA3m9uiob8Oo4oosWQd8M { display:block; }
 }@media only screen and (max-width: 763px) { #yg9F1PAtosTWP51SqyP8T89CFCIV4Mw1 { width:17.1875rem;height:0;top:14.0625rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcx8JVva8UPoeGM85NS9FAISAi3Rk7FO { width:2.8125rem;height:3.79015rem;top:5.4372832775116rem;left:5.1247835159302rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVq62EEcbG1HF3phnRTye9A6lSxRqJld { width:7.5rem;height:5.24956875rem;top:4.7075741291046rem;left:8.8118495941163rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBPvZS5TferdKohTZNHNwRq4yffMt75B { width:20rem;height:52rem;top:2.6296672821045rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #MQoPwa1wgssvPgK5zETxSXdQlQMILSNs { width:12.9373125rem;height:2.374675rem;top:21.75rem;left:2.25rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgKm4I2hefxTS4eyoHhlUPVEyzS8fMNG { display:block; }
 }@media only screen and (max-width: 763px) { #p3u8qXfJ6fcbWv02bz5lAAHnFZvdBbC9 { width:16.9998125rem;height:1.0563125rem;top:25.249567747116rem;left:1.4995660781861rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwvpkmN2RZhv8uhD6dnIJGz4p89b6glQ { width:12.9373125rem;height:2.374675rem;top:27.5625rem;left:2.5rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpd9TvrKrASMkPnD0CxZAbcAzCMQEQo3 { display:block; }
 }@media only screen and (max-width: 763px) { #E87PGTGI1Qt0ZrrgRHnpopkTeTyMZZiP { width:13.0620625rem;height:2.43706875rem;top:38.374567985534rem;left:2.5000002384186rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBdpKrBx3heNxTkQc95xJ29LLZMMlAz7 { display:block; }
 }@media only screen and (max-width: 763px) { #TtyQByxRtyFTEwwSLexfuMOz4LQ8Sfek { width:13.187375rem;height:2.374675rem;top:44.928930282593rem;left:2.5000002384186rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9AbQc39Qlt7qU5tQ5Xdi3PZbTkWgGEy { display:block; }
 }@media only screen and (max-width: 763px) { #gO6av2nma0kSM1yJA3qz5INfN6imWPZ2 { display:flex;width:1.875rem;height:1.875rem;top:10.625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #Ny2o75UM9taZRtVW6WzNMktCZWqQzL2f { display:flex;width:1.875rem;height:1.875rem;top:21.75rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #UrG63vfBzEKyxWT352ZWCeP0n0kTkQqB { width:7.7495625rem;height:1.99978125rem;top:18.408210754394rem;left:1.4995660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdaP5rFu0T5nPkqWbfwmmK0EuZ3FnkIh { width:5.812175rem;height:1.93739375rem;top:34.564888954162rem;left:8.8118495941163rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkslawCbR4C9ZRqyNF0b7c5L3qJsvhr2 { display:flex;width:1.875rem;height:1.875rem;top:26.936307907104rem;left:1.7843968868256rem; }
 }@media only screen and (max-width: 763px) { #T62mgTwwDTnAyRTe3Dw7yPdR1Hq5y7yy { width:12.5rem;height:0;top:31rem;left:2.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qD9lrIGOdpgwlszboue7o2vRwKvMgfmP { width:12.1245625rem;height:1.0563125rem;top:41.815866470337rem;left:2.2802736759186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAH8yTLTUrh4twWmW9JZA9FdLoT5amT { width:14.5621875rem;height:1.0563125rem;top:48.317058563233rem;left:2.5000002384186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4EGag0sTZhktGGKpTSd2H4PFZIUKKQ0 { width:2.74956875rem;height:2.74956875rem;top:34.159615516662rem;left:5.1557078361511rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8d7fWIfNJ9L0WAkDs4lEubOzn5kJ3Wd { display:flex;width:1.875rem;height:1.875rem;top:37.812500953674rem;left:1.8750002384186rem; }
 }@media only screen and (max-width: 763px) { #DfQEZKVlcbCVOZsZbFyuiGiakrZ7zpdD { display:flex;width:1.875rem;height:1.875rem;top:44.411348342896rem;left:1.8750002384186rem; }
 }@media only screen and (max-width: 763px) { #Li2x0Bm3X2g2DNQv2Wx07WT9vb8SO1T8 { width:6.5625rem;height:2.1875rem;top:18.313802242279rem;left:9.3750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #rToJGkRQDrJunHy7T2TzHbOX0iIHbzR5 { width:17.1875rem;height:2.1123rem;top:14.061957359314rem;left:0.34613728523254rem;font-size:0.8125rem;z-index:15170;display:block; }
 }@media only screen and (max-width: 763px) { #Wl0WmrEqnEtiyn32EcGm9SZvsJBl41BS { width:16.1870625rem;height:1.0563125rem;top:30.811634063721rem;left:0.6239150762558rem;font-size:0.8125rem;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #F9TiAVS2SOetoIHItWZ4wpxKU9ZbUyv2 { width:19.437375rem;height:1.0563125rem;top:52.255319595337rem;left:0.28103303909302rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RliK3TVEFimsPPM1ddpIOSUDHo54xuBh { width:4.6875rem;height:1.5625rem;top:50.727540969849rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVIuobVbLBsqkM29foNfwJcJQixXbcPe { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe.adaptive-delivery-prevent-bg, #qVIuobVbLBsqkM29foNfwJcJQixXbcPe.lazyload, #qVIuobVbLBsqkM29foNfwJcJQixXbcPe.lazyloading { background-image: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { background-color: transparent; background-image: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container > .video-iframe-container { display: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container { display: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .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); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { border-width: 0; border-radius: 0; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS0Qq8G3H1w3h9aFAitCtCdqul5MHV3g { width:15rem;height:3.4375rem;top:44.129770278931rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke9JnOpWgaoRTc82MZG7DFLqd1ZnNLzJ { display:block; }
 }@media only screen and (max-width: 763px) { #mfHixBJqaBRvMshDNuAt7pR4zaTFXTt6 { width:19.0625rem;height:0;top:0.721435546875rem;left:0.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zLToBwaTK3GoSBri6pKtvncSabTnO6kp { width:20rem;height:1.6875rem;top:2.9405384063721rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UxaVhfcNWT9eaVBIx8eaP3evGqV1ROsc { top:9.1875rem;left:9.875rem;width:0.125rem;height:25.4375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #ZlOA6TPSFEHaAnIDp0kTWHUVMP8XuiBc { width:9.8125rem;height:25rem;top:6.0677042007446rem;left:0.59624576568604rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cKWdZ0gl8pLMBJOqO2QMMZTA4Sy9vM { width:12.0621875rem;height:30.1253125rem;top:6.067165851593rem;left:7.93728351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOUb3yBdkpG8CqCIGO8bIgnkeJaQ2mAN { width:10.8121875rem;height:14.749875rem;top:30.562063217163rem;left:4.5936417579651rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dqq9xCc72Ab4HopyR9o8TpK1i56irlR4 { width:10.4996875rem;height:14.749875rem;top:118.06804895401rem;left:4.7498917579651rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyTZIUqVzQo4IeP43cVwaOl4tLEEqbR0 { width:14.125rem;height:13.375rem;top:29.602324962616rem;left:3.9062504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #btkVvIMZ68oA6UffSTXfRBMlHoKMTCdc { width:15.8121875rem;height:10.4373125rem;top:134.75532531738rem;left:2.0936417579651rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNn930HG1XV9O7ZBZx5UmMJo0S4B5zbD { width:20rem;height:1.6875rem;top:1.2548875808716rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS { background-color:#01051f;background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS.adaptive-delivery-prevent-bg, #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS.lazyload, #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS.lazyloading { background-image: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { background-color: transparent; background-image: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container > .video-iframe-container { display: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container { display: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .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); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { width:20rem;height:131.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAUeynKr7ypBx2gTfo7N96Kq6GMaT9kX { width:19.5625rem;height:12.4375rem;top:14.375000953674rem;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) { #pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd { width:17.3123125rem;height:3.548825rem;top:22.122940063476rem;left:1.3433160781861rem;font-size:0.75rem;display:block; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:before{  }
 }@media only screen and (max-width: 763px) { #ApH7aiTmCWp9O71R4FiQodCVsX3NqBKq { width:5.499675rem;height:2.03125rem;top:1.375rem;left:0.625rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #H0UQGh0owB4fe2UmI3uZyOGyJIbRT05T { width:9.2496875rem;height:2.19346875rem;top:3.375rem;left:0.625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SlEwCIGv1FrTwtHD0Vi9OSd9VGH3Ukka { width:1.68728125rem;height:1.68728125rem;top:6.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUgLTXHLKiityZyup9IxRpg22JVbF2Eh { width:1.5625rem;height:1.5625rem;top:9.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQTOobIbikLbOs4AKAmlr8w5bQ7Zdpx { width:14.3125rem;height:3.25rem;top:15.576714515686rem;left:3.6870660781861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQd046RGhiXuL5SxdA4dz8Puk0mQX6oN { width:9.875rem;height:2.25rem;top:6.68728351593rem;left:0.31228303909302rem;z-index:15170;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLWT7A2VXkilIOEeCTKl4Bd8Dz6WCBbD { display:block; }
 }@media only screen and (max-width: 763px) { #lOw9CTvSX4KkD9qao8f6pDQZGhWbKiTA { width:10.375rem;height:2.25rem;top:9.4373922348025rem;left:0.43717455863952rem;z-index:15170;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VABOtLNDriRKhFl9NUpiLvbRbRtTfchv { display:block; }
 }@media only screen and (max-width: 763px) { #qlF64MW0TdSFaVFrGFv9GzTHxQxS6sS6 { width:9.124875rem;height:9.2496875rem;top:2.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJBSsTvqIyf3Iev1JlOzqoVdNDqc3IW2 { display:flex;width:2.1875rem;height:2.1875rem;top:15.29568195343rem;left:0.62500011920931rem; }
 }@media only screen and (max-width: 763px) { #bpHHUwWNB2DCVNioqktKkvzzJlxmpCbT { width:19.8125rem;height:15.75rem;top:28.3125rem;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) { #AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q { width:18.0625rem;height:4.8359375rem;top:37.7490234375rem;left:1.8126087188721rem;font-size:0.75rem;display:block; }#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q li:before{  }
 }@media only screen and (max-width: 763px) { #WLU3KATBvN8RKa5u4TaVIyeoDl4gUTFq { width:12.6871875rem;height:3.25rem;top:30.034723281861rem;left:3.6561417579651rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxePyQ3A4UdM90J2VJk5iDchKiuMmFW { display:flex;width:2.25rem;height:2.25rem;top:29.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #pihtZgQ5HVoKM3ot3zDM6EhK7LSwRTqJ { width:19.8125rem;height:18.375rem;top:46.1875rem;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) { #LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 { width:16.8125rem;height:7.097625rem;top:55.062391281128rem;left:2.1875002384186rem;font-size:0.75rem;display:block; }#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 li:before{  }
 }@media only screen and (max-width: 763px) { #rM5u1SX3Be75xuT9tT2QISRFtfe6mWGo { width:15.1875rem;height:3.25rem;top:47.562393188476rem;left:3.8433160781861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlLpw2iVE77JL9Dp9ChklLMvwTaq3Q6 { display:flex;width:2.374675rem;height:2.374675rem;top:47.562393188476rem;left:0.62500011920931rem; }
 }@media only screen and (max-width: 763px) { #pBp4kqz07nfCezBQbNgCnC7stLWZlVKE { width:19.8125rem;height:18.8125rem;top:66.25rem;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) { #qyx5r9Eel3ichMJqfWlUbdQkxzZgVJxl { width:14.875rem;height:6.785125rem;top:76.375rem;left:2.75rem;font-size:0.75rem;display:block; }#qyx5r9Eel3ichMJqfWlUbdQkxzZgVJxl li:before{  }
 }@media only screen and (max-width: 763px) { #x7SSTKITvq4FTt409PzD5x9QyHWPI28C { width:16.4375rem;height:4.875rem;top:67.5rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrBeSaeXbgRJmNo6yiT1q7y8R3ranTEm { display:flex;width:2.1875rem;height:2.1875rem;top:67.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #oJD6DWgicQGIB1qROXXqTIZXgQrZbC5H { width:19.75rem;height:14.3125rem;top:86.6875rem;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) { #a9p7LhugmuIhOKSeK8pqMhuDEVS1EeeT { width:14.8123125rem;height:6.785125rem;top:92.687175750731rem;left:2.5933160781861rem;font-size:0.75rem;display:block; }#a9p7LhugmuIhOKSeK8pqMhuDEVS1EeeT li:before{  }
 }@media only screen and (max-width: 763px) { #U7d8qQ9MT4gKrhXix5SIlqqTt3PvuKB4 { width:16.25rem;height:4.875rem;top:87.1875rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l07pDpHJodTVThpKih2k5T5PsCaHcIMw { display:flex;width:2.12456875rem;height:2.12456875rem;top:87.875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #forpQzHwLlNmNll1Tff0yQczXWonZ4TM { width:19.75rem;height:9.8125rem;top:102.75rem;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) { #Wq7tPzOkmKgJTOCuz6ET8HZmp3u3d2KW { width:15.3125rem;height:3.548825rem;top:107.5rem;left:1.625rem;font-size:0.75rem;display:block; }#Wq7tPzOkmKgJTOCuz6ET8HZmp3u3d2KW li:before{  }
 }@media only screen and (max-width: 763px) { #fmUvDwZus3fSq8uTw7IAnlCXpFtcTZ2y { width:12.874875rem;height:1.625rem;top:104.3125rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU2cRTVR7zvB2Zafl1smVyA7sFSCIhJ7 { display:flex;width:2.1875rem;height:2.1875rem;top:104.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #XSAtIEUtE7cauysJz5TkvwnTDOitU47y { width:19.75rem;height:10rem;top:114.4375rem;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) { #sDRM9g6CKlm9dT9tUhpv5g85eefxmmy2 { width:16.1870625rem;height:3.79394375rem;top:119.1875rem;left:1.8125rem;font-size:0.8125rem;display:block; }#sDRM9g6CKlm9dT9tUhpv5g85eefxmmy2 li:before{  }
 }@media only screen and (max-width: 763px) { #JbR7cULhT6NIfGcbf1IReX5Rexfhb0mt { width:15rem;height:1.625rem;top:116.0625rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKIzP0sSDe86dm5qL72aOsbqf9flZgEg { display:flex;width:2.3125rem;height:2.3125rem;top:115.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ep52SazWluipyMAqiRnU7oMhTnRyHxZ4 { width:15rem;height:3.4375rem;top:127.12458992004rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyufl3BzDsA2BifqWEyr59mF8krPiSyq { display:block; }
 }@media only screen and (max-width: 763px) { #xyuQBVv1pDOhdHxiS9CWXVTXpAJNv5ND { width:16.937375rem;height:1.94921875rem;top:19.562175750733rem;left:1.7529299259186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrdazyIVCnQiqHtMcLCwlQ49qTAHoIUy { width:15.4996875rem;height:1.94921875rem;top:34.624567031861rem;left:2.2498917579651rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWA5TsS6oglELONGD1sUAtoUTdOm0u0V { width:14.375rem;height:1.94921875rem;top:51.697593688965rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpDMKFomSJ7t0dQLo0cdFdonFTtwwgXO { width:13.8748125rem;height:1.94921875rem;top:73.3125rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/Kubernetes.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD.adaptive-delivery-prevent-bg, #UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD.lazyload, #UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD.lazyloading { background-image: none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { background-color: transparent; background-image: none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container > .video-iframe-container { display: none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row > .video-iframe-container { display: none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .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); }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSx8igfGC5oewMk46QkZ8cTxaNAityW8 { 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) { #Bm6thEOEB6NJqx71teSeAICB8cPBJubQ { 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) { #J2eIo4tNlyIbbBied5hl5uGKCcKmE3XB { width:20rem;height:11.9375rem;top:1.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #016a8d, #0d3845);background-image: -moz-linear-gradient(90deg, #016a8d, #0d3845);background-image: -ms-linear-gradient(90deg, #016a8d, #0d3845);background-image: -o-linear-gradient(90deg, #016a8d, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );";background-image: linear-gradient(90deg, #016a8d, #0d3845);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #J9v1dbL9rbTKVR9obytTSNKxulhhh7SF { 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) { #PztZIMEBssIlSPS3ugxMbKfnq3qvbNq0 { width:13.248875rem;height:2.92480625rem;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) { #ucn6oyBRVTmaRKXMWvPWIsfXVh2DSqqz { 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) { #uhT8cXrhTuTzbVQ2P9lJd1ohMipobyfq { 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) { #pLBa6bzFp7lGT4UriRhbHqflq9XIz8ZP { 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; }#pLBa6bzFp7lGT4UriRhbHqflq9XIz8ZP 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) { #V3cwrMZGxAsrGCfZOhSqstfA85uvJBWO { 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; }#V3cwrMZGxAsrGCfZOhSqstfA85uvJBWO 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) { #RWfoTTrbGSzKd1MGZaGy4Nhhc2VrJI8r { 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) { #ZFaTnNvOCnTyFwOMvn9nJBHsc7RVIpCh { width:19.6875rem;height:1.462675rem;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) { #MC8EAmGut9AbIGDlEmZL4yXDQmHagQgD { 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) { #SvBWbT46x4TlcQZfxDTu86fQ8Gra2Lny { 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; }#SvBWbT46x4TlcQZfxDTu86fQ8Gra2Lny 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) { #Gu2enh3z3DzBDeXocrfTKqOniZcp1Nao { width:15rem;height:3.4375rem;top:15.062375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BELogP1RXPBytvUSfVGqokCqKsKfwZu1 { display:block; }
 }@media only screen and (max-width: 763px) { #n1a5TcMQfdgLcEDyFTTrP3VkBow39evT { background-color:rgba(3,5,5,0.32);background-image:url("https://images.assets-landingi.com/uc/4797015c-778b-4ed8-8e2c-8dfb1ce78e26/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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 { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3TzbHx1ns9K7pDB2ggVV4XwL8TZXVRa { width:12.8125rem;height:1.3808625rem;top:3.0940761566162rem;left:2.7186417579651rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JoQOiM05cIsxBELMHklTmLKNhxLwB1B0 { width:20rem;height:20rem;top:18.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB28dgvORTH5gCEEAOhogbSZDAxRhalb { width:13.812375rem;height:13.812375rem;top:2.0643453598023rem;left:5.0960288047791rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbUxaFFZ1Gw2ZLaWCFrLJVma3puplw2t { width:14.5621875rem;height:2.5996125rem;top:4.4401044845581rem;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.0615rem;height:17.54299375rem;top:19.660374313593rem;left:0.9684245586395rem;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) { #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { display:none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kHIpK3WUA4VRhokvcyPmFqD4saMga81H { width:20rem;height:2.5987375rem;top:21.249454498291rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { width:3.37456875rem;height:2.843425rem;top:32.5rem;left:7.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { width:17.875rem;height:9.375rem;top:11.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { width:5.24956875rem;height:1.5435125rem;top:33.125rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { width:5.24956875rem;height:1.5435125rem;top:33.125rem;left:12.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { width:18.9371875rem;height:1.462675rem;top:24.733616471291rem;left:0.53114151954651rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { width:17.5rem;height:1.0563125rem;top:26.724177002907rem;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.186525rem;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.2812509536744rem;left:0.28103303909302rem;width:19.4375rem;height:28.5rem;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.3120625rem;height:2.92318125rem;top:28.583440780639rem;left:0.34288203716278rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ed6OT31hgIvSPFu7RAft8kgp1SmfMU34 { width:15rem;height:3.4375rem;top:37.905817031861rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kL3cUrV3oh258zFmBLZmoSzaizVChF { display:block; }
 }@media only screen and (max-width: 763px) { #s57XrWSSDtw2nJmtNi7WAXQHoLWyDITs { display:none; }#s57XrWSSDtw2nJmtNi7WAXQHoLWyDITs > .row .container { width:20rem;height:56.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BOBreO3mrxLMwbKoECJLNTT3QXSaAe0T { 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) { #QN1NghyL7uMwoLAgyJg5ECGr4dWJzFMH { 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) { #kawfoLizQDMbA8n7LyoKQ1Gco1XXB6iv { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh10UHkdx09ffp8h4ROqCERmeBbDsvEr { width:20rem;height:16.375rem;top:30.6875rem;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) { #hRelOI8SeNlu8sTIQ3HkRNFLLTPIRw6V { width:20rem;height:2.5996125rem;top:6.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #clwEZqao763aa6RaTgBIT89QnCENhgLc { 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) { #OoicTxCbT0R4EITLc1h2tfSGhsOpT10C { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh7edNBvt45wRoxrTpxCNGeOlHyoelOF { width:10.75rem;height:1.3808625rem;top:35.1875rem;left:4.625rem;font-size:1.0625rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #hu46p70GfblnGvn0rEylOxKmWtKBlM52 { width:18.0625rem;height:7.3930625rem;top:36.5625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQmBlbF6A3RJTINp9QEJQiSIHhxxP8Fg { width:20rem;height:0;top:35.4599609375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGTvdBeS7geXy2Lux57i5dWSPgsIvgAv { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJ732V45PIWJ1S2fWl3Lq9g33sTdKfx3 { top:34.5rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #VVRUoqv50bM0ZvKHM834KpbLQvy11L3B { 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) { #fn4VHrZAQoxZUoykqAMzTGsQnSTM6S0P { width:20rem;height:1.05615rem;top:31.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZKN9Ut5hm5LgPZKJVG3BxEF4amV5Qh0 { width:20rem;height:2.1123rem;top:48rem;left:0rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Jzx2Wcgds4K2sCBG6TNxxVWR0zmcKtKX { width:20rem;height:1.54345625rem;top:32.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO1uN0gMBbXBl5E5ivkLJ8tXmvnhtU7P { width:20rem;height:1.05615rem;top:45rem;left:0rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #yDXiwoDsofIVfqITDXzuJLJ20HDoTs4n { width:10.5625rem;height:5.375rem;top:20.25rem;left:8.21875rem;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:15133;display:block; }
 }@media only screen and (max-width: 763px) { #qphNEW3PGDrKXvwqKyoG4GLHkXRItSKh { width:11.5rem;height:5.8125rem;top:23.25rem;left:1.75rem;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:15134;display:block; }
 }@media only screen and (max-width: 763px) { #PJbLmBIA103DntCqc3Er6G6xoEOFvQZ1 { width:15rem;height:3.4375rem;top:51.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtCR9eVd9RvuSu7vKw5ue3C3a1GAlaoC { display:block; }
 }@media only screen and (max-width: 763px) { #tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH { display:block; }#tdHl3kKMfs7Gii3WtXXBxZNTO0zpU5IH > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBHLeouAPozuS7aNK3l3v9zZk9XbDAK8 { 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) { #mkuaiCCT2SXOlsic8bdETAcOHQJRSG5D { 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) { #H4FNDW7s0oeAZgux657GyXrq7lsQ9oq6 { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAC87t6mbOUNMMOPv0BpCJa723i7ltXO { 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) { #m98suh6SOO6ZzkL5vMIR2x13onMSo0C6 { width:20rem;height:1.21875rem;top:24.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDg1OvlRbxeiJUEfJA30ygiRFvCdtVfH { width:20rem;height:2.5996125rem;top:6.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT1iFz70J8dsiL338whnETGiDFVGNK6k { 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) { #OXfQxRs44rVTe9gNDfBgJ3mmZFnMK6NT { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #irsqvEpa1oOdQoqEGxhtLz9mMTQK3d6I { 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) { #hbVELci1OoGnHazfSlPrfaA2xDmGaGVd { width:18.0625rem;height:5.2807625rem;top:31.0625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbhlyKVrPBffgt4ZysU4Lz5MkwbOqog7 { width:20rem;height:0;top:35.4599609375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GV0ghaRRDOgAupyiAwu94f4shGzlz6Jw { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t62k0EZEXPpoFbAtQbHeX349gVR5ZoSX { top:29rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #VKlorImUHrFHD7O5yDxkrOGQK2vq09T9 { 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) { #RSRMqAVCmfE5QqAW779KTrgPKOxnOz09 { width:20rem;height:1.05615rem;top:26.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEkhTk7tVNTTVvmaerQwBv5Zyv8TuzQD { 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) { #kmCyV8yMGD6b4m6dDlSxTc0F3zf57ArT { width:20rem;height:1.54345625rem;top:27.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxdGDkDKLUFTWITwcIrAyG8iESzC5oOn { 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) { #iIaVkqSac6Nmz3z6V8LW433sIVv7SNid { width:15rem;height:3.4375rem;top:46.54931875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh87As34Q1vRKFsnKDFI8o3h8cSFenfc { display:block; }
 }@media only screen and (max-width: 763px) { #nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9adaa35b-f543-41f1-9281-cd1fd59bf01b/image7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd.adaptive-delivery-prevent-bg, #nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd.lazyload, #nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd.lazyloading { background-image: none; }#nKBf86i3NcBvrCEsA7fZbKlpP4T4vXTd > .row .container { width:20rem;height:38.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nPgIDXKOM088bvrUwi2LTEdyXpsHoruM { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a4938b6f-b6b9-43a1-9939-f9d4037b0d79/image1413.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#nPgIDXKOM088bvrUwi2LTEdyXpsHoruM.adaptive-delivery-prevent-bg, #nPgIDXKOM088bvrUwi2LTEdyXpsHoruM.lazyload, #nPgIDXKOM088bvrUwi2LTEdyXpsHoruM.lazyloading { background-image: none; }#nPgIDXKOM088bvrUwi2LTEdyXpsHoruM > .row .container { width:20rem;height:39.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { width:20rem;height:55.625rem;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:15.375rem;height:2.51855625rem;top:1.5679254531861rem;left:1.5967882871627rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { width:15.061875rem;height:3.25rem;top:11.9482421875rem;left:3.8167319297791rem;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.061875rem;height:2.35623125rem;top:4.7200527191162rem;left:3.8167319297791rem;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.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;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) { #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.25rem;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; }
 }