.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:255,219,211;--color-primary-1:255,146,124;--color-primary-2:255,74,37;--color-primary-3:208,0,0;--color-primary-4:51,15,7;--color-secondary-0:232,217,255;--color-secondary-1:185,142,255;--color-secondary-2:138,67,255;--color-secondary-3:133,45,213;--color-secondary-4:66,19,116;--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:"Sukhumvit";--paragraphs-font-family:"Sukhumvit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR { 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/89353e99-ed6b-4d64-a0e7-6bba7e6a4d93/freepik__1200450safezonelandingpage__84669.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR.adaptive-delivery-prevent-bg, #GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR.lazyload, #GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR.lazyloading { background-image: none; }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row .container { background-color: transparent; background-image: none; }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row .container > .video-iframe-container { display: none; }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row > .video-iframe-container { display: none; }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .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); }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row .container { border-width: 0; border-radius: 0; }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#D6lhifO91PcZkBi79BGRBh463qvJifgJ { 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/202d88a9-146f-4e3b-bfe9-0995983a81b0/noroot.crop_1862x619_0,135");background-position: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; }#D6lhifO91PcZkBi79BGRBh463qvJifgJ.adaptive-delivery-prevent-bg, #D6lhifO91PcZkBi79BGRBh463qvJifgJ.lazyload, #D6lhifO91PcZkBi79BGRBh463qvJifgJ.lazyloading { background-image: none; }#D6lhifO91PcZkBi79BGRBh463qvJifgJ > .row .container { border-width: 0; border-radius: 0; }#D6lhifO91PcZkBi79BGRBh463qvJifgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6lhifO91PcZkBi79BGRBh463qvJifgJ > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 { 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/a9620c1f-1416-4823-8b7e-14f1aabbb05d/10AugLandingPage01.jpg");background-position:top 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:block; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2.adaptive-delivery-prevent-bg, #y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2.lazyload, #y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2.lazyloading { background-image: none; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container { background-color: transparent; background-image: none; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container > .video-iframe-container { display: none; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row > .video-iframe-container { display: none; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .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); }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container { border-width: 0; border-radius: 0; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#BeKf0gKqxWBdMPnbaoTUdWeCfc8eRsQe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:51.1875rem;top:1.8125rem;left:11.90625rem;overflow:hidden;display:block; }
#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW { 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/3e3b409b-40b1-471f-ad0e-bbcb93cc1bca/10AugLandingPage02.jpg");background-position:top 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:block; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW.adaptive-delivery-prevent-bg, #G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW.lazyload, #G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW.lazyloading { background-image: none; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container { background-color: transparent; background-image: none; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container > .video-iframe-container { display: none; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row > .video-iframe-container { display: none; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .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); }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container { border-width: 0; border-radius: 0; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#hKv0ayhr0ZB5tthg3a98Xezl55UcOXSv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.40625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DuQDykbZuxJs0z1Jx7SJVuqJTBHB2149 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:30.5rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PaPcOx1zTtV6xVgQMLq6mtBrrgbeOKcA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.125rem;left:55.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nm18TOMiFEBczglPu3pzXMMUqJEXF1H0 { box-sizing:content-box;height:8.25rem;width:0.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:1.75rem;left:25rem;display:block; }
#TtTOnlQPvoTkSGEELLQeUTy54sN3a6I3 { box-sizing:content-box;height:8.25rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:1.75rem;left:50rem;display:block; }
#TAMRfuI2FCTQ6Olyybt5bokmUOinecCg { 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; }
#Kae8SQgnCE39QZXRZfFt3KHOUbRTrxbb { 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; }
#LJ6dUC01BFUc7IoVeewOAiKacZlHydvd { 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; }
#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR { 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/ca5a0912-5f06-4b07-a7ed-32b08b73ebee/10AugLandingPage03.jpg");background-position:top 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:block; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR.adaptive-delivery-prevent-bg, #vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR.lazyload, #vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR.lazyloading { background-image: none; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container { background-color: transparent; background-image: none; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container > .video-iframe-container { display: none; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row > .video-iframe-container { display: none; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .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); }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container { border-width: 0; border-radius: 0; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#TeFhBNHiMBTiZ1vUwWHUhpG0JHdVpU9O { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:44.625rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#SMyRt8DcOZTlT5fJiue33QLTAmoB0vcl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.625rem;left:43.375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#ELU4cok6nbynb5JTdWFPHHygS6qTENtR { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:14.375rem;left:48.125rem;display:block; }
#C7Q4LbNRhw2Pe242c3SlnbZA00K2qE1x { position:absolute;display:block;z-index:15020;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:16.25rem;width:31rem;top:3.78125rem;left:10.3125rem;overflow:hidden;display:block; }
#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS { 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/34c1fcfe-05f3-42a6-9d92-bd787914219a/10AugLandingPage06.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:block; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS.adaptive-delivery-prevent-bg, #EsObwZubrZJTu3afEiMEcGEL3yQtKxyS.lazyload, #EsObwZubrZJTu3afEiMEcGEL3yQtKxyS.lazyloading { background-image: none; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container { background-color: transparent; background-image: none; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container > .video-iframe-container { display: none; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row > .video-iframe-container { display: none; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .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); }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container { border-width: 0; border-radius: 0; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#GZrb6Vr0cZHsD98GGHTIRK7i5Cz9RDd1 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:32.53125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFz3JSXktkFqUNG7JDT4wez3Mnhf5mdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:32.53125rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uvhsOxFSnvTI2Ki8V3vV2SmH55ofoUFS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.1875rem;left:54rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPgnUE5ra65StKKuJTTyIB1LOV7pRW7h { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.375rem;left:32.53125rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xccf69zU5kAR8BHiSbxyKGVA3FwVXXbe { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.625rem;left:54rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mZxuBpPEB6G2ZRb83ThQHcw2ziTlJTVn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.0625rem;left:32.53125rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sOnSWizGDkg1qothL1eCTnpceK25eaTP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.75rem;left:54rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rv87LHXl6a6TCCg3uDIfo5VteliEgqbi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.0625rem;left:32.28125rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pkPLGvBXumJ4VK9LnrJZLrbdS0Vn1KaA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:36.0625rem;left:54rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tMMNv5WkhLbwllfL7T4sRcRNIsBmIZSQ { 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; }
#hKawVvpyTUOIISOnzMmz32cnh5Xnq3fy { 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; }
#g2U1TZWfSmE9imlWaSKW7S6wr9XaRxXn { 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; }
#xGENc0rbe6h4WxoyT1uUWfADhap33HAR { 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; }
#SHT3CNgW0eDwW17tha5T0wMiyFVQNgyy { 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; }
#pLGzEF6pGm0HZrdRZ6ErIb8wkKCtwB4q { 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; }
#cegotxFpSd2hMV4XH7a8I3xxVzVpx1Ha { 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; }
#rLThH8mkeCybD2P6lTf2Wo0n0J835C9q { 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; }
#UIbiGN0BGkMfZ2M71TEee6NX84sPB92x { 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:6.625rem;width:6.625rem;display:none; }
#vPQRQcE8nmODtumF0CmhZfE2sTTCE2ZJ { 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:6.625rem;width:6.625rem;display:none; }
#KmzB0fchHJNHCWHiDAk3zMIFbP3ddDt8 { 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:6.625rem;width:6.625rem;display:none; }
#wWOK4JlHNDurgu05yHs5mv2tA2iT3CJ9 { 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:6.625rem;width:6.625rem;display:none; }
#saadP7QHeZkH7OQMW9uAGpclliKLb31D { 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:6.625rem;width:6.625rem;display:none; }
#OTbKU4exTUK6q5omoaGv45UEhNWzw3hv { 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:6.625rem;width:6.625rem;display:none; }
#LzJPz9doyvoyrHyZ01F2SrXhxDsIogTQ { 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:6.625rem;width:6.625rem;display:none; }
#U5RRuzeASO5T2mhyB9Lwpt40P6QVKNSo { 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:6.625rem;width:6.625rem;display:none; }
#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB { 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/04703386-eec7-4051-a20a-b48a2ce96b17/10AugLandingPage07.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:block; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB.adaptive-delivery-prevent-bg, #beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB.lazyload, #beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB.lazyloading { background-image: none; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container { background-color: transparent; background-image: none; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container > .video-iframe-container { display: none; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row > .video-iframe-container { display: none; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .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); }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container { border-width: 0; border-radius: 0; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#O0XGLEpgKQbnrH8ylBVSBclLdQtTbv5u { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:47.03125rem;height:3.33105625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aubbqc3SmT2J8Awdh0kfLA9DVIhNC8xC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.375rem;left:47rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zt7xEav0I4rpt7AsaQ1HE36VEIW5ynPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;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:22.625rem;left:47rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#RK57XixHvp11EwZ2OszPOd1MltWOUIaT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.125rem;left:47rem;height:10.39844375rem;text-align:left;text-align-last:left;display:block; }
#D9g6EMX7TXeLpQrTQg66KPTt6yMnaUci { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875rem;left:47.0625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn { 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/3a6ea60f-adb9-4638-9dce-502d04da6c20/10AugLandingPage08.jpg");background-position:bottom 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:block; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn.adaptive-delivery-prevent-bg, #gRWZIUukuARd0VNZiW5r7CFv9LazJOpn.lazyload, #gRWZIUukuARd0VNZiW5r7CFv9LazJOpn.lazyloading { background-image: none; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container { background-color: transparent; background-image: none; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container > .video-iframe-container { display: none; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row > .video-iframe-container { display: none; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .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); }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container { border-width: 0; border-radius: 0; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#Jr3t8PNlTyITzDG25NhUWEgXRkHc7Ju2 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:kanit;font-size:3.25rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:3.5rem;left:24.34375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nZGkCNgh3keR0P3wmmJ6cP3QvmBJZtv0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.2001953125rem;left:9.9375rem;height:1.3808625rem;display:block; }
#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T { 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/1f0ff295-1474-400a-8cbf-dd756895fd27/10AugLandingPage09.jpg");background-position:top 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:block; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T.adaptive-delivery-prevent-bg, #weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T.lazyload, #weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T.lazyloading { background-image: none; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container { background-color: transparent; background-image: none; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container > .video-iframe-container { display: none; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row > .video-iframe-container { display: none; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .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); }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container { border-width: 0; border-radius: 0; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 { 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/ec896952-a6eb-47a8-b0df-1005798b6898/10AugLandingPage10.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:block; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9.adaptive-delivery-prevent-bg, #tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9.lazyload, #tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9.lazyloading { background-image: none; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container { background-color: transparent; background-image: none; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container > .video-iframe-container { display: none; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row > .video-iframe-container { display: none; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .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); }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container { border-width: 0; border-radius: 0; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#ikt6uqEp9Ax4QwBRCD7nWhf935wN22A3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:11.4375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XoToZBuVNVaVh23XXNVgVCAovNU1prxc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.0625rem;left:10.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LNkeHcfFnDxvWe6mIJqMuE5IbkOZyhOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:15rem;left:10.625rem;height:7.0923125rem;text-align:left;text-align-last:left;display:block; }#LNkeHcfFnDxvWe6mIJqMuE5IbkOZyhOZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LNkeHcfFnDxvWe6mIJqMuE5IbkOZyhOZ li:before{  }
#lRG6TiwoZRAhKpbho9css1dWQNoITh5d { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5rem;left:31.625rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QgVTEpGDL3XFrmaAWfqGyfd0oBpf5zcQ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.3125rem;left:31.53125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#axtHBweMb1H7rZpVD7aqwNsOgMZF6zzv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.4375rem;left:10.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bnIeVoJal9u0hvhbXhw5S8QMFFsIkfcy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.625rem;left:31.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aW1wpTr7ET120KblZD0eFv4c6DDnprWU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.8125rem;left:10.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HTw8zRUyBCQIf5nQMH56I6tlLOiXoghi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.625rem;left:31.78125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QLhIh6Wge98r0ZtOLLgnH0P7gMOVHTp6 { 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; }
#FysXVu4s4SnyqdJKdb4MeCKkt19K6ux8 { 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; }
#cc4OPoXGbhEPZuBm57sONrE4ocz83xlp { 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; }
#xIaV1DFgXlacGD5LZweWWHAzeTs4vmx8 { 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; }
#kO24WGh09lloq0yH3vmfZQsCUHXVwmKr { 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; }
#yvQBur87ontwNhopbxb16E4yv0QMkJnZ { 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; }
#c7IGDRrrX9Fo9o4dOXKNDZoJdpyUdVND { 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; }
#BSqsUT0XXZ1E3eVoZxfB70rhuz10qgce { 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:6.625rem;width:6.625rem;display:none; }
#IQTIAo8CF3vouCHF0FzugiPKKxNFUHrz { 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:6.625rem;width:6.625rem;display:none; }
#UkT86vpV3xkPlaM5t60C7a4yvE14aKNn { 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:6.625rem;width:6.625rem;display:none; }
#ERDzdeOUgPLrpi2U6isP9AX6A3etiI6w { 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:6.625rem;width:6.625rem;display:none; }
#IaAHehvuI3LVygsQ87rID7raKtS2GWy6 { 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:6.625rem;width:6.625rem;display:none; }
#hBPTrPGt0GUyWDoPdRmxfXBMKpJfKvHD { 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:6.625rem;width:6.625rem;display:none; }
#TTFdBvCaBJ1pazlTMnHzXF2QyyDcgJAr { 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:6.625rem;width:6.625rem;display:none; }
#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A { 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/f7e9578e-5018-4354-890f-8acdb7ff9bf6/10AugLandingPage11.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:block; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A.adaptive-delivery-prevent-bg, #L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A.lazyload, #L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A.lazyloading { background-image: none; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container { background-color: transparent; background-image: none; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container > .video-iframe-container { display: none; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row > .video-iframe-container { display: none; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .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); }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container { border-width: 0; border-radius: 0; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#RRF6eNT99MM1HCmX1o6Hh88GfQpbpLtF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:21.96875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGL8VPCMtTbfJfn1KMnRUGCZUGLz1J00 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:14.8125rem;left:4.5625rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lALyKl6bNiB69mDaireMt4oNG1iPLRzq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:14.8125rem;left:16.1875rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CwAh49mqtuICH4MKJTFK5DsHpLUeF16c { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.8125rem;left:28.1875rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNKb2tq8LvWwdhhOONOEqTDymn8M3u8a { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:14.8125rem;left:39.375rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l6i6MrcgD6LT8nHxJxTw2vIT3fecfEQh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.8125rem;left:51.0625rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tAeOSN5pSRPxslyG5bSF3EqZ3GhvqgCB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:14.8125rem;left:62.6875rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U50P1fzGfeJSUgmMglL73ezmcawVMutc { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:20rem;left:19.8125rem;height:2.7124rem;text-align:center;text-align-last:center;display:block; }
#apJmtL4z1s29qVsRfdx6EUdgZg5X1RIM { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.3125rem;left:3.125rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#qrQEDdIe7UQGlrgXUawoZTdRc8qqJfpF { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.3125rem;left:14.75rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#SiUcDswiyKpkNJzugzowcHJ2cfJeenJX { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.3125rem;left:26.3125rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#BEEdG1K35E0ZgvwxIBBFBxnSPWdMfQCm { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.3125rem;left:37.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#WlliLIDsAxzi0gzRcEtd8o8Zf69RghhV { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.3125rem;left:49.4375rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#yAHS9X2dyxVTTka5hyeXSdsx6TsXfnCi { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.3125rem;left:61.0625rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#PdQWaZZ0TuQ8UoQJmQ5MHMfieHu62VbB { 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:7.125rem;width:8rem;top:6.84375rem;left:4.5rem;overflow:hidden;display:block; }
#Fa38T5PSFXt7zh957bsyqry5m202ly51 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:8.0625rem;top:6.9375rem;left:16.09375rem;overflow:hidden;display:block; }
#Wv7x10xVgXmDLIEl0OQs7hr8mKgtn2Ia { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:8rem;top:6.9375rem;left:28.125rem;overflow:hidden;display:block; }
#c95HeomgWiGME7As10OoR9wNBi3yIhmy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7.875rem;top:6.9375rem;left:39.3125rem;overflow:hidden;display:block; }
#aHpyy2BtiPavfuhTzXGiu64CwRwWFO0A { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7.875rem;top:6.9375rem;left:51rem;overflow:hidden;display:block; }
#NxGQLaTTm0eySSmfuMJ4D15CsIIZzIxz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.875rem;top:6.9375rem;left:62.6875rem;overflow:hidden;display:block; }
#Ks5JsX1nn1fWlHnGNDIcsQ3LsIzOAQqB { 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; }
#TC4RnzddczOy1LHTvp92OFQfnFquGOKz { 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/9aecc43a-3013-4c21-8e33-ebef7c3c09e2/10AugLandingPage12.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:block; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz.adaptive-delivery-prevent-bg, #TC4RnzddczOy1LHTvp92OFQfnFquGOKz.lazyload, #TC4RnzddczOy1LHTvp92OFQfnFquGOKz.lazyloading { background-image: none; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container { background-color: transparent; background-image: none; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container > .video-iframe-container { display: none; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row > .video-iframe-container { display: none; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .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); }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container { border-width: 0; border-radius: 0; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#vx0pKv0OT1TKAN1HfhiSOPJ4W72bUvpw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:22rem;height:3.49365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J37rIdtSMIms1p3cTReDXSPAWqUZdtST { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:4.375rem;left:25.4375rem;height:1.3999rem;text-align:center;text-align-last:center;display:block; }
#HTC34FTtaNHtQkzp6zpNFNyEBfqAnZmX { z-index:15012;top:6.625rem;left:29.65625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OxHubg6DeIxh65paMraTWk16iGxwcpMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BldIccHpQyC1SlOWKIRxLqr202fXTpPz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff600b;background-image:url("https://images.assets-landingi.com/uc/6ba96788-0a78-467d-afed-53b4f99ab3bb/10AugLandingPage20.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:block; }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz.adaptive-delivery-prevent-bg, #BldIccHpQyC1SlOWKIRxLqr202fXTpPz.lazyload, #BldIccHpQyC1SlOWKIRxLqr202fXTpPz.lazyloading { background-image: none; }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row .container { background-color: transparent; background-image: none; }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row .container > .video-iframe-container { display: none; }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row > .video-iframe-container { display: none; }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .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); }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row .container { border-width: 0; border-radius: 0; }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#VICT7EXXz3GyywUCgIK59JhLhXp9a0wN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:24.3125rem;height:3.49365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSo5xTEK6GJ2X7GdayRJuaoi9bKHc6b4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:28.1875rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SP5NVSM1yWcIcclAfeVVCR7vrs58vxst { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.25rem;left:27.75rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJKB2AyW6JhTklSl9QaedxZslQhrBtgE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:49.25rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pw2H0idSusFQFEFG0opvsXQTc68ognXU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.25rem;left:48.9375rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u0O3LREy4CcPpi8G1JUtZmzIVP0HJJSz { box-sizing:content-box;height:10.5rem;width:21.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bdd9e684-3a4c-4e1f-b6a3-a954356c29ee/10AugLandingPage32.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.5rem;left:15.375rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }#u0O3LREy4CcPpi8G1JUtZmzIVP0HJJSz.adaptive-delivery-prevent-bg, #u0O3LREy4CcPpi8G1JUtZmzIVP0HJJSz.lazyload, #u0O3LREy4CcPpi8G1JUtZmzIVP0HJJSz.lazyloading { background-image: none; }
#pMwUTGQlHLytVTfD0d2RNiqFFTclGkPr { box-sizing:content-box;height:10.5rem;width:21.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/24ea72a3-0069-4984-8ba6-ce2274d64fb8/10AugLandingPage42.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.50830078125rem;left:37.6875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }#pMwUTGQlHLytVTfD0d2RNiqFFTclGkPr.adaptive-delivery-prevent-bg, #pMwUTGQlHLytVTfD0d2RNiqFFTclGkPr.lazyload, #pMwUTGQlHLytVTfD0d2RNiqFFTclGkPr.lazyloading { background-image: none; }
#ddU1U4TlNq51MeJUINrMSxTm9VXrZ03M { box-sizing:content-box;height:10.5rem;width:21.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fd691ec0-fc50-49a0-ae75-f7213d06afd5/10AugLandingPage45.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.875rem;left:37.6875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }#ddU1U4TlNq51MeJUINrMSxTm9VXrZ03M.adaptive-delivery-prevent-bg, #ddU1U4TlNq51MeJUINrMSxTm9VXrZ03M.lazyload, #ddU1U4TlNq51MeJUINrMSxTm9VXrZ03M.lazyloading { background-image: none; }
#ILTqNFi7bgZVGuMUIZPkD7eqm3ci85fD { box-sizing:content-box;height:10.5rem;width:21.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9955edb6-3473-4f6b-983a-4004ed7393b8/10AugLandingPage33.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.875rem;left:15.375rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }#ILTqNFi7bgZVGuMUIZPkD7eqm3ci85fD.adaptive-delivery-prevent-bg, #ILTqNFi7bgZVGuMUIZPkD7eqm3ci85fD.lazyload, #ILTqNFi7bgZVGuMUIZPkD7eqm3ci85fD.lazyloading { background-image: none; }
#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok { 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/2d2c6343-9af2-42bc-8e61-560bed0b145c/10AugLandingPage22.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:block; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok.adaptive-delivery-prevent-bg, #iTFu37quSTAmqfRnwrEC3JAsnGQfPgok.lazyload, #iTFu37quSTAmqfRnwrEC3JAsnGQfPgok.lazyloading { background-image: none; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container { background-color: transparent; background-image: none; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container > .video-iframe-container { display: none; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row > .video-iframe-container { display: none; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .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); }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container { border-width: 0; border-radius: 0; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#BciTXOzwLKFBOVcAhn8o9SupTZ9U8PsU { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:21.96875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvTuravBAt52OEgW8An3Sivqy4k86xvS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:15.0625rem;left:16rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d2xySy45zfHKR4i9TOFxVCFgolJX14b2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:14.53125rem;left:27.84375rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eXTMRfsqrGwWDgTv5CfBeW83XLDQ1FsZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.53125rem;left:39.53125rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KE1IoEgyLi28h1UcbXAuQPQOen7f7hvd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:15.0625rem;left:51.125rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HexXokSllh9tIFbtrVVTmwlQwvTIsfzz { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.5625rem;left:14.5625rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#H7QbcXtSpqwNHuDm64O6TRaXSy5qMgKU { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.5625rem;left:26.25rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#QtsRkP0Es5ECAtgKF9gl6ZFrdbPuUJV4 { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.5625rem;left:37.9375rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#vUwCAlmIBqLBTMzUgAJl8QkMuOMlkMZC { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.5625rem;left:49.625rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#dhVqoMrTAVbID8LORK8vTJMsaxmidWWI { 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:6.25rem;width:5.9375rem;top:7.46875rem;left:40.46875rem;overflow:hidden;display:block; }
#ck14dDXXnUXhSD1AypfEenVCi8T3Bmgy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:7.125rem;top:7.90625rem;left:16.375rem;overflow:hidden;display:block; }
#HKHrWrW1m4933dUDf1tJ8nFG2i3D9wUv { 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:6.4375rem;width:7.6875rem;top:7.375rem;left:27.9375rem;overflow:hidden;display:block; }
#Iw8MJoTtbWzzmibiMxsDTABuoI9wnObz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:8.5625rem;top:7.3125rem;left:50.78125rem;overflow:hidden;display:block; }
#cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E { 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/eac90222-f83c-40d1-a7a6-f0f9642e21c2/10AugLandingPage23.jpg");background-position:top 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; }#cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E.adaptive-delivery-prevent-bg, #cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E.lazyload, #cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E.lazyloading { background-image: none; }#cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E > .row .container { border-width: 0; border-radius: 0; }#cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:none; }#cLwq22wMXivD2BHDifIVFBd46cr04ZPb { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:17.78125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRlXByd7oUVOMplnSGLkvPN565UU1WKX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:13.01220703125rem;left:44.625rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FG9UTIcHn4reT6CP39594d8MmqBpKt0e { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:8.75rem;left:44.8125rem;height:4.2871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rOHsIXUUrTWRtkfKkrtKD9XOwnoDGsFs { box-sizing:content-box;height:8.5rem;width:17rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8rem;left:43.1875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#tHNFVRD3R4fe0Mb4lAcqccFXOI7I4uEw { box-sizing:content-box;height:3.6875rem;width:17rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:16.875rem;left:43.1875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BDu6acoG4liiA7TUpnNmKGWXQiL3JCOg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:16.875rem;left:44.625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UwAOT47TcThkNC6pmyR2XZRRHmpU1r8d { z-index:15013;top:23.375rem;left:29.65625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Clm2eK0gg34x5ybAfmQGQTPZqGbFbOyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rxDp4lxwV59oOQHsKborfNNGpwhl0PRH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:18.7880859375rem;left:44.625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AAp03eUMkkAu7O4U6ebXLk5gsEokz2ni { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:28rem;top:7.3125rem;left:12.125rem;overflow:hidden;display:block; }
#mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs { 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/eac90222-f83c-40d1-a7a6-f0f9642e21c2/10AugLandingPage23.jpg");background-position:top 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; }#mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs.adaptive-delivery-prevent-bg, #mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs.lazyload, #mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs.lazyloading { background-image: none; }#mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs > .row .container { border-width: 0; border-radius: 0; }#mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:none; }#TA0yRKPxHDhARkdg5qDck4QUEof1aEFT { z-index:15099;top:17.9375rem;left:24.78076171875rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EUAVCFReqt61ZCu7Pm3yyWltCDWnRo5X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bq2vTD0stVVtxoqXcPeOmTmVfp9rtgIs { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #273858, #003cff);background-image: -moz-linear-gradient(90deg, #273858, #003cff);background-image: -ms-linear-gradient(90deg, #273858, #003cff);background-image: -o-linear-gradient(90deg, #273858, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#273858', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#273858', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #273858, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(31,35,43,0.6) ;height:20.5rem;width:54.125rem;top:2.125rem;left:9.875rem;display:block; }
#HmTK0gdTNEEZ2q0kaQktlpRNT3Vsllwq { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.1875rem;left:12.125rem;height:2.32470625rem;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; }
#XdgQz19u8KT0F4sN9GexT7rfR0tJJOP8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.9375rem;left:18.25rem;height:2.32470625rem;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; }
#J4CPgMsoUkqcmFz2GX7OWizqnp1bvy22 { color:#fbe936;display:block;width:46.625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.4375rem;left:14.1875rem;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; }
#CX6TJrSINbTasDb23tfD0ZnpcXJbcerP { color:#fbe936;display:block;width:37.6230625rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.974609375rem;left:17.56298828125rem;height:1.42480625rem;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; }
#otKHfouSpTXG6cHfkGyS1SFUVnRoyBCL { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.125rem;left:15.84375rem;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; }
#TPNORM6CKFHLhubTubsNSBwrMhCNRHgS { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.1875rem;left:12.125rem;height:2.32470625rem;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:none; }
#TlubL5RaGvQGQazTSCTOFgkc332Krsr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.9375rem;left:18.25rem;height:2.32470625rem;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:none; }
#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffa819;background-image:url("https://images.assets-landingi.com/uc/c7413209-11f0-4f0b-9ba8-276b92931bc8/10AugLandingPage24.jpg");background-position:top 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:block; }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw.adaptive-delivery-prevent-bg, #GTMKzH5OyaenqTh9228EHFiTLPW6b7rw.lazyload, #GTMKzH5OyaenqTh9228EHFiTLPW6b7rw.lazyloading { background-image: none; }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row .container { background-color: transparent; background-image: none; }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row .container > .video-iframe-container { display: none; }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row > .video-iframe-container { display: none; }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .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); }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row .container { border-width: 0; border-radius: 0; }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#ZoHCacJvzmTnZlzqDOIWopwRo5fRGN6U { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:21.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3IFIUnp8u3ZBvXUN8tB3XyWkzPUTbdW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.3125rem;left:11.375rem;height:4.14258125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c4R6A48oTIuJSnRUvOLVATtyDzlm3u4s { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.125rem;left:11.75rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#reCNiTMvsCHNfa8imSbZ3bD0cTwLJA7Q { box-sizing:content-box;height:6.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.9375rem;left:9.6875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#KV69BqnXSgTsCoRQRFxNM2Z2t5uqQhbw { box-sizing:content-box;height:5.125rem;width:21.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:17.375rem;left:9.6875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#aJziZZPV2nJBlKsPI1cD81R6bKuTKOvI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.4375rem;left:11.375rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6VHNyx6qnP5TewciS38Ee1IG5TJ97Aq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.625rem;left:9.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgXasNt5DZz9akInFwkDIFs9UxxNVo5M { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:28.75rem;left:19.875rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tcmf5eOwfhgT6McfRKbpqDwocloIegbA { z-index:15015;top:33.1875rem;left:29.375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SeUW4Zg8tsNW9thXIbvVBPuDlO0OyHaf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kaOTkJcP2EAfhnWmd5TTlgUdigxsgQ8a { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:26.5rem;left:20.15625rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hKlOl3CmPzwxlCPca89GoAB4qomq35hG { position:absolute;display:block;z-index:15021;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:16.3125rem;width:31.5rem;top:9.75rem;left:34.9375rem;overflow:hidden;display:block; }
#ChF7d3vvREgU6euNBHWuBLVB41uTt7V5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffa819;background-image:url("https://images.assets-landingi.com/uc/c7413209-11f0-4f0b-9ba8-276b92931bc8/10AugLandingPage24.jpg");background-position:top 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; }#ChF7d3vvREgU6euNBHWuBLVB41uTt7V5.adaptive-delivery-prevent-bg, #ChF7d3vvREgU6euNBHWuBLVB41uTt7V5.lazyload, #ChF7d3vvREgU6euNBHWuBLVB41uTt7V5.lazyloading { background-image: none; }#ChF7d3vvREgU6euNBHWuBLVB41uTt7V5 > .row .container { border-width: 0; border-radius: 0; }#ChF7d3vvREgU6euNBHWuBLVB41uTt7V5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChF7d3vvREgU6euNBHWuBLVB41uTt7V5 > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:none; }#gC0IzS24vrtQmNUK6vhyV0brXmcLPSQW { box-sizing:content-box;height:10.5625rem;width:26.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.5rem;left:5.0625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#CfL4yTAnVfn9h72TaihLQ80I8Pd234lF { box-sizing:content-box;height:2.6875rem;width:26.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:23.0625rem;left:5.0625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#DXaga5VxopZsqpW1dNbhA30okBsWd3a0 { z-index:15015;top:28.75rem;left:28.8427734375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#C0pL9FiUXVoVtI8IP9PN2sOI9ENSIxTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2ff2C8uXfzZrthZMz9ADrM5lK4wLMrD { position:absolute;display:block;z-index:15021;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:10.125rem;width:19.9375rem;top:11.29296875rem;left:46.8125rem;overflow:hidden;display:block; }
#mkazopuqAlPX4zmNdvmTCk7fleI0DIJn { color:#f10000;display:block;width:40.249rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:8.25rem;left:16.5625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCltRb0HKCDAFlwrxy27XfvNxCLCP5oz { position:absolute;display:block;z-index:15018;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:39.8125rem;top:1.4375rem;left:16.8125rem;display:block; }
#JQSaTmiT1sxCTbHEop9vSfJBIknFlX6H { color:#01074c;display:block;width:35.7498125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:5.125rem;left:19.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FrbpZcKcODWJTGuB3VJCaFO1smM3b9Q2 { color:#01074c;display:block;width:58.375rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.9375rem;left:8.3125rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#felTzb0yLsqQk62EPeTZQFiMuIBnd0uG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3748125rem;width:6.3748125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:0.3125rem;left:13.75rem; }
#MG01O5TDfrzVc3HRA2K9Q4yP7Hh8bKz6 { position:absolute;display:block;z-index:15022;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:10.125rem;width:19.3125rem;top:16.9375rem;left:40.0625rem;overflow:hidden;display:block; }
#fCWiXmwE8g1EiXaa3i7IB306x7ybpovZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.4375rem;left:20.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#RT1Tg5yCtW4XzmMzerAHNUrbIOxBshyz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6855625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:18.6875rem;left:4.125rem;height:3.8247rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tivw266n3W4Sz0kMw5BnlzTmnsUplrDc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:15.875rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#g6ufOpLExHSaZoKqt4mxsGue97He6XEC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6860625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.25rem;left:4.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gWt9z5Q2ryooO7qLJ8ItomRJXVHby1FK { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.4375rem;left:8.6875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#cvJa5Gwb03H9rLg3TClFZb8n45oIRZIc { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.4375rem;left:15.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#oXyqQ1ubiQ6ca9HWxq6e4KGKbHhcWiiz { position:absolute;display:block;z-index:15013;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:39.8125rem;top:1.125rem;left:10.125rem;display:none; }
#VTb2RcTDWpI8Cdns6z7zNhASMzTwGpzS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3748125rem;width:6.3748125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:0rem;left:7.0625rem;display:none; }
#c4MIXQukNpNpBFqOxQmT8XC9t4OkPRdG { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#irFS5PQv8hWd4pZbhhFsUsnQflXGeZzr { color:#01074c;display:block;width:35.7498125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:4.8125rem;left:12.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VyMBL4UfL6T0aUf9dTXdfWOtqyKLZHQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8125rem;top:34.5625rem;left:1.3125rem;display:none; }
#WWhxgoJAmCyP02RuLvBUT7LZXu9qNbzE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.3125rem;left:11.375rem;height:4.14258125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m6NRqbOwpTTkUL3MD308hlkGw4isGe0E { color:rgba(var(--color-tertiary-0),1);display:block;width:40.2491875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:8.0601453781125rem;left:9.9070320129394rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T { 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/e0f7c7d9-cad1-401e-8919-e9474ac5000a/BackgroundKV.jpg");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:none; }#zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T.adaptive-delivery-prevent-bg, #zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T.lazyload, #zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T.lazyloading { background-image: none; }#zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T > .row .container { border-width: 0; border-radius: 0; }#zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:none; }#EEEIvT9tT3scIS5Ss5WbT8GB3lzodUkC { 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:9.5rem;width:23.1875rem;top:4rem;left:12.1875rem;overflow:hidden;display:block; }
#rlNGPv9N7KhUWqGtJZteObI4iZ7T5Sss { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.9375rem;left:42.625rem;height:3.25rem;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; }
#KTMX4arIrSS5WrvhwpCSEu8TauKs6B1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(243,232,18,0.5);top:6.125rem;left:42.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5EPvXcrpJNbXdH5KvnqTkcI2KTFnnRb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.4375rem;top:5.0625rem;left:58.1875rem;overflow:hidden;display:block; }
#JunWTqv6i5mOLTfbEZkLIRz0TWbdat7K { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:55.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Us8cwksLTCDLB04iXEQDgt7GkErxPJQP { position:absolute;display:block;z-index:15026;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:4.5rem;width:6.25rem;top:13.5rem;left:61.25rem;overflow:hidden;display:block; }
#bfrsGqcVHt6l7Snx0EZJDTZPwH4fG4TG { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.875rem;left:42.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xzsi3O5rI9TOs4Irh1F6TNHKq4cWU6EW { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.3125rem #9f4dff;top:10.0625rem;left:48.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xNZkpEMsZzoHfIIGZ9BCr6TpceRyWSEP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.2499375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:18.75rem;left:38.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7P4mKec3M3ZS3tN0czZV61xPuNreR0q { position:absolute;display:block;z-index:15021;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.9999125rem;width:3.9999125rem;top:18.75rem;left:59.875rem;overflow:hidden;display:block; }
#kPZBAy9FQS3HzQyGwuqTiabCNNDqg5aW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.0625rem;left:38.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTaRgdVMh73VSdZizQOZraZhzgAvgA88 { position:absolute;display:block;z-index:15020;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:4.12464375rem;width:4.12464375rem;top:6.1865234375rem;left:41.25rem;overflow:hidden;display:block; }
#WlJtBGzR2XJ3XqIHAcRIPF7dT4EeJJEL { position:absolute;display:block;z-index:15022;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.625rem;width:5.6875rem;top:9.625rem;left:8.4375rem;overflow:hidden;display:block; }
#J8E4WGqczymlUJf3JLWS25HAe9urEmsB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.125rem;left:42.0625rem;height:3.25rem;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:none; }
#c05Arp5eTLmibT9wzuoXcMeuKErVNhV8 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.125rem;left:42.0625rem;height:3.25rem;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:none; }
#xV2tas2cahMEZc2WHezioDfSubQ4R2I9 { position:absolute;display:block;z-index:15006;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.4999125rem;width:10.2499375rem;top:2.9367897510529rem;left:17.875rem;overflow:hidden;display:block; }
#Cgaf6L6LBQDOvyiRlBsXiTOhZbnsmdoh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.25rem;left:16.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivsE2UKpSI7BE7QOSOq7H9es944yFo2z { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.4375rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xoy8ZpoHrT0SvHRb5l1fl08m91uuOHqA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.000177383423rem;left:42.5625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5crCuLdCrdiVp1xTdTZ5TtFg0okszUB { 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; }
#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffa819;background-image:url("https://images.assets-landingi.com/uc/27ba4d0c-190a-4d08-b8f7-4307305bc40b/10AugLandingPage38.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:block; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc.adaptive-delivery-prevent-bg, #EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc.lazyload, #EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc.lazyloading { background-image: none; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container { background-color: transparent; background-image: none; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container > .video-iframe-container { display: none; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row > .video-iframe-container { display: none; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .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); }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container { border-width: 0; border-radius: 0; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#zzDvS5ZfXHxcf359xwfBwbqF9ad3G9pX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.9375rem;left:15.375rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o3BnOdkvp2Gptrcgm6L7rcWcPmm0xgiP { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.0625rem;left:17.5625rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4a5fzKf8ofbylMk7z30Rsx9MuLrmJ1s { box-sizing:content-box;height:7.4375rem;width:21.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.1875rem;left:14.875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#yLe5iL5EOy7Io29t2oWJCpPodhKuKsTA { box-sizing:content-box;height:7.125rem;width:21.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:16rem;left:14.875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#fKemOWXvhqiQxRHcfap2qsCUCcZXRZPk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.8125rem;left:18.375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMnB5O9PWy0IpFQ6TFsDUm4VmIMgMU0N { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.0625rem;left:21rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PFTmaLZRRLse4kpFHRML0MqFiXF6BIC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:10.8125rem;left:16.4375rem;height:4.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvtzpqGwWomnZoT1w8qr8CruV8GBEQ8a { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.375rem;left:16.5625rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uceHcWMBPqnCtWfJ89TAdcVM2PwqEKXb { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.3125rem;left:14.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kw8cThT0BGOylSBia9WAZoogduh8OamA { box-sizing:content-box;height:25.9375rem;width:22.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:38.375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-form-header {  }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:20.6875rem;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; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .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:20.6875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-text {padding-top: 0; padding-bottom: 0;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .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:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .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:20.6875rem;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; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-select {padding-top: 0; padding-bottom: 0;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .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; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:20.6875rem;height:4.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: 0.125rem 0.375rem 0.125rem rgba(var(--color-tertiary-4),1) ;line-height:1.4; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .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; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .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; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-container:first-of-type{padding-top:0;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-container:last-of-type{padding-bottom:0;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS  { 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:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.0625rem;top:5.07470703125rem;z-index:15022;position:absolute; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS {display:block;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS { 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:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.0625rem;top:5.07470703125rem;z-index:15022;position:absolute; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #C5H7ydUxhGhQpnLCkNsbABeuhG2uOeKC { position:relative; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #EHFzeRxWpTREZm8yWeKeyT7TpGg5mWbd { position:relative;display:block; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #dRMxrp05J54EFs6pZ1Z9ZvVyEqoPaoAp { position:relative; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #UzkISahKmqG5TxkzTbZsfR84uI22i5wc { position:relative; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #Bzu3avaC6IbTTGvhLHRtKNlHU8IrZWtR { position:relative;display:block; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #vROPhFAuMiOEquWT76TG1bpz8GwRerX3 { position:relative; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #hBe5XTNbFrKOFd0fR5ZFL7fcICdCSgdn { position:relative; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #t6Rsdx8eUD3uFbZE1R7d4oakiOawpB47 { position:relative;display:block; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #fb4wXiIeHTrxtH22XGrbyTwbkJ82GnhO { position:relative; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #FQxZ7nk3U4T0AQvEWo4LbuFTQPGh4Kcv { position:relative; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #TlFtm4M64FIeq7eF7vQpcvVLLzzngkOE { position:relative;z-index:2; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #NifkHraJoGBGT4ztg4mOt9iVwbV0mmSb { position:relative; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #dbFaGAT9UGkxI0uIeI7pVewib507iNTd { position:relative;display:block;z-index:15000; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #sT86B6S1G5xhAiArTfnWnLw26y0KVfZl { position:relative;display:block;z-index:15000; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #bn30HMLPWGpX5MIzCGlPq4MHEJacOgUb { position:relative; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #gltn1NagFIagNePBaaNInm5PBTTsIIwK { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #blgGN3TiGlJWfu1UKBpTQVyswcZFecsf { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HLCLHi5HfQkCJXkq2MKW7QABkBLAizZb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FaIZO1fFEWoTfFaWT4LJGgCJFKyXLQhX { position:relative; }
#OTUlfBbM4ZyDCrVGzqTHT6qtIf95cqHq { position:relative;display:block; }
#xF7iHMDtfOAouJK6rxgmmJ13QGPOAGmT { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n0u7mMGxmFVyRRU9MUkBV5CKcOcWxAhM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #H6AB1QaViJCP2ZawB3FzXgH8RcrDEIbf { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RTksKHi1LQfAxtpw8EspzvDMZxaSXsap { position:relative; }
#vfIBprfrMouZM7BauDSpZ3N0elVVUz7p { position:relative;display:block; }
#JKCeOT3aKQ8JX3qcNwgdxEpbRm5O4PLq { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x17z60hBIED17e4ZTBNScb25rEOvQOfC { position:relative; }
#UNK144c9OiMAbxkTKQbc8QyKmEv3laUq { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c4JUHkGAidrSFDytT4scHoHKN5vTGpGz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rP9KXPpTAFwZm0srHxml5U8rJnAopHl4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wylrPwEqQcVHV2AIBWtPmTuDToUBopuc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zcNxtFFfQMIkcbr61XepPbAFRf3xKlo8 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qGuG68b5u73HoEbENnMAM6ekUsX9UwL1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GLyHMnktwmb7DeGkGwTNZdWHW7dTeGal { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nViarPA1wuPzxHd6hcPFRBKeDbpIKZvr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nhzglwNkAdhXDb4nFHeO40iGDZt73ZCW { position:relative; }
#mCligOgoIreul4e8NXyPLvZI06m7zBLO { position:relative;display:block; }
#XSo0IkXLShh3h2gH6BMq8rC4tM6xrsCO { position:relative;display:block; }
#wLQf6k1B5Wtav4N606IT1Kh7ERx8fTKW { position:relative;display:block; }
#UPyQctnOWGhAQmeuOxLfIXDLxDUoWhNc { position:relative;display:block; }
#a9yo6tStkuduw6c1qttXDDpPsIw5OT8Z { position:relative;display:block; }
#nPl7BJGPyeKtzx3vgzF6JMHEKKnlJdVZ { position:relative;display:block; }
#XKtHzDivA5zbEM6rix4woFhDiCmJBNJp { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LxeQyES9EkK9QgiDgh4cAF4skpp21LUK { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XPGvLSN4Pn6prCF9NEgTmoMg3oBt1rAf { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P1gVyU1IM1vbUgoUoubVCU5Eq7QDZI6S { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xEnn3k4sn5KFI0aFVFBED5rA67eVgm6S { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UUE7lEbQRiprA0G9f2heOqwxJWNn3Q1L { position:relative; }
#I7yvRA6SJ1cdLuS2Ky9RUvDQJ8FnfGyR { position:relative;display:block; }
#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffa819;background-image:url("https://images.assets-landingi.com/uc/29d640f7-e879-41dd-9a0a-e9533eb86400/10AugLandingPage39.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:block; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU.adaptive-delivery-prevent-bg, #T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU.lazyload, #T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU.lazyloading { background-image: none; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container { background-color: transparent; background-image: none; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container > .video-iframe-container { display: none; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row > .video-iframe-container { display: none; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .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); }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container { border-width: 0; border-radius: 0; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#maBBGWVcZUwwNW8RBbdeWmeBpq0TD9op { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:3.8125rem;left:22.75rem;height:3.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTXHOdgZ19H2vCfgzzRhLSld2r8iBqfz { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.6875rem;left:19.8125rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#fknuUlVpp4oy3JL1OQ2NeoPnHInUkgqd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:15.4375rem;left:21.40625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRNPT7es9TaKSRXNJwPu3fNDpu76AiUp { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:15.4375rem;left:32.96875rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s2v8vB6Aore0WCa8WkW5kBPzT83JMfga { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.6875rem;left:31.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#AhTs9iUga3lfP4TduTdppcNowtLqmtiq { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.6875rem;left:43.1875rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#fXfx64Kaub3SohnTmRDoM79ihIfs09nM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:15.96875rem;left:44.78125rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fhNCouTR7FvVZWfM9ThXmysNSKTN0AS7 { 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; }
#x1IxpJmBSozVF64TNFsK2LfTKrAfx3wb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:8.5625rem;top:8.0625rem;left:32.625rem;overflow:hidden;display:block; }
#LOZCgDK7p3Babh6zu9mzAezTqPlPBtvs { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.6875rem;top:8.0625rem;left:22rem;overflow:hidden;display:block; }
#mwSVZf76t08TKHszKJtqXLphiRxgCqEi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:10.1875rem;top:8.75rem;left:43.625rem;overflow:hidden;display:block; }
#t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE.adaptive-delivery-prevent-bg, #t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE.lazyload, #t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE.lazyloading { background-image: none; }#t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE > .row .container { border-width: 0; border-radius: 0; }#t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE > .row .container { width:75rem;height:43.375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#exaqfeOi79NybRAX73yZHwydwIflG0yC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.625rem;left:44.375rem;height:1.94970625rem;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; }
#QCAUHyzFTtEOkswW7T41TBbC3d2cxfRP { position:absolute;display:block;z-index:15020;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.3120125rem;width:3.3120125rem;top:29.9375rem;left:17.0625rem;overflow:hidden;display:block; }
#hNGzIwZNd461FPBgkBm8TTNDNDRoUXO2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:30.625rem;left:21.5625rem;height:1.94970625rem;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; }
#E3lPqoUDCvuim23dUM820cVBNqt3JQuq { position:absolute;display:block;z-index:15017;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.3120125rem;width:3.3120125rem;top:25.9375rem;left:39.75rem;overflow:hidden;display:block; }
#JEEUdgfccxb2TAtAbGquXae5n3S57Fxg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26.625rem;left:21.5625rem;height:1.94970625rem;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; }
#PvpPpFW55oQvZHJBU613uM2m3QqdW7IF { position:absolute;display:block;z-index:15014;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.3120125rem;width:3.3120125rem;top:25.9375rem;left:17.0625rem;overflow:hidden;display:block; }
#Jd0e4lPQlKgMA9QnUoutyzmTNhTJ6R6C { color:#ffc828;display:block;width:36.875rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:22.08740234375rem;left:21rem;height:2.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHqiNzLDK1Kht9m2a2C0mUcMw91uTbAn { background-color:transparent;background-image: -webkit-linear-gradient(185deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(185deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(185deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(185deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(185deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color: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:kanit;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6245rem;height:4.6245125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.4375rem;left:30.125rem;display:block; }
#TMUZpUiUSbVWLBLvA56XyBbiz6zw74SX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G73BRU1ziQ4RJm8rD4IcXEWZJ4rSs5e0 { position:absolute;display:block;z-index:15021;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.4375rem;width:12.8735625rem;top:0.811767578125rem;left:7.75rem;overflow:hidden;display:block; }
#LBT6ny1IHiGuEAHzOOo25KburN7PiEc9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.625rem;left:44.375rem;height:3.8994125rem;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; }
#muFnhwVzPT6TxyVsEsMHIubgzLsyenqT { position:absolute;display:block;z-index:15022;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.3120125rem;width:3.3120125rem;top:29.9375rem;left:39.75rem;overflow:hidden;display:block; }
#bK83eQ662U5PeDv9Cr3nNtKhx6KcClDL { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:5.75rem;left:16rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#FAFMmb7LWdepma3Wkozf1vQLIPBQtp9u { 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:21.5rem;width:34.5rem;top:6.375rem;left:22.1875rem;overflow:hidden;display:block; }
#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row .container { background-color: transparent; background-image: none; }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row .container > .video-iframe-container { display: none; }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row > .video-iframe-container { display: none; }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .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); }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row .container { border-width: 0; border-radius: 0; }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ByJbEXmnkU0bR3gTbSp1JJ1VnPwEwRLx { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:8.875rem;height:2.5996125rem;display:block; }
#l4uqcTnWbBXnuMKrcodLKR7fCwo31JUb { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:8.875rem;height:2.92383125rem;display:block; }
#ph5zDb38Aq9ziEiFA50boLqICOuknSuF { color:#070405;display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.5625rem;left:49.5rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#VXPAUA2wARIBNKTqPVkloqHkccKQynKu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.125rem;left:51rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#n1phAq6L5KxvB6heJ5bdiZSUIBrWd3HD { 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:5.6875rem;width:5.6875rem;top:3.75rem;left:60.3125rem;overflow:hidden;display:block; }
#XUb0dP28qw1EZTHzMvpizCahnRTJq8oa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.4375rem;top:3.75rem;left:8.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR { display:block; }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6lhifO91PcZkBi79BGRBh463qvJifgJ { display:block; }#D6lhifO91PcZkBi79BGRBh463qvJifgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 { display:block; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeKf0gKqxWBdMPnbaoTUdWeCfc8eRsQe { top:1.8125rem;left:0rem;width:47.75rem;height:16.499694749695rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW { display:block; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKv0ayhr0ZB5tthg3a98Xezl55UcOXSv { top:3.9375rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuQDykbZuxJs0z1Jx7SJVuqJTBHB2149 { top:4.125rem;left:16.8125rem;width:14.9375rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaPcOx1zTtV6xVgQMLq6mtBrrgbeOKcA { top:4.125rem;left:32.6875rem;width:14.9375rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm18TOMiFEBczglPu3pzXMMUqJEXF1H0 { top:1.75rem;left:15.875rem;width:0.0625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTOnlQPvoTkSGEELLQeUTy54sN3a6I3 { top:1.75rem;left:31.75rem;width:0.0625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMRfuI2FCTQ6Olyybt5bokmUOinecCg { display:none; }
 }@media only screen and (max-width: 763px) { #Kae8SQgnCE39QZXRZfFt3KHOUbRTrxbb { display:none; }
 }@media only screen and (max-width: 763px) { #LJ6dUC01BFUc7IoVeewOAiKacZlHydvd { display:none; }
 }@media only screen and (max-width: 763px) { #vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR { display:block; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeFhBNHiMBTiZ1vUwWHUhpG0JHdVpU9O { top:6.1875rem;left:31rem;width:16.375rem;height:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMyRt8DcOZTlT5fJiue33QLTAmoB0vcl { top:15.625rem;left:28.8125rem;width:18.9375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELU4cok6nbynb5JTdWFPHHygS6qTENtR { top:14.375rem;left:34.5rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Q4LbNRhw2Pe242c3SlnbZA00K2qE1x { top:3.75rem;left:0rem;width:31rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsObwZubrZJTu3afEiMEcGEL3yQtKxyS { display:block; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZrb6Vr0cZHsD98GGHTIRK7i5Cz9RDd1 { top:5.4375rem;left:16.6875rem;width:31.0625rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFz3JSXktkFqUNG7JDT4wez3Mnhf5mdJ { top:12.875rem;left:18.90625rem;width:14.625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvhsOxFSnvTI2Ki8V3vV2SmH55ofoUFS { top:12.1875rem;left:34.0625rem;width:13.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPgnUE5ra65StKKuJTTyIB1LOV7pRW7h { top:21.375rem;left:18.90625rem;width:14.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xccf69zU5kAR8BHiSbxyKGVA3FwVXXbe { top:20.625rem;left:33rem;width:14.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZxuBpPEB6G2ZRb83ThQHcw2ziTlJTVn { top:30.0625rem;left:18.90625rem;width:15.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOnSWizGDkg1qothL1eCTnpceK25eaTP { top:28.75rem;left:33rem;width:14.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv87LHXl6a6TCCg3uDIfo5VteliEgqbi { top:36.0625rem;left:18.65625rem;width:16.4375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkPLGvBXumJ4VK9LnrJZLrbdS0Vn1KaA { top:36.0625rem;left:34.625rem;width:13.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMMNv5WkhLbwllfL7T4sRcRNIsBmIZSQ { display:none; }
 }@media only screen and (max-width: 763px) { #hKawVvpyTUOIISOnzMmz32cnh5Xnq3fy { display:none; }
 }@media only screen and (max-width: 763px) { #g2U1TZWfSmE9imlWaSKW7S6wr9XaRxXn { display:none; }
 }@media only screen and (max-width: 763px) { #xGENc0rbe6h4WxoyT1uUWfADhap33HAR { display:none; }
 }@media only screen and (max-width: 763px) { #SHT3CNgW0eDwW17tha5T0wMiyFVQNgyy { display:none; }
 }@media only screen and (max-width: 763px) { #pLGzEF6pGm0HZrdRZ6ErIb8wkKCtwB4q { display:none; }
 }@media only screen and (max-width: 763px) { #cegotxFpSd2hMV4XH7a8I3xxVzVpx1Ha { display:none; }
 }@media only screen and (max-width: 763px) { #rLThH8mkeCybD2P6lTf2Wo0n0J835C9q { display:none; }
 }@media only screen and (max-width: 763px) { #UIbiGN0BGkMfZ2M71TEee6NX84sPB92x { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPQRQcE8nmODtumF0CmhZfE2sTTCE2ZJ { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmzB0fchHJNHCWHiDAk3zMIFbP3ddDt8 { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWOK4JlHNDurgu05yHs5mv2tA2iT3CJ9 { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #saadP7QHeZkH7OQMW9uAGpclliKLb31D { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTbKU4exTUK6q5omoaGv45UEhNWzw3hv { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzJPz9doyvoyrHyZ01F2SrXhxDsIogTQ { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5RRuzeASO5T2mhyB9Lwpt40P6QVKNSo { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB { display:block; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0XGLEpgKQbnrH8ylBVSBclLdQtTbv5u { top:3.9375rem;left:31.9375rem;width:15.8125rem;height:3.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aubbqc3SmT2J8Awdh0kfLA9DVIhNC8xC { top:7.375rem;left:31.875rem;width:15.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt7xEav0I4rpt7AsaQ1HE36VEIW5ynPJ { top:22.625rem;left:25.375rem;width:22.375rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK57XixHvp11EwZ2OszPOd1MltWOUIaT { top:9.125rem;left:29.1875rem;width:18.5625rem;height:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9g6EMX7TXeLpQrTQg66KPTt6yMnaUci { top:20.875rem;left:31.875rem;width:15.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRWZIUukuARd0VNZiW5r7CFv9LazJOpn { display:block; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr3t8PNlTyITzDG25NhUWEgXRkHc7Ju2 { top:3.5rem;left:10.71875rem;width:26.3125rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZGkCNgh3keR0P3wmmJ6cP3QvmBJZtv0 { top:38.1875rem;left:0rem;width:30.8125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T { display:block; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 { display:block; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikt6uqEp9Ax4QwBRCD7nWhf935wN22A3 { top:6.1875rem;left:0rem;width:31.0625rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoToZBuVNVaVh23XXNVgVCAovNU1prxc { top:13.0625rem;left:0rem;width:14.1875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNkeHcfFnDxvWe6mIJqMuE5IbkOZyhOZ { top:15rem;left:0rem;width:13.375rem;height:6.875rem;font-size:0.875rem;display:block; }#LNkeHcfFnDxvWe6mIJqMuE5IbkOZyhOZ li:before{  }
 }@media only screen and (max-width: 763px) { #lRG6TiwoZRAhKpbho9css1dWQNoITh5d { top:11.5rem;left:18rem;width:14.0625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgVTEpGDL3XFrmaAWfqGyfd0oBpf5zcQ { top:20.3125rem;left:17.90625rem;width:9.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axtHBweMb1H7rZpVD7aqwNsOgMZF6zzv { top:27.4375rem;left:0rem;width:14.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnIeVoJal9u0hvhbXhw5S8QMFFsIkfcy { top:25.625rem;left:18.1875rem;width:13.6875rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW1wpTr7ET120KblZD0eFv4c6DDnprWU { top:34.8125rem;left:0rem;width:14.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTw8zRUyBCQIf5nQMH56I6tlLOiXoghi { top:35.625rem;left:18.15625rem;width:13.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLhIh6Wge98r0ZtOLLgnH0P7gMOVHTp6 { display:none; }
 }@media only screen and (max-width: 763px) { #FysXVu4s4SnyqdJKdb4MeCKkt19K6ux8 { display:none; }
 }@media only screen and (max-width: 763px) { #cc4OPoXGbhEPZuBm57sONrE4ocz83xlp { display:none; }
 }@media only screen and (max-width: 763px) { #xIaV1DFgXlacGD5LZweWWHAzeTs4vmx8 { display:none; }
 }@media only screen and (max-width: 763px) { #kO24WGh09lloq0yH3vmfZQsCUHXVwmKr { display:none; }
 }@media only screen and (max-width: 763px) { #yvQBur87ontwNhopbxb16E4yv0QMkJnZ { display:none; }
 }@media only screen and (max-width: 763px) { #c7IGDRrrX9Fo9o4dOXKNDZoJdpyUdVND { display:none; }
 }@media only screen and (max-width: 763px) { #BSqsUT0XXZ1E3eVoZxfB70rhuz10qgce { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQTIAo8CF3vouCHF0FzugiPKKxNFUHrz { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkT86vpV3xkPlaM5t60C7a4yvE14aKNn { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERDzdeOUgPLrpi2U6isP9AX6A3etiI6w { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaAHehvuI3LVygsQ87rID7raKtS2GWy6 { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBPTrPGt0GUyWDoPdRmxfXBMKpJfKvHD { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTFdBvCaBJ1pazlTMnHzXF2QyyDcgJAr { width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A { display:block; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRF6eNT99MM1HCmX1o6Hh88GfQpbpLtF { top:2.5rem;left:8.34375rem;width:31.0625rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGL8VPCMtTbfJfn1KMnRUGCZUGLz1J00 { top:14.8125rem;left:0rem;width:7.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lALyKl6bNiB69mDaireMt4oNG1iPLRzq { top:14.8125rem;left:2.5625rem;width:7.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwAh49mqtuICH4MKJTFK5DsHpLUeF16c { top:14.8125rem;left:14.5625rem;width:7.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNKb2tq8LvWwdhhOONOEqTDymn8M3u8a { top:14.8125rem;left:25.75rem;width:7.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6i6MrcgD6LT8nHxJxTw2vIT3fecfEQh { top:14.8125rem;left:37.4375rem;width:7.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAeOSN5pSRPxslyG5bSF3EqZ3GhvqgCB { top:14.8125rem;left:39.875rem;width:7.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U50P1fzGfeJSUgmMglL73ezmcawVMutc { top:20rem;left:6.1875rem;width:33.875rem;height:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apJmtL4z1s29qVsRfdx6EUdgZg5X1RIM { top:6.3125rem;left:0rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrQEDdIe7UQGlrgXUawoZTdRc8qqJfpF { top:6.3125rem;left:1.125rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUcDswiyKpkNJzugzowcHJ2cfJeenJX { top:6.3125rem;left:12.6875rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEEdG1K35E0ZgvwxIBBFBxnSPWdMfQCm { top:6.3125rem;left:24.25rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlliLIDsAxzi0gzRcEtd8o8Zf69RghhV { top:6.3125rem;left:35.8125rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAHS9X2dyxVTTka5hyeXSdsx6TsXfnCi { top:6.3125rem;left:36.6875rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdQWaZZ0TuQ8UoQJmQ5MHMfieHu62VbB { top:6.8125rem;left:0rem;width:8rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa38T5PSFXt7zh957bsyqry5m202ly51 { top:6.9375rem;left:2.46875rem;width:8.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv7x10xVgXmDLIEl0OQs7hr8mKgtn2Ia { top:6.9375rem;left:14.5rem;width:8rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c95HeomgWiGME7As10OoR9wNBi3yIhmy { top:6.9375rem;left:25.6875rem;width:7.875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHpyy2BtiPavfuhTzXGiu64CwRwWFO0A { top:6.9375rem;left:37.375rem;width:7.875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxGQLaTTm0eySSmfuMJ4D15CsIIZzIxz { top:6.9375rem;left:39.875rem;width:7.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks5JsX1nn1fWlHnGNDIcsQ3LsIzOAQqB { display:none; }
 }@media only screen and (max-width: 763px) { #TC4RnzddczOy1LHTvp92OFQfnFquGOKz { display:block; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx0pKv0OT1TKAN1HfhiSOPJ4W72bUvpw { top:0.9375rem;left:8.375rem;width:31.0625rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37rIdtSMIms1p3cTReDXSPAWqUZdtST { top:4.375rem;left:11.8125rem;width:24.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTC34FTtaNHtQkzp6zpNFNyEBfqAnZmX { top:6.625rem;left:16.03125rem;width:15.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxHubg6DeIxh65paMraTWk16iGxwcpMk { display:block; }
 }@media only screen and (max-width: 763px) { #BldIccHpQyC1SlOWKIRxLqr202fXTpPz { display:block; }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VICT7EXXz3GyywUCgIK59JhLhXp9a0wN { top:3.25rem;left:10.6875rem;width:26.375rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSo5xTEK6GJ2X7GdayRJuaoi9bKHc6b4 { top:11rem;left:14.5625rem;width:7.875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP5NVSM1yWcIcclAfeVVCR7vrs58vxst { top:22.25rem;left:14.125rem;width:8.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJKB2AyW6JhTklSl9QaedxZslQhrBtgE { top:11rem;left:35.625rem;width:9.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw2H0idSusFQFEFG0opvsXQTc68ognXU { top:22.25rem;left:35.3125rem;width:9.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0O3LREy4CcPpi8G1JUtZmzIVP0HJJSz { top:7.5rem;left:1.75rem;width:21.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMwUTGQlHLytVTfD0d2RNiqFFTclGkPr { top:7.5rem;left:24.0625rem;width:21.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddU1U4TlNq51MeJUINrMSxTm9VXrZ03M { top:18.875rem;left:24.0625rem;width:21.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILTqNFi7bgZVGuMUIZPkD7eqm3ci85fD { top:18.875rem;left:1.75rem;width:21.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTFu37quSTAmqfRnwrEC3JAsnGQfPgok { display:block; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BciTXOzwLKFBOVcAhn8o9SupTZ9U8PsU { top:2.5rem;left:8.34375rem;width:31.0625rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvTuravBAt52OEgW8An3Sivqy4k86xvS { top:15.0625rem;left:2.375rem;width:7.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xySy45zfHKR4i9TOFxVCFgolJX14b2 { top:14.5rem;left:14.21875rem;width:7.875rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXTMRfsqrGwWDgTv5CfBeW83XLDQ1FsZ { top:14.5rem;left:25.90625rem;width:7.875rem;height:2.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE1IoEgyLi28h1UcbXAuQPQOen7f7hvd { top:15.0625rem;left:37.5rem;width:7.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HexXokSllh9tIFbtrVVTmwlQwvTIsfzz { top:6.5625rem;left:0.9375rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7QbcXtSpqwNHuDm64O6TRaXSy5qMgKU { top:6.5625rem;left:12.625rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtsRkP0Es5ECAtgKF9gl6ZFrdbPuUJV4 { top:6.5625rem;left:24.3125rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUwCAlmIBqLBTMzUgAJl8QkMuOMlkMZC { top:6.5625rem;left:36rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhVqoMrTAVbID8LORK8vTJMsaxmidWWI { top:7.4375rem;left:26.84375rem;width:5.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck14dDXXnUXhSD1AypfEenVCi8T3Bmgy { top:7.875rem;left:2.75rem;width:7.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKHrWrW1m4933dUDf1tJ8nFG2i3D9wUv { top:7.375rem;left:14.3125rem;width:7.6875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8MJoTtbWzzmibiMxsDTABuoI9wnObz { top:7.3125rem;left:37.15625rem;width:8.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E { display:block; }#cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLwq22wMXivD2BHDifIVFBd46cr04ZPb { top:2.375rem;left:4.15625rem;width:39.4375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRlXByd7oUVOMplnSGLkvPN565UU1WKX { top:13rem;left:31rem;width:14.5rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG9UTIcHn4reT6CP39594d8MmqBpKt0e { top:8.75rem;left:31.1875rem;width:14.125rem;height:4.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOHsIXUUrTWRtkfKkrtKD9XOwnoDGsFs { top:8rem;left:29.5625rem;width:17rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHNFVRD3R4fe0Mb4lAcqccFXOI7I4uEw { top:16.875rem;left:29.5625rem;width:17rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDu6acoG4liiA7TUpnNmKGWXQiL3JCOg { top:16.875rem;left:31rem;width:14.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwAOT47TcThkNC6pmyR2XZRRHmpU1r8d { top:23.375rem;left:16.03125rem;width:15.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clm2eK0gg34x5ybAfmQGQTPZqGbFbOyL { display:block; }
 }@media only screen and (max-width: 763px) { #rxDp4lxwV59oOQHsKborfNNGpwhl0PRH { top:18.75rem;left:31rem;width:14.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAp03eUMkkAu7O4U6ebXLk5gsEokz2ni { top:7.3125rem;left:0rem;width:28rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs { display:block; }#mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA0yRKPxHDhARkdg5qDck4QUEof1aEFT { top:17.9375rem;left:11.15576171875rem;width:23.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUAVCFReqt61ZCu7Pm3yyWltCDWnRo5X { display:block; }
 }@media only screen and (max-width: 763px) { #bq2vTD0stVVtxoqXcPeOmTmVfp9rtgIs { top:2.125rem;left:0rem;width:47.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTK0gdTNEEZ2q0kaQktlpRNT3Vsllwq { width:47.75rem;height:2.3125rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdgQz19u8KT0F4sN9GexT7rfR0tJJOP8 { width:37.375rem;height:2.3125rem;top:3.9375rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4CPgMsoUkqcmFz2GX7OWizqnp1bvy22 { width:46.625rem;height:1.875rem;top:10.4375rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX6TJrSINbTasDb23tfD0ZnpcXJbcerP { width:37.5625rem;height:1.375rem;top:12.9375rem;left:3.93798828125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otKHfouSpTXG6cHfkGyS1SFUVnRoyBCL { width:42.1875rem;height:1.875rem;top:15.125rem;left:2.21875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPNORM6CKFHLhubTubsNSBwrMhCNRHgS { width:17.9375rem;height:2.5625rem;top:5.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlubL5RaGvQGQazTSCTOFgkc332Krsr3 { width:20rem;height:5.8125rem;top:9.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTMKzH5OyaenqTh9228EHFiTLPW6b7rw { display:block; }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoHCacJvzmTnZlzqDOIWopwRo5fRGN6U { top:4.4375rem;left:8.0625rem;width:31.0625rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3IFIUnp8u3ZBvXUN8tB3XyWkzPUTbdW { top:12.3125rem;left:0rem;width:18.625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4R6A48oTIuJSnRUvOLVATtyDzlm3u4s { top:18.125rem;left:0rem;width:17.8125rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reCNiTMvsCHNfa8imSbZ3bD0cTwLJA7Q { top:10.9375rem;left:0rem;width:21.5625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV69BqnXSgTsCoRQRFxNM2Z2t5uqQhbw { top:17.375rem;left:0rem;width:21.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJziZZPV2nJBlKsPI1cD81R6bKuTKOvI { top:20.4375rem;left:0rem;width:18.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VHNyx6qnP5TewciS38Ee1IG5TJ97Aq { top:23.625rem;left:0rem;width:23.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgXasNt5DZz9akInFwkDIFs9UxxNVo5M { top:28.75rem;left:6.25rem;width:34.6875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcmf5eOwfhgT6McfRKbpqDwocloIegbA { top:33.1875rem;left:15.75rem;width:15.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeUW4Zg8tsNW9thXIbvVBPuDlO0OyHaf { display:block; }
 }@media only screen and (max-width: 763px) { #kaOTkJcP2EAfhnWmd5TTlgUdigxsgQ8a { top:46.8125rem;left:0rem;width:18.1875rem;height:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKlOl3CmPzwxlCPca89GoAB4qomq35hG { top:9.75rem;left:16.25rem;width:31.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChF7d3vvREgU6euNBHWuBLVB41uTt7V5 { display:block; }#ChF7d3vvREgU6euNBHWuBLVB41uTt7V5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gC0IzS24vrtQmNUK6vhyV0brXmcLPSQW { top:12.5rem;left:0rem;width:26.375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfL4yTAnVfn9h72TaihLQ80I8Pd234lF { top:23.0625rem;left:0rem;width:26.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXaga5VxopZsqpW1dNbhA30okBsWd3a0 { top:28.75rem;left:15.2177734375rem;width:15.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0pL9FiUXVoVtI8IP9PN2sOI9ENSIxTo { display:block; }
 }@media only screen and (max-width: 763px) { #A2ff2C8uXfzZrthZMz9ADrM5lK4wLMrD { top:11.25rem;left:27.8125rem;width:19.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkazopuqAlPX4zmNdvmTCk7fleI0DIJn { width:40.1875rem;height:1.5625rem;top:8.25rem;left:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCltRb0HKCDAFlwrxy27XfvNxCLCP5oz { top:1.4375rem;left:3.1875rem;width:39.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQSaTmiT1sxCTbHEop9vSfJBIknFlX6H { width:35.6875rem;height:1.875rem;top:5.125rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrbpZcKcODWJTGuB3VJCaFO1smM3b9Q2 { top:1.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #felTzb0yLsqQk62EPeTZQFiMuIBnd0uG { top:0.3125rem;left:0.125rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG01O5TDfrzVc3HRA2K9Q4yP7Hh8bKz6 { top:16.9375rem;left:26.4375rem;width:19.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCWiXmwE8g1EiXaa3i7IB306x7ybpovZ { top:23.4375rem;left:7.3125rem;width:6.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1Tg5yCtW4XzmMzerAHNUrbIOxBshyz { width:28.625rem;height:3.8125rem;top:18.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tivw266n3W4Sz0kMw5BnlzTmnsUplrDc { top:15.875rem;left:0rem;width:24.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ufOpLExHSaZoKqt4mxsGue97He6XEC { width:28.625rem;height:1.5rem;top:13.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWt9z5Q2ryooO7qLJ8ItomRJXVHby1FK { top:23.4375rem;left:0rem;width:7.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvJa5Gwb03H9rLg3TClFZb8n45oIRZIc { top:23.4375rem;left:1.5625rem;width:6.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXyqQ1ubiQ6ca9HWxq6e4KGKbHhcWiiz { top:1.125rem;left:4rem;width:39.8125rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTb2RcTDWpI8Cdns6z7zNhASMzTwGpzS { top:0rem;left:0.9375rem;width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4MIXQukNpNpBFqOxQmT8XC9t4OkPRdG { top:10.5625rem;left:0.048437416553498rem;width:16.125rem;height:2rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #irFS5PQv8hWd4pZbhhFsUsnQflXGeZzr { width:17.875rem;height:2.6875rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyMBL4UfL6T0aUf9dTXdfWOtqyKLZHQQ { top:34.5625rem;left:0rem;width:17.375rem;height:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWhxgoJAmCyP02RuLvBUT7LZXu9qNbzE { top:31.5rem;left:0rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6NRqbOwpTTkUL3MD308hlkGw4isGe0E { width:20rem;height:3.125rem;top:8.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T { display:block; }#zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEEIvT9tT3scIS5Ss5WbT8GB3lzodUkC { top:4rem;left:0rem;width:23.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlNGPv9N7KhUWqGtJZteObI4iZ7T5Sss { top:2.9375rem;left:28.0625rem;width:19.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTMX4arIrSS5WrvhwpCSEu8TauKs6B1Z { top:6.125rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5EPvXcrpJNbXdH5KvnqTkcI2KTFnnRb { top:5.0625rem;left:40.3125rem;width:7.4375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JunWTqv6i5mOLTfbEZkLIRz0TWbdat7K { top:11rem;left:39.8125rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us8cwksLTCDLB04iXEQDgt7GkErxPJQP { top:13.5rem;left:41.5rem;width:6.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfrsGqcVHt6l7Snx0EZJDTZPwH4fG4TG { top:14.875rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzsi3O5rI9TOs4Irh1F6TNHKq4cWU6EW { top:10.0625rem;left:34.9375rem;width:7.875rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNZkpEMsZzoHfIIGZ9BCr6TpceRyWSEP { top:18.75rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7P4mKec3M3ZS3tN0czZV61xPuNreR0q { top:18.75rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPZBAy9FQS3HzQyGwuqTiabCNNDqg5aW { top:11.0625rem;left:24.9375rem;width:12.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaRgdVMh73VSdZizQOZraZhzgAvgA88 { top:6.125rem;left:27.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlJtBGzR2XJ3XqIHAcRIPF7dT4EeJJEL { top:9.625rem;left:0rem;width:5.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8E4WGqczymlUJf3JLWS25HAe9urEmsB { top:4.125rem;left:28.0625rem;width:19.6875rem;height:2.5625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c05Arp5eTLmibT9wzuoXcMeuKErVNhV8 { top:4.125rem;left:28.4375rem;width:5.5rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xV2tas2cahMEZc2WHezioDfSubQ4R2I9 { top:2.875rem;left:4.25rem;width:10.1875rem;height:1.4904418355774rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgaf6L6LBQDOvyiRlBsXiTOhZbnsmdoh { top:14.25rem;left:2.5625rem;width:14.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsE2UKpSI7BE7QOSOq7H9es944yFo2z { top:16.4375rem;left:0rem;width:30.4375rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoy8ZpoHrT0SvHRb5l1fl08m91uuOHqA { top:17rem;left:28.0625rem;width:19.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5crCuLdCrdiVp1xTdTZ5TtFg0okszUB { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc { display:block; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzDvS5ZfXHxcf359xwfBwbqF9ad3G9pX { top:4.9375rem;left:1.75rem;width:20.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BnOdkvp2Gptrcgm6L7rcWcPmm0xgiP { top:19.0625rem;left:3.9375rem;width:17.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4a5fzKf8ofbylMk7z30Rsx9MuLrmJ1s { top:8.1875rem;left:1.25rem;width:21.5625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLe5iL5EOy7Io29t2oWJCpPodhKuKsTA { top:16rem;left:1.25rem;width:21.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKemOWXvhqiQxRHcfap2qsCUCcZXRZPk { top:16.8125rem;left:4.75rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMnB5O9PWy0IpFQ6TFsDUm4VmIMgMU0N { top:9.0625rem;left:7.375rem;width:9.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFTmaLZRRLse4kpFHRML0MqFiXF6BIC4 { top:10.8125rem;left:2.8125rem;width:18.875rem;height:4rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvtzpqGwWomnZoT1w8qr8CruV8GBEQ8a { top:21.375rem;left:2.9375rem;width:18.625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uceHcWMBPqnCtWfJ89TAdcVM2PwqEKXb { top:24.3125rem;left:1rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw8cThT0BGOylSBia9WAZoogduh8OamA { top:3.375rem;left:24.75rem;width:22.0625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-text {padding-top: 0; padding-bottom: 0;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-select {padding-top: 0; padding-bottom: 0;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS  { width:20.6875rem;height:auto;top:5.0625rem;left:24.4375rem; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS {display:block;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS { width:20.6875rem;height:auto;top:5.0625rem;left:24.4375rem; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #C5H7ydUxhGhQpnLCkNsbABeuhG2uOeKC {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #EHFzeRxWpTREZm8yWeKeyT7TpGg5mWbd { display:block; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #dRMxrp05J54EFs6pZ1Z9ZvVyEqoPaoAp {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #UzkISahKmqG5TxkzTbZsfR84uI22i5wc {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #Bzu3avaC6IbTTGvhLHRtKNlHU8IrZWtR { display:block; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #vROPhFAuMiOEquWT76TG1bpz8GwRerX3 {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #hBe5XTNbFrKOFd0fR5ZFL7fcICdCSgdn {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #t6Rsdx8eUD3uFbZE1R7d4oakiOawpB47 { display:block; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #fb4wXiIeHTrxtH22XGrbyTwbkJ82GnhO {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #FQxZ7nk3U4T0AQvEWo4LbuFTQPGh4Kcv {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #TlFtm4M64FIeq7eF7vQpcvVLLzzngkOE {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #NifkHraJoGBGT4ztg4mOt9iVwbV0mmSb {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #dbFaGAT9UGkxI0uIeI7pVewib507iNTd {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #sT86B6S1G5xhAiArTfnWnLw26y0KVfZl {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #bn30HMLPWGpX5MIzCGlPq4MHEJacOgUb {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #gltn1NagFIagNePBaaNInm5PBTTsIIwK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #blgGN3TiGlJWfu1UKBpTQVyswcZFecsf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HLCLHi5HfQkCJXkq2MKW7QABkBLAizZb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FaIZO1fFEWoTfFaWT4LJGgCJFKyXLQhX {  }
 }@media only screen and (max-width: 763px) { #OTUlfBbM4ZyDCrVGzqTHT6qtIf95cqHq { display:block; }
 }@media only screen and (max-width: 763px) { #xF7iHMDtfOAouJK6rxgmmJ13QGPOAGmT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n0u7mMGxmFVyRRU9MUkBV5CKcOcWxAhM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #H6AB1QaViJCP2ZawB3FzXgH8RcrDEIbf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RTksKHi1LQfAxtpw8EspzvDMZxaSXsap {  }
 }@media only screen and (max-width: 763px) { #vfIBprfrMouZM7BauDSpZ3N0elVVUz7p { display:block; }
 }@media only screen and (max-width: 763px) { #JKCeOT3aKQ8JX3qcNwgdxEpbRm5O4PLq { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x17z60hBIED17e4ZTBNScb25rEOvQOfC {  }
 }@media only screen and (max-width: 763px) { #UNK144c9OiMAbxkTKQbc8QyKmEv3laUq { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c4JUHkGAidrSFDytT4scHoHKN5vTGpGz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rP9KXPpTAFwZm0srHxml5U8rJnAopHl4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wylrPwEqQcVHV2AIBWtPmTuDToUBopuc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zcNxtFFfQMIkcbr61XepPbAFRf3xKlo8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qGuG68b5u73HoEbENnMAM6ekUsX9UwL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GLyHMnktwmb7DeGkGwTNZdWHW7dTeGal {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nViarPA1wuPzxHd6hcPFRBKeDbpIKZvr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nhzglwNkAdhXDb4nFHeO40iGDZt73ZCW {  }
 }@media only screen and (max-width: 763px) { #mCligOgoIreul4e8NXyPLvZI06m7zBLO { display:block; }
 }@media only screen and (max-width: 763px) { #XSo0IkXLShh3h2gH6BMq8rC4tM6xrsCO { display:block; }
 }@media only screen and (max-width: 763px) { #wLQf6k1B5Wtav4N606IT1Kh7ERx8fTKW { display:block; }
 }@media only screen and (max-width: 763px) { #UPyQctnOWGhAQmeuOxLfIXDLxDUoWhNc { display:block; }
 }@media only screen and (max-width: 763px) { #a9yo6tStkuduw6c1qttXDDpPsIw5OT8Z { display:block; }
 }@media only screen and (max-width: 763px) { #nPl7BJGPyeKtzx3vgzF6JMHEKKnlJdVZ { display:block; }
 }@media only screen and (max-width: 763px) { #XKtHzDivA5zbEM6rix4woFhDiCmJBNJp { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LxeQyES9EkK9QgiDgh4cAF4skpp21LUK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XPGvLSN4Pn6prCF9NEgTmoMg3oBt1rAf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P1gVyU1IM1vbUgoUoubVCU5Eq7QDZI6S {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xEnn3k4sn5KFI0aFVFBED5rA67eVgm6S {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UUE7lEbQRiprA0G9f2heOqwxJWNn3Q1L {  }
 }@media only screen and (max-width: 763px) { #I7yvRA6SJ1cdLuS2Ky9RUvDQJ8FnfGyR { display:block; }
 }@media only screen and (max-width: 763px) { #T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU { display:block; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maBBGWVcZUwwNW8RBbdeWmeBpq0TD9op { top:3.8125rem;left:9.125rem;width:28.3125rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXHOdgZ19H2vCfgzzRhLSld2r8iBqfz { top:7.6875rem;left:6.1875rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknuUlVpp4oy3JL1OQ2NeoPnHInUkgqd { top:15.4375rem;left:7.78125rem;width:7.875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRNPT7es9TaKSRXNJwPu3fNDpu76AiUp { top:15.4375rem;left:19.34375rem;width:7.875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2v8vB6Aore0WCa8WkW5kBPzT83JMfga { top:7.6875rem;left:17.875rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTs9iUga3lfP4TduTdppcNowtLqmtiq { top:7.6875rem;left:29.5625rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXfx64Kaub3SohnTmRDoM79ihIfs09nM { top:15.9375rem;left:31.15625rem;width:7.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhNCouTR7FvVZWfM9ThXmysNSKTN0AS7 { display:none; }
 }@media only screen and (max-width: 763px) { #x1IxpJmBSozVF64TNFsK2LfTKrAfx3wb { top:8.0625rem;left:19rem;width:8.5625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZCgDK7p3Babh6zu9mzAezTqPlPBtvs { top:8.0625rem;left:8.375rem;width:6.6875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSVZf76t08TKHszKJtqXLphiRxgCqEi { top:8.75rem;left:30rem;width:10.1875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE { display:block; }#t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exaqfeOi79NybRAX73yZHwydwIflG0yC { width:17.5625rem;height:1.9375rem;top:26.625rem;left:30.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCAUHyzFTtEOkswW7T41TBbC3d2cxfRP { top:29.9375rem;left:3.4375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNGzIwZNd461FPBgkBm8TTNDNDRoUXO2 { width:14.6875rem;height:1.9375rem;top:30.625rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3lPqoUDCvuim23dUM820cVBNqt3JQuq { top:25.9375rem;left:26.125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEEUdgfccxb2TAtAbGquXae5n3S57Fxg { width:16.9375rem;height:1.9375rem;top:26.625rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvpPpFW55oQvZHJBU613uM2m3QqdW7IF { top:25.9375rem;left:3.4375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd0e4lPQlKgMA9QnUoutyzmTNhTJ6R6C { top:22.0625rem;left:7.375rem;width:36.875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHqiNzLDK1Kht9m2a2C0mUcMw91uTbAn { width:18.5625rem;height:4.5625rem;top:36.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMUZpUiUSbVWLBLvA56XyBbiz6zw74SX { display:block; }
 }@media only screen and (max-width: 763px) { #G73BRU1ziQ4RJm8rD4IcXEWZJ4rSs5e0 { top:0.75rem;left:0rem;width:12.8125rem;height:3.4211950848881rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBT6ny1IHiGuEAHzOOo25KburN7PiEc9 { width:16.9375rem;height:3.875rem;top:30.625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muFnhwVzPT6TxyVsEsMHIubgzLsyenqT { top:29.9375rem;left:26.125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK83eQ662U5PeDv9Cr3nNtKhx6KcClDL { top:5.75rem;left:0.875rem;width:46.875rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAFMmb7LWdepma3Wkozf1vQLIPBQtp9u { top:6.375rem;left:8.5625rem;width:34.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt { display:block; }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByJbEXmnkU0bR3gTbSp1JJ1VnPwEwRLx { top:6.4375rem;left:0rem;width:27.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4uqcTnWbBXnuMKrcodLKR7fCwo31JUb { top:11.6875rem;left:0rem;width:30rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph5zDb38Aq9ziEiFA50boLqICOuknSuF { top:13.5625rem;left:31.1875rem;width:16.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPAUA2wARIBNKTqPVkloqHkccKQynKu { top:10.125rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1phAq6L5KxvB6heJ5bdiZSUIBrWd3HD { top:3.75rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUb0dP28qw1EZTHzMvpizCahnRTJq8oa { top:3.75rem;left:0rem;width:8.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR { display:block; }#GxFuoT4H5G4waVFUwTwf5RTX7khpO7HR > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6lhifO91PcZkBi79BGRBh463qvJifgJ { display:none; }#D6lhifO91PcZkBi79BGRBh463qvJifgJ > .row .container { width:20rem;height:7.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/335c1e58-3da3-498c-b399-5f2a03672e72/10AugLandingPage13.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2.adaptive-delivery-prevent-bg, #y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2.lazyload, #y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2.lazyloading { background-image: none; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container { background-color: transparent; background-image: none; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container > .video-iframe-container { display: none; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row > .video-iframe-container { display: none; }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .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); }#y9C9Xaq7QsJw4S2XewHeKwg1Bm15hBJ2 > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeKf0gKqxWBdMPnbaoTUdWeCfc8eRsQe { width:20rem;height:7.140625rem;top:1.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4b26fa9a-7078-45e9-b40f-0604c53d405e/10AugLandingPage14.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW.adaptive-delivery-prevent-bg, #G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW.lazyload, #G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW.lazyloading { background-image: none; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container { background-color: transparent; background-image: none; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container > .video-iframe-container { display: none; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row > .video-iframe-container { display: none; }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .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); }#G4fRfqKPk7y9IknU4RKGP86bA4TDf2cW > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKv0ayhr0ZB5tthg3a98Xezl55UcOXSv { width:13.3125rem;height:2.76171875rem;top:3.125rem;left:3.375rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DuQDykbZuxJs0z1Jx7SJVuqJTBHB2149 { width:14.9375rem;height:2.761725rem;top:8.875rem;left:2.5625rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PaPcOx1zTtV6xVgQMLq6mtBrrgbeOKcA { width:12.1875rem;height:2.9746125rem;top:14.6875rem;left:3.9375rem;font-size:1.0625rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Nm18TOMiFEBczglPu3pzXMMUqJEXF1H0 { width:15.25rem;height:0.0625rem;top:6.875rem;left:2.375rem;background-color:rgba(227,227,227,0.39);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TtTOnlQPvoTkSGEELLQeUTy54sN3a6I3 { width:15.25rem;height:0.0625rem;top:12.875rem;left:2.375rem;background-color:rgba(227,227,227,0.39);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TAMRfuI2FCTQ6Olyybt5bokmUOinecCg { top:13.625rem;left:2.5rem;width:14.8125rem;height:4.75rem;z-index:15003;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Kae8SQgnCE39QZXRZfFt3KHOUbRTrxbb { top:7.75rem;left:2.5rem;width:14.8125rem;height:4.75rem;z-index:15004;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6dUC01BFUc7IoVeewOAiKacZlHydvd { top:2rem;left:2.5rem;width:14.8125rem;height:4.75rem;z-index:15002;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0314507-93ad-4030-aad3-e220a81a1a08/10AugLandingPage15.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR.adaptive-delivery-prevent-bg, #vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR.lazyload, #vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR.lazyloading { background-image: none; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container { background-color: transparent; background-image: none; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container > .video-iframe-container { display: none; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row > .video-iframe-container { display: none; }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .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); }#vv9BXXTyn8yxqnNAJKcvUdKxrJ31eoOR > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeFhBNHiMBTiZ1vUwWHUhpG0JHdVpU9O { width:16.375rem;height:2.761725rem;top:15.125rem;left:1.8125rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SMyRt8DcOZTlT5fJiue33QLTAmoB0vcl { width:13.1875rem;height:2.4375rem;top:20rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELU4cok6nbynb5JTdWFPHHygS6qTENtR { width:9.375rem;height:0.125rem;top:18.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Q4LbNRhw2Pe242c3SlnbZA00K2qE1x { width:15.375rem;height:7.9375rem;top:5.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsObwZubrZJTu3afEiMEcGEL3yQtKxyS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/952fbe3b-3b0c-4bed-989b-4f1a4bd2634b/10AugLandingPage57.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS.adaptive-delivery-prevent-bg, #EsObwZubrZJTu3afEiMEcGEL3yQtKxyS.lazyload, #EsObwZubrZJTu3afEiMEcGEL3yQtKxyS.lazyloading { background-image: none; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container { background-color: transparent; background-image: none; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container > .video-iframe-container { display: none; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row > .video-iframe-container { display: none; }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .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); }#EsObwZubrZJTu3afEiMEcGEL3yQtKxyS > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZrb6Vr0cZHsD98GGHTIRK7i5Cz9RDd1 { width:20rem;height:1.86865rem;top:4.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFz3JSXktkFqUNG7JDT4wez3Mnhf5mdJ { width:12.9375rem;height:2.923825rem;top:8.4375rem;left:3.78125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uvhsOxFSnvTI2Ki8V3vV2SmH55ofoUFS { width:13.5625rem;height:2.2744125rem;top:13.625rem;left:3.78125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TPgnUE5ra65StKKuJTTyIB1LOV7pRW7h { width:14.25rem;height:2.2744125rem;top:18.5625rem;left:3.78125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xccf69zU5kAR8BHiSbxyKGVA3FwVXXbe { width:13.875rem;height:3.41161875rem;top:22.9375rem;left:3.78125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mZxuBpPEB6G2ZRb83ThQHcw2ziTlJTVn { width:13.25rem;height:2.2744125rem;top:28.3125rem;left:3.9375rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sOnSWizGDkg1qothL1eCTnpceK25eaTP { width:13.375rem;height:2.2744125rem;top:38.0625rem;left:3.8125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rv87LHXl6a6TCCg3uDIfo5VteliEgqbi { width:14.75rem;height:3.41161875rem;top:32.625rem;left:3.78125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pkPLGvBXumJ4VK9LnrJZLrbdS0Vn1KaA { width:13.875rem;height:2.2744125rem;top:42.875rem;left:3.96875rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tMMNv5WkhLbwllfL7T4sRcRNIsBmIZSQ { top:7.59375rem;left:0.40625rem;width:18.9375rem;height:4.25rem;z-index:15003;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #hKawVvpyTUOIISOnzMmz32cnh5Xnq3fy { top:12.5rem;left:0.40625rem;width:18.9375rem;height:4.25rem;z-index:15004;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #g2U1TZWfSmE9imlWaSKW7S6wr9XaRxXn { top:17.4375rem;left:0.4375rem;width:18.9375rem;height:4.25rem;z-index:15005;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #xGENc0rbe6h4WxoyT1uUWfADhap33HAR { top:22.375rem;left:0.40625rem;width:18.9375rem;height:4.25rem;z-index:15006;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #SHT3CNgW0eDwW17tha5T0wMiyFVQNgyy { top:27.1875rem;left:0.40625rem;width:18.9375rem;height:4.25rem;z-index:15007;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #pLGzEF6pGm0HZrdRZ6ErIb8wkKCtwB4q { top:32.0625rem;left:0.40625rem;width:18.9375rem;height:4.25rem;z-index:15008;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #cegotxFpSd2hMV4XH7a8I3xxVzVpx1Ha { top:36.9375rem;left:0.40625rem;width:18.9375rem;height:4.25rem;z-index:15009;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #rLThH8mkeCybD2P6lTf2Wo0n0J835C9q { top:41.75rem;left:0.40625rem;width:18.9375rem;height:4.25rem;z-index:15010;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #UIbiGN0BGkMfZ2M71TEee6NX84sPB92x { top:8.8125rem;left:1.03125rem;width:2.0625rem;height:2.0625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vPQRQcE8nmODtumF0CmhZfE2sTTCE2ZJ { top:13.71875rem;left:1.03125rem;width:2.0625rem;height:2.0625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KmzB0fchHJNHCWHiDAk3zMIFbP3ddDt8 { top:18.65625rem;left:1.03125rem;width:2.0625rem;height:2.0625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wWOK4JlHNDurgu05yHs5mv2tA2iT3CJ9 { top:23.59375rem;left:1.03125rem;width:2.0625rem;height:2.0625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #saadP7QHeZkH7OQMW9uAGpclliKLb31D { top:28.40625rem;left:1.03125rem;width:2.0625rem;height:2.0625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OTbKU4exTUK6q5omoaGv45UEhNWzw3hv { top:33.28125rem;left:1.03125rem;width:2.0625rem;height:2.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LzJPz9doyvoyrHyZ01F2SrXhxDsIogTQ { top:38.15625rem;left:1.03125rem;width:2.0625rem;height:2.0625rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U5RRuzeASO5T2mhyB9Lwpt40P6QVKNSo { top:42.96875rem;left:1.03125rem;width:2.0625rem;height:2.0625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e7864ab-d143-47e0-a3c0-5188808af65d/10AugLandingPage17.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB.adaptive-delivery-prevent-bg, #beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB.lazyload, #beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB.lazyloading { background-image: none; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container { background-color: transparent; background-image: none; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container > .video-iframe-container { display: none; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row > .video-iframe-container { display: none; }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .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); }#beXtpgdT0u6OkMvI80pDUN7oJvXLTHtB > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0XGLEpgKQbnrH8ylBVSBclLdQtTbv5u { width:7.25rem;height:2.1933625rem;top:22.4375rem;left:6.375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aubbqc3SmT2J8Awdh0kfLA9DVIhNC8xC { width:7.8125rem;height:1.13720625rem;top:24.8125rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zt7xEav0I4rpt7AsaQ1HE36VEIW5ynPJ { width:17.6875rem;height:2.0996125rem;top:34.8125rem;left:1.1875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RK57XixHvp11EwZ2OszPOd1MltWOUIaT { width:15.1875rem;height:7.34864375rem;top:26.125rem;left:2.4375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D9g6EMX7TXeLpQrTQg66KPTt6yMnaUci { width:15.875rem;height:1.13720625rem;top:33.5rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRWZIUukuARd0VNZiW5r7CFv9LazJOpn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3cfd18c4-2a30-41f7-aba0-94c23d773d6e/10AugLandingPage18.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn.adaptive-delivery-prevent-bg, #gRWZIUukuARd0VNZiW5r7CFv9LazJOpn.lazyload, #gRWZIUukuARd0VNZiW5r7CFv9LazJOpn.lazyloading { background-image: none; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container { background-color: transparent; background-image: none; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container > .video-iframe-container { display: none; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row > .video-iframe-container { display: none; }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .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); }#gRWZIUukuARd0VNZiW5r7CFv9LazJOpn > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr3t8PNlTyITzDG25NhUWEgXRkHc7Ju2 { width:20rem;height:1.625rem;top:3rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZGkCNgh3keR0P3wmmJ6cP3QvmBJZtv0 { width:13.0625rem;height:1.94921875rem;top:43.4375rem;left:3.46875rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:sukhumvit;display:block; }
 }@media only screen and (max-width: 763px) { #weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/87e98b18-e5be-4f8c-9ff8-b432061c0030/10AugLandingPage19.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T.adaptive-delivery-prevent-bg, #weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T.lazyload, #weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T.lazyloading { background-image: none; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container { background-color: transparent; background-image: none; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container > .video-iframe-container { display: none; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row > .video-iframe-container { display: none; }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .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); }#weakpUbiqtS6nKbS04Uz7LRvWqv7Wl9T > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/952fbe3b-3b0c-4bed-989b-4f1a4bd2634b/10AugLandingPage57.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9.adaptive-delivery-prevent-bg, #tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9.lazyload, #tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9.lazyloading { background-image: none; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container { background-color: transparent; background-image: none; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container > .video-iframe-container { display: none; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row > .video-iframe-container { display: none; }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .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); }#tFpmA3x6ZNeVEytmQiAcF0geXcbUorT9 > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikt6uqEp9Ax4QwBRCD7nWhf935wN22A3 { width:17.125rem;height:1.86865rem;top:1.5625rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoToZBuVNVaVh23XXNVgVCAovNU1prxc { width:11.9375rem;height:1.3808625rem;top:5.1875rem;left:4.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNkeHcfFnDxvWe6mIJqMuE5IbkOZyhOZ { width:10.75rem;height:5.625rem;top:6.625rem;left:4.03125rem;font-size:0.875rem;line-height:1;display:block; }#LNkeHcfFnDxvWe6mIJqMuE5IbkOZyhOZ li:before{  }
 }@media only screen and (max-width: 763px) { #lRG6TiwoZRAhKpbho9css1dWQNoITh5d { width:13.8125rem;height:3.375rem;top:17.96875rem;left:4.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QgVTEpGDL3XFrmaAWfqGyfd0oBpf5zcQ { width:8.6875rem;height:1.3808625rem;top:14.6875rem;left:4.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #axtHBweMb1H7rZpVD7aqwNsOgMZF6zzv { width:13.0625rem;height:1.3808625rem;top:23.40625rem;left:4.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bnIeVoJal9u0hvhbXhw5S8QMFFsIkfcy { width:12.375rem;height:2.5996125rem;top:26.9375rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aW1wpTr7ET120KblZD0eFv4c6DDnprWU { width:13.25rem;height:1.3808625rem;top:31.6875rem;left:4rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTw8zRUyBCQIf5nQMH56I6tlLOiXoghi { width:12.8125rem;height:1.3808625rem;top:35.6875rem;left:4rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QLhIh6Wge98r0ZtOLLgnH0P7gMOVHTp6 { top:4.3125rem;left:0.40625rem;width:18.9375rem;height:8.875rem;z-index:15002;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #FysXVu4s4SnyqdJKdb4MeCKkt19K6ux8 { top:13.8125rem;left:0.40625rem;width:18.9375rem;height:2.9375rem;z-index:15003;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #cc4OPoXGbhEPZuBm57sONrE4ocz83xlp { top:17.375rem;left:0.40625rem;width:18.9375rem;height:4.3125rem;z-index:15004;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #xIaV1DFgXlacGD5LZweWWHAzeTs4vmx8 { top:22.34375rem;left:0.40625rem;width:18.9375rem;height:3.25rem;z-index:15005;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #kO24WGh09lloq0yH3vmfZQsCUHXVwmKr { top:26.21875rem;left:0.40625rem;width:18.9375rem;height:3.6875rem;z-index:15006;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #yvQBur87ontwNhopbxb16E4yv0QMkJnZ { top:30.625rem;left:0.375rem;width:18.9375rem;height:3.25rem;z-index:15006;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #c7IGDRrrX9Fo9o4dOXKNDZoJdpyUdVND { top:34.625rem;left:0.375rem;width:18.9375rem;height:3.25rem;z-index:15007;background-color:#ffffff;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #BSqsUT0XXZ1E3eVoZxfB70rhuz10qgce { top:4.84375rem;left:0.78125rem;width:2.0625rem;height:2.0625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IQTIAo8CF3vouCHF0FzugiPKKxNFUHrz { top:14.34375rem;left:0.78125rem;width:2.0625rem;height:2.0625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UkT86vpV3xkPlaM5t60C7a4yvE14aKNn { top:18.625rem;left:0.78125rem;width:2.0625rem;height:2.0625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ERDzdeOUgPLrpi2U6isP9AX6A3etiI6w { top:23.0625rem;left:0.78125rem;width:2.0625rem;height:2.0625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IaAHehvuI3LVygsQ87rID7raKtS2GWy6 { top:27.15625rem;left:0.78125rem;width:2.0625rem;height:2.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hBPTrPGt0GUyWDoPdRmxfXBMKpJfKvHD { top:31.34375rem;left:0.78125rem;width:2.0625rem;height:2.0625rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TTFdBvCaBJ1pazlTMnHzXF2QyyDcgJAr { top:35.34375rem;left:0.78125rem;width:2.0625rem;height:2.0625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d1f0ba6-91dd-4c76-a140-9a8931e71990/10AugLandingPage55.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A.adaptive-delivery-prevent-bg, #L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A.lazyload, #L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A.lazyloading { background-image: none; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container { background-color: transparent; background-image: none; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container > .video-iframe-container { display: none; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row > .video-iframe-container { display: none; }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .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); }#L7UkSm4wDJMCcO0Ufm8l7NTaWV806U7A > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRF6eNT99MM1HCmX1o6Hh88GfQpbpLtF { width:17.6875rem;height:2.11230625rem;top:1.5625rem;left:1.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGL8VPCMtTbfJfn1KMnRUGCZUGLz1J00 { width:6.1875rem;height:1.2246125rem;top:9.25rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lALyKl6bNiB69mDaireMt4oNG1iPLRzq { width:5.0625rem;height:1.2246125rem;top:9.25rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwAh49mqtuICH4MKJTFK5DsHpLUeF16c { width:7.875rem;height:1.2246125rem;top:9.25rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNKb2tq8LvWwdhhOONOEqTDymn8M3u8a { width:4.25rem;height:1.2246125rem;top:16.75rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6i6MrcgD6LT8nHxJxTw2vIT3fecfEQh { width:5.75rem;height:1.2246125rem;top:16.75rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAeOSN5pSRPxslyG5bSF3EqZ3GhvqgCB { width:4.25rem;height:1.2246125rem;top:16.75rem;left:14.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U50P1fzGfeJSUgmMglL73ezmcawVMutc { width:11.3125rem;height:3.67480625rem;top:19.9375rem;left:4.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #apJmtL4z1s29qVsRfdx6EUdgZg5X1RIM { width:6.1875rem;height:6.1875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrQEDdIe7UQGlrgXUawoZTdRc8qqJfpF { width:6.1875rem;height:6.1875rem;top:4.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUcDswiyKpkNJzugzowcHJ2cfJeenJX { width:6.1875rem;height:6.1875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEEdG1K35E0ZgvwxIBBFBxnSPWdMfQCm { width:6.1875rem;height:6.1875rem;top:12.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlliLIDsAxzi0gzRcEtd8o8Zf69RghhV { width:6.1875rem;height:6.1875rem;top:12.125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAHS9X2dyxVTTka5hyeXSdsx6TsXfnCi { width:6.1875rem;height:6.1875rem;top:4.5625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdQWaZZ0TuQ8UoQJmQ5MHMfieHu62VbB { width:3.9375rem;height:3.5rem;top:5.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa38T5PSFXt7zh957bsyqry5m202ly51 { width:4.625rem;height:4rem;top:5.3125rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv7x10xVgXmDLIEl0OQs7hr8mKgtn2Ia { width:4.4375rem;height:3.875rem;top:5.125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c95HeomgWiGME7As10OoR9wNBi3yIhmy { width:3.9375rem;height:3.4375rem;top:12.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHpyy2BtiPavfuhTzXGiu64CwRwWFO0A { width:4.375rem;height:3.875rem;top:12.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxGQLaTTm0eySSmfuMJ4D15CsIIZzIxz { width:4.5rem;height:3.9375rem;top:12.5625rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks5JsX1nn1fWlHnGNDIcsQ3LsIzOAQqB { top:19.25rem;left:1.8125rem;width:16.4375rem;height:4.75rem;z-index:15005;background-color:#000000;background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #TC4RnzddczOy1LHTvp92OFQfnFquGOKz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eac90222-f83c-40d1-a7a6-f0f9642e21c2/10AugLandingPage23.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz.adaptive-delivery-prevent-bg, #TC4RnzddczOy1LHTvp92OFQfnFquGOKz.lazyload, #TC4RnzddczOy1LHTvp92OFQfnFquGOKz.lazyloading { background-image: none; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container { background-color: transparent; background-image: none; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container > .video-iframe-container { display: none; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row > .video-iframe-container { display: none; }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .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); }#TC4RnzddczOy1LHTvp92OFQfnFquGOKz > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx0pKv0OT1TKAN1HfhiSOPJ4W72bUvpw { width:13.125rem;height:4.125rem;top:1.21875rem;left:3.4375rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J37rIdtSMIms1p3cTReDXSPAWqUZdtST { width:16.0625rem;height:1.2246125rem;top:5.65625rem;left:1.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTC34FTtaNHtQkzp6zpNFNyEBfqAnZmX { top:7.4375rem;left:2.75rem;width:14.5rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxHubg6DeIxh65paMraTWk16iGxwcpMk { display:block; }
 }@media only screen and (max-width: 763px) { #BldIccHpQyC1SlOWKIRxLqr202fXTpPz { display:block; }#BldIccHpQyC1SlOWKIRxLqr202fXTpPz > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VICT7EXXz3GyywUCgIK59JhLhXp9a0wN { width:20rem;height:2.11230625rem;top:3.1875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RSo5xTEK6GJ2X7GdayRJuaoi9bKHc6b4 { width:8.875rem;height:1.94921875rem;top:15.96875rem;left:0.59375rem;font-size:0.8125rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SP5NVSM1yWcIcclAfeVVCR7vrs58vxst { width:8.3125rem;height:3.1494125rem;top:28.0625rem;left:0.875rem;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xJKB2AyW6JhTklSl9QaedxZslQhrBtgE { width:7.8125rem;height:3.1494125rem;top:15.3125rem;left:11.3125rem;font-size:0.875rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pw2H0idSusFQFEFG0opvsXQTc68ognXU { width:8.9375rem;height:3.1494125rem;top:28.0625rem;left:10.75rem;font-size:0.875rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u0O3LREy4CcPpi8G1JUtZmzIVP0HJJSz { width:9.6875rem;height:12.5rem;top:6.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f92acdab-0088-40e7-84ba-a8b3fb284706/10AugLandingPage36.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }#u0O3LREy4CcPpi8G1JUtZmzIVP0HJJSz.adaptive-delivery-prevent-bg, #u0O3LREy4CcPpi8G1JUtZmzIVP0HJJSz.lazyload, #u0O3LREy4CcPpi8G1JUtZmzIVP0HJJSz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pMwUTGQlHLytVTfD0d2RNiqFFTclGkPr { width:9.6875rem;height:12.5rem;top:6.25rem;left:10.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38556926-a885-47af-8574-2a9989a2ce18/10AugLandingPage35.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }#pMwUTGQlHLytVTfD0d2RNiqFFTclGkPr.adaptive-delivery-prevent-bg, #pMwUTGQlHLytVTfD0d2RNiqFFTclGkPr.lazyload, #pMwUTGQlHLytVTfD0d2RNiqFFTclGkPr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ddU1U4TlNq51MeJUINrMSxTm9VXrZ03M { width:9.625rem;height:12.5rem;top:19.375rem;left:10.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2a1de708-c8ab-4020-b6c0-5207d951cab8/10AugLandingPage43.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }#ddU1U4TlNq51MeJUINrMSxTm9VXrZ03M.adaptive-delivery-prevent-bg, #ddU1U4TlNq51MeJUINrMSxTm9VXrZ03M.lazyload, #ddU1U4TlNq51MeJUINrMSxTm9VXrZ03M.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ILTqNFi7bgZVGuMUIZPkD7eqm3ci85fD { width:9.625rem;height:12.5rem;top:19.375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6ef4e49-67bc-4331-a4fa-c410df56e900/10AugLandingPage37.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }#ILTqNFi7bgZVGuMUIZPkD7eqm3ci85fD.adaptive-delivery-prevent-bg, #ILTqNFi7bgZVGuMUIZPkD7eqm3ci85fD.lazyload, #ILTqNFi7bgZVGuMUIZPkD7eqm3ci85fD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iTFu37quSTAmqfRnwrEC3JAsnGQfPgok { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d1f0ba6-91dd-4c76-a140-9a8931e71990/10AugLandingPage55.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok.adaptive-delivery-prevent-bg, #iTFu37quSTAmqfRnwrEC3JAsnGQfPgok.lazyload, #iTFu37quSTAmqfRnwrEC3JAsnGQfPgok.lazyloading { background-image: none; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container { background-color: transparent; background-image: none; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container > .video-iframe-container { display: none; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row > .video-iframe-container { display: none; }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .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); }#iTFu37quSTAmqfRnwrEC3JAsnGQfPgok > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BciTXOzwLKFBOVcAhn8o9SupTZ9U8PsU { width:15.3125rem;height:4.0625rem;top:1.125rem;left:2.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvTuravBAt52OEgW8An3Sivqy4k86xvS { width:6.0625rem;height:1.2246125rem;top:11.5625rem;left:2.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xySy45zfHKR4i9TOFxVCFgolJX14b2 { width:6.5625rem;height:0.82470625rem;top:19.59375rem;left:10.90625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eXTMRfsqrGwWDgTv5CfBeW83XLDQ1FsZ { width:5.1875rem;height:1.6494125rem;top:19.1875rem;left:3.09375rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KE1IoEgyLi28h1UcbXAuQPQOen7f7hvd { width:6.125rem;height:1.2246125rem;top:11.375rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HexXokSllh9tIFbtrVVTmwlQwvTIsfzz { width:7.125rem;height:7.125rem;top:5.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7QbcXtSpqwNHuDm64O6TRaXSy5qMgKU { width:7.0625rem;height:7.0625rem;top:5.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtsRkP0Es5ECAtgKF9gl6ZFrdbPuUJV4 { width:7.0625rem;height:7.0625rem;top:13.96875rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUwCAlmIBqLBTMzUgAJl8QkMuOMlkMZC { width:7.125rem;height:7.125rem;top:13.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhVqoMrTAVbID8LORK8vTJMsaxmidWWI { width:4.3125rem;height:4.5rem;top:14.25rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck14dDXXnUXhSD1AypfEenVCi8T3Bmgy { width:4.9375rem;height:4.625rem;top:6.375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKHrWrW1m4933dUDf1tJ8nFG2i3D9wUv { width:4.8125rem;height:4rem;top:14.875rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8MJoTtbWzzmibiMxsDTABuoI9wnObz { width:5.75rem;height:4.375rem;top:6.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4daad6d0-76ef-4c5a-b630-0f7df6654025/10AugLandingPage56.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E.adaptive-delivery-prevent-bg, #cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E.lazyload, #cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E.lazyloading { background-image: none; }#cIfsKCFdptIUh5Ot9p94DIT7EUS4zk9E > .row .container { width:20rem;height:35.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cLwq22wMXivD2BHDifIVFBd46cr04ZPb { width:14rem;height:3.8994125rem;top:1.25rem;left:3rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRlXByd7oUVOMplnSGLkvPN565UU1WKX { width:14.1875rem;height:2.79980625rem;top:20.125rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG9UTIcHn4reT6CP39594d8MmqBpKt0e { width:7.875rem;height:2.79980625rem;top:17.375rem;left:6.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOHsIXUUrTWRtkfKkrtKD9XOwnoDGsFs { width:17.75rem;height:5.9375rem;top:17.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHNFVRD3R4fe0Mb4lAcqccFXOI7I4uEw { width:17.75rem;height:4.5625rem;top:23.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDu6acoG4liiA7TUpnNmKGWXQiL3JCOg { width:14.5rem;height:1.92480625rem;top:24.25rem;left:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwAOT47TcThkNC6pmyR2XZRRHmpU1r8d { top:29.6005859375rem;left:2.15625rem;width:15.6875rem;height:3.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clm2eK0gg34x5ybAfmQGQTPZqGbFbOyL { display:block; }
 }@media only screen and (max-width: 763px) { #rxDp4lxwV59oOQHsKborfNNGpwhl0PRH { width:14.5rem;height:1.57470625rem;top:26.125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAp03eUMkkAu7O4U6ebXLk5gsEokz2ni { width:15.375rem;height:8rem;top:7.29931640625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4daad6d0-76ef-4c5a-b630-0f7df6654025/10AugLandingPage56.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs.adaptive-delivery-prevent-bg, #mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs.lazyload, #mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs.lazyloading { background-image: none; }#mXgmh8m9PJTHMvpiy8uTUvcDKDN2vdTs > .row .container { width:20rem;height:21rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TA0yRKPxHDhARkdg5qDck4QUEof1aEFT { top:15.7880859375rem;left:2.15625rem;width:15.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUAVCFReqt61ZCu7Pm3yyWltCDWnRo5X { display:block; }
 }@media only screen and (max-width: 763px) { #bq2vTD0stVVtxoqXcPeOmTmVfp9rtgIs { width:18.9375rem;height:18.3125rem;top:1.2255859375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTK0gdTNEEZ2q0kaQktlpRNT3Vsllwq { width:20rem;height:0;top:4.994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XdgQz19u8KT0F4sN9GexT7rfR0tJJOP8 { width:20rem;height:1.94970625rem;top:2.2255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J4CPgMsoUkqcmFz2GX7OWizqnp1bvy22 { width:20rem;height:0;top:42.6630859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;color:#fbe936;display:none; }
 }@media only screen and (max-width: 763px) { #CX6TJrSINbTasDb23tfD0ZnpcXJbcerP { width:14.4375rem;height:0.73095625rem;top:12.1376953125rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #otKHfouSpTXG6cHfkGyS1SFUVnRoyBCL { width:18.125rem;height:0.89355625rem;top:13.68798828125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TPNORM6CKFHLhubTubsNSBwrMhCNRHgS { width:17.9375rem;height:2.761725rem;top:5.142578125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#ffffff;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #TlubL5RaGvQGQazTSCTOFgkc332Krsr3 { width:16.3125rem;height:2.11230625rem;top:8.8876953125rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;color:#ffffff;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #GTMKzH5OyaenqTh9228EHFiTLPW6b7rw { display:block; }#GTMKzH5OyaenqTh9228EHFiTLPW6b7rw > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoHCacJvzmTnZlzqDOIWopwRo5fRGN6U { width:20rem;height:2.03125rem;top:3.875rem;left:0rem;font-size:1.5625rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #c3IFIUnp8u3ZBvXUN8tB3XyWkzPUTbdW { width:17.0625rem;height:3.89941875rem;top:18.4375rem;left:1.4375rem;font-size:1rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c4R6A48oTIuJSnRUvOLVATtyDzlm3u4s { width:17.5625rem;height:2.0996125rem;top:23.9375rem;left:1.4375rem;font-size:1.75rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #reCNiTMvsCHNfa8imSbZ3bD0cTwLJA7Q { width:18.4375rem;height:5.0625rem;top:17.6875rem;left:0.8125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KV69BqnXSgTsCoRQRFxNM2Z2t5uqQhbw { width:18.4375rem;height:4.8125rem;top:23.125rem;left:0.8125rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aJziZZPV2nJBlKsPI1cD81R6bKuTKOvI { width:11.9375rem;height:0.9746125rem;top:26.1875rem;left:4.25rem;font-size:0.8125rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T6VHNyx6qnP5TewciS38Ee1IG5TJ97Aq { width:15.125rem;height:2.3994125rem;top:29.6875rem;left:2.4375rem;font-size:1rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cgXasNt5DZz9akInFwkDIFs9UxxNVo5M { width:18.1875rem;height:0;top:41.568359375rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tcmf5eOwfhgT6McfRKbpqDwocloIegbA { top:38.5rem;left:2.1875rem;width:15.6875rem;height:3.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeUW4Zg8tsNW9thXIbvVBPuDlO0OyHaf { display:block; }
 }@media only screen and (max-width: 763px) { #kaOTkJcP2EAfhnWmd5TTlgUdigxsgQ8a { width:18.1875rem;height:3.9375rem;top:33.3125rem;left:0.9375rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #hKlOl3CmPzwxlCPca89GoAB4qomq35hG { width:17.75rem;height:9.125rem;top:7.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChF7d3vvREgU6euNBHWuBLVB41uTt7V5 { display:none; }#ChF7d3vvREgU6euNBHWuBLVB41uTt7V5 > .row .container { width:20rem;height:48.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gC0IzS24vrtQmNUK6vhyV0brXmcLPSQW { width:18.4375rem;height:11.25rem;top:28.4375rem;left:0.59375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CfL4yTAnVfn9h72TaihLQ80I8Pd234lF { width:18.4375rem;height:2.875rem;top:39.125rem;left:0.59375rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DXaga5VxopZsqpW1dNbhA30okBsWd3a0 { top:43.25rem;left:2.15625rem;width:15.6875rem;height:3.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0pL9FiUXVoVtI8IP9PN2sOI9ENSIxTo { display:block; }
 }@media only screen and (max-width: 763px) { #A2ff2C8uXfzZrthZMz9ADrM5lK4wLMrD { width:13.875rem;height:7rem;top:15.1875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkazopuqAlPX4zmNdvmTCk7fleI0DIJn { width:20rem;height:auto;top:8.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #OCltRb0HKCDAFlwrxy27XfvNxCLCP5oz { width:20rem;height:6.1875rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQSaTmiT1sxCTbHEop9vSfJBIknFlX6H { width:20rem;height:auto;top:5.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#b56ff6;display:none; }
 }@media only screen and (max-width: 763px) { #FrbpZcKcODWJTGuB3VJCaFO1smM3b9Q2 { width:20rem;height:auto;top:1.9375rem;left:0rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #felTzb0yLsqQk62EPeTZQFiMuIBnd0uG { display:flex;width:6.3125rem;height:6.3125rem;top:0.3125rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MG01O5TDfrzVc3HRA2K9Q4yP7Hh8bKz6 { width:14.4375rem;height:7.25rem;top:19.875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCWiXmwE8g1EiXaa3i7IB306x7ybpovZ { width:6.5rem;height:1.94970625rem;top:40.0625rem;left:11.9990234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1Tg5yCtW4XzmMzerAHNUrbIOxBshyz { width:20rem;height:auto;top:18.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Tivw266n3W4Sz0kMw5BnlzTmnsUplrDc { width:20rem;height:auto;top:15.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6ufOpLExHSaZoKqt4mxsGue97He6XEC { width:20rem;height:1.5rem;top:29.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gWt9z5Q2ryooO7qLJ8ItomRJXVHby1FK { width:7.9375rem;height:1.94970625rem;top:40.0625rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvJa5Gwb03H9rLg3TClFZb8n45oIRZIc { width:6.5rem;height:1.94970625rem;top:40.0625rem;left:7.09326171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXyqQ1ubiQ6ca9HWxq6e4KGKbHhcWiiz { width:20rem;height:6.1875rem;top:4.625rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #VTb2RcTDWpI8Cdns6z7zNhASMzTwGpzS { display:flex;width:2.9375rem;height:2.9375rem;top:5.25rem;left:0.8125rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #c4MIXQukNpNpBFqOxQmT8XC9t4OkPRdG { width:16.1860625rem;height:2rem;top:5.25rem;left:1.90673828125rem;font-size:2rem;line-height:1;font-family:kanit;z-index:15111;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #irFS5PQv8hWd4pZbhhFsUsnQflXGeZzr { width:14.3125rem;height:2.699225rem;top:7.71875rem;left:2.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ff0000;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #VyMBL4UfL6T0aUf9dTXdfWOtqyKLZHQQ { top:35.5810546875rem;left:1.3125rem;width:17.375rem;height:2.3994125rem;z-index:15112;text-align:center;text-align-last:center;font-family:kanit;font-size:1rem;line-height:1.2;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #WWhxgoJAmCyP02RuLvBUT7LZXu9qNbzE { width:17.0625rem;height:2.5996125rem;top:32.0439453125rem;left:1.46875rem;font-size:1rem;line-height:1.3;font-weight:700;font-style:normal;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #m6NRqbOwpTTkUL3MD308hlkGw4isGe0E { width:20rem;height:2.699225rem;top:11.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15022;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T { display:none; }#zcOxx4Napvat6sJDdNqhl7TeJCAkhi2T > .row .container { width:20rem;height:33.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EEEIvT9tT3scIS5Ss5WbT8GB3lzodUkC { width:18.6875rem;height:7.6875rem;top:3.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlNGPv9N7KhUWqGtJZteObI4iZ7T5Sss { width:19.6875rem;height:2.599875rem;top:17.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTMX4arIrSS5WrvhwpCSEu8TauKs6B1Z { width:19.6875rem;height:2.03125rem;top:20rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5EPvXcrpJNbXdH5KvnqTkcI2KTFnnRb { width:5.1875rem;height:5.125rem;top:12.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JunWTqv6i5mOLTfbEZkLIRz0TWbdat7K { width:7.9375rem;height:auto;top:11rem;left:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Us8cwksLTCDLB04iXEQDgt7GkErxPJQP { width:3.125rem;height:2.25rem;top:26.703125rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfrsGqcVHt6l7Snx0EZJDTZPwH4fG4TG { width:19.6875rem;height:2.03125rem;top:25.723987102509rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzsi3O5rI9TOs4Irh1F6TNHKq4cWU6EW { width:7.875rem;height:2.599875rem;top:23.125rem;left:6.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNZkpEMsZzoHfIIGZ9BCr6TpceRyWSEP { width:20rem;height:1.625rem;top:30.37464427948rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7P4mKec3M3ZS3tN0czZV61xPuNreR0q { width:3.9999125rem;height:3.9999125rem;top:27.755236625671rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPZBAy9FQS3HzQyGwuqTiabCNNDqg5aW { width:12.125rem;height:auto;top:11.0625rem;left:3.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTaRgdVMh73VSdZizQOZraZhzgAvgA88 { width:2.9375rem;height:2.9375rem;top:11.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlJtBGzR2XJ3XqIHAcRIPF7dT4EeJJEL { width:2.9375rem;height:2.875rem;top:20.037109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8E4WGqczymlUJf3JLWS25HAe9urEmsB { width:5.5rem;height:2.35595625rem;top:23.3125rem;left:1.875rem;font-size:1.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #c05Arp5eTLmibT9wzuoXcMeuKErVNhV8 { width:5.5rem;height:2.35595625rem;top:23.1875rem;left:12.9375rem;font-size:1.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xV2tas2cahMEZc2WHezioDfSubQ4R2I9 { width:10.2499375rem;height:1.4999125rem;top:2.3686077594757rem;left:4.87482213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgaf6L6LBQDOvyiRlBsXiTOhZbnsmdoh { width:14.9375rem;height:1.625rem;top:12.6875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsE2UKpSI7BE7QOSOq7H9es944yFo2z { width:20rem;height:1.21875rem;top:14.875rem;left:0rem;font-size:0.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Xoy8ZpoHrT0SvHRb5l1fl08m91uuOHqA { width:19.6875rem;height:1.05615rem;top:27.953211784363rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5crCuLdCrdiVp1xTdTZ5TtFg0okszUB { top:33.5rem;left:1.5625rem;width:16.875rem;height:0.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc { background-color:#ffa819;background-image:url("https://images.assets-landingi.com/uc/6c15b0e5-cd1c-4869-86f8-92f67ee76819/10AugLandingPage39.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc.adaptive-delivery-prevent-bg, #EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc.lazyload, #EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc.lazyloading { background-image: none; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container { background-color: transparent; background-image: none; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container > .video-iframe-container { display: none; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row > .video-iframe-container { display: none; }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .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); }#EB6eui7p6r2fQPvoJSN0ueTIUnFkWQwc > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzDvS5ZfXHxcf359xwfBwbqF9ad3G9pX { width:15.75rem;height:2.2744125rem;top:2.5625rem;left:2.125rem;font-size:0.875rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o3BnOdkvp2Gptrcgm6L7rcWcPmm0xgiP { width:16.0625rem;height:2.17480625rem;top:15.5rem;left:1.96875rem;font-size:1.8125rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n4a5fzKf8ofbylMk7z30Rsx9MuLrmJ1s { width:18.75rem;height:6.3125rem;top:5.4375rem;left:0.4375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yLe5iL5EOy7Io29t2oWJCpPodhKuKsTA { width:18.75rem;height:7.3125rem;top:12rem;left:0.4375rem;background-color:#000000;background-image:none;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fKemOWXvhqiQxRHcfap2qsCUCcZXRZPk { width:14.1875rem;height:2.2744125rem;top:12.9375rem;left:2.90625rem;font-size:0.875rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JMnB5O9PWy0IpFQ6TFsDUm4VmIMgMU0N { width:9.6875rem;height:1.04980625rem;top:6.1875rem;left:5.1875rem;font-size:0.875rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PFTmaLZRRLse4kpFHRML0MqFiXF6BIC4 { width:17.5625rem;height:3.8994125rem;top:7.5rem;left:1.21875rem;font-size:1.625rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xvtzpqGwWomnZoT1w8qr8CruV8GBEQ8a { width:15.4375rem;height:0.82470625rem;top:17.75rem;left:2.28125rem;font-size:0.6875rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uceHcWMBPqnCtWfJ89TAdcVM2PwqEKXb { width:16.375rem;height:1.19970625rem;top:20.4375rem;left:1.8125rem;font-size:1rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kw8cThT0BGOylSBia9WAZoogduh8OamA { width:19.5rem;height:26.6875rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-text {padding-top: 0; padding-bottom: 0;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-select {padding-top: 0; padding-bottom: 0;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS  { width:17.5rem;height:auto;top:22.6875rem;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:15015; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS {display:block;}#dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS { width:17.5rem;height:auto;top:22.6875rem;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:15015; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #C5H7ydUxhGhQpnLCkNsbABeuhG2uOeKC {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #EHFzeRxWpTREZm8yWeKeyT7TpGg5mWbd { display:block; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #dRMxrp05J54EFs6pZ1Z9ZvVyEqoPaoAp {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #UzkISahKmqG5TxkzTbZsfR84uI22i5wc {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #Bzu3avaC6IbTTGvhLHRtKNlHU8IrZWtR { display:block; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #vROPhFAuMiOEquWT76TG1bpz8GwRerX3 {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #hBe5XTNbFrKOFd0fR5ZFL7fcICdCSgdn {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #t6Rsdx8eUD3uFbZE1R7d4oakiOawpB47 { display:block; }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #fb4wXiIeHTrxtH22XGrbyTwbkJ82GnhO {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #FQxZ7nk3U4T0AQvEWo4LbuFTQPGh4Kcv {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #TlFtm4M64FIeq7eF7vQpcvVLLzzngkOE {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #NifkHraJoGBGT4ztg4mOt9iVwbV0mmSb {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #dbFaGAT9UGkxI0uIeI7pVewib507iNTd {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #sT86B6S1G5xhAiArTfnWnLw26y0KVfZl {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #bn30HMLPWGpX5MIzCGlPq4MHEJacOgUb {  }
 }@media only screen and (max-width: 763px) { #dTXZ9Rehn8Z47iB6SBEFTS3mitvXJvmS #gltn1NagFIagNePBaaNInm5PBTTsIIwK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #blgGN3TiGlJWfu1UKBpTQVyswcZFecsf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HLCLHi5HfQkCJXkq2MKW7QABkBLAizZb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FaIZO1fFEWoTfFaWT4LJGgCJFKyXLQhX {  }
 }@media only screen and (max-width: 763px) { #OTUlfBbM4ZyDCrVGzqTHT6qtIf95cqHq { display:block; }
 }@media only screen and (max-width: 763px) { #xF7iHMDtfOAouJK6rxgmmJ13QGPOAGmT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n0u7mMGxmFVyRRU9MUkBV5CKcOcWxAhM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #H6AB1QaViJCP2ZawB3FzXgH8RcrDEIbf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RTksKHi1LQfAxtpw8EspzvDMZxaSXsap {  }
 }@media only screen and (max-width: 763px) { #vfIBprfrMouZM7BauDSpZ3N0elVVUz7p { display:block; }
 }@media only screen and (max-width: 763px) { #JKCeOT3aKQ8JX3qcNwgdxEpbRm5O4PLq { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x17z60hBIED17e4ZTBNScb25rEOvQOfC {  }
 }@media only screen and (max-width: 763px) { #UNK144c9OiMAbxkTKQbc8QyKmEv3laUq { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c4JUHkGAidrSFDytT4scHoHKN5vTGpGz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rP9KXPpTAFwZm0srHxml5U8rJnAopHl4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wylrPwEqQcVHV2AIBWtPmTuDToUBopuc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zcNxtFFfQMIkcbr61XepPbAFRf3xKlo8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qGuG68b5u73HoEbENnMAM6ekUsX9UwL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GLyHMnktwmb7DeGkGwTNZdWHW7dTeGal {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nViarPA1wuPzxHd6hcPFRBKeDbpIKZvr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nhzglwNkAdhXDb4nFHeO40iGDZt73ZCW {  }
 }@media only screen and (max-width: 763px) { #mCligOgoIreul4e8NXyPLvZI06m7zBLO { display:block; }
 }@media only screen and (max-width: 763px) { #XSo0IkXLShh3h2gH6BMq8rC4tM6xrsCO { display:block; }
 }@media only screen and (max-width: 763px) { #wLQf6k1B5Wtav4N606IT1Kh7ERx8fTKW { display:block; }
 }@media only screen and (max-width: 763px) { #UPyQctnOWGhAQmeuOxLfIXDLxDUoWhNc { display:block; }
 }@media only screen and (max-width: 763px) { #a9yo6tStkuduw6c1qttXDDpPsIw5OT8Z { display:block; }
 }@media only screen and (max-width: 763px) { #nPl7BJGPyeKtzx3vgzF6JMHEKKnlJdVZ { display:block; }
 }@media only screen and (max-width: 763px) { #XKtHzDivA5zbEM6rix4woFhDiCmJBNJp { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LxeQyES9EkK9QgiDgh4cAF4skpp21LUK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XPGvLSN4Pn6prCF9NEgTmoMg3oBt1rAf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P1gVyU1IM1vbUgoUoubVCU5Eq7QDZI6S {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xEnn3k4sn5KFI0aFVFBED5rA67eVgm6S {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UUE7lEbQRiprA0G9f2heOqwxJWNn3Q1L {  }
 }@media only screen and (max-width: 763px) { #I7yvRA6SJ1cdLuS2Ky9RUvDQJ8FnfGyR { display:block; }
 }@media only screen and (max-width: 763px) { #T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU { background-color:#ffa819;background-image:url("https://images.assets-landingi.com/uc/cdeffc0a-9b56-4899-a552-a3e88401ae73/10AugLandingPage40.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU.adaptive-delivery-prevent-bg, #T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU.lazyload, #T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU.lazyloading { background-image: none; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container { background-color: transparent; background-image: none; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container > .video-iframe-container { display: none; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row > .video-iframe-container { display: none; }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .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); }#T4tSsX6FMsT7a9k47x6DGfS5LM8aryuU > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maBBGWVcZUwwNW8RBbdeWmeBpq0TD9op { width:17.5625rem;height:1.94970625rem;top:1.3125rem;left:1.21875rem;font-size:1.625rem;line-height:1.2;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BTXHOdgZ19H2vCfgzzRhLSld2r8iBqfz { width:10.8125rem;height:10.8125rem;top:4.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknuUlVpp4oy3JL1OQ2NeoPnHInUkgqd { width:7.875rem;height:2.54980625rem;top:11.875rem;left:6.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRNPT7es9TaKSRXNJwPu3fNDpu76AiUp { width:7.875rem;height:2.54980625rem;top:24.1875rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2v8vB6Aore0WCa8WkW5kBPzT83JMfga { width:10.8125rem;height:10.8125rem;top:16.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTs9iUga3lfP4TduTdppcNowtLqmtiq { width:10.8125rem;height:10.8125rem;top:27.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXfx64Kaub3SohnTmRDoM79ihIfs09nM { width:7.875rem;height:1.48730625rem;top:36.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhNCouTR7FvVZWfM9ThXmysNSKTN0AS7 { top:0.71875rem;left:2.03125rem;width:15.9375rem;height:3.125rem;z-index:15007;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #x1IxpJmBSozVF64TNFsK2LfTKrAfx3wb { width:7.75rem;height:6.5625rem;top:16.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZCgDK7p3Babh6zu9mzAezTqPlPBtvs { width:6rem;height:6.0625rem;top:5.125rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSVZf76t08TKHszKJtqXLphiRxgCqEi { width:9.8125rem;height:6.125rem;top:29.15625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE.adaptive-delivery-prevent-bg, #t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE.lazyload, #t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE.lazyloading { background-image: none; }#t7VVEDzf119oP8QmpTvbPaS7iXhPW9CE > .row .container { width:20rem;height:46.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #exaqfeOi79NybRAX73yZHwydwIflG0yC { width:14.4375rem;height:1.4624rem;top:28.3125rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QCAUHyzFTtEOkswW7T41TBbC3d2cxfRP { width:3.125rem;height:3.125rem;top:31.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNGzIwZNd461FPBgkBm8TTNDNDRoUXO2 { width:14.4375rem;height:1.4624rem;top:31.9375rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E3lPqoUDCvuim23dUM820cVBNqt3JQuq { width:3.125rem;height:3.125rem;top:27.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEEUdgfccxb2TAtAbGquXae5n3S57Fxg { width:14.4375rem;height:1.4624rem;top:24.6875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PvpPpFW55oQvZHJBU613uM2m3QqdW7IF { width:3.125rem;height:3.125rem;top:23.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd0e4lPQlKgMA9QnUoutyzmTNhTJ6R6C { width:15.125rem;height:3.5996125rem;top:18.625rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHqiNzLDK1Kht9m2a2C0mUcMw91uTbAn { width:12.5rem;height:3.5620125rem;top:40.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMUZpUiUSbVWLBLvA56XyBbiz6zw74SX { display:block; }
 }@media only screen and (max-width: 763px) { #G73BRU1ziQ4RJm8rD4IcXEWZJ4rSs5e0 { width:12.8125rem;height:3.4204125rem;top:1.64013671875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBT6ny1IHiGuEAHzOOo25KburN7PiEc9 { width:14.5rem;height:2.92480625rem;top:35.375rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #muFnhwVzPT6TxyVsEsMHIubgzLsyenqT { width:3.125rem;height:3.125rem;top:34.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK83eQ662U5PeDv9Cr3nNtKhx6KcClDL { width:20rem;height:4.875rem;top:6.3115234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAFMmb7LWdepma3Wkozf1vQLIPBQtp9u { width:18.4375rem;height:11.4375rem;top:9.609375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt { display:block; }#CSGgbpLt1p48dlcZFcXQzyrQPaifLxgt > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByJbEXmnkU0bR3gTbSp1JJ1VnPwEwRLx { width:18.1875rem;height:3.8994125rem;top:4.1242189407349rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4uqcTnWbBXnuMKrcodLKR7fCwo31JUb { width:20rem;height:2.92383125rem;top:15.900000572204rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ph5zDb38Aq9ziEiFA50boLqICOuknSuF { width:16.5625rem;height:0.9746125rem;top:24.35rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXPAUA2wARIBNKTqPVkloqHkccKQynKu { width:14.9375rem;height:2.2744125rem;top:20.075001716614rem;left:2.5312501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1phAq6L5KxvB6heJ5bdiZSUIBrWd3HD { width:5.6875rem;height:5.6875rem;top:9.0250005722044rem;left:7.1562498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUb0dP28qw1EZTHzMvpizCahnRTJq8oa { width:8.4375rem;height:1.25rem;top:1.859375rem;left:5.7812498807907rem;display:block; }
 }