.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 .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;
}
.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);
}
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-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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/weny1RXu/BG10_Cindi_kopia.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:540px;width:1200px;overflow:visible;position:relative;display:block; }#sdpIsgTKyBdH94yvqDCaVT7pUE13oqcG { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:180px;top:35px;left:0px;overflow:hidden;display:block; }
#IwbQvw5NO2smEQH9wdw6RNTCcqp9rPb7 { color:#ffffff;display:block;width:340px;position:absolute;font-family:"inter regular";font-size:24px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:86px;left:0px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CU0Q0HQU6ssk4V5fm5PG8GOtTevsppxe { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:665.996px;top:120px;left:254.00390625px;overflow:hidden;display:block; }
#wMaQiQaLgSWNvB5TrxDvO1J9BVRnBFT0 { position:absolute;display:block;z-index:100018;background-color:#f8d260;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91px;width:280px;top:495.95703125px;left:460px;display:block; }
#kMeyTuX4NWoJXitGlceOAgEcW1p8pg1v { color:#2550aa;display:block;width:265px;position:absolute;font-family:inter;font-size:28px;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:523.33984375px;left:467.5px;height:36.25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tw2D6SrMkXw5gETKpXTeyexelT3TNquT { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:463px;width:430px;top:163.48046875px;left:1071.5306297927px;overflow:hidden;display:none; }
#hg89tpNo60mT2TZeczqRxkxSow6gwgdI { position:relative;display:block; }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI { background-color: transparent; background-image: none; }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI > .row .container > .video-iframe-container { display: none; }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI > .row > .video-iframe-container { display: none; }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI > .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.79); }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI { border-width: 0; border-radius: 0; }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:296px;width:1200px;position:relative;display:block; }#wJ5ta6HFZfFmNswegCTOCwfmLNQgUUd4 { color:#000000;display:block;width:938.984px;position:absolute;font-family:"inter regular";font-size:21px;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:111.92578125px;left:130.48828125px;height:140px;text-align:center;text-align-last:center;display:block; }
#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw { position:relative;display:block; }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw { background-color: transparent; background-image: none; }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw > .row .container > .video-iframe-container { display: none; }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw > .row > .video-iframe-container { display: none; }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw > .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.79); }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw { border-width: 0; border-radius: 0; }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:901px;width:1200px;position:relative;display:block; }#EcrJQJPLDIgJsfco86GeDU7m4BbvEbfb { color:#000000;display:block;width:911.992px;position:absolute;font-family:"inter regular";font-size:21px;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:181.94140625px;left:143.4765625px;height:35px;text-align:center;text-align-last:center;display:block; }
#E0C1TDXewIyGgeSo5psbwGwTZEQUcSR8 { color:#000000;display:block;width:972px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:267.921875px;left:121.46484375px;height:125px;text-align:left;text-align-last:left;display:block; }
#aNhJQd4bv5pcgTd69lV4Ua5JrqCeeg1q { color:#000000;display:block;width:1002px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:435.9140625px;left:121.4453125px;height:31.25px;text-align:left;text-align-last:left;display:block; }
#KO65GCKIa4QDLTlCBOlEa2zUgbW09Tyl { color:#000000;display:block;width:976px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:535.91015625px;left:121.4453125px;height:62.5px;text-align:left;text-align-last:left;display:block; }
#AZe6DxcGS4HWnDRVaIh2RnJrWhePX1pi { color:#000000;display:block;width:982px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:631.90625px;left:121.4453125px;height:62.5px;text-align:left;text-align-last:left;display:block; }
#y0EIhwDzwHsNVnhqT5kJ88AKgoBnfXmx { color:#000000;display:block;width:911.973px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:733.89453125px;left:121.4453125px;height:62.5px;text-align:left;text-align-last:left;display:block; }
#wiN0Fq9QJFThN6nLDpfcvBxQTM2upMZ9 { color:#000000;display:block;width:983px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:831.890625px;left:121.4453125px;height:62.5px;text-align:left;text-align-last:left;display:block; }
#Xme0J5Xk0zv6qMWEw3Srrw9EgxBMAghH { position:absolute;display:block;z-index:100019;background-color:#f8d260;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90.9961px;width:280px;top:43px;left:460px;display:block; }
#aktwHefVc7uh6W2v8yaNILDpJo3zNinx { color:#2550aa;display:block;width:265px;position:absolute;font-family:inter;font-size:28px;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:70px;left:468px;height:36.25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo { position:relative;display:block; }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo { background-color: transparent; background-image: none; }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo > .row .container > .video-iframe-container { display: none; }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo > .row > .video-iframe-container { display: none; }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo > .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.79); }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo { border-width: 0; border-radius: 0; }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:489px;width:1200px;position:relative;display:block; }#i8CfwZUGb37e2ZWu5zlXGgWA7nwaE17s { color:#000000;display:block;width:911.973px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:261.91015625px;left:121px;height:156.25px;text-align:left;text-align-last:left;display:block; }
#TBVOvuxvXPuwE4qTT7T79pZyIXpDp0X1 { position:absolute;display:block;z-index:100020;background-color:#f8d260;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90.9961px;width:525px;top:120.07421875px;left:332.5px;display:block; }
#pLpGnmBoOZ3PAq8hkbJefronG7RDipBl { color:#2550aa;display:block;width:475px;position:absolute;font-family:inter;font-size:28px;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:129.3125px;left:357.5px;height:72.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9nsPzbitCmR0gKJdCyyRGwRbW095106 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:463px;width:430px;top:163.48046875px;left:1071.5306297927px;overflow:hidden;display:block; }
#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J { position:relative;display:block; }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J { background-color: transparent; background-image: none; }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J > .row .container > .video-iframe-container { display: none; }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J > .row > .video-iframe-container { display: none; }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J > .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.79); }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J { border-width: 0; border-radius: 0; }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:799px;width:1200px;position:relative;display:block; }#grkWyeexR4UTLFJNcT3sfKCJWpva5TwR { color:#000000;display:block;width:972px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:196.9140625px;left:121px;height:93.75px;text-align:left;text-align-last:left;display:block; }
#sirUGmAV0FFsJsbbl3THw1mNTmNxZuEW { position:absolute;display:block;z-index:100021;background-color:#f8d260;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90.9961px;width:525px;top:53.04296875px;left:337.5px;display:block; }
#QDqpAD68n8KVWhvAJw9OtI4GPnJy8AND { color:#2550aa;display:block;width:475px;position:absolute;font-family:inter;font-size:28px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:79.390625px;left:362.5px;height:36.25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JhVrOZrm95yiDtEBv6csLShMlO4qOwCe { color:#000000;display:block;width:991px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:324.91015625px;left:120.9765625px;height:125px;text-align:left;text-align-last:left;display:block; }
#HmdGn5Ln9qWq9T52LftMfRs9UuThClAy { color:#000000;display:block;width:990.996px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:526.015625px;left:121px;height:187.5px;text-align:left;text-align-last:left;display:block; }
#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP { position:relative;display:block; }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP { background-color: transparent; background-image: none; }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP > .row .container > .video-iframe-container { display: none; }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP > .row > .video-iframe-container { display: none; }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP > .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.79); }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP { border-width: 0; border-radius: 0; }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:542px;width:1200px;position:relative;display:block; }#rx5EOvnf1uCQ3IcSgme0NubRRtdnReOc { color:#000000;display:block;width:971.992px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:6.26953125px;left:121px;height:31.25px;text-align:left;text-align-last:left;display:block; }
#Tqf3csXffTlctyMF15zWvqBXkbcUF6Av { color:#000000;display:block;width:971.973px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:73.01953125px;left:120px;height:31.25px;text-align:left;text-align-last:left;display:block; }
#WfJoPCSkgyGiTAtfs8egrTLJGrGOfNDe { color:#000000;display:block;width:985px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:140.01953125px;left:121px;height:125px;text-align:left;text-align-last:left;display:block; }
#z6bTSI8fIGn96tICflnuZPqPXh0KyGUq { color:#000000;display:block;width:985px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:338.01953125px;left:121px;height:62.5px;text-align:left;text-align-last:left;display:block; }
#sIUeTfBpVe1EXfdLt3lbwHx9gI59kJvE { color:#000000;display:block;width:985px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:437.51953125px;left:121px;height:62.5px;text-align:left;text-align-last:left;display:block; }
#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 { position:relative;display:block; }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 { background-color: transparent; background-image: none; }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 > .row .container > .video-iframe-container { display: none; }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 > .row > .video-iframe-container { display: none; }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 > .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.79); }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 { border-width: 0; border-radius: 0; }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:411px;width:1200px;position:relative;display:block; }#G5DP7Vq1RnTEJPcI7NvRIoiFiQXF0TfM { color:#000000;display:block;width:972px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:244.9140625px;left:120.99609375px;height:31.25px;text-align:left;text-align-last:left;display:block; }
#KAO3NTmS1LSOiVOAfMbDzfGFDDa9AWSm { position:absolute;display:block;z-index:100021;background-color:#f8d260;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90.9961px;width:525px;top:104.03125px;left:337.5px;display:block; }
#yA8Xp5nlFtcDnUVqDcRF5kIl02VT31dg { color:#2550aa;display:block;width:475px;position:absolute;font-family:inter;font-size:28px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:130.37890625px;left:362.5px;height:36.25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gl41anogatmJ7GOPgqHGOKqEezUVqZio { color:#000000;display:block;width:990.996px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:318.02734375px;left:121px;height:31.25px;text-align:left;text-align-last:left;display:block; }
#tDs8ea84baX1hyfEB6gyZtROJTobqUmk { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:425px;width:330px;top:90.4921875px;left:-237.4426733985px;overflow:hidden;display:block; }
#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk { position:relative;display:block; }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk { background-color: transparent; background-image: none; }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk > .row .container > .video-iframe-container { display: none; }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk > .row > .video-iframe-container { display: none; }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk > .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.79); }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk { border-width: 0; border-radius: 0; }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:598px;width:1200px;position:relative;display:block; }#eMTE6N5QXO3TyHDfckl1CF7OAAig3B3M { position:absolute;display:block;z-index:100021;background-color:#f8d260;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:443px;top:61.04296875px;left:378.49609375px;display:block; }
#nt5xgIssFtMAAxpkcOx8ZshkBxpOkqlh { color:#2550aa;display:block;width:417.988px;position:absolute;font-family:inter;font-size:28px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:86.0234375px;left:391.9921875px;height:36.25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#do6iQ4OWyLUEEcmwihtL7TGNUgotnPGM { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:199.00390625px;left:121px;height:312.5px;text-align:left;text-align-last:left;display:block; }
#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL { position:relative;display:block; }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL { background-color: transparent; background-image: none; }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL > .row .container > .video-iframe-container { display: none; }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL > .row > .video-iframe-container { display: none; }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL > .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.79); }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL { border-width: 0; border-radius: 0; }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:298px;width:1200px;position:relative;display:block; }#pdv1M5CxIQChMBbNSPiOrLaG8DAfrpus { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:11.04296875px;left:121px;height:218.75px;text-align:left;text-align-last:left;display:block; }
#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya { position:relative;display:block; }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya { background-color: transparent; background-image: none; }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya > .row .container > .video-iframe-container { display: none; }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya > .row > .video-iframe-container { display: none; }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya > .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.79); }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya { border-width: 0; border-radius: 0; }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:373px;width:1200px;position:relative;display:block; }#gAMGCHDsfFBR4ZZMmBm1BwZX4IAAgI8T { position:absolute;display:block;z-index:100021;background-color:#f8d260;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90.9961px;width:318.984px;top:54.0546875px;left:456px;display:block; }
#wTdPIEaTyEAKVxdKXzhIycG4A39vrCpr { color:#2550aa;display:block;width:280px;position:absolute;font-family:inter;font-size:28px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:81.046875px;left:476.99609375px;height:36.25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ApmUgpkCdzxyLVtMeUbiUSxGf4tcLIZ9 { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:199.00390625px;left:120px;height:62.5px;text-align:center;text-align-last:center;display:block; }
#o84Nc6eoozT1KHESXFer5rJh609mgTtT { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:276px;width:415px;top:274.55121875px;left:-240.91990121066px;overflow:hidden;display:block; }
#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ { position:relative;display:block; }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ { background-color: transparent; background-image: none; }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ > .row .container > .video-iframe-container { display: none; }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ > .row > .video-iframe-container { display: none; }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ > .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.79); }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ { border-width: 0; border-radius: 0; }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:589px;width:1200px;position:relative;display:block; }#bZJaroNuAC1kTXlT4ZDOOpUZ3Q3u9eAe { position:absolute;display:block;z-index:100021;background-color:#f8d260;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91px;width:406px;top:51.04296875px;left:414.47265625px;display:block; }
#uC8naZZSdUl33tqON83TxO8q12OTGvAR { color:#2550aa;display:block;width:330.977px;position:absolute;font-family:inter;font-size:28px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:60.06640625px;left:450px;height:72.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nM8nTpvvFm9PTdbJeJXrkkl8Oaeti7h7 { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:199.00390625px;left:121px;height:62.5px;text-align:left;text-align-last:left;display:block; }
#TTVABqd9e1UBeaQdXnKRQabOZZ0zKT0f { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:292.24609375px;left:121px;height:250px;text-align:left;text-align-last:left;display:block; }
#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV { position:relative;display:block; }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV { background-color: transparent; background-image: none; }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV > .row .container > .video-iframe-container { display: none; }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV > .row > .video-iframe-container { display: none; }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV > .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.79); }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV { border-width: 0; border-radius: 0; }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:331px;width:1200px;position:relative;display:block; }#NUh5A23DEr1w6zEVpBGTTqTLLUNzNheP { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:11.04296875px;left:121px;height:125px;text-align:left;text-align-last:left;display:block; }
#iJHHDm9Rubya0V5RtZhFyM3d6THwDzcB { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:163.06640625px;left:121px;height:31.25px;text-align:left;text-align-last:left;display:block; }
#N5dGD6wxql0sPKJ9iPJPKrknPVrZBVBN { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:224.81640625px;left:121px;height:31.25px;text-align:left;text-align-last:left;display:block; }
#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE { position:relative;display:block; }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE { background-color: transparent; background-image: none; }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE > .row .container > .video-iframe-container { display: none; }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE > .row > .video-iframe-container { display: none; }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE > .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.79); }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE { border-width: 0; border-radius: 0; }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:782px;width:1200px;position:relative;display:block; }#sQ5TuTBcSeu65mes19FsSVuPe7t96hat { position:absolute;display:block;z-index:100021;background-color:#f8d260;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:323px;top:57.04296875px;left:439.4921875px;display:block; }
#kuqGNXLdTVZ53Siqn1TGbIdfHfVDTCpe { color:#2550aa;display:block;width:323px;position:absolute;font-family:inter;font-size:28px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:85.0703125px;left:440px;height:36.25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rgVrH1FPcW5cBLHMnlvJu4xlDudheNMu { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:202.24609375px;left:121px;height:125px;text-align:left;text-align-last:left;display:block; }
#ipheOZi456qP5kSKw4cCRwmsGEiN2pSd { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:411.48828125px;left:120.99609375px;height:93.75px;text-align:left;text-align-last:left;display:block; }
#oFITlNKWbnJTKgvsTxRo3pRZsKFbpJkK { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:538.0703125px;left:120px;height:62.5px;text-align:left;text-align-last:left;display:block; }
#VXv6SeUT6JUEzEzDzA1dzfmnNN9PL1nJ { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:635.5703125px;left:120px;height:93.75px;text-align:left;text-align-last:left;display:block; }
#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA { position:relative;display:block; }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA { background-color: transparent; background-image: none; }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.79); }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA > .row .container > .video-iframe-container { display: none; }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA > .row > .video-iframe-container { display: none; }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA > .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.79); }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA { border-width: 0; border-radius: 0; }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5NahKhFZ/tlo_faq.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:697px;width:1200px;position:relative;display:block; }#w814lpI0hutMyEvRm8sLFFX2vfKqTpa1 { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:11.04296875px;left:121px;height:125px;text-align:left;text-align-last:left;display:block; }
#f1nHB1xyghb96qNzHVGdxT81tbJcDMtn { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:163.06640625px;left:121px;height:187.5px;text-align:left;text-align-last:left;display:block; }
#zJTHBQxLybTaBWeSX17ovKi3xkxLvDph { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:381.82421875px;left:120px;height:62.5px;text-align:left;text-align-last:left;display:block; }
#T7lnAcOQm1BbQvsyeEMVSWckDawIPOSR { color:#000000;display:block;width:990.977px;position:absolute;font-family:"inter regular";font-size:19px;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:475.07421875px;left:120px;height:31.25px;text-align:left;text-align-last:left;display:block; }
#WescJUtxA8bkL3wceuhyCbHuxUzEVn05 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:404px;width:439px;top:443.61328125px;left:877.38173810484px;overflow:hidden;display:block; }
#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .row .container { background-color: transparent; background-image: none; }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .row .container > .video-iframe-container { display: none; }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .row > .video-iframe-container { display: none; }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .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); }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .row .container { border-width: 0; border-radius: 0; }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .row .container { font-size:14px;font-family:arial;height:163px;width:1200px;position:relative;display:block; }#Z329mL4I0mf73AfueEIZaviZfF1MZvAm { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:425px;width:330px;top:90.4921875px;left:-237.4426733985px;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdpIsgTKyBdH94yvqDCaVT7pUE13oqcG { top:35px;left:0px;width:180px;height:47.9883px;display:block; }
 }@media only screen and (max-width: 763px) { #IwbQvw5NO2smEQH9wdw6RNTCcqp9rPb7 { top:86px;left:0px;width:340px;height:30px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CU0Q0HQU6ssk4V5fm5PG8GOtTevsppxe { width:665px;height:279.5812587463px;top:120px;left:36.00390625px;display:block; }
 }@media only screen and (max-width: 763px) { #wMaQiQaLgSWNvB5TrxDvO1J9BVRnBFT0 { width:280px;height:91px;top:495px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #kMeyTuX4NWoJXitGlceOAgEcW1p8pg1v { top:523px;left:249.5px;width:265px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2D6SrMkXw5gETKpXTeyexelT3TNquT { width:430px;height:463px;top:163px;left:334px;display:none; }
 }@media only screen and (max-width: 763px) { #hg89tpNo60mT2TZeczqRxkxSow6gwgdI { display:block; }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJ5ta6HFZfFmNswegCTOCwfmLNQgUUd4 { width:764px;height:140px;top:111px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #D6cTm7a3alfxDmGUmno6TTcN0LZffMGw { display:block; }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcrJQJPLDIgJsfco86GeDU7m4BbvEbfb { width:764px;height:35px;top:181px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #E0C1TDXewIyGgeSo5psbwGwTZEQUcSR8 { width:764px;height:125px;top:267px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aNhJQd4bv5pcgTd69lV4Ua5JrqCeeg1q { width:764px;height:62px;top:435px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KO65GCKIa4QDLTlCBOlEa2zUgbW09Tyl { width:764px;height:62px;top:535px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #AZe6DxcGS4HWnDRVaIh2RnJrWhePX1pi { width:764px;height:62px;top:631px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #y0EIhwDzwHsNVnhqT5kJ88AKgoBnfXmx { width:764px;height:62px;top:733px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #wiN0Fq9QJFThN6nLDpfcvBxQTM2upMZ9 { width:764px;height:62px;top:831px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Xme0J5Xk0zv6qMWEw3Srrw9EgxBMAghH { width:280px;height:90px;top:43px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #aktwHefVc7uh6W2v8yaNILDpJo3zNinx { top:70px;left:250px;width:265px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo { display:block; }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8CfwZUGb37e2ZWu5zlXGgWA7nwaE17s { width:764px;height:156px;top:261px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TBVOvuxvXPuwE4qTT7T79pZyIXpDp0X1 { width:525px;height:90px;top:120px;left:114.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pLpGnmBoOZ3PAq8hkbJefronG7RDipBl { top:129px;left:139.5px;width:475px;height:72px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #I9nsPzbitCmR0gKJdCyyRGwRbW095106 { width:430px;height:463px;top:163px;left:334px;display:block; }
 }@media only screen and (max-width: 763px) { #ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J { display:block; }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grkWyeexR4UTLFJNcT3sfKCJWpva5TwR { width:764px;height:93px;top:196px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sirUGmAV0FFsJsbbl3THw1mNTmNxZuEW { width:525px;height:90px;top:53px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QDqpAD68n8KVWhvAJw9OtI4GPnJy8AND { top:79px;left:144.5px;width:475px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JhVrOZrm95yiDtEBv6csLShMlO4qOwCe { width:764px;height:125px;top:324px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HmdGn5Ln9qWq9T52LftMfRs9UuThClAy { width:764px;height:218px;top:526px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP { display:block; }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rx5EOvnf1uCQ3IcSgme0NubRRtdnReOc { width:764px;height:31px;top:6px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Tqf3csXffTlctyMF15zWvqBXkbcUF6Av { width:764px;height:31px;top:73px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WfJoPCSkgyGiTAtfs8egrTLJGrGOfNDe { width:764px;height:156px;top:140px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #z6bTSI8fIGn96tICflnuZPqPXh0KyGUq { width:764px;height:62px;top:338px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sIUeTfBpVe1EXfdLt3lbwHx9gI59kJvE { width:764px;height:93px;top:437px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 { display:block; }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5DP7Vq1RnTEJPcI7NvRIoiFiQXF0TfM { width:764px;height:31px;top:244px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KAO3NTmS1LSOiVOAfMbDzfGFDDa9AWSm { width:525px;height:90px;top:104px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yA8Xp5nlFtcDnUVqDcRF5kIl02VT31dg { top:130px;left:144.5px;width:475px;height:36px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gl41anogatmJ7GOPgqHGOKqEezUVqZio { width:764px;height:31px;top:318px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #tDs8ea84baX1hyfEB6gyZtROJTobqUmk { width:330px;height:425px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk { display:block; }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMTE6N5QXO3TyHDfckl1CF7OAAig3B3M { width:443px;height:90px;top:61px;left:160.49609375px;display:block; }
 }@media only screen and (max-width: 763px) { #nt5xgIssFtMAAxpkcOx8ZshkBxpOkqlh { top:86px;left:173.9921875px;width:417px;height:36px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #do6iQ4OWyLUEEcmwihtL7TGNUgotnPGM { width:764px;height:343px;top:199px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL { display:block; }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdv1M5CxIQChMBbNSPiOrLaG8DAfrpus { width:764px;height:250px;top:11px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya { display:block; }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAMGCHDsfFBR4ZZMmBm1BwZX4IAAgI8T { width:318px;height:90px;top:54px;left:238px;display:block; }
 }@media only screen and (max-width: 763px) { #wTdPIEaTyEAKVxdKXzhIycG4A39vrCpr { top:81px;left:258.99609375px;width:280px;height:36px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ApmUgpkCdzxyLVtMeUbiUSxGf4tcLIZ9 { width:764px;height:93px;top:199px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #o84Nc6eoozT1KHESXFer5rJh609mgTtT { width:415px;height:276px;top:274px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ { display:block; }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZJaroNuAC1kTXlT4ZDOOpUZ3Q3u9eAe { width:406px;height:91px;top:51px;left:196.47265625px;display:block; }
 }@media only screen and (max-width: 763px) { #uC8naZZSdUl33tqON83TxO8q12OTGvAR { top:60px;left:232px;width:330px;height:72px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #nM8nTpvvFm9PTdbJeJXrkkl8Oaeti7h7 { width:764px;height:62px;top:199px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TTVABqd9e1UBeaQdXnKRQabOZZ0zKT0f { width:764px;height:250px;top:292px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FRginNVJu5aWq4RbdK5svIyeOZvZ7StV { display:block; }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUh5A23DEr1w6zEVpBGTTqTLLUNzNheP { width:764px;height:125px;top:11px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iJHHDm9Rubya0V5RtZhFyM3d6THwDzcB { width:764px;height:31px;top:163px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #N5dGD6wxql0sPKJ9iPJPKrknPVrZBVBN { width:764px;height:31px;top:224px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE { display:block; }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQ5TuTBcSeu65mes19FsSVuPe7t96hat { width:323px;height:90px;top:57px;left:221.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #kuqGNXLdTVZ53Siqn1TGbIdfHfVDTCpe { top:85px;left:222px;width:323px;height:36px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rgVrH1FPcW5cBLHMnlvJu4xlDudheNMu { width:764px;height:156px;top:202px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ipheOZi456qP5kSKw4cCRwmsGEiN2pSd { width:764px;height:93px;top:411px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oFITlNKWbnJTKgvsTxRo3pRZsKFbpJkK { width:764px;height:62px;top:538px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VXv6SeUT6JUEzEzDzA1dzfmnNN9PL1nJ { width:764px;height:125px;top:635px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA { display:block; }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w814lpI0hutMyEvRm8sLFFX2vfKqTpa1 { width:764px;height:125px;top:11px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #f1nHB1xyghb96qNzHVGdxT81tbJcDMtn { width:764px;height:187px;top:163px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zJTHBQxLybTaBWeSX17ovKi3xkxLvDph { width:764px;height:62px;top:381px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #T7lnAcOQm1BbQvsyeEMVSWckDawIPOSR { width:764px;height:31px;top:475px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WescJUtxA8bkL3wceuhyCbHuxUzEVn05 { width:439px;height:404px;top:443px;left:325px;display:none; }
 }@media only screen and (max-width: 763px) { #NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd { display:block; }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z329mL4I0mf73AfueEIZaviZfF1MZvAm { width:330px;height:425px;top:90px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/weny1RXu/BG10_Cindi_kopia.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:650px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdpIsgTKyBdH94yvqDCaVT7pUE13oqcG { width:180px;height:47.9883px;top:20px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #IwbQvw5NO2smEQH9wdw6RNTCcqp9rPb7 { width:320px;height:30px;top:87.9883px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CU0Q0HQU6ssk4V5fm5PG8GOtTevsppxe { width:320px;height:133px;top:165.46875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wMaQiQaLgSWNvB5TrxDvO1J9BVRnBFT0 { width:280px;height:70px;top:571.984375px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kMeyTuX4NWoJXitGlceOAgEcW1p8pg1v { width:265px;height:27.5px;top:591.2421875px;left:28.984375px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2D6SrMkXw5gETKpXTeyexelT3TNquT { width:242.988px;height:262.988px;top:240px;left:68.0078125px;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #hg89tpNo60mT2TZeczqRxkxSow6gwgdI { display:block; }#hg89tpNo60mT2TZeczqRxkxSow6gwgdI > .row .container { width:320px;height:475px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJ5ta6HFZfFmNswegCTOCwfmLNQgUUd4 { width:314px;height:420px;top:20px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #D6cTm7a3alfxDmGUmno6TTcN0LZffMGw { display:block; }#D6cTm7a3alfxDmGUmno6TTcN0LZffMGw > .row .container { width:320px;height:1531px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcrJQJPLDIgJsfco86GeDU7m4BbvEbfb { width:320px;height:105px;top:130px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #E0C1TDXewIyGgeSo5psbwGwTZEQUcSR8 { width:320px;height:375px;top:255px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aNhJQd4bv5pcgTd69lV4Ua5JrqCeeg1q { width:320px;height:125px;top:650px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KO65GCKIa4QDLTlCBOlEa2zUgbW09Tyl { width:320px;height:125px;top:795px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #AZe6DxcGS4HWnDRVaIh2RnJrWhePX1pi { width:320px;height:187.5px;top:940px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #y0EIhwDzwHsNVnhqT5kJ88AKgoBnfXmx { width:320px;height:125px;top:1147.5px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #wiN0Fq9QJFThN6nLDpfcvBxQTM2upMZ9 { width:320px;height:218.75px;top:1292.5px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Xme0J5Xk0zv6qMWEw3Srrw9EgxBMAghH { width:280px;height:70px;top:26px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aktwHefVc7uh6W2v8yaNILDpJo3zNinx { width:265px;height:27.5px;top:45.35546875px;left:27.5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo { display:block; }#EnB3cwHTxe1tqUSd6kgAnNw7GfEezeVo > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8CfwZUGb37e2ZWu5zlXGgWA7nwaE17s { width:320px;height:281.25px;top:134.98828125px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TBVOvuxvXPuwE4qTT7T79pZyIXpDp0X1 { width:320px;height:70px;top:27px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pLpGnmBoOZ3PAq8hkbJefronG7RDipBl { width:320px;height:55px;top:35.76171875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9nsPzbitCmR0gKJdCyyRGwRbW095106 { width:320px;height:344.55813953488px;top:459.23828125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J { display:block; }#ItrqnJlXTgiKJXbWk4NlNGtCKmrKfi8J > .row .container { width:320px;height:1236px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grkWyeexR4UTLFJNcT3sfKCJWpva5TwR { width:320px;height:312.5px;top:138.84765625px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sirUGmAV0FFsJsbbl3THw1mNTmNxZuEW { width:320px;height:70px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QDqpAD68n8KVWhvAJw9OtI4GPnJy8AND { width:265.996px;height:55px;top:39.765625px;left:20px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhVrOZrm95yiDtEBv6csLShMlO4qOwCe { width:320px;height:343.75px;top:471.34765625px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HmdGn5Ln9qWq9T52LftMfRs9UuThClAy { width:320px;height:375px;top:835.09765625px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP { display:block; }#fbLbLPQbXPX1TA1mCThLMUSTZRM4O8JP > .row .container { width:320px;height:1151px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rx5EOvnf1uCQ3IcSgme0NubRRtdnReOc { width:320px;height:62.5px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Tqf3csXffTlctyMF15zWvqBXkbcUF6Av { width:320px;height:62.5px;top:102.5px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WfJoPCSkgyGiTAtfs8egrTLJGrGOfNDe { width:320px;height:500px;top:185px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #z6bTSI8fIGn96tICflnuZPqPXh0KyGUq { width:320px;height:187.5px;top:705px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sIUeTfBpVe1EXfdLt3lbwHx9gI59kJvE { width:320px;height:218.75px;top:912.5px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 { display:block; }#z5Wg8DW2kcqCbfsGKsyrF6fUV1avaP13 > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5DP7Vq1RnTEJPcI7NvRIoiFiQXF0TfM { width:320px;height:93.75px;top:141px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KAO3NTmS1LSOiVOAfMbDzfGFDDa9AWSm { width:320px;height:70px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yA8Xp5nlFtcDnUVqDcRF5kIl02VT31dg { width:320px;height:52.5px;top:43px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl41anogatmJ7GOPgqHGOKqEezUVqZio { width:320px;height:62.5px;top:255px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #tDs8ea84baX1hyfEB6gyZtROJTobqUmk { width:320px;height:412.12121212121px;top:14px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk { display:block; }#BTeiKPQbDogdwFoMKPiELdtQGXFif8Tk > .row .container { width:320px;height:840px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMTE6N5QXO3TyHDfckl1CF7OAAig3B3M { width:320px;height:70px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nt5xgIssFtMAAxpkcOx8ZshkBxpOkqlh { width:320px;height:26.25px;top:40.98046875px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #do6iQ4OWyLUEEcmwihtL7TGNUgotnPGM { width:320px;height:687.5px;top:124.48046875px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL { display:block; }#ApfwyNy5WKWaLsqOBtMduk12nE6RhSRL > .row .container { width:320px;height:770px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdv1M5CxIQChMBbNSPiOrLaG8DAfrpus { width:320px;height:750px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya { display:block; }#Gcm1eIGQmWQKX8baV1ZzWEkUy1QF0Oya > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAMGCHDsfFBR4ZZMmBm1BwZX4IAAgI8T { width:318px;height:70px;top:20px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #wTdPIEaTyEAKVxdKXzhIycG4A39vrCpr { width:280px;height:26.25px;top:44.9921875px;left:21.99609375px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApmUgpkCdzxyLVtMeUbiUSxGf4tcLIZ9 { width:320px;height:218.75px;top:129px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #o84Nc6eoozT1KHESXFer5rJh609mgTtT { width:320px;height:212.81927710843px;top:274px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ { display:block; }#zE6sTLnreVEFSgwgdsZNLKWv1LoXVOWJ > .row .container { width:320px;height:700px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZJaroNuAC1kTXlT4ZDOOpUZ3Q3u9eAe { width:320px;height:70px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uC8naZZSdUl33tqON83TxO8q12OTGvAR { width:260px;height:52.5px;top:42.0234375px;left:30px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nM8nTpvvFm9PTdbJeJXrkkl8Oaeti7h7 { width:320px;height:156.25px;top:131px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TTVABqd9e1UBeaQdXnKRQabOZZ0zKT0f { width:320px;height:375px;top:307.25px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FRginNVJu5aWq4RbdK5svIyeOZvZ7StV { display:block; }#FRginNVJu5aWq4RbdK5svIyeOZvZ7StV > .row .container { width:320px;height:705px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUh5A23DEr1w6zEVpBGTTqTLLUNzNheP { width:320px;height:406.25px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iJHHDm9Rubya0V5RtZhFyM3d6THwDzcB { width:320px;height:125px;top:446.25px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #N5dGD6wxql0sPKJ9iPJPKrknPVrZBVBN { width:320px;height:93.75px;top:591.25px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE { display:block; }#CTMo1p9lfEQZpfsaI1A1muVZkbLinHNE > .row .container { width:320px;height:1366px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQ5TuTBcSeu65mes19FsSVuPe7t96hat { width:320px;height:70px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kuqGNXLdTVZ53Siqn1TGbIdfHfVDTCpe { width:320px;height:26.25px;top:49.02734375px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgVrH1FPcW5cBLHMnlvJu4xlDudheNMu { width:320px;height:250px;top:130px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ipheOZi456qP5kSKw4cCRwmsGEiN2pSd { width:320px;height:312.5px;top:400px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oFITlNKWbnJTKgvsTxRo3pRZsKFbpJkK { width:320px;height:218.75px;top:732.5px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VXv6SeUT6JUEzEzDzA1dzfmnNN9PL1nJ { width:320px;height:375px;top:971.25px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA { display:block; }#dR2vkHZ0IqBeVpSyeC0zNw31OddXzIfA > .row .container { width:320px;height:1336px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w814lpI0hutMyEvRm8sLFFX2vfKqTpa1 { width:320px;height:406.25px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #f1nHB1xyghb96qNzHVGdxT81tbJcDMtn { width:320px;height:531.25px;top:446.25px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zJTHBQxLybTaBWeSX17ovKi3xkxLvDph { width:320px;height:187.5px;top:997.5px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #T7lnAcOQm1BbQvsyeEMVSWckDawIPOSR { width:320px;height:93.75px;top:1205px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WescJUtxA8bkL3wceuhyCbHuxUzEVn05 { width:320px;height:294.48654165072px;top:1318.75px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd { display:block; }#NiHQ3m0UuliEJAifNaLl8lFSXEveHVhd > .row .container { width:320px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z329mL4I0mf73AfueEIZaviZfF1MZvAm { width:245px;height:316.992px;top:19.08203125px;left:0px;z-index:100022;display:block; }
 }