.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy { position:relative;display:block; }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy { background-color: transparent; background-image: none; }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy > .row .container > .video-iframe-container { display: none; }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy > .row > .video-iframe-container { display: none; }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy > .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); }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy { border-width: 0; border-radius: 0; }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy > .row .container > .video-iframe-container {  }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#vqDTvCxQikFq2Obnz1EDxvmo88HMF73K { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:8.3125rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5279aa0-888b-4cae-98e8-1cfc2eea2698/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#KIEDIvyTHCDTUaX4PlaEEtxxvQAFcUC9 { color:#2a272e;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#bk6ECU9qko4afDoxsJUKohvrNLc2wOyB { color:#2a272e;display:block;width:26.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:12.25rem;left:0rem;height:6.875rem;font-style:normal;display:block; }
#zxb9Ntno8AfF8brqceRtp2hbDXPPlgsq { color:#2a272e;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:20.1875rem;left:0rem;height:3rem;font-style:normal;display:block; }
#gnJ8tGH1HUKVT9uUT67u0KS7PZ91RDA6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -moz-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -ms-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -o-linear-gradient(180deg, #2ecd5c, #90e040);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );";background-image: linear-gradient(180deg, #2ecd5c, #90e040);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.3125rem rgba(70,174,36,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:27.1875rem;left:0rem;display:block; }
#tKCEltEhtrBkPrbNL7DJyHRrbel0lOVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZTS9gnZ7qTfxHL5f10NNIzd2u2CVQm3m { background-color:#e4def6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#795cd3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.1875rem;left:14.5rem;display:block; }
#ex2rMhTy87oQBN7A6RmsBEqKWgzC1hzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cgQME9bxPRNz9KOVpk3cK8AXwVzLe9Ws { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:19.75rem;display:none; }
#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M { position:relative;display:block; }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M { background-color: transparent; background-image: none; }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M > .row .container > .video-iframe-container { display: none; }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M > .row > .video-iframe-container { display: none; }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M > .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); }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M { border-width: 0; border-radius: 0; }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M > .row .container > .video-iframe-container {  }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#H34ctT2d2UnUEhIwSGUUNW4dQT0tXUl7 { color:#2a272e;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:5.4375rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }
#QDtMKHTx1CnqncQN90uxr7odGbNvkJor { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edebf1;border-left:0.0625rem solid #edebf1;border-right:0.0625rem solid #edebf1;border-bottom:0.0625rem solid #edebf1;height:5.625rem;width:10.4375rem;top:3.375rem;left:10.3125rem;display:block; }
#AmqD7ioceaG7TKxM5smL4pTFXo8Qb4EW { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.9375rem;top:5.4375rem;left:12.125rem;overflow:hidden;display:block; }
#leOOTGxZPrAnTfr7sIhBkkqFukfHFSMa { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edebf1;border-left:0.0625rem solid #edebf1;border-right:0.0625rem solid #edebf1;border-bottom:0.0625rem solid #edebf1;height:5.625rem;width:10.4375rem;top:3.375rem;left:21.125rem;display:block; }
#zD92yKqMFhqBEdJDTDst7eyDyU44vxlf { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:3.5625rem;top:4.84375rem;left:24.625rem;overflow:hidden;display:block; }
#LnZalFxanFIGx9ZGiPv2dPhyy91Z9lgC { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edebf1;border-left:0.0625rem solid #edebf1;border-right:0.0625rem solid #edebf1;border-bottom:0.0625rem solid #edebf1;height:5.625rem;width:10.4375rem;top:3.375rem;left:42.8125rem;display:block; }
#GELrrGdA8ussxSa4ypGMKwKCEKqLwrAX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:7.375rem;top:4.8125rem;left:44.40625rem;overflow:hidden;display:block; }
#QFi0WJa1p9shGPWyTugVP8bBw5Ql5xs4 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edebf1;border-left:0.0625rem solid #edebf1;border-right:0.0625rem solid #edebf1;border-bottom:0.0625rem solid #edebf1;height:5.625rem;width:10.4375rem;top:3.375rem;left:32rem;display:block; }
#N6WndpPPd6CHqHyZTiiCuCRskmO48hmE { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:4.5625rem;top:5.28125rem;left:34.973474801061rem;overflow:hidden;display:block; }
#eO8NaHmdaMDhR7niWe8TesJi1WNLCRh0 { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edebf1;border-left:0.0625rem solid #edebf1;border-right:0.0625rem solid #edebf1;border-bottom:0.0625rem solid #edebf1;height:5.625rem;width:10.4375rem;top:3.375rem;left:64.4375rem;display:block; }
#lZaS46R4KIUcaRwTdG86ykc3xzpNqOPW { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:5.8125rem;top:5.09375rem;left:66.8125rem;overflow:hidden;display:block; }
#sMddVJMuJTtyu5FUh74fuzBUFVg6zRrd { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edebf1;border-left:0.0625rem solid #edebf1;border-right:0.0625rem solid #edebf1;border-bottom:0.0625rem solid #edebf1;height:5.625rem;width:10.4375rem;top:3.375rem;left:53.625rem;display:block; }
#gptRTLkTNx5qTKLNo3H1Dhezko4N5I5v { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:3.1875rem;top:5rem;left:57.3125rem;overflow:hidden;display:block; }
#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt { position:relative;display:block; }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt { background-color: transparent; background-image: none; }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt > .row .container > .video-iframe-container { display: none; }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt > .row > .video-iframe-container { display: none; }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt > .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); }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt { border-width: 0; border-radius: 0; }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt > .row .container > .video-iframe-container {  }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#tTKBsU6TAKRaHt4qZSLpgKeuf7b6CG7p { color:#2a272e;display:block;width:70.3125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:5rem;left:2.375rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gULtgXtwoSgk0Jl6k9hebmKXpdTBSWIA { color:#828b99;display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:8.4375rem;left:4.3125rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuD0DE8VLldUQlEeZslaxRSWUJBMKoxS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:16.125rem;top:9.0625rem;left:29.4375rem;overflow:hidden;display:block; }
#lWtMI7D0daBEzhx9yrp9Gkwc9K0no331 { color:#2ecd5c;display:block;width:66.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100004;line-height:1.7;letter-spacing:0;top:0rem;left:5.0625rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row .container { background-color: transparent; background-image: none; }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row .container > .video-iframe-container { display: none; }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row > .video-iframe-container { display: none; }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .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); }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row .container { border-width: 0; border-radius: 0; }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row > .video-iframe-container {  }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#vM068Ql53SGa2Kl5qf2upDoPlJy0wMrw { color:#2a272e;display:block;width:70.3125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:3.75rem;left:2.875rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row .container { background-color: transparent; background-image: none; }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row .container > .video-iframe-container { display: none; }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row > .video-iframe-container { display: none; }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .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); }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row .container { border-width: 0; border-radius: 0; }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row > .video-iframe-container {  }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#Z08ZIemCm34t4NOKWXsUc0USW3qyiaM0 { color:#828b99;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:26.875rem;left:0rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqpVwHWo4y3zu3asidIK09iQDnsehh4X { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/032504b1-bb8b-4fc5-a1d7-df0afd426a45/step1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:23.75rem;top:0rem;left:0rem;display:block; }#fqpVwHWo4y3zu3asidIK09iQDnsehh4X.adaptive-delivery-prevent-bg, #fqpVwHWo4y3zu3asidIK09iQDnsehh4X.lazyload, #fqpVwHWo4y3zu3asidIK09iQDnsehh4X.lazyloading { background-image: none; }
#ToWl9BKmD5EuXHeTKTTCP4AW5iOwNMaZ { color:#2a272e;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:24.5rem;left:0rem;height:1.6499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aopE7PHZhSnuhX4Igx33kLxTmcxrlahn { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a3b18ce7-b72e-4cae-96a9-872c513fd5c6/step2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:23.75rem;top:0rem;left:25rem;display:block; }#aopE7PHZhSnuhX4Igx33kLxTmcxrlahn.adaptive-delivery-prevent-bg, #aopE7PHZhSnuhX4Igx33kLxTmcxrlahn.lazyload, #aopE7PHZhSnuhX4Igx33kLxTmcxrlahn.lazyloading { background-image: none; }
#QD2wdHGcTOI45TUHHBOVknUroew94edN { color:#2a272e;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:24.5rem;left:25rem;height:1.6499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H4feiIynMZt2RKzMblWFsZSQwCyClHOn { color:#828b99;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:26.875rem;left:25rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EhuNC2zy4DfCANLoT0ooiSPNzNmGQZA7 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5252a70-f4ce-4b1c-b8df-1738dbf42910/step32x.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:23.75rem;top:0rem;left:50rem;display:block; }#EhuNC2zy4DfCANLoT0ooiSPNzNmGQZA7.adaptive-delivery-prevent-bg, #EhuNC2zy4DfCANLoT0ooiSPNzNmGQZA7.lazyload, #EhuNC2zy4DfCANLoT0ooiSPNzNmGQZA7.lazyloading { background-image: none; }
#QeuNJIEWgBhJR3k27ySq6EIZv67AEZqW { color:#2a272e;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:24.5rem;left:50rem;height:1.6499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UiCotEsiTHPa4XdUmdTAAyB7cPfpgRGT { color:#828b99;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:26.875rem;left:50rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row .container { background-color: transparent; background-image: none; }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row .container > .video-iframe-container { display: none; }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row > .video-iframe-container { display: none; }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .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); }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row .container { border-width: 0; border-radius: 0; }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row > .video-iframe-container {  }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#vJy3EI2OiMFVTov2pTu2EGZElSZJH5JW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -moz-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -ms-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -o-linear-gradient(180deg, #2ecd5c, #90e040);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );";background-image: linear-gradient(180deg, #2ecd5c, #90e040);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.3125rem rgba(70,174,36,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:3.1875rem;left:48.375rem;display:block; }
#Twi7FQk0dfadgIGfPWSoqWo2WdxKbCyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gUkyoOIHMZ2SDKXziqpg5TKsKEVr9XTG { color:#2a272e;display:block;width:34.0625rem;position:absolute;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:4.25rem;left:12.75rem;height:1.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row .container { background-color: transparent; background-image: none; }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row .container > .video-iframe-container { display: none; }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row > .video-iframe-container { display: none; }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .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); }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row .container { border-width: 0; border-radius: 0; }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row > .video-iframe-container {  }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#C126prMhuvOxRenwxUoCTk7wDlPPJh56 { color:#2a272e;display:block;width:70.3125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:3.375rem;left:2.34375rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo { position:relative;display:block; }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo { background-color: transparent; background-image: none; }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo > .row .container > .video-iframe-container { display: none; }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo > .row > .video-iframe-container { display: none; }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo > .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); }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo { border-width: 0; border-radius: 0; }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo > .row .container > .video-iframe-container {  }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#ogB5uN2h0a4WKkrkt4fUL2DfCOhg21Mk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:28.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#x8vFnaOmI9Nd1Nab9Tmo8IQ2zfyZgXTM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:7.625rem;top:28.8125rem;left:5.875rem;overflow:hidden;display:block; }
#oClluiUhJVMS01quuGSBLAALhX4fNCZM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:7.625rem;top:28.8125rem;left:14.125rem;overflow:hidden;display:block; }
#hO5T7e7WwmlDP1pTnlfTTawnxTxi2En0 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:18.3125rem;top:31.75rem;left:4.9375rem;overflow:hidden;display:block; }
#KqfpkeMUmz4CfdM0FTvHZ8TBsu3edcEy { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dae7f643-9c5d-4b3a-a324-cd0bc8c46a04/Twisto_Account4_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:22.0625rem;top:0rem;left:29.6875rem;display:block; }#KqfpkeMUmz4CfdM0FTvHZ8TBsu3edcEy.adaptive-delivery-prevent-bg, #KqfpkeMUmz4CfdM0FTvHZ8TBsu3edcEy.lazyload, #KqfpkeMUmz4CfdM0FTvHZ8TBsu3edcEy.lazyloading { background-image: none; }
#ZyM1if8rtrBL24VyMxE2Mx5rIG7OO9Zw { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f9bf1f01-eb80-46ca-88b8-0c28dbde3803/Twisto_Account4_09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:22.0625rem;top:0rem;left:52.9375rem;display:block; }#ZyM1if8rtrBL24VyMxE2Mx5rIG7OO9Zw.adaptive-delivery-prevent-bg, #ZyM1if8rtrBL24VyMxE2Mx5rIG7OO9Zw.lazyload, #ZyM1if8rtrBL24VyMxE2Mx5rIG7OO9Zw.lazyloading { background-image: none; }
#DlChHh3iX1zG1yaALVp9AErKVD58Ccsi { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1032b30a-9bcb-4a99-ad62-fc25fd094410/Twisto_Account4_13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:22.0625rem;top:17.125rem;left:29.6875rem;display:block; }#DlChHh3iX1zG1yaALVp9AErKVD58Ccsi.adaptive-delivery-prevent-bg, #DlChHh3iX1zG1yaALVp9AErKVD58Ccsi.lazyload, #DlChHh3iX1zG1yaALVp9AErKVD58Ccsi.lazyloading { background-image: none; }
#wDyFU2pZVt4x6yLeGDJy5ZxTxGTArO5b { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36dddf8e-a1b6-43c0-a834-64ef174bbf65/Twisto_Account4_14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:22.0625rem;top:17.125rem;left:52.9375rem;display:block; }#wDyFU2pZVt4x6yLeGDJy5ZxTxGTArO5b.adaptive-delivery-prevent-bg, #wDyFU2pZVt4x6yLeGDJy5ZxTxGTArO5b.lazyload, #wDyFU2pZVt4x6yLeGDJy5ZxTxGTArO5b.lazyloading { background-image: none; }
#bNHWm8Th4OuOSNfap7564yIUHsZZ9oQq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -moz-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -ms-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -o-linear-gradient(180deg, #2ecd5c, #90e040);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );";background-image: linear-gradient(180deg, #2ecd5c, #90e040);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.3125rem rgba(70,174,36,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:38.1875rem;left:30.5625rem;display:block; }
#HbDIa3DJpeksFAL5etTxdZecMx6BVpFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M2zf2SGIHr3p1HcEmNxIHouMf349sclr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row .container { background-color: transparent; background-image: none; }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row .container > .video-iframe-container { display: none; }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row > .video-iframe-container { display: none; }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .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); }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row .container { border-width: 0; border-radius: 0; }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row > .video-iframe-container {  }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#xKpaSm0TTfIHcRvSq2uAl95LHSB8aoJ1 { color:#2a272e;display:block;width:70.3125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:3.375rem;left:2.34375rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux { position:relative;display:block; }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux { background-color: transparent; background-image: none; }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux > .row .container > .video-iframe-container { display: none; }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux > .row > .video-iframe-container { display: none; }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux > .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); }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux { border-width: 0; border-radius: 0; }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux > .row .container > .video-iframe-container {  }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#ZFI7Nn1gtSrXZcnZ9GdGecEkUGQ9pITD { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ec319336-8566-4815-8114-27a2391fa5a3/Twisto_Account4_29.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:36.875rem;top:0rem;left:0rem;display:block; }#ZFI7Nn1gtSrXZcnZ9GdGecEkUGQ9pITD.adaptive-delivery-prevent-bg, #ZFI7Nn1gtSrXZcnZ9GdGecEkUGQ9pITD.lazyload, #ZFI7Nn1gtSrXZcnZ9GdGecEkUGQ9pITD.lazyloading { background-image: none; }
#aSsiQd6F03ZqeDvZTTuGAxzhDd7a1mW3 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.6;letter-spacing:0;top:5.1875rem;left:2.90625rem;height:5.3994125rem;display:block; }
#hndqDcpRpdEJQqmNo22B3ODUhqE3EQym { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b375a626-b45f-45d0-a514-3ce3f614e892/Twisto_Account4_31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:36.875rem;top:0rem;left:38.125rem;display:block; }#hndqDcpRpdEJQqmNo22B3ODUhqE3EQym.adaptive-delivery-prevent-bg, #hndqDcpRpdEJQqmNo22B3ODUhqE3EQym.lazyload, #hndqDcpRpdEJQqmNo22B3ODUhqE3EQym.lazyloading { background-image: none; }
#TBieIeodiMrMa78sSR7zib4tv5ufsXK7 { color:#795cd3;display:block;width:12.3125rem;position:absolute;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:5.1875rem;left:41.0625rem;height:3.5996125rem;display:block; }
#gBW9AuzOmL2rcQHmBxzGoDL7ZAfTu93n { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9970e2e1-5676-42e8-b216-c86f75b1e37f/Twisto_Account4_35.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:36.875rem;top:16.875rem;left:0rem;display:block; }#gBW9AuzOmL2rcQHmBxzGoDL7ZAfTu93n.adaptive-delivery-prevent-bg, #gBW9AuzOmL2rcQHmBxzGoDL7ZAfTu93n.lazyload, #gBW9AuzOmL2rcQHmBxzGoDL7ZAfTu93n.lazyloading { background-image: none; }
#UX4pJhouUhtXkFvoroBfEx84aLhGGqsE { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:22.0625rem;left:2.9375rem;height:3.5996125rem;display:block; }
#PxKxHWCqBPRW9uAfhNUOlWJ4BdT1b8BZ { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9347e294-9246-4d10-b3cf-6053bd6137e5/Twisto_Account4_37.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:36.875rem;top:16.875rem;left:38.125rem;display:block; }#PxKxHWCqBPRW9uAfhNUOlWJ4BdT1b8BZ.adaptive-delivery-prevent-bg, #PxKxHWCqBPRW9uAfhNUOlWJ4BdT1b8BZ.lazyload, #PxKxHWCqBPRW9uAfhNUOlWJ4BdT1b8BZ.lazyloading { background-image: none; }
#Szoe06fFLE70MqKfTMSWMEscK3g0ks1E { color:#795cd3;display:block;width:12.8125rem;position:absolute;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:22.0625rem;left:41.0625rem;height:5.3994125rem;display:block; }
#JpEhClwRRg8iguxyhBOtFPl8bfOuJ4Ca { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -moz-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -ms-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -o-linear-gradient(180deg, #2ecd5c, #90e040);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );";background-image: linear-gradient(180deg, #2ecd5c, #90e040);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.3125rem rgba(70,174,36,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:36.1875rem;left:30.59375rem;display:block; }
#Nt3abwsAt3cQQXHOOVPkPTutQeFX12RZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeff7;background-image:none;position:relative;display:block; }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row .container { background-color: transparent; background-image: none; }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row .container > .video-iframe-container { display: none; }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row > .video-iframe-container { display: none; }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .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); }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row .container { border-width: 0; border-radius: 0; }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row > .video-iframe-container {  }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#nn5luoroXAkhGQVhlEB5rLSiN25UdS13 { color:#2a272e;display:block;width:70.3125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:3.375rem;left:2.34375rem;height:2.3374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeff7;background-image:none;position:relative;display:block; }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row .container { background-color: transparent; background-image: none; }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row .container > .video-iframe-container { display: none; }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row > .video-iframe-container { display: none; }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .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); }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row .container { border-width: 0; border-radius: 0; }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row > .video-iframe-container {  }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#BGtncA1onSMOqupKGaGkOXZuOGuHLTcs { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:17.125rem;width:24.125rem;top:0rem;left:0rem;display:block; }
#BLkHbOBqAu2mcAoqhK2DskWN7BLgnvei { color:#2a272e;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:3rem;left:4.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UCRid3fiRzqTUQXHhztyiyRbs6vudK48 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#OaQJEdHtrre469vIJto5qTkmgsgDzZcW { color:#828b99;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:5.125rem;left:4.5rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VW28tTLGE3MZMr6aKam3bTNelc4oWLTG { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:17.125rem;width:24.125rem;top:0rem;left:25.4375rem;display:block; }
#TcI5BtTMDuEVR51Ms9h930VdnbSJooNr { color:#828b99;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:7rem;left:29.9375rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTCBkiUiNq3wTs0ZwmndVU9PrTWbuw95 { color:#2a272e;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3rem;left:29.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pNysnwP0Ax8FLn1OtaSrtgfGUMkVNyRV { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:0.625rem;left:26.0625rem;overflow:hidden;display:block; }
#OhFCudm9wmqK3yCESiym0fwHaxwi9Zvg { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:17.125rem;width:24.125rem;top:18.375rem;left:25.4375rem;display:block; }
#cGnWEBW3swU8KmOzDSpmwOEqnT5vglva { color:#828b99;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:25.375rem;left:29.9375rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yFsKgpVzEgAD15RkaSvHUUImr3aWeqmK { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:17.125rem;width:24.125rem;top:18.375rem;left:0rem;display:block; }
#Irm1IT4tqhKQnSwmKdTnp3P1O4tVQRBK { color:#828b99;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:23.5rem;left:4.5rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#be7NXM6wZKeabUltB1SBVuJyGWoPe6by { color:#2a272e;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:21.375rem;left:29.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9KZygSIO5JwHxdLHb7GisAdPIJ68BRL { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:19rem;left:26.0625rem;overflow:hidden;display:block; }
#BLKyozWwJVK3LnW0WABTGdBBhHdgQQDT { color:#2a272e;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:21.375rem;left:4.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cgMVRT1tywzOUaZhxx2nZ3iF2MNs0EdA { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:19rem;left:0.625rem;overflow:hidden;display:block; }
#sfJ8Wul5SbqS2md9ZcvilDkgOfAqwTWp { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:17.125rem;width:24.125rem;top:0rem;left:50.875rem;display:block; }
#PBkweV7yaZgt1geLsIq0h5hc00JNlFeu { color:#828b99;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:7rem;left:55.375rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qL0AsDN74ymBUa5RsX0QvZBkoDwTIqaG { color:#2a272e;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:3rem;left:55.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pp4ngQQ8cLK7kbSFEPKlhBMTSTHAT8lU { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:17.125rem;width:24.125rem;top:18.375rem;left:50.875rem;display:block; }
#NZc0UbfDLOKaQsVyi3RudV8tTGBQGBMD { color:#2a272e;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:21.375rem;left:55.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AdHJ75CblacG0CZJ9ilZTT2vSnHcXfkA { color:#828b99;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100024;line-height:1.6;letter-spacing:0;top:25.375rem;left:55.375rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xx9XD49QZrSUNt4hf6NH2l7BhxKTPHBF { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:0.625rem;left:51.5rem;overflow:hidden;display:block; }
#kHd4pRtGVTCVQze5iTy5hbII64NvJXRz { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:19rem;left:51.5rem;overflow:hidden;display:block; }
#HyiE6DVfCAR15dUqAUsKy5QuEc4bHN6u { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -moz-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -ms-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -o-linear-gradient(180deg, #2ecd5c, #90e040);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );";background-image: linear-gradient(180deg, #2ecd5c, #90e040);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.3125rem rgba(70,174,36,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:38rem;left:30.5625rem;display:block; }
#a9xwNh3Hn7AlA38m8oTLlKslpasTVi3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8939351f-421f-4e5b-bcf6-8ad6c3b20261/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm.adaptive-delivery-prevent-bg, #nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm.lazyload, #nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm.lazyloading { background-image: none; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container { background-color: transparent; background-image: none; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container > .video-iframe-container { display: none; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row > .video-iframe-container { display: none; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .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); }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container { border-width: 0; border-radius: 0; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row > .video-iframe-container {  }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#NLx6rgxOuECdGWtRV1Ezq7FiO0913B3k { color:#2a272e;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#CHig5LX4ZTyKobLwhCeZE9EpK3XrBTwS { color:#2a272e;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:12.3125rem;left:0rem;height:9.8984375rem;font-style:normal;display:block; }
#plqXaKDUSO1ceH1UMUdtxcvruHFsP9K4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -moz-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -ms-linear-gradient(180deg, #2ecd5c, #90e040);background-image: -o-linear-gradient(180deg, #2ecd5c, #90e040);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecd5c', endColorstr='#90e040' );";background-image: linear-gradient(180deg, #2ecd5c, #90e040);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.3125rem rgba(70,174,36,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:24.875rem;left:0rem;display:block; }
#bxR782Al95qbdMbMT8S520sl9S1pKc79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qhfwdTlRh3hsWWHNS8k74B1VKGf74kO8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:19.5625rem;display:none; }
#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR { position:relative;display:block; }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR { background-color: transparent; background-image: none; }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR > .row .container > .video-iframe-container { display: none; }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR > .row > .video-iframe-container { display: none; }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR > .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); }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR { border-width: 0; border-radius: 0; }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR > .row .container > .video-iframe-container {  }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#AVITlFQ6iul4V4ZidbukJVotBgEXGOon { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#qQo7tfaLefyWx6acb563HTSkf1xm1Smt { color:#828b99;display:block;width:16rem;position:absolute;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;z-index:100012;line-height:1.1;letter-spacing:0;top:3.5rem;left:22.375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l4nrRhOJaSP7lGqNZpyguOwhHuydopo7 { color:#828b99;display:block;width:9.75rem;position:absolute;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;z-index:100013;line-height:1.1;letter-spacing:0;top:3.5rem;left:38.375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HUWsIRREA2Ff0FppchiwHgHtrFWXq2qG { color:#828b99;display:block;width:12.1875rem;position:absolute;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;z-index:100014;line-height:1.1;letter-spacing:0;top:3.5rem;left:52.25rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPX51Ar7ITxTztTd6NKQKU4Zz7oXZPTG { color:#828b99;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100013;line-height:1.9;letter-spacing:0;top:5.3125rem;left:54.1875rem;height:3.7998rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhZnJULQTdTqyQWIZH5lBdIaXsOTUx16 { box-sizing:content-box;color:rgba(130,139,153,0.2);font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:5.25rem;left:52.1875rem;display:block; }
#d8NNDneGzKg9iGIMpb5u3U3B4ioV6S2E { box-sizing:content-box;color:rgba(130,139,153,0.2);font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:7.3125rem;left:52.1875rem;display:block; }
#LwdbkpFwHzoqnItaRF1aX3A0Zf20ubMd { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:3.5rem;left:68.5rem;overflow:hidden;display:block; }
#RqZZ14T2qiJNJTyH7fDpQ9OVUOxJIC6T { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:3.5rem;left:72.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tzW32KnG6lyxPnTwPDCcz3z6P72zccqy { display:block; }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqDTvCxQikFq2Obnz1EDxvmo88HMF73K { top:0.9375rem;left:0rem;width:8.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIEDIvyTHCDTUaX4PlaEEtxxvQAFcUC9 { top:4.6875rem;left:0rem;width:20.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk6ECU9qko4afDoxsJUKohvrNLc2wOyB { top:12.25rem;left:0rem;width:26.1875rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxb9Ntno8AfF8brqceRtp2hbDXPPlgsq { top:20.1875rem;left:0rem;width:27.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnJ8tGH1HUKVT9uUT67u0KS7PZ91RDA6 { width:13.875rem;height:3.75rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKCEltEhtrBkPrbNL7DJyHRrbel0lOVJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZTS9gnZ7qTfxHL5f10NNIzd2u2CVQm3m { width:13.625rem;height:3.75rem;top:27.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex2rMhTy87oQBN7A6RmsBEqKWgzC1hzD { display:block; }
 }@media only screen and (max-width: 763px) { #cgQME9bxPRNz9KOVpk3cK8AXwVzLe9Ws { width:19.75rem;height:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M { display:block; }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H34ctT2d2UnUEhIwSGUUNW4dQT0tXUl7 { top:5.4375rem;left:0rem;width:9.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDtMKHTx1CnqncQN90uxr7odGbNvkJor { top:3.375rem;left:0rem;width:10.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmqD7ioceaG7TKxM5smL4pTFXo8Qb4EW { top:5.4375rem;left:0rem;width:6.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leOOTGxZPrAnTfr7sIhBkkqFukfHFSMa { top:3.375rem;left:7.5rem;width:10.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD92yKqMFhqBEdJDTDst7eyDyU44vxlf { top:4.8125rem;left:11rem;width:3.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnZalFxanFIGx9ZGiPv2dPhyy91Z9lgC { top:3.375rem;left:29.1875rem;width:10.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GELrrGdA8ussxSa4ypGMKwKCEKqLwrAX { top:4.8125rem;left:30.78125rem;width:7.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFi0WJa1p9shGPWyTugVP8bBw5Ql5xs4 { top:3.375rem;left:18.375rem;width:10.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6WndpPPd6CHqHyZTiiCuCRskmO48hmE { top:5.25rem;left:21.348474801061rem;width:4.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO8NaHmdaMDhR7niWe8TesJi1WNLCRh0 { top:3.375rem;left:37.1875rem;width:10.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZaS46R4KIUcaRwTdG86ykc3xzpNqOPW { top:5.0625rem;left:41.9375rem;width:5.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMddVJMuJTtyu5FUh74fuzBUFVg6zRrd { top:3.375rem;left:37.1875rem;width:10.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gptRTLkTNx5qTKLNo3H1Dhezko4N5I5v { top:5rem;left:43.6875rem;width:3.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt { display:block; }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTKBsU6TAKRaHt4qZSLpgKeuf7b6CG7p { top:5rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gULtgXtwoSgk0Jl6k9hebmKXpdTBSWIA { top:8.4375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuD0DE8VLldUQlEeZslaxRSWUJBMKoxS { top:9.0625rem;left:15.8125rem;width:16.125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWtMI7D0daBEzhx9yrp9Gkwc9K0no331 { top:0rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ { display:block; }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vM068Ql53SGa2Kl5qf2upDoPlJy0wMrw { top:3.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer { display:block; }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z08ZIemCm34t4NOKWXsUc0USW3qyiaM0 { top:26.875rem;left:0rem;width:23.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqpVwHWo4y3zu3asidIK09iQDnsehh4X { top:0rem;left:0rem;width:23.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToWl9BKmD5EuXHeTKTTCP4AW5iOwNMaZ { top:24.5rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aopE7PHZhSnuhX4Igx33kLxTmcxrlahn { top:0rem;left:8rem;width:23.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD2wdHGcTOI45TUHHBOVknUroew94edN { top:24.5rem;left:11.875rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4feiIynMZt2RKzMblWFsZSQwCyClHOn { top:26.875rem;left:8.25rem;width:23.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhuNC2zy4DfCANLoT0ooiSPNzNmGQZA7 { top:0rem;left:23.875rem;width:23.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeuNJIEWgBhJR3k27ySq6EIZv67AEZqW { top:24.5rem;left:27.75rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiCotEsiTHPa4XdUmdTAAyB7cPfpgRGT { top:26.875rem;left:24.125rem;width:23.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH { display:block; }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJy3EI2OiMFVTov2pTu2EGZElSZJH5JW { width:13.875rem;height:3.75rem;top:3.1875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twi7FQk0dfadgIGfPWSoqWo2WdxKbCyu { display:block; }
 }@media only screen and (max-width: 763px) { #gUkyoOIHMZ2SDKXziqpg5TKsKEVr9XTG { top:4.25rem;left:0rem;width:34.0625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 { display:block; }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C126prMhuvOxRenwxUoCTk7wDlPPJh56 { top:3.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo { display:block; }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogB5uN2h0a4WKkrkt4fUL2DfCOhg21Mk { top:0rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8vFnaOmI9Nd1Nab9Tmo8IQ2zfyZgXTM { top:28.8125rem;left:0rem;width:7.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oClluiUhJVMS01quuGSBLAALhX4fNCZM { top:28.8125rem;left:0.5rem;width:7.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5T7e7WwmlDP1pTnlfTTawnxTxi2En0 { top:31.75rem;left:0rem;width:18.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqfpkeMUmz4CfdM0FTvHZ8TBsu3edcEy { top:0rem;left:16.0625rem;width:22.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyM1if8rtrBL24VyMxE2Mx5rIG7OO9Zw { top:0rem;left:25.6875rem;width:22.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlChHh3iX1zG1yaALVp9AErKVD58Ccsi { top:17.125rem;left:16.0625rem;width:22.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDyFU2pZVt4x6yLeGDJy5ZxTxGTArO5b { top:17.125rem;left:25.6875rem;width:22.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNHWm8Th4OuOSNfap7564yIUHsZZ9oQq { width:13.875rem;height:3.75rem;top:38.1875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbDIa3DJpeksFAL5etTxdZecMx6BVpFG { display:block; }
 }@media only screen and (max-width: 763px) { #M2zf2SGIHr3p1HcEmNxIHouMf349sclr { display:block; }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKpaSm0TTfIHcRvSq2uAl95LHSB8aoJ1 { top:3.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUAWOpEgS8phInZCdSVvNkGVV0ATHSux { display:block; }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFI7Nn1gtSrXZcnZ9GdGecEkUGQ9pITD { top:0rem;left:0rem;width:36.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSsiQd6F03ZqeDvZTTuGAxzhDd7a1mW3 { top:5.1875rem;left:0rem;width:10.5rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hndqDcpRpdEJQqmNo22B3ODUhqE3EQym { top:0rem;left:10.875rem;width:36.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBieIeodiMrMa78sSR7zib4tv5ufsXK7 { top:5.1875rem;left:23.875rem;width:12.3125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBW9AuzOmL2rcQHmBxzGoDL7ZAfTu93n { top:16.875rem;left:0rem;width:36.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX4pJhouUhtXkFvoroBfEx84aLhGGqsE { top:22.0625rem;left:0rem;width:13rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxKxHWCqBPRW9uAfhNUOlWJ4BdT1b8BZ { top:16.875rem;left:10.875rem;width:36.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szoe06fFLE70MqKfTMSWMEscK3g0ks1E { top:22.0625rem;left:23.875rem;width:12.8125rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpEhClwRRg8iguxyhBOtFPl8bfOuJ4Ca { width:13.875rem;height:3.75rem;top:36.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt3abwsAt3cQQXHOOVPkPTutQeFX12RZ { display:block; }
 }@media only screen and (max-width: 763px) { #TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD { display:block; }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nn5luoroXAkhGQVhlEB5rLSiN25UdS13 { top:3.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQtspdIShcLqJn3gfqC40wp3otZxSEtZ { display:block; }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGtncA1onSMOqupKGaGkOXZuOGuHLTcs { top:0rem;left:0rem;width:24.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLkHbOBqAu2mcAoqhK2DskWN7BLgnvei { top:3rem;left:0rem;width:16rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCRid3fiRzqTUQXHhztyiyRbs6vudK48 { top:0.625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaQJEdHtrre469vIJto5qTkmgsgDzZcW { top:5.125rem;left:0rem;width:16rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW28tTLGE3MZMr6aKam3bTNelc4oWLTG { top:0rem;left:7.625rem;width:24.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcI5BtTMDuEVR51Ms9h930VdnbSJooNr { top:7rem;left:15.75rem;width:16rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTCBkiUiNq3wTs0ZwmndVU9PrTWbuw95 { top:3rem;left:16.25rem;width:13.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNysnwP0Ax8FLn1OtaSrtgfGUMkVNyRV { top:0.625rem;left:15.875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhFCudm9wmqK3yCESiym0fwHaxwi9Zvg { top:18.375rem;left:7.625rem;width:24.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGnWEBW3swU8KmOzDSpmwOEqnT5vglva { top:25.375rem;left:15.75rem;width:16rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFsKgpVzEgAD15RkaSvHUUImr3aWeqmK { top:18.375rem;left:0rem;width:24.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irm1IT4tqhKQnSwmKdTnp3P1O4tVQRBK { top:23.5rem;left:0rem;width:16rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #be7NXM6wZKeabUltB1SBVuJyGWoPe6by { top:21.375rem;left:16.25rem;width:13.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9KZygSIO5JwHxdLHb7GisAdPIJ68BRL { top:19rem;left:15.875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLKyozWwJVK3LnW0WABTGdBBhHdgQQDT { top:21.375rem;left:0rem;width:16rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgMVRT1tywzOUaZhxx2nZ3iF2MNs0EdA { top:19rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfJ8Wul5SbqS2md9ZcvilDkgOfAqwTWp { top:0rem;left:23.5rem;width:24.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBkweV7yaZgt1geLsIq0h5hc00JNlFeu { top:7rem;left:31.625rem;width:16rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL0AsDN74ymBUa5RsX0QvZBkoDwTIqaG { top:3rem;left:30rem;width:17.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4ngQQ8cLK7kbSFEPKlhBMTSTHAT8lU { top:18.375rem;left:23.5rem;width:24.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZc0UbfDLOKaQsVyi3RudV8tTGBQGBMD { top:21.375rem;left:32.5625rem;width:13.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdHJ75CblacG0CZJ9ilZTT2vSnHcXfkA { top:25.375rem;left:31.625rem;width:16rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx9XD49QZrSUNt4hf6NH2l7BhxKTPHBF { top:0.625rem;left:31.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHd4pRtGVTCVQze5iTy5hbII64NvJXRz { top:19rem;left:31.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyiE6DVfCAR15dUqAUsKy5QuEc4bHN6u { width:13.875rem;height:3.75rem;top:38rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9xwNh3Hn7AlA38m8oTLlKslpasTVi3y { display:block; }
 }@media only screen and (max-width: 763px) { #nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm { display:block; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLx6rgxOuECdGWtRV1Ezq7FiO0913B3k { top:4.6875rem;left:0rem;width:20.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHig5LX4ZTyKobLwhCeZE9EpK3XrBTwS { top:12.3125rem;left:0rem;width:24.0625rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #plqXaKDUSO1ceH1UMUdtxcvruHFsP9K4 { width:21.75rem;height:3.75rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxR782Al95qbdMbMT8S520sl9S1pKc79 { display:block; }
 }@media only screen and (max-width: 763px) { #qhfwdTlRh3hsWWHNS8k74B1VKGf74kO8 { width:19.5625rem;height:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR { display:block; }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVITlFQ6iul4V4ZidbukJVotBgEXGOon { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQo7tfaLefyWx6acb563HTSkf1xm1Smt { top:3.5rem;left:8.75rem;width:16rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4nrRhOJaSP7lGqNZpyguOwhHuydopo7 { top:3.5rem;left:24.75rem;width:9.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUWsIRREA2Ff0FppchiwHgHtrFWXq2qG { top:3.5rem;left:35.5625rem;width:12.1875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPX51Ar7ITxTztTd6NKQKU4Zz7oXZPTG { top:5.3125rem;left:37.0625rem;width:10.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhZnJULQTdTqyQWIZH5lBdIaXsOTUx16 { top:5.25rem;left:38.5625rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8NNDneGzKg9iGIMpb5u3U3B4ioV6S2E { top:7.3125rem;left:38.5625rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwdbkpFwHzoqnItaRF1aX3A0Zf20ubMd { top:3.5rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqZZ14T2qiJNJTyH7fDpQ9OVUOxJIC6T { top:3.5rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tzW32KnG6lyxPnTwPDCcz3z6P72zccqy { display:block; }#tzW32KnG6lyxPnTwPDCcz3z6P72zccqy > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqDTvCxQikFq2Obnz1EDxvmo88HMF73K { width:7.1875rem;height:2.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/75fc536f-3b64-4d0b-a63a-c0534857eb45/mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIEDIvyTHCDTUaX4PlaEEtxxvQAFcUC9 { width:12.3125rem;height:1.4375rem;top:2.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk6ECU9qko4afDoxsJUKohvrNLc2wOyB { width:20rem;height:4.75rem;top:5.4375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zxb9Ntno8AfF8brqceRtp2hbDXPPlgsq { width:20rem;height:4.5rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnJ8tGH1HUKVT9uUT67u0KS7PZ91RDA6 { width:18.9375rem;height:3.75rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKCEltEhtrBkPrbNL7DJyHRrbel0lOVJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZTS9gnZ7qTfxHL5f10NNIzd2u2CVQm3m { width:19rem;height:3.75rem;top:21.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex2rMhTy87oQBN7A6RmsBEqKWgzC1hzD { display:block; }
 }@media only screen and (max-width: 763px) { #cgQME9bxPRNz9KOVpk3cK8AXwVzLe9Ws { top:26.5rem;left:0rem;width:19.75rem;height:18.875rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M { display:block; }#AaLhTCBPcLTalvsqoWHqD8gT8UfcMC5M > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H34ctT2d2UnUEhIwSGUUNW4dQT0tXUl7 { width:9.625rem;height:1.6875rem;top:1.8125rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDtMKHTx1CnqncQN90uxr7odGbNvkJor { width:9.375rem;height:5.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmqD7ioceaG7TKxM5smL4pTFXo8Qb4EW { width:6.125rem;height:1.375rem;top:7rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leOOTGxZPrAnTfr7sIhBkkqFukfHFSMa { width:9.375rem;height:5.625rem;top:4.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD92yKqMFhqBEdJDTDst7eyDyU44vxlf { width:3.5625rem;height:2.8125rem;top:6rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnZalFxanFIGx9ZGiPv2dPhyy91Z9lgC { width:9.375rem;height:5.625rem;top:11.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GELrrGdA8ussxSa4ypGMKwKCEKqLwrAX { width:7.375rem;height:2.875rem;top:12.75rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFi0WJa1p9shGPWyTugVP8bBw5Ql5xs4 { width:9.375rem;height:5.625rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6WndpPPd6CHqHyZTiiCuCRskmO48hmE { width:4.5625rem;height:2.0625rem;top:13.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO8NaHmdaMDhR7niWe8TesJi1WNLCRh0 { width:9.375rem;height:5.625rem;top:18.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZaS46R4KIUcaRwTdG86ykc3xzpNqOPW { width:5.8125rem;height:2.3125rem;top:19.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMddVJMuJTtyu5FUh74fuzBUFVg6zRrd { width:9.375rem;height:5.625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gptRTLkTNx5qTKLNo3H1Dhezko4N5I5v { width:3.1875rem;height:2.5rem;top:19.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt { display:block; }#TmvT9XzTiUi7DwV4Ru1wvxCa0Qa3utkt > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTKBsU6TAKRaHt4qZSLpgKeuf7b6CG7p { width:20rem;height:6.1875rem;top:4.1875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gULtgXtwoSgk0Jl6k9hebmKXpdTBSWIA { width:20rem;height:16.875rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuD0DE8VLldUQlEeZslaxRSWUJBMKoxS { width:16.125rem;height:11.5rem;top:18.1875rem;left:1.9375rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #lWtMI7D0daBEzhx9yrp9Gkwc9K0no331 { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ { display:block; }#mcv6OSq4l4mNVQ5QxweeLsebL68COSeQ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vM068Ql53SGa2Kl5qf2upDoPlJy0wMrw { width:16rem;height:4.125rem;top:2.46875rem;left:2rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer { display:block; }#cU5DcmTAkTMXNMnwwC3cscz2xkTRJDer > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z08ZIemCm34t4NOKWXsUc0USW3qyiaM0 { width:20rem;height:6.75rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqpVwHWo4y3zu3asidIK09iQDnsehh4X { width:20rem;height:22.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToWl9BKmD5EuXHeTKTTCP4AW5iOwNMaZ { width:19.875rem;height:1.625rem;top:24.0625rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aopE7PHZhSnuhX4Igx33kLxTmcxrlahn { width:20rem;height:22.1875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD2wdHGcTOI45TUHHBOVknUroew94edN { width:19.875rem;height:1.625rem;top:59.625rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4feiIynMZt2RKzMblWFsZSQwCyClHOn { width:20rem;height:6.75rem;top:62.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhuNC2zy4DfCANLoT0ooiSPNzNmGQZA7 { width:20rem;height:22.1875rem;top:71.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeuNJIEWgBhJR3k27ySq6EIZv67AEZqW { width:19.875rem;height:1.625rem;top:95.1875rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiCotEsiTHPa4XdUmdTAAyB7cPfpgRGT { width:20rem;height:5.0625rem;top:98.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH { display:block; }#kkTD9aE0Tl0sf47DPbScAiGbCSNTyTfH > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJy3EI2OiMFVTov2pTu2EGZElSZJH5JW { width:13.875rem;height:3.75rem;top:5.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twi7FQk0dfadgIGfPWSoqWo2WdxKbCyu { display:block; }
 }@media only screen and (max-width: 763px) { #gUkyoOIHMZ2SDKXziqpg5TKsKEVr9XTG { width:18.125rem;height:3rem;top:1.75rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 { display:block; }#MDJCIaqqSRum0oJNVh3PXWaHTlHODpS5 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C126prMhuvOxRenwxUoCTk7wDlPPJh56 { width:20rem;height:1.875rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo { display:block; }#DobJ1kMfSVnorlPaWJ0Cxi9VtTZFgASo > .row .container { width:20rem;height:104.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogB5uN2h0a4WKkrkt4fUL2DfCOhg21Mk { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8vFnaOmI9Nd1Nab9Tmo8IQ2zfyZgXTM { width:7.625rem;height:2.25rem;top:22.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oClluiUhJVMS01quuGSBLAALhX4fNCZM { width:7.625rem;height:2.25rem;top:22.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5T7e7WwmlDP1pTnlfTTawnxTxi2En0 { width:18.3125rem;height:3.1875rem;top:25.25rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqfpkeMUmz4CfdM0FTvHZ8TBsu3edcEy { width:20rem;height:15.9375rem;top:29.8125rem;left:0rem;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/dae7f643-9c5d-4b3a-a324-cd0bc8c46a04/Twisto_Account4_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KqfpkeMUmz4CfdM0FTvHZ8TBsu3edcEy.adaptive-delivery-prevent-bg, #KqfpkeMUmz4CfdM0FTvHZ8TBsu3edcEy.lazyload, #KqfpkeMUmz4CfdM0FTvHZ8TBsu3edcEy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZyM1if8rtrBL24VyMxE2Mx5rIG7OO9Zw { width:20rem;height:15.9375rem;top:47rem;left:0rem;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/f9bf1f01-eb80-46ca-88b8-0c28dbde3803/Twisto_Account4_09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ZyM1if8rtrBL24VyMxE2Mx5rIG7OO9Zw.adaptive-delivery-prevent-bg, #ZyM1if8rtrBL24VyMxE2Mx5rIG7OO9Zw.lazyload, #ZyM1if8rtrBL24VyMxE2Mx5rIG7OO9Zw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DlChHh3iX1zG1yaALVp9AErKVD58Ccsi { width:20rem;height:15.9375rem;top:64.125rem;left:0rem;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/1032b30a-9bcb-4a99-ad62-fc25fd094410/Twisto_Account4_13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DlChHh3iX1zG1yaALVp9AErKVD58Ccsi.adaptive-delivery-prevent-bg, #DlChHh3iX1zG1yaALVp9AErKVD58Ccsi.lazyload, #DlChHh3iX1zG1yaALVp9AErKVD58Ccsi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wDyFU2pZVt4x6yLeGDJy5ZxTxGTArO5b { width:20rem;height:15.9375rem;top:81.3125rem;left:0rem;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/36dddf8e-a1b6-43c0-a834-64ef174bbf65/Twisto_Account4_14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wDyFU2pZVt4x6yLeGDJy5ZxTxGTArO5b.adaptive-delivery-prevent-bg, #wDyFU2pZVt4x6yLeGDJy5ZxTxGTArO5b.lazyload, #wDyFU2pZVt4x6yLeGDJy5ZxTxGTArO5b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bNHWm8Th4OuOSNfap7564yIUHsZZ9oQq { width:13.875rem;height:3.75rem;top:98.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbDIa3DJpeksFAL5etTxdZecMx6BVpFG { display:block; }
 }@media only screen and (max-width: 763px) { #M2zf2SGIHr3p1HcEmNxIHouMf349sclr { display:block; }#M2zf2SGIHr3p1HcEmNxIHouMf349sclr > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKpaSm0TTfIHcRvSq2uAl95LHSB8aoJ1 { width:20rem;height:4.125rem;top:2.46875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tUAWOpEgS8phInZCdSVvNkGVV0ATHSux { display:block; }#tUAWOpEgS8phInZCdSVvNkGVV0ATHSux > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFI7Nn1gtSrXZcnZ9GdGecEkUGQ9pITD { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSsiQd6F03ZqeDvZTTuGAxzhDd7a1mW3 { width:9.0625rem;height:4.6875rem;top:3.5625rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hndqDcpRpdEJQqmNo22B3ODUhqE3EQym { width:20rem;height:15.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBieIeodiMrMa78sSR7zib4tv5ufsXK7 { width:11.125rem;height:3.125rem;top:37.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBW9AuzOmL2rcQHmBxzGoDL7ZAfTu93n { width:20rem;height:15.625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX4pJhouUhtXkFvoroBfEx84aLhGGqsE { width:11.9375rem;height:4.6875rem;top:20.3125rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxKxHWCqBPRW9uAfhNUOlWJ4BdT1b8BZ { width:20rem;height:15.625rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szoe06fFLE70MqKfTMSWMEscK3g0ks1E { width:12.8125rem;height:4.6875rem;top:54rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpEhClwRRg8iguxyhBOtFPl8bfOuJ4Ca { width:13.875rem;height:3.75rem;top:68.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt3abwsAt3cQQXHOOVPkPTutQeFX12RZ { display:block; }
 }@media only screen and (max-width: 763px) { #TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD { display:block; }#TMbm91UgTvBir8ng4H7C2ofJLOtq9SXD > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nn5luoroXAkhGQVhlEB5rLSiN25UdS13 { width:20rem;height:6.1875rem;top:2.25rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dQtspdIShcLqJn3gfqC40wp3otZxSEtZ { display:block; }#dQtspdIShcLqJn3gfqC40wp3otZxSEtZ > .row .container { width:20rem;height:118.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGtncA1onSMOqupKGaGkOXZuOGuHLTcs { width:20rem;height:17.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLkHbOBqAu2mcAoqhK2DskWN7BLgnvei { width:16rem;height:1.375rem;top:4.25rem;left:3.375rem;font-size:1.25rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #UCRid3fiRzqTUQXHhztyiyRbs6vudK48 { width:4rem;height:4rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaQJEdHtrre469vIJto5qTkmgsgDzZcW { width:16rem;height:6.25rem;top:6.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW28tTLGE3MZMr6aKam3bTNelc4oWLTG { width:20rem;height:17.125rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcI5BtTMDuEVR51Ms9h930VdnbSJooNr { width:15.125rem;height:7.8125rem;top:45rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTCBkiUiNq3wTs0ZwmndVU9PrTWbuw95 { width:13.125rem;height:3.25rem;top:41rem;left:3.375rem;font-size:1.25rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #pNysnwP0Ax8FLn1OtaSrtgfGUMkVNyRV { width:4rem;height:4rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhFCudm9wmqK3yCESiym0fwHaxwi9Zvg { width:20rem;height:17.125rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGnWEBW3swU8KmOzDSpmwOEqnT5vglva { width:15.0625rem;height:6.25rem;top:63.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFsKgpVzEgAD15RkaSvHUUImr3aWeqmK { width:20rem;height:17.125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irm1IT4tqhKQnSwmKdTnp3P1O4tVQRBK { width:16rem;height:7.8125rem;top:24.75rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #be7NXM6wZKeabUltB1SBVuJyGWoPe6by { width:13.125rem;height:3.25rem;top:59.375rem;left:3.375rem;font-size:1.25rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #L9KZygSIO5JwHxdLHb7GisAdPIJ68BRL { width:4rem;height:4rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLKyozWwJVK3LnW0WABTGdBBhHdgQQDT { width:16rem;height:1.375rem;top:22.625rem;left:3.375rem;font-size:1.25rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #cgMVRT1tywzOUaZhxx2nZ3iF2MNs0EdA { width:4rem;height:4rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfJ8Wul5SbqS2md9ZcvilDkgOfAqwTWp { width:20rem;height:17.125rem;top:74.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBkweV7yaZgt1geLsIq0h5hc00JNlFeu { width:15.1875rem;height:7.8125rem;top:82.625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL0AsDN74ymBUa5RsX0QvZBkoDwTIqaG { width:13.75rem;height:4.875rem;top:77.75rem;left:3.375rem;font-size:1.25rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4ngQQ8cLK7kbSFEPKlhBMTSTHAT8lU { width:20rem;height:17.125rem;top:93.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZc0UbfDLOKaQsVyi3RudV8tTGBQGBMD { width:13.125rem;height:3.25rem;top:95.8125rem;left:3.375rem;font-size:1.25rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #AdHJ75CblacG0CZJ9ilZTT2vSnHcXfkA { width:15.5625rem;height:7.8125rem;top:100rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx9XD49QZrSUNt4hf6NH2l7BhxKTPHBF { width:4rem;height:4rem;top:75.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHd4pRtGVTCVQze5iTy5hbII64NvJXRz { width:4rem;height:4rem;top:93.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyiE6DVfCAR15dUqAUsKy5QuEc4bHN6u { width:13.875rem;height:3.75rem;top:111.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9xwNh3Hn7AlA38m8oTLlKslpasTVi3y { display:block; }
 }@media only screen and (max-width: 763px) { #nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm { background-color:#ffffff;background-image:none;display:block; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container { background-color: transparent; background-image: none; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container > .video-iframe-container { display: none; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row > .video-iframe-container { display: none; }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .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); }#nUP0BpOStNNbytJ8R4Hau0DMWUkQ1rGm > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLx6rgxOuECdGWtRV1Ezq7FiO0913B3k { width:20rem;height:1.4375rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHig5LX4ZTyKobLwhCeZE9EpK3XrBTwS { width:20rem;height:8.25rem;top:6.1875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #plqXaKDUSO1ceH1UMUdtxcvruHFsP9K4 { width:19.9375rem;height:3.75rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxR782Al95qbdMbMT8S520sl9S1pKc79 { display:block; }
 }@media only screen and (max-width: 763px) { #qhfwdTlRh3hsWWHNS8k74B1VKGf74kO8 { top:22.3125rem;left:0rem;width:19.5625rem;height:17rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR { display:block; }#hw8x8e8Z9iusDkfTCnZmsVv7HfG1FkUR > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVITlFQ6iul4V4ZidbukJVotBgEXGOon { width:2.1875rem;height:2.1875rem;top:1.3125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQo7tfaLefyWx6acb563HTSkf1xm1Smt { width:16rem;height:1.0625rem;top:5.4375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4nrRhOJaSP7lGqNZpyguOwhHuydopo7 { width:9.75rem;height:1.0625rem;top:7.9375rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUWsIRREA2Ff0FppchiwHgHtrFWXq2qG { width:12.1875rem;height:1.0625rem;top:10.4375rem;left:3.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPX51Ar7ITxTztTd6NKQKU4Zz7oXZPTG { width:10.6875rem;height:5rem;top:17.6875rem;left:5.625rem;font-size:1rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #vhZnJULQTdTqyQWIZH5lBdIaXsOTUx16 { width:1.5rem;height:1.5rem;top:18.375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8NNDneGzKg9iGIMpb5u3U3B4ioV6S2E { width:1.5rem;height:1.5rem;top:20.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwdbkpFwHzoqnItaRF1aX3A0Zf20ubMd { width:2.375rem;height:2.375rem;top:13.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqZZ14T2qiJNJTyH7fDpQ9OVUOxJIC6T { width:2.375rem;height:2.375rem;top:13.8125rem;left:11.125rem;display:block; }
 }