.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5H1N0c39/pattern.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container { display: none; }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/5a2ecb7a-31f0-4d21-a44a-0f081b671a38/tappi_tlo1.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.adaptive-delivery-prevent-bg, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyload, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyloading { background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { background-color: transparent; background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { border-width: 0; border-radius: 0; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.125rem;width:46.125rem;top:4.125rem;left:6.9375rem;overflow:hidden;display:block; }
#UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:55.875rem;left:23.125rem;display:block; }
#inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ { position:relative;display:block; }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ { background-color: transparent; background-image: none; }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ > .row .container > .video-iframe-container { display: none; }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ > .row > .video-iframe-container { display: none; }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ > .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); }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ { border-width: 0; border-radius: 0; }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LThclE6WSLVixRndxPxS6AbKNNSGkJdm { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.0625rem;left:0.8125rem;display:block; }
#uDh3tTUcMVJWXnCNorHIliJHD7J2wvpf { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:10.875rem;height:2.4375rem;font-style:normal;display:block; }
#pQxy3LTwNvJmVNX8UFd5gL0nTEAlEUk1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:13.5rem;top:0rem;left:35.8125rem;overflow:hidden;display:block; }
#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 { position:relative;display:block; }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 { background-color: transparent; background-image: none; }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 > .row .container > .video-iframe-container { display: none; }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 > .row > .video-iframe-container { display: none; }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 > .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); }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 { border-width: 0; border-radius: 0; }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wViq3QFXKJigwvcTmNDktH2BAAKQJ9kV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:3.25rem;left:23.5625rem;overflow:hidden;display:block; }
#DwT0Fg6AfPLiEk2NC62oEgXrIqLZ7NKS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.5625rem;left:32.5625rem; }
#t9nD3J9koS2f6k474vD6SgiTtXQB3rS9 { color:#000000;display:block;width:2.625rem;position:absolute;font-family:comfortaa;font-size:0.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:32.8125rem;height:0.6494125rem;font-style:normal;display:block; }
#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W { position:relative;display:block; }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W { background-color: transparent; background-image: none; }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W > .row .container > .video-iframe-container { display: none; }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W > .row > .video-iframe-container { display: none; }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W > .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); }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W { border-width: 0; border-radius: 0; }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gDZvgnIaC87SKBgT16n2hrvPqzrdQKym { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:3.3125rem;left:43.5625rem;overflow:hidden;display:block; }
#ZHHHqDSKPbl6yUM5AIHDTf7Vgp0XO6Sc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5625rem;left:52.6875rem; }
#t1fDqFDVkpoRI3SQ3IHSkw2SJV78RbMh { color:#000000;display:block;width:2.625rem;position:absolute;font-family:comfortaa;font-size:0.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9375rem;left:53rem;height:0.6494125rem;font-style:normal;display:block; }
#qi5n2OLIkDAgt91UMNv0g26UxFnCfeHT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:3.25rem;left:3.5625rem;overflow:hidden;display:block; }
#rAISJH2Ibsry4iJa9sF5PwbtEar3yMUy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.5625rem;left:12.5625rem; }
#xCclTV5zbZciXlR1HTU20I353mblxqmT { color:#000000;display:block;width:2.625rem;position:absolute;font-family:comfortaa;font-size:0.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12.8125rem;height:0.6494125rem;font-style:normal;display:block; }
#H6iTxWF9SrH2wPtnhe3rlGcuVRuUqP69 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:2.90625rem;left:23.53125rem;overflow:hidden;display:block; }
#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E { position:relative;display:block; }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E { background-color: transparent; background-image: none; }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E > .row .container > .video-iframe-container { display: none; }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E > .row > .video-iframe-container { display: none; }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E > .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); }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E { border-width: 0; border-radius: 0; }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OOEgUrAPxqCrNnMNRF2rny115CwTsOg3 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:2.90625rem;left:23.53125rem;overflow:hidden;display:block; }
#SXg0p87n6eJTUB1on3U5xeEwUgMDAKW2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.9375rem;left:32.6875rem; }
#fdtiWzV3wHakdPwZEgiLNfEwRSMEHvFx { color:#000000;display:block;width:2.625rem;position:absolute;font-family:comfortaa;font-size:0.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3125rem;left:33rem;height:0.6494125rem;font-style:normal;display:block; }
#TCQ4vsPpqd3mBHSoJ51EBGmPIi6PDpsu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:2.90625rem;left:3.53125rem;overflow:hidden;display:block; }
#o6VnHzJENBLqJtcBJSQCun8Dm0qufQBl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:2.479166625rem;left:42.791666625rem;overflow:hidden;display:block; }
#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container { background-color: transparent; background-image: none; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container > .video-iframe-container { display: none; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row > .video-iframe-container { display: none; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .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); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container { border-width: 0; border-radius: 0; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#D0GHDTpcACz0Tv9szqbvMZRpqtZP0SdL { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6875rem;left:23.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WHtZQCAz4cuWc5sX5beVMS46PcF8rR8P { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#kVOvTcd50N5cDpyAsD5zi61sshVquRcF { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:28.263671875rem;left:30.25rem;height:1.8rem;font-style:normal;display:block; }
#KITsPlazkcKS5quk1EQNnO65hAaaRJH9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:26.5rem;top:5.46875rem;left:1.09375rem;overflow:hidden;display:block; }
#DbLFL2OORtPG3DLlBB3CvurR4wlKloVy { color:#000000;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6005859375rem;left:26.46875rem;height:16.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container { background-color: transparent; background-image: none; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container > .video-iframe-container { display: none; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row > .video-iframe-container { display: none; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .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); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container { border-width: 0; border-radius: 0; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#t6kUrB7KUVk4XnND8Tx06KIFhXrpKuXp { color:#000000;display:block;width:37.125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.28125rem;left:4.3125rem;height:7.3125rem;font-style:normal;display:block; }
#dGl0yTERa42zqCeLGHyCwZHTRZl5w20T { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#T8kDOR4TCX0DWNWbG4fUQlhZ9QNLphu3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:41.625rem;top:6.125rem;left:18.375rem;overflow:hidden;display:block; }
#nT6SiqouSKLVN0iPGQ7epDHhovT9csdc { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:25.0869140625rem;left:3rem;height:10.79883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R25DzPitT0XFOqcrU89dAB923KB0tcyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/5a2ecb7a-31f0-4d21-a44a-0f081b671a38/tappi_tlo1.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R25DzPitT0XFOqcrU89dAB923KB0tcyb.adaptive-delivery-prevent-bg, #R25DzPitT0XFOqcrU89dAB923KB0tcyb.lazyload, #R25DzPitT0XFOqcrU89dAB923KB0tcyb.lazyloading { background-image: none; }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row .container { background-color: transparent; background-image: none; }#R25DzPitT0XFOqcrU89dAB923KB0tcyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row .container > .video-iframe-container { display: none; }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row > .video-iframe-container { display: none; }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .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); }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row .container { border-width: 0; border-radius: 0; }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#DAdT65ZpFPBwbqyGQK1UVXTbDrMRxqqm { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#C7A0D00eGZ320vs2sZMNUmsZzmQ2tQ6T { position:absolute;display:block;z-index:15001;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#D9Tcnzb0ElCoSBEwJsfnGPdbXee2DahK { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#kThtLnkhMSBJ8KhNaIB2XN0c8gQNJURM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eg5n8Ht5M0xHvCy0qIzPaMGRVLDh5ohV { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#crOPMvtbEh8EKf3VlR8hhPu7qzRWmSbd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnMJcXPWsTMSfs7tP77r6mE6g0a5f2Ly { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:33rem;top:15.875rem;left:0rem;overflow:hidden;display:block; }
#N9SBy1nKAHdp5JNC84bkPWGlMXuvprHm { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#coeJvVrisHVIbdf1hnXTlK6FS74zieO2 { position:absolute;display:block;z-index:14991;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/2f6187aa-81f2-45ad-b758-8b5eca1a4353/elementy__0012_Layer21copy.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP.adaptive-delivery-prevent-bg, #O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP.lazyload, #O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP.lazyloading { background-image: none; }#O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP > .row .container { border-width: 0; border-radius: 0; }#O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:none; }#lTJ2Bac7AU84tSxTRJhfPt5ZTe6ouU2I { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#Gg7gidAqgK6AGT24BE60K1ReEhM1HdoL { position:absolute;display:block;z-index:15001;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#ThKeFUCPQi5k4OW90yRTOBWMDETFDIHq { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#rX8TL4mniozD6UQ2d9lgTod5nS1PBu57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wZIBn2oTm3LCxwTbata5MS5CisxEXTUq { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#RqqhaHS94fONTRFSe71pgeBKMGsB5g6B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vUdQFIq0Q70deXlbXIqZ9RR57z9mq9wB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:20.25rem;top:20.6875rem;left:7.119140625rem;overflow:hidden;display:block; }
#dp7AERW97Awiloc11teU8U2VDOWUW0zA { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#Ew0CDM0TzGByCncieLi6HtyflrCgWzPk { position:absolute;display:block;z-index:14999;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#hmqCb6kDaUIpbP65AcT8L17BTpTTTfJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hmqCb6kDaUIpbP65AcT8L17BTpTTTfJ7 > .row .container { border-width: 0; border-radius: 0; }#hmqCb6kDaUIpbP65AcT8L17BTpTTTfJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmqCb6kDaUIpbP65AcT8L17BTpTTTfJ7 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:none; }#voKtKKTy5LHqEtOzyZqbJchfqGAD3lEn { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#pJQDpXBMMkBrWs6HoeRialdAKCn04Bl7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:32.1875rem;overflow:hidden;display:block; }
#Ebp9AVMVWf30hPqOUTVfiatApRF3XntB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:21.5rem;top:15.875rem;left:6.75rem;overflow:hidden;display:block; }
#umZhJMmnXQCDBfbB5x59GC2mQEKpIKEH { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#eW7iNPmNTuMTUVHqVytpFdOA6W8G7aZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvylCEW1VtDxGRGbx2cIy4DS58Qtdi2P { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#N9LkuxL2BTMSN8T8izPHn1T73tXKGRVV { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row .container { background-color: transparent; background-image: none; }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row .container > .video-iframe-container { display: none; }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row > .video-iframe-container { display: none; }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .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); }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row .container { border-width: 0; border-radius: 0; }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#ZxCTFkwUVihoD35k3WDcWG8wilGbvG68 { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duVoFVIESrJB9DDcEzridxga5hE784BR { position:relative;display:block; }#duVoFVIESrJB9DDcEzridxga5hE784BR { background-color: transparent; background-image: none; }#duVoFVIESrJB9DDcEzridxga5hE784BR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duVoFVIESrJB9DDcEzridxga5hE784BR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duVoFVIESrJB9DDcEzridxga5hE784BR > .row .container > .video-iframe-container { display: none; }#duVoFVIESrJB9DDcEzridxga5hE784BR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duVoFVIESrJB9DDcEzridxga5hE784BR > .row > .video-iframe-container { display: none; }#duVoFVIESrJB9DDcEzridxga5hE784BR > .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); }#duVoFVIESrJB9DDcEzridxga5hE784BR { border-width: 0; border-radius: 0; }#duVoFVIESrJB9DDcEzridxga5hE784BR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#duVoFVIESrJB9DDcEzridxga5hE784BR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ecg1Iop3SEOwPRWrC9w2pqFKXK1uShs4 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:6.4375rem;display:block; }
#PouT2va19DVvAcIknGo2qGPI6yBFWVWE { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:36.4375rem;display:block; }
#uX36cTptRDNqw8t4LuXcKXDxWiWlTrKo { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.28125rem;left:13.9375rem; }
#AMw319E53NPP7bLv5eMOLXdvZ06AEZpe { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.28125rem;left:43.9375rem; }
#snJRkEMZmJEb7qTgaNrctripOqesLvdP { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.34375rem;left:37.03125rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eMSAR9dk0s55sCP2Ts0T0P6A12EhxMkF { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8rem;left:7.03125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KqNKiukwim5unZckrXaI3JJPtp5l0mce { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:15.84375rem;left:5.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cQgsBhZFcDfdnaTsQaZNmCQPVs883DhA { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.84375rem;left:35.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB { position:relative;display:block; }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB { background-color: transparent; background-image: none; }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB > .row .container > .video-iframe-container { display: none; }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB > .row > .video-iframe-container { display: none; }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB > .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); }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB { border-width: 0; border-radius: 0; }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB > .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.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yhwq8RTJPtFabNdAHKTV7oercxKqfqCI { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:1.4375rem;display:block; }
#sH2VwUC7FbZrqO7DNzFeJtOwb3i1FV0q { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:21.4375rem;display:block; }
#Thgi7otBVzb0NEUvxddao3iB3yl1ixd9 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:41.4375rem;display:block; }
#sM2y3bZe9JncxXFL3bl9yUaHI0fy66rL { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:13.84375rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkTVKaNVgX3OUCVgkdZNUpXHo8La88us { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:13.84375rem;left:20rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKZE5wJlcDx2TNh0infGdHoH2zsesMGv { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:13.84375rem;left:41.34375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzcPcdFhwPmMaQ8fp0GtnDiv1Zr5h9zr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.0625rem;left:8.9375rem; }
#pZ5WCmrXpZcORiozTELLTASyr0DUBG8J { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.0625rem;left:28.9375rem; }
#CttEzr98HP2iU6TvwMxBgZR1heTzIWA4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.0625rem;left:48.9375rem; }
#mugAGmu91dtyKSTToLrmLByxCtCuWpdJ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.40625rem;left:2.03125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X3QWotWO25ZQsK5FHT8k06zlQZXe1vo1 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.40625rem;left:22.03125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ua2X3k1aZrw2eewJfEGQGaNV94mFyZkT { color:#000000;display:block;width:11.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.75rem;left:44.1875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH { background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/2f6187aa-81f2-45ad-b758-8b5eca1a4353/elementy__0012_Layer21copy.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH.adaptive-delivery-prevent-bg, #UU06QfZI1LWz1XghMAcPVpqKRHI97fvH.lazyload, #UU06QfZI1LWz1XghMAcPVpqKRHI97fvH.lazyloading { background-image: none; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container { background-color: transparent; background-image: none; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container > .video-iframe-container { display: none; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row > .video-iframe-container { display: none; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .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); }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container { border-width: 0; border-radius: 0; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wfrL9upXH7p3uCxeEFXRvFIJebS0pomS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53rem;width:53.0625rem;top:1.3125rem;left:3.46875rem;overflow:hidden;display:block; }
#W7noOxQrAx5qiDIkXnL3rnbK0kOzp3Ly { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:55.875rem;left:23.125rem;display:block; }
#TW5TkNhbAdr6vroPHB2PJQKV8HVM6lZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container { background-color: transparent; background-image: none; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container > .video-iframe-container { display: none; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row > .video-iframe-container { display: none; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .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); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container { border-width: 0; border-radius: 0; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#gJNel9l5dnHqIDJMPSMJrRHVWT3wTroh { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.46875rem;left:23.0625rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WyuMTNNmQFNJVaRFVCZgt0nuH2e2gVVi { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#ocFg56Z4Lwck23nkAcusnFxwiDhZlxvJ { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:28.263671875rem;left:30.25rem;height:1.8rem;font-style:normal;display:block; }
#MLQLcJRPfOAt3oKeZZWdXsgFZfCsis4v { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:26.5rem;top:5.46875rem;left:1.09375rem;overflow:hidden;display:block; }
#Aus4AqfDzo2ybzJIm4AGqnaT3NyJbBao { color:#000000;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:17.0380859375rem;left:26.53125rem;height:21.5976375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container { background-color: transparent; background-image: none; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container > .video-iframe-container { display: none; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row > .video-iframe-container { display: none; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .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); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container { border-width: 0; border-radius: 0; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#HwSydPiFTCAAZo5QfOdg8PLGRpPe4x1D { color:#000000;display:block;width:37.125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:4.3125rem;height:4.875rem;font-style:normal;display:block; }
#n9JgHDkIsSU3Ng66vmZXR7TrguCN1Gyo { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#lIJpr1SRJrZHt0pdaI3sWxtcwMwcIlcF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:29.4375rem;top:19.4970703125rem;left:30.5625rem;overflow:hidden;display:block; }
#rvMyUbQo26WfeeBBOfXfTQ1bqptG7ig7 { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:25.0869140625rem;left:3rem;height:14.39846875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/2f6187aa-81f2-45ad-b758-8b5eca1a4353/elementy__0012_Layer21copy.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN.adaptive-delivery-prevent-bg, #aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN.lazyload, #aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN.lazyloading { background-image: none; }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row .container { background-color: transparent; background-image: none; }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row .container > .video-iframe-container { display: none; }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row > .video-iframe-container { display: none; }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .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); }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row .container { border-width: 0; border-radius: 0; }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#wENpw2TrTBLlQ0HBUzZ3TkAtTHR2TCai { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#KO5i2g4Nb39uzVZDnH8Ne4uXcWRB7HEF { position:absolute;display:block;z-index:15001;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#fNTPIf7DUugix71olyd5xf6789DAsGtG { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#ADQQH6n996GhBf1hUQ1fTevQlq9JdRmB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4QqzKb41zhNaVpoDplSWJFF4HG13KHr { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#tJFOlnSg6qPmic7nvZlfHu7lbOT6v5H1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OuI5lyvrXUUFbwbO4IdPsaHEP5dC9usz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:34.875rem;top:14.4375rem;left:0rem;overflow:hidden;display:block; }
#xfTUbp16v6zdKTeUeiN24Az80KhJTO2b { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#TCZ6lgSdQf50Eg4iq3SrAnubwbNlxFpO { position:absolute;display:block;z-index:14991;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#E7meETonoBC7EzmCq8JRglFBfdls9CBu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/2f6187aa-81f2-45ad-b758-8b5eca1a4353/elementy__0012_Layer21copy.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E7meETonoBC7EzmCq8JRglFBfdls9CBu.adaptive-delivery-prevent-bg, #E7meETonoBC7EzmCq8JRglFBfdls9CBu.lazyload, #E7meETonoBC7EzmCq8JRglFBfdls9CBu.lazyloading { background-image: none; }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row .container { background-color: transparent; background-image: none; }#E7meETonoBC7EzmCq8JRglFBfdls9CBu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row .container > .video-iframe-container { display: none; }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row > .video-iframe-container { display: none; }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .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); }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row .container { border-width: 0; border-radius: 0; }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#pdg7CrqOTzC5e6l8u1kSAmWeQP7nHkT6 { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#uTiHB6WsHmuTn2i7JipB2fUWocplT1DG { position:absolute;display:block;z-index:15001;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#gkvO2XhiG3l6eO2X3mmXBE71DJX4Gnmp { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#yLIHeiiwXPPPSVpiz5ZASguBD8b29RdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNlTAlOvvqgNITEJs9wgnLK2HmfG0Tsk { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#EH4Iw6Eu7qWymUR6XALK2zZ8FI0gy2LR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MT6COkwnbp7FH6ULmvzRIH120h5VCXJW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:20.25rem;top:20.6875rem;left:7.119140625rem;overflow:hidden;display:block; }
#Z5ssDIviReaziBDqp8Tu8zC9ibcLArFb { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#JpZpbWXgGIn2J0MniHfu5Gavx6KlNuFc { position:absolute;display:block;z-index:14999;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row .container { background-color: transparent; background-image: none; }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row .container > .video-iframe-container { display: none; }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row > .video-iframe-container { display: none; }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .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); }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row .container { border-width: 0; border-radius: 0; }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#sgSOQD9HxOBwMXCT6tyI2Th2sK8LgCZR { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#FBxMF4Hf9yxxFboccnlywT5R2itdZpWV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:32.1875rem;overflow:hidden;display:block; }
#WOoBdI4PIZM28mgpKqm8Grud7hzSmmfA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:21.5rem;top:15.875rem;left:6.75rem;overflow:hidden;display:block; }
#ETVxBlgldIJtgXx0AMl8M3NnOfML7erI { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#kvepWOywvK00h2VKlhcTwy2eDveORT0n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhEQMqSxmBZnIegZEdsLJiTygwLzo2Zp { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#CZng67R3TmrTMFuOClav98SAD5zcJPwO { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row .container { background-color: transparent; background-image: none; }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row .container > .video-iframe-container { display: none; }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row > .video-iframe-container { display: none; }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .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); }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row .container { border-width: 0; border-radius: 0; }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#veRHdv5ezOFxz3WMXM4nyaTkAxpqSf5T { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 { position:relative;display:block; }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 { background-color: transparent; background-image: none; }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 > .row .container > .video-iframe-container { display: none; }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 > .row > .video-iframe-container { display: none; }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 > .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); }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 { border-width: 0; border-radius: 0; }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E7I0zNEKagu99yTheDmdCxC24n27QdTJ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:6.4375rem;display:block; }
#WDusJWuWudGsguE1pqg1tPbJqwigH5a2 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:36.4375rem;display:block; }
#uwv4JGCu3kO9D1yIuAGv9oD2EfHowRkT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.28125rem;left:13.9375rem; }
#gRVVcAFewGV9fJD9Nob9BnBkJaAn0crL { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.28125rem;left:43.9375rem; }
#MfxDOSDBUmT20Z53b730dKQ0zimDZZxi { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.34375rem;left:37.03125rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJ6CEnumpCLsCqK711i0VXvxT31f2EbF { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.96875rem;left:7.03125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W7PtfkVEN2xOLA2vXPfh6FEVwaqFZHOT { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:15.84375rem;left:5.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGJGUPbK44o51a0L95bB3C4vzzoS3zBS { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.84375rem;left:35.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnztw5OHTPGDxd3gTRPTK77uy9BAcbT6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:10.125rem;top:19.90625rem;left:9.9375rem;overflow:hidden;display:block; }
#KcT3bUHz0yiKe1pB2ZEJQC4BXAPrQkvS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:9.375rem;top:20.71875rem;left:40.3125rem;overflow:hidden;display:block; }
#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo { position:relative;display:block; }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo { background-color: transparent; background-image: none; }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo > .row .container > .video-iframe-container { display: none; }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo > .row > .video-iframe-container { display: none; }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo > .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); }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo { border-width: 0; border-radius: 0; }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo > .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:37.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VJ7rdTKuvFBTiNBkKQRyrafZgwdpoXTm { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:1.4375rem;display:block; }
#STgInQ26apBbufPwd7onoHrZzbWdKIiX { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:21.4375rem;display:block; }
#DqGZVxM8J3ImMaFUCKT1KZxTZXU1RL9B { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:41.4375rem;display:block; }
#ma0KAJipHLze4HqN8puikhUDfOU9apBM { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:13.84375rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnNPX9vSxxoLVXBifhw66NLgA11wTuwc { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:13.84375rem;left:20rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLfL0VbJfTRxy06JF7glXKF3pFPzp2bu { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:13.84375rem;left:41.34375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOQ6Tz2L56bge7dr8kHivMd5EPJ3nDc9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.0625rem;left:8.9375rem; }
#pA9m1h9V1auKhVhbi5rPlkJQnuvlO5oG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.0625rem;left:28.9375rem; }
#qk4knPgxNhHll9AzUlR6b5PyzRnd56wQ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.0625rem;left:48.9375rem; }
#PANtZfT0KScZBfT23c0vhlk2KaTaysbZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.78125rem;left:2.03125rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OOIVJkEoXBS3iHg3aVlnoQGacg5CLQoE { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0625rem;left:22.03125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kaq4OAkJJtu3OzEFevuCftSzpcLaIhKJ { color:#000000;display:block;width:11.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.0625rem;left:44.1875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKJ1FQqUprdqITToG6SyxQfvIkrOzRNs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.4375rem;top:22.15625rem;left:5.28125rem;overflow:hidden;display:block; }
#khqdpWTXmTkTz5P9GFXLB2OUT72ObTau { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.125rem;top:23.65625rem;left:23.9375rem;overflow:hidden;display:block; }
#qq0PabbLTXAIA0uelr3HQGKvPRm1qv0q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:13.0625rem;top:21.5625rem;left:44.1875rem;overflow:hidden;display:block; }
#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N { background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/02684c7d-101f-4083-b379-70afe9b65783/tlo1.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N.adaptive-delivery-prevent-bg, #MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N.lazyload, #MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N.lazyloading { background-image: none; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container { background-color: transparent; background-image: none; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container > .video-iframe-container { display: none; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row > .video-iframe-container { display: none; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .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); }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container { border-width: 0; border-radius: 0; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#oBGugC5RVMeJfNkLbfSV1SWV97MPuIqX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.0625rem;width:53.0625rem;top:1.3125rem;left:3.46875rem;overflow:hidden;display:block; }
#xU4HQbLEc2mSkegIvXXUBNr2RwTkyWKf { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:55.875rem;left:23.125rem;display:block; }
#PNqs0cceN8CD97Xc6TFMVTnsM3xsXzO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container { background-color: transparent; background-image: none; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container > .video-iframe-container { display: none; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row > .video-iframe-container { display: none; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .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); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container { border-width: 0; border-radius: 0; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#I8k4iXbXZMZMWyvGuddyhCDqTQFnqo3I { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6875rem;left:27.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Earztlk8Tcnf0SC21e3UD2NcFOTEdLtb { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#MCSq0y6LXrFTPLPxRPKwBMB9FQ5UrT0h { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:28.263671875rem;left:30.25rem;height:1.8rem;font-style:normal;display:block; }
#HwHIXHUQxzqaxFU83K2KJJOZLFygi762 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:26.5rem;top:5.1875rem;left:2rem;overflow:hidden;display:block; }
#HLiPcRqkJVCIx5XvmKALhFRVFVTNL7Uv { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6005859375rem;left:27.53125rem;height:16.19825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container { background-color: transparent; background-image: none; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container > .video-iframe-container { display: none; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row > .video-iframe-container { display: none; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .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); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container { border-width: 0; border-radius: 0; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#psXboeduHANchUrDR9KqDkRIW8DAoB5b { color:#000000;display:block;width:37.125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:4.3125rem;height:4.875rem;font-style:normal;display:block; }
#eiC79bhOBUthvEJMKX3wTq9mnxM9wkXK { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#hhQWATkNe0NRTaLf8W9J6eR9PpvRMXMd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:29.4375rem;top:19.4970703125rem;left:30.5625rem;overflow:hidden;display:block; }
#WWlUdHD47wppKlZ5vixPevaOmf2bHguf { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:23.1494140625rem;left:3.5rem;height:16.19821875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/02684c7d-101f-4083-b379-70afe9b65783/tlo1.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN.adaptive-delivery-prevent-bg, #NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN.lazyload, #NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN.lazyloading { background-image: none; }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row .container { background-color: transparent; background-image: none; }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row .container > .video-iframe-container { display: none; }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row > .video-iframe-container { display: none; }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .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); }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row .container { border-width: 0; border-radius: 0; }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#ZOnUxUsTzDQ61gPz33JTN902l9qLuz78 { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#vx6eD7ZneHrtWCo1uQgmInqOuPVg3vTg { position:absolute;display:block;z-index:15001;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#SFrBqLbuL9eCsC7wczl5MAzbT3fP284L { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#iIZTJx8UkuyThWAXTTrmsBLaKT73VeNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DePDH6aTrIX1SoJ7JRxoFSa0vkcJ3Q6m { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#zMP4KMM6IyGJxdqG2e23Uc4Z6cbXze8Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VrVbkqQDL69o6DRO9xcFxWPuEGHys1k4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:34.875rem;top:14.4375rem;left:0rem;overflow:hidden;display:block; }
#OqNTmcu46pSywkV6TraXrExUvnfzZfBe { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#SoS2xb2TeIrmE0rvNVsgp2Rd7t3PEG7x { position:absolute;display:block;z-index:14991;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/02684c7d-101f-4083-b379-70afe9b65783/tlo1.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN.adaptive-delivery-prevent-bg, #R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN.lazyload, #R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN.lazyloading { background-image: none; }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row .container { background-color: transparent; background-image: none; }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row .container > .video-iframe-container { display: none; }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row > .video-iframe-container { display: none; }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .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); }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row .container { border-width: 0; border-radius: 0; }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#R0p0xNbGfgqCvW5SXAdJx1RM9GWkBny8 { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#fCwTNfSBTEmXq4QNFT4wyqmiskOKifGR { position:absolute;display:block;z-index:15001;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#OEI5VEooh8TyNsg857KJNTdwkD13eNdl { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#m1wJT3LnR2lK0Wax1Et2a1ZD2NzTuSHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OOKQLEHbcsgsPdlgm1VSU2IsLTxp58TV { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#FFu2EOa9TyPPHKwkHGgvXRtlO7uRGNcC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UhNZHd5CW3KzefIplpHa5M6QB9Qm0uhi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:20.25rem;top:20.6875rem;left:7.119140625rem;overflow:hidden;display:block; }
#xxgfNpiidlFVlOez5Aq6osqZ780XkFTv { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#lIiXHItrVg7SVEIOXy0NQMXiN0TFvo3V { position:absolute;display:block;z-index:14999;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row .container { background-color: transparent; background-image: none; }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row .container > .video-iframe-container { display: none; }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row > .video-iframe-container { display: none; }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .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); }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row .container { border-width: 0; border-radius: 0; }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#qfUkTTv1F4ZEzntimwAnRn1ZVZHe7IWH { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#hMEs7g4S5rr6S3z4QeofFGSzWIIrzRn5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:15.875rem;left:7.3125rem;overflow:hidden;display:block; }
#kSqMrLF7JZ6dZNZODM4UHEHRGgPdU8Tg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:30.375rem;overflow:hidden;display:block; }
#MiDA0QmfPRLV1sXICSFUW8Cnv2np5hDu { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#MksNWZmirqkBiH11cUyiWZqs5ZfEcxC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6wE2VgQT1DBAeOm7oqoI7D8vtLeAwm4 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#TUN9P1W2C7a6pGpimDsqI024U7ZsTGCm { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 { background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/409df1dc-c739-4fda-8c82-a748cb5cce50/tlotappi4.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9.adaptive-delivery-prevent-bg, #gu4pBWTfezk2MMyFcPCqr1yOn0792DO9.lazyload, #gu4pBWTfezk2MMyFcPCqr1yOn0792DO9.lazyloading { background-image: none; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container { background-color: transparent; background-image: none; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container > .video-iframe-container { display: none; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row > .video-iframe-container { display: none; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .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); }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container { border-width: 0; border-radius: 0; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#C9WaG0sBpCmTQWvVPlvV5tf7LX8CqpT4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:37.1875rem;top:1.53125rem;left:10.25rem;overflow:hidden;display:block; }
#LeKZVCxOK2a2IrQXRfMHbg0dATixIOUc { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.375rem;left:23.125rem;display:block; }
#SsHcU8dES0DrUJ2My5Kz5ynvx187Himr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA { position:relative;display:block; }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA { background-color: transparent; background-image: none; }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA > .row .container > .video-iframe-container { display: none; }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA > .row > .video-iframe-container { display: none; }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA > .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); }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA { border-width: 0; border-radius: 0; }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vlSFViiSuCC7OQMwhw0gKnOTIuoVnVnK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.5625rem;width:50.875rem;top:4.46875rem;left:4.5625rem;display:block; }
#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { background-color: transparent; background-image: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .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); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { border-width: 0; border-radius: 0; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#H0K2gZixAAkTQgkLIMnu3J4Gihud1B3D { color:#000000;display:block;width:37.125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:9.71875rem;left:1.40625rem;height:2.4375rem;font-style:normal;display:block; }
#ydZbCi9Cia3EbhbUpNkF5nf7ZPaco6H4 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#VCqETZA6n9VnkopqON0ezIFIvaJR9Eny { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:27.125rem;top:21.4990234375rem;left:32.875rem;overflow:hidden;display:block; }
#bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:19.55078125rem;left:4.3125rem;height:23.39741875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { background-color: transparent; background-image: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .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); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { border-width: 0; border-radius: 0; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { color:#000000;display:block;width:36.625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.46875rem;left:23.375rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoZxHzNU5R7TJIKifnMnfeVmIOBQ1O79 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#sz9bbwo2ethebV1htu4bK8gLsWu1VJM1 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:28.263671875rem;left:30.25rem;height:1.8rem;font-style:normal;display:block; }
#kgwA55PAdswbMNLD5VVTU7TkyfdTJXbS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:20.25rem;top:12.7353515625rem;left:2.8125rem;overflow:hidden;display:block; }
#k8Dl9O0GrpdToHDxdVd0LBwenRRR0kZP { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6005859375rem;left:27.53125rem;height:17.998025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV { position:relative;display:block; }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV { background-color: transparent; background-image: none; }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV > .row .container > .video-iframe-container { display: none; }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV > .row > .video-iframe-container { display: none; }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV > .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); }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV { border-width: 0; border-radius: 0; }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eS7wTgadGNE9NFUfQhsmv2ri4J0LuZPJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:19.9375rem;top:2.71875rem;left:0rem;overflow:hidden;display:block; }
#Ty1QK2bvUX79LhE7wulzI1odC1GGzeMF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.9375rem;top:2.71875rem;left:20rem;overflow:hidden;display:block; }
#MZoKT2USWPDNb3e2OsMFaAdAu22StLZV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.9375rem;top:2.71875rem;left:39.9375rem;overflow:hidden;display:block; }
#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/409df1dc-c739-4fda-8c82-a748cb5cce50/tlotappi4.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1.adaptive-delivery-prevent-bg, #TAUhITPp443Joyb28mSnQkCuwvsO0rb1.lazyload, #TAUhITPp443Joyb28mSnQkCuwvsO0rb1.lazyloading { background-image: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { background-color: transparent; background-image: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container > .video-iframe-container { display: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row > .video-iframe-container { display: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .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); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { border-width: 0; border-radius: 0; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#PX562eIkaHZVdb7NKA29fxfayLuL1Q5C { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#eL4nynb2direEegFP1ZhJ3UrONEyGymf { position:absolute;display:block;z-index:15001;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#TGQ3Vdyle7sgapoSSvcdt1QGvcsh4HVz { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#avdulcZwJnwUMa4QosL7sqb1t9ktxmT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyaN88mkJ08AtXuoRlufF0lM07TVAI9V { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#xSqxbLTGMnMz5DUQg1SFLKdEThc1lr7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4HTfehZveESPpdsRHOgvBwNqWuMUOVh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:32.375rem;top:16.625rem;left:1.9375rem;overflow:hidden;display:block; }
#iBoVmCy7WrBUXJsuA77FppnxEpfyfuCr { position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#SQ5zG5hqSAar8LsQhDHxKrTThuEUacIr { position:absolute;display:block;z-index:14991;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/409df1dc-c739-4fda-8c82-a748cb5cce50/tlotappi4.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp.adaptive-delivery-prevent-bg, #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp.lazyload, #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp.lazyloading { background-image: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { background-color: transparent; background-image: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container > .video-iframe-container { display: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container { display: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .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); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { border-width: 0; border-radius: 0; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { position:absolute;display:block;z-index:15001;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#zTnemvC01Wm9NogtWX5gvnsSGIdQucod { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:20.25rem;top:20.6875rem;left:7.119140625rem;overflow:hidden;display:block; }
#fKWXPBvamtQk41DANogmbszItiKwp8zr { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { position:absolute;display:block;z-index:14999;background-color:#dfbdba;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { background-color: transparent; background-image: none; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container > .video-iframe-container { display: none; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row > .video-iframe-container { display: none; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .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); }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { border-width: 0; border-radius: 0; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#KQXRsQZicOSgZONG1xm4QWGEWTml2yVk { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#qxrUGTVA1DXbhOLNDLytECxJVmNwpFoz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:21.5rem;top:15.875rem;left:7.3125rem;overflow:hidden;display:block; }
#muSB8M94nUaZMBVyewSFziUDSxNmuJWb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:30.375rem;overflow:hidden;display:block; }
#eCogNBL3ygxJcxtifozBTfLlwmckAccM { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#UZTDGh738bhD1O8geb0LbaIADA5r29Ml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4tc7wSudQylkTwVUNTIdkDNnvuhu4n9 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#SSiJ33LeRtFcgA1qTOOkhyfqhHJreDxI { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#eB6FUeN02xUZxFUzsoU5bVWA50xIr2iZ { position:relative;display:none; }#eB6FUeN02xUZxFUzsoU5bVWA50xIr2iZ { border-width: 0; border-radius: 0; }#eB6FUeN02xUZxFUzsoU5bVWA50xIr2iZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eB6FUeN02xUZxFUzsoU5bVWA50xIr2iZ > .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:17.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OWoCSZPm1P8bubRK2xGFzhflEvAWv1vT { background-color:#dfbdba;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.59375rem;left:23.125rem;display:block; }
#AVCzsQ4Wcs7VimRrcc5B3wslosHle5Aw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ECuP7sMmCnDnSfzDTlevh9IoLqCs0Q9p { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:34.375rem;top:2.5625rem;left:12.5625rem;display:block; }
#fFOpy0vDapx2UHqHKzROQzAkugyTtecK { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9UwK8pKwIKL5cFz1cQWvV1yym9uypbT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#NAVyxgFVhwdsx9hK6TcFeJVzL7TomzuP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11rem;top:2.5625rem;left:48.9375rem;overflow:hidden;display:block; }
#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row .container { background-color: transparent; background-image: none; }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row .container > .video-iframe-container { display: none; }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row > .video-iframe-container { display: none; }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .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); }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row .container { border-width: 0; border-radius: 0; }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#I8MQp93Qr0kfx7ah9x0gkIEge15JcHqx { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VyQAJubu0r88o9rBJKXLJWrHnwe3oKEg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.75rem;top:0rem;left:4.0625rem;overflow:hidden;display:block; }
#pwANWu3sp66Vab0ZGO9T2G9cMzmQ4m5B { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.625rem;top:0rem;left:45.5rem;overflow:hidden;display:block; }
#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y { position:relative;display:block; }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y { background-color: transparent; background-image: none; }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y > .row .container > .video-iframe-container { display: none; }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y > .row > .video-iframe-container { display: none; }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y > .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); }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y { border-width: 0; border-radius: 0; }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oRemgCCR4UUeOPvzcnZ9dDRudC1cRakr { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:6.4375rem;display:block; }
#hooElmAZZ0hRkiSJnCPWuwPEeed5IcuX { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:36.4375rem;display:block; }
#hlLpk6C0JIVmrLi01ZFwbsAo39hyRO0P { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.28125rem;left:13.9375rem; }
#gSgmZdOSUIiBRRyBGV1tF993S9DekfE8 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.28125rem;left:43.9375rem; }
#BPTo4EURSVOHmz3woBJEELOLtXTZfv6S { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.6875rem;left:37.03125rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aXrCCwWGKElbumRFDpKggHOgXHp3auCO { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.65625rem;left:7.03125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ayMgZOBl17lENMDOtTvTsU0Lae0uDqxR { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:15.84375rem;left:5.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#foxTdGKuOTF90KSnMCesodzpdA0027B1 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.84375rem;left:35.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ck4s6C8R9bOe49V4If3VKRxDvsbypqLy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:20.125rem;left:10.28125rem;overflow:hidden;display:block; }
#gWk5Jb9UevJFaVdB2gczBc0s7UNL6DZh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.375rem;top:20.15625rem;left:40.28125rem;overflow:hidden;display:block; }
#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m { position:relative;display:block; }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m { background-color: transparent; background-image: none; }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m > .row .container > .video-iframe-container { display: none; }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m > .row > .video-iframe-container { display: none; }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m > .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); }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m { border-width: 0; border-radius: 0; }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m > .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:37.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GcFzUTnGEsiXJUaRmkt3PBBh2C9yqphG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:1.4375rem;display:block; }
#giUIL2VFfdEAi9RD14cvPypm4CgdkVH3 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:21.4375rem;display:block; }
#v1zcGz9ooSckwPQ4SxwS7Zko5tJX4rkl { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:41.4375rem;display:block; }
#CfbRG9C27pPpW8KJyqlqhEtvGiUy0fKm { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:13.84375rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOCJxR8G3EBy9uCDNrVzuTHMyKeyUcO7 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:13.84375rem;left:20rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNdlaBDqziRcx8lT4x7PyOlynqTyc6cX { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:13.84375rem;left:41.34375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0K55RIFI3a3enNMbzVJTcSSvfM6C8ON { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.0625rem;left:8.9375rem; }
#pTXJdyMHP17UZUcbJpL5HM7gZbs5RQpo { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.0625rem;left:28.9375rem; }
#SiyTvk2ETdpawO65qxzr7p8xDBSGsBem { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.0625rem;left:48.9375rem; }
#B6Xyb6q12ze1CeAR0gxT3eT93Iamwh0f { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.40625rem;left:2.03125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wMT4PUDA7LvXLWqnGknAHN2dgg11TOwX { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.4375rem;left:22.03125rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2ruJ9qeZdGeLsko63T4Xq2PCbyRbaik { color:#000000;display:block;width:11.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.75rem;left:44.1875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ws5oAiPWdsxe364DhXstVuye9iTlzkTp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:18.9375rem;left:5.28125rem;overflow:hidden;display:block; }
#pXzutI8WVRAFA9Mz5mfxwg7Is83quOdT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.375rem;top:18.96875rem;left:25.28125rem;overflow:hidden;display:block; }
#qDGeHBgSxBVZg69Ahr5LayNdPvsCRNaO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:18.9375rem;left:45.28125rem;overflow:hidden;display:block; }
#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz { background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/f9f58223-bf63-4c0e-b3dc-eeb36490d81b/tlotappi.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz.adaptive-delivery-prevent-bg, #lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz.lazyload, #lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz.lazyloading { background-image: none; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container { background-color: transparent; background-image: none; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container > .video-iframe-container { display: none; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row > .video-iframe-container { display: none; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .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); }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container { border-width: 0; border-radius: 0; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DLAERcebFTCDpcfywifu8ZQvITPwRmXT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:37.1875rem;top:1.53125rem;left:10.25rem;overflow:hidden;display:block; }
#lO6hV1cphwb4pZ1Sx0heqsflO2IfMLRE { background-color:#69a58a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.375rem;left:23.125rem;display:block; }
#lIRWh4F1GLq6dQsFiroBhhcPfJX43mk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n { position:relative;display:block; }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n { background-color: transparent; background-image: none; }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n > .row .container > .video-iframe-container { display: none; }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n > .row > .video-iframe-container { display: none; }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n > .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); }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n { border-width: 0; border-radius: 0; }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uxuDn391q2THfMI7QMLXrTwVpV6V2E4B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.5625rem;width:50.875rem;top:1.15625rem;left:4.5625rem;display:block; }
#binXTKRUX47CSBJJqSbvR5JnRperBXRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container { background-color: transparent; background-image: none; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container > .video-iframe-container { display: none; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row > .video-iframe-container { display: none; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .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); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container { border-width: 0; border-radius: 0; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#XD3ALEwN2ePAMEUkpPbPf7K8g1yhoEOv { color:#000000;display:block;width:37.125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:1.71875rem;height:4.875rem;font-style:normal;display:block; }
#EOC6QADExkZnyR9yezvL4ef5sVNMvDg1 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#p2QNdrAiUPEsGPpg74viOUeWSBrarbDe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:24.8125rem;top:17rem;left:34.5625rem;overflow:hidden;display:block; }
#W9EdeyZUKuukkpokPdPtg98TcKqiIcvD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:20.625rem;top:32.36328125rem;left:4.59375rem;overflow:hidden;display:block; }
#Ql8BysMIm8xBRkLOra3g1vmThsHpSOTV { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:24.3125rem;top:0rem;left:33.5rem;overflow:hidden;display:block; }
#Hx8gFW9vFPeHtQa0ZmKV9pBm8aI2UGds { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:18.73828125rem;left:3.875rem;height:14.3985rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container { background-color: transparent; background-image: none; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container > .video-iframe-container { display: none; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row > .video-iframe-container { display: none; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .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); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container { border-width: 0; border-radius: 0; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#zzMx4udaSUwmfSBrRKfPq8KcvvhivfTN { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6875rem;left:30.1875rem;height:4.875rem;font-style:normal;display:block; }
#WWl2u5dIggPTPLhnA5N6A4fuTTuzlhqQ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#NXZLi3TZ5Dl32id6xfAT14RyOabgbd8e { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:28.263671875rem;left:30.25rem;height:1.8rem;font-style:normal;display:block; }
#mMZlb5cl2Jd6KOnDFL9sF5HQcmWPKLOd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:20.75rem;top:12.7353515625rem;left:2.8125rem;overflow:hidden;display:block; }
#BEmiThWNPKoy69aPdASz9a9aEuZ2n6A1 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6005859375rem;left:27.53125rem;height:17.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rTbJW8Ga3uevqHHR2fepnALT4CodH22P { position:relative;display:block; }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P { background-color: transparent; background-image: none; }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P > .row .container > .video-iframe-container { display: none; }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P > .row > .video-iframe-container { display: none; }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P > .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); }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P { border-width: 0; border-radius: 0; }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sRLsdzbxhaD5dBMfr5Hl0CXSTNJgA6po { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:20.0625rem;top:2.71875rem;left:0rem;overflow:hidden;display:block; }
#iyPkktQQSx12ylbddGUA8fSMl9uMx5df { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:19.9375rem;top:2.71875rem;left:20rem;overflow:hidden;display:block; }
#TWAJXtxQEcigb7efGJF8rtvLZgpMqGzu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:19.9375rem;top:2.71875rem;left:39.9375rem;overflow:hidden;display:block; }
#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/f9f58223-bf63-4c0e-b3dc-eeb36490d81b/tlotappi.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T.adaptive-delivery-prevent-bg, #dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T.lazyload, #dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T.lazyloading { background-image: none; }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row .container { background-color: transparent; background-image: none; }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row .container > .video-iframe-container { display: none; }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row > .video-iframe-container { display: none; }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .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); }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row .container { border-width: 0; border-radius: 0; }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#pTi0JS0kwzT8dfDRFGmqqTGCHVA5Bxyx { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#Ti4N3p9VeOwHt9ycrLeOsUEHQTFHSJsb { position:absolute;display:block;z-index:15001;background-color:#69a58a;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#CTRL47Vd4yaiSlhT5LeQtLl0DhB7SSLz { background-color:#69a58a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#pLBv4aPUDz9RfvlRiZRpI3pE9PDaZJD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTgnoynL9toM7DPTWmDmW5GbeIhuWoxy { background-color:#69a58a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#MEAVNNDyZUx3T4AKuPkE74PD3MZu6EXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrkIGaTaVf8xdCSZAhhQDZmsmfHJ8B2A { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:32.5rem;top:16.625rem;left:1.9375rem;overflow:hidden;display:block; }
#cBO1aAlP1xDgBzbQlUaZM3NRBVRFXcR4 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#XyGQEA3nfKaU0fOkyxK2skk7sZwmqFzz { position:absolute;display:block;z-index:14995;background-color:#69a58a;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#A0HuOevZcoX6dkyDWaVNAVA5ukr14uSp { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25.25rem;top:4.1875rem;left:4.9375rem;overflow:hidden;display:block; }
#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/f9f58223-bf63-4c0e-b3dc-eeb36490d81b/tlotappi.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S.adaptive-delivery-prevent-bg, #ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S.lazyload, #ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S.lazyloading { background-image: none; }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row .container { background-color: transparent; background-image: none; }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row .container > .video-iframe-container { display: none; }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row > .video-iframe-container { display: none; }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .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); }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row .container { border-width: 0; border-radius: 0; }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#TSGVCtc5kC5ax0fJqQr7lEnnydMQqk3Z { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#dOkgUhbZMHbKTLD2MZQJU1LJM3J3cuMz { position:absolute;display:block;z-index:15001;background-color:#69a58a;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#k4QIlW8mn2nTDKqiOeBqZFc6XOvN5EVT { background-color:#69a58a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#PFvaLdflsFgaEZBogHgxyHUIaILyioPg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QIQa8ZsJMhrZRgtq2JVAiom52sw5Bmpe { background-color:#69a58a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#QpxnhV9KpGilCSerToW0b2ZGfeRTfJwU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Td2rKToN9yUrkMvu62tzXK7UITTq9Bxu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:20.25rem;top:20.6875rem;left:7.119140625rem;overflow:hidden;display:block; }
#LGauC3nOzooF3lWJGDN2iZa8BKMyDKtA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#MIXauG3CarJnZ7WwzMRTS203vGa8ycub { position:absolute;display:block;z-index:15003;background-color:#69a58a;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#AMLibWbMiIJW7rTIVGDiBLOFmP5DFn9f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:18.8125rem;top:1.9375rem;left:7.837890625rem;overflow:hidden;display:block; }
#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row .container { background-color: transparent; background-image: none; }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row .container > .video-iframe-container { display: none; }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row > .video-iframe-container { display: none; }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .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); }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row .container { border-width: 0; border-radius: 0; }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#qyctVTrczN9On0TGvSkVT6EzETqEnlfW { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#ei0TNgpW9GpTTHvzO9eTRngXe6fggTnJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:21.5rem;top:15.875rem;left:7.3125rem;overflow:hidden;display:block; }
#bXXZcD5dVXgf2Zcu9CEqPCDXvBfCKeTN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:30.375rem;overflow:hidden;display:block; }
#In0MWJpEAx52fbL2bSJiLuP7lbqaE4f2 { background-color:#69a58a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#qqhQvwAWraarbQ7PezdTDkBVC5Ja2Kbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E14SqOPoywFfmHbX3EUT7fG7qTcPA6XF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#VB846SS8Tyb59fpcUqpiKUf19NveMwdE { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#m23dkpL4SVMEO5HgIWW0bcnndPy7CoJs { position:relative;display:none; }#m23dkpL4SVMEO5HgIWW0bcnndPy7CoJs { border-width: 0; border-radius: 0; }#m23dkpL4SVMEO5HgIWW0bcnndPy7CoJs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m23dkpL4SVMEO5HgIWW0bcnndPy7CoJs > .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:17.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vqlr5FoHJGKdWOqicw1sVks0oyLw7ixf { background-color:#69a58a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.59375rem;left:23.125rem;display:block; }
#CLzaJLwIWiIrFfAIfTqNlLecLcw9J3Br { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CObx0PmJfRsPTOEkJg3eot3oTrH7OzDx { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:34.375rem;top:2.5625rem;left:12.5625rem;display:block; }
#ENZWpwS8ot29kvnRzZHmVm8iEHW6OO7b { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OyHO6uLulFNRrXlSAIRONn0ukuyLdGQD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.0625rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#KFRRwoxPuxTptxbtZzaUpNZw5Pnozr5G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.0625rem;top:2.5625rem;left:48.9375rem;overflow:hidden;display:block; }
#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row .container { background-color: transparent; background-image: none; }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row .container > .video-iframe-container { display: none; }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row > .video-iframe-container { display: none; }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .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); }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row .container { border-width: 0; border-radius: 0; }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#LAubv0WtOvO00idZDK8Xk8qAu9MGSlw2 { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zr7kCe8DnJppP6GfNSqIbEP6N3n182oA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.75rem;top:0rem;left:4.0625rem;overflow:hidden;display:block; }
#AongEQokZ2NGz5ZlbUUnEqrZiO4m8SMi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.625rem;top:0rem;left:45.5rem;overflow:hidden;display:block; }
#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV { position:relative;display:block; }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV { background-color: transparent; background-image: none; }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV > .row .container > .video-iframe-container { display: none; }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV > .row > .video-iframe-container { display: none; }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV > .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); }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV { border-width: 0; border-radius: 0; }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MJlZrs8cPqwwD5u52d0ZLJswfVnUwz9o { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:6.4375rem;display:block; }
#D0S4upBaAp4Z4wnWOgoLQgkdTrb7iEkw { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:36.4375rem;display:block; }
#becNC1wDTmw0JqipWEP3cN5z98ZBQBI6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.28125rem;left:13.9375rem; }
#Zpae3Zo9zLWF0LTZEK5pSF2WBsHakkKt { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.28125rem;left:43.9375rem; }
#a2gKyNw0OTMttXS6JCJPA9BMTTWL1oT0 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8rem;left:37.03125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wqGwqVZS0eJuSCDJPq1x2uCfem5fB5zZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.6875rem;left:7.03125rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NP43BdJRvzziTkcktr8A2qFg1rVBEhxW { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:15.84375rem;left:5.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anbyLTFXRT3L6EKmW7xxNNRWVIyU6gLT { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.84375rem;left:35.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UoL8oN2CavGzux4VezzRuN4z2vng8JXx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:20.125rem;left:10.28125rem;overflow:hidden;display:block; }
#xTRQJeifLTT0zq4axlggnL0slGeTAhCa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.375rem;top:20.15625rem;left:40.28125rem;overflow:hidden;display:block; }
#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU { position:relative;display:block; }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU { background-color: transparent; background-image: none; }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU > .row .container > .video-iframe-container { display: none; }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU > .row > .video-iframe-container { display: none; }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU > .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); }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU { border-width: 0; border-radius: 0; }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU > .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:37.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IMnzcCL06iBsfgMJUTrk5zzN0yi0A9J1 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:1.4375rem;display:block; }
#rPLTtm0G0q0xR49SzEtmQVxdn5ucP9JL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:21.4375rem;display:block; }
#yGABGZy0dEbZToddD49xgw7zDasOCUbg { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:41.4375rem;display:block; }
#B6bxuLzCBOolnpS2mi0beeWEMuuzCbfx { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:13.84375rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDe8JeVZfEUgLqTpKQXiuGwn4kL4t33Q { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:13.84375rem;left:20rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuOzXWMloIFKq82TfWuZlTf0CPDtgPni { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:13.84375rem;left:41.34375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMzaeu8kFfbpXsJAKzkpPXV2JsF2i4bd { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.0625rem;left:8.9375rem; }
#JaJwQImrTeTiV3qZOMd7H54Ct7ZVaUcB { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.0625rem;left:28.9375rem; }
#zzQL6IueJLne5x93QzS2UzrGaz5EEGp2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.0625rem;left:48.9375rem; }
#xdoGeGoPk10e94kBrEXxxL2w7yCSngUf { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.09375rem;left:2.03125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S3vqrPCusJLvEX5gX5RFsKCfp3H2Pxxr { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.09375rem;left:22.03125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ePdkDXKbBhmrVbM2cAV9uSpsBKT8nDyz { color:#000000;display:block;width:11.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.0625rem;left:46.46875rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XkDuhnzf5vtS0PUWh4wXSmaO6OihTsQb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:18.9375rem;left:5.28125rem;overflow:hidden;display:block; }
#tNmLGUEZxB3SdFqi45vgtZgJBiXFxmuz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.375rem;top:18.96875rem;left:25.28125rem;overflow:hidden;display:block; }
#wMycvakaZCHFR0AQoLJ2f90y6o3EO7tp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:18.9375rem;left:45.28125rem;overflow:hidden;display:block; }
#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/f9f58223-bf63-4c0e-b3dc-eeb36490d81b/tlotappi.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE.adaptive-delivery-prevent-bg, #nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE.lazyload, #nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE.lazyloading { background-image: none; }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row .container { background-color: transparent; background-image: none; }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row .container > .video-iframe-container { display: none; }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row > .video-iframe-container { display: none; }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .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); }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row .container { border-width: 0; border-radius: 0; }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#Gf0sGAs7HO75dcgSKtqre2ybit0MubJM { position:absolute;display:block;z-index:15001;background-color:#69a58a;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:46.75rem;top:4.8125rem;left:6.375rem;display:block; }
#oQmpT3cDnFOJu6E6KykQ9Aga5NxA3tlR { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:11.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl { position:relative;display:block; }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl { background-color: transparent; background-image: none; }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl > .row .container > .video-iframe-container { display: none; }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl > .row > .video-iframe-container { display: none; }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl > .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); }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl { border-width: 0; border-radius: 0; }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rs91psUyeT6MvUp44TVXfVqinvFi7edB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:18.125rem;top:0.21875rem;left:4.25rem;overflow:hidden;display:block; }
#ApnQs2GXCk7wx9kp5VHsOwCQ367OsDVL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:21.625rem;top:2.21875rem;left:33rem;overflow:hidden;display:block; }
#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container { background-color: transparent; background-image: none; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container > .video-iframe-container { display: none; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row > .video-iframe-container { display: none; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .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); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container { border-width: 0; border-radius: 0; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#MCHc0uT2ISIoNdUUPgVinyIFkThg2fnm { color:#000000;display:block;width:53rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:2.537109375rem;left:3.5rem;height:10.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 { background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/69847877-1796-4dee-82ea-c89b3a7fb443/tlotappi2.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1.adaptive-delivery-prevent-bg, #I1IeIRUhLU2bwGly53gLrmqW98LKkfc1.lazyload, #I1IeIRUhLU2bwGly53gLrmqW98LKkfc1.lazyloading { background-image: none; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container { background-color: transparent; background-image: none; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container > .video-iframe-container { display: none; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row > .video-iframe-container { display: none; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .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); }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container { border-width: 0; border-radius: 0; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dnzqL2ry3AXIi3Av8yWNbclMEJcQE3qo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:37.1875rem;top:2.15625rem;left:9.6875rem;overflow:hidden;display:block; }
#fX3ZX6GWgI1b4dFk1A1GiFrAJ4P3U6CM { background-color:#7bbde5;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.375rem;left:23.125rem;display:block; }
#bGN5fnO037zZmb35bhG70S15VZMU47g6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lh8u2Ay23GllrLni4xledgm625fem7Pe { position:relative;display:block; }#Lh8u2Ay23GllrLni4xledgm625fem7Pe { background-color: transparent; background-image: none; }#Lh8u2Ay23GllrLni4xledgm625fem7Pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh8u2Ay23GllrLni4xledgm625fem7Pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh8u2Ay23GllrLni4xledgm625fem7Pe > .row .container > .video-iframe-container { display: none; }#Lh8u2Ay23GllrLni4xledgm625fem7Pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh8u2Ay23GllrLni4xledgm625fem7Pe > .row > .video-iframe-container { display: none; }#Lh8u2Ay23GllrLni4xledgm625fem7Pe > .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); }#Lh8u2Ay23GllrLni4xledgm625fem7Pe { border-width: 0; border-radius: 0; }#Lh8u2Ay23GllrLni4xledgm625fem7Pe > .row .container > .video-iframe-container { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }#Lh8u2Ay23GllrLni4xledgm625fem7Pe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;position:relative;display:block; }#Qs3ibTA19SxTZ0DPZcCBvePnh4vN0JnK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.6875rem;width:60rem;top:6.5625rem;left:0rem;display:block; }
#qlING0mpdQK4xgOkDGJNzkU24oSQcBaX { position:relative;display:none; }#qlING0mpdQK4xgOkDGJNzkU24oSQcBaX { border-width: 0; border-radius: 0; }#qlING0mpdQK4xgOkDGJNzkU24oSQcBaX > .row .container > .video-iframe-container { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }#qlING0mpdQK4xgOkDGJNzkU24oSQcBaX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:76.3125rem;width:60rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;position:relative;display:none; }#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-form-header {  }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-text {padding-top: 0; padding-bottom: 0;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-select {padding-top: 0; padding-bottom: 0;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7bbde5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:23.125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-container:first-of-type{padding-top:0;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-container:last-of-type{padding-bottom:0;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:17.1875rem;top:40.1083984375rem;z-index:15000;position:absolute; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT {display:block;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:17.1875rem;top:40.1083984375rem;z-index:15000;position:absolute; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #wADuCahsnhetsR9QpFT8lc4wWDoNBqJB { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #IDQs4eyIQ31VVFTuQrRPfyWCaVOznTn3 { position:relative;display:block; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #lHs57alZ2BXkx33mLDoSTrzzHnJAzTaG { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #AhJReNssHNKLiQZVkdVolWVc6bmw4B2e { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #stqSGxemoHs9XVCHQ1BBADpoRA16Vhn8 { position:relative;display:block; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #M7rBFRXbLZ6c8M6VTPZZTddxH71lIILy { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #qU0qe7bFNZBp9rkyTUhlriy5VHuNCMmT { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #cwcDIWUVUd8SEBZ9MdLvtDQEmega08X9 { position:relative;display:block; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #At8Tpou2hp8qg2sZ9ytBRzuPzoMVRGD9 { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #B9A7uPp9dIczpsLRMtCtyr7dmmRONSnT { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #Qm1aNv35GXNVGcM6hpP4bVmT6CFCPKDl { position:relative;display:block; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #XJv1mma4ry0soypNMEv45INw50BedlS5 { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #MiWeTwCf5P2Cz6bit5HZo4sz9NfaF6Oe { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #ZTMoxZxez1P8L9WenlydBNgTpwuK9DGh { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #m9OChUPo7LMB50FgU6WDc22rWg55ATCV { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #aVIKvBNmG4PolWHMgLfbRmroX1tAbhWB { position:relative;z-index:2; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #kwIBuO1Ar6azOQZbTxW0WrXDRqofzt0F { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #dDoTTsRI8fsPUaZIe0399h95JEDebn2H { position:relative; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #Tlx7L89Ctl4R6yEdSFeMmXizsTWNbC6J { position:relative;z-index:2; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #b6RxOwn7ZDmJ0K6OOKAOEbNdfWPQngUM { position:relative; }
#oxfV1HZyaJ7zNQsDlM4rDzEVxUB17wP6 { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18.59375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oNOeWZtUQ1zIyxruPn5pJt77TKHeOnnf { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.84375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w4LW6UKXhIEVI9l1qOgOqkbg2F7S0fcA { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.53125rem;left:5.15625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WkvQ70gsS1TBwEvA3nQJ4pv085rqakiE { background-color:#7bbde5;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.625rem;left:23.125rem;display:block; }
#yIQVeS78cITX2uHAfQI99oP4T3bzlzNd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { background-color: transparent; background-image: none; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container > .video-iframe-container { display: none; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row > .video-iframe-container { display: none; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .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); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { border-width: 0; border-radius: 0; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#XHK65zFVlZiqniQRrwDA6GaeDwLn6edF { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqr5qgvcqgvdEPmLkTnzTJvfuiI6LE5q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:21.75rem;top:13.53515625rem;left:36.875rem;overflow:hidden;display:block; }
#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { background-color: transparent; background-image: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .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); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { border-width: 0; border-radius: 0; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#TQdMTqpWEm3uTyH1pbuxtMn9AK3dyDbh { color:#000000;display:block;width:37.125rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.28125rem;left:1.71875rem;height:7.3125rem;font-style:normal;display:block; }
#AeuDWSXh8uchMcqCWVVJTTZrcESi88Km { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:19.826171875rem;left:3.4375rem;height:16.19825rem;font-style:normal;display:block; }
#WtywNLp6yN5rsAdRuIVpwfuDfpv7V28Z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:24.8125rem;top:17rem;left:34.5625rem;overflow:hidden;display:block; }
#gkR39H7yfnKsmuu6loRcAabEmFaUvcgT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:24.0625rem;top:29.72265625rem;left:4.59375rem;overflow:hidden;display:block; }
#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container { background-color: transparent; background-image: none; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container > .video-iframe-container { display: none; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row > .video-iframe-container { display: none; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .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); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container { border-width: 0; border-radius: 0; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#CIMmpTZeb5aQr0k6mLSOPvogWK4Vis3S { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:26.28125rem;height:9.75rem;font-style:normal;display:block; }
#TvFMtNr95vbZLIcLLFzHAC1FBleX7ESM { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#xxbOqBrGtMdp6QlySEkXL5z3TVEeemnT { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:18.576171875rem;left:28.15625rem;height:17.9980375rem;font-style:normal;display:block; }
#F8rX29ZEcBE7JWKckQb3sbuZG0B9ZTW1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:20.75rem;top:12.7353515625rem;left:2.8125rem;overflow:hidden;display:block; }
#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row .container { background-color: transparent; background-image: none; }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row .container > .video-iframe-container { display: none; }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row > .video-iframe-container { display: none; }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .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); }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row .container { border-width: 0; border-radius: 0; }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#tIi3fwnvXPuHreRDBnEuTwD0TelFFrNW { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.65625rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/69847877-1796-4dee-82ea-c89b3a7fb443/tlotappi2.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o.adaptive-delivery-prevent-bg, #XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o.lazyload, #XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o.lazyloading { background-image: none; }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row .container { background-color: transparent; background-image: none; }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row .container > .video-iframe-container { display: none; }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row > .video-iframe-container { display: none; }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .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); }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row .container { border-width: 0; border-radius: 0; }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#VbTFqBKsznmduWu7ybDxkPh0glv0K3sS { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#llgPnK6iXw6uJpKpWLZK9Ar1r2STiFns { position:absolute;display:block;z-index:15001;background-color:#7bbde5;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#pGPUEsaEqH6Bfl7TvQhTlA31SkvRSmdA { background-color:#7bbde5;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#dFpruzhhlQ10KC1LNqZ0vKpQAWWvZ0Ty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUP9kVb6nuf17icv4aK5GQuPMnL265y3 { background-color:#7bbde5;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#kTTyZ8ZTix0DxJEQvgvdq2JT1LrJEWPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lsce3a7OKOzaNXLzXe3krFvD0lFiKfes { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:32.75rem;top:16.625rem;left:1.9375rem;overflow:hidden;display:block; }
#JJdxeTOLsBVBHTi6FlRChDCp2MRe6gTK { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#HaIwtEvkfzWcA9IswS7Ac2ZItmBZAEy8 { position:absolute;display:block;z-index:15000;background-color:#7bbde5;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#yUSGBCvs78lsI02EvaGBwCMTte9h3vDs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:20rem;top:0rem;left:7rem;overflow:hidden;display:block; }
#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bbde5;background-image:url("https://images.assets-landingi.com/uc/69847877-1796-4dee-82ea-c89b3a7fb443/tlotappi2.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG.adaptive-delivery-prevent-bg, #Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG.lazyload, #Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG.lazyloading { background-image: none; }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row .container { background-color: transparent; background-image: none; }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row .container > .video-iframe-container { display: none; }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row > .video-iframe-container { display: none; }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .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); }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row .container { border-width: 0; border-radius: 0; }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#CWRP58gQazNdtT3GGTvWWhN2oh5WmId9 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#T6xk7m4RszsIyHT9IpGaXZfXpnRGftFF { position:absolute;display:block;z-index:15001;background-color:#7bbde5;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#LTCsRhPfhTGKGVx2cXTNFbObXGL920uV { background-color:#7bbde5;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#urm2HxTvuOyJS0aiBgX2xHHgVW86Dfih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xavvwktxq3fTmeBKeS4VVVUakKoxHtnG { background-color:#7bbde5;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#BxJLbdZJ0leDd7AQFOqu1Fs6vSiN0ozz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUwCmRPMEHwb6lPSxrIxXXRRyzr0Xtet { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:20.25rem;top:20.6875rem;left:7.119140625rem;overflow:hidden;display:block; }
#hrfWy8eflEtSWAmbTM1EtMKcUVE0VUZC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#NGCkCxDQge1BIeJZJdQx7PsvEKoBHtW9 { position:absolute;display:block;z-index:15003;background-color:#7bbde5;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#y64T6dTkOKIlw5Vrlc06xwtQCs2G80qw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:20rem;top:0rem;left:5.625rem;overflow:hidden;display:block; }
#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row .container { background-color: transparent; background-image: none; }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row .container > .video-iframe-container { display: none; }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row > .video-iframe-container { display: none; }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .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); }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row .container { border-width: 0; border-radius: 0; }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#onJNxOefpJywEmax5fHIVTTO1bMldJKV { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#zByUxZvrErTqKuNfPB7INv8MgW28ipvQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:14.5625rem;left:7.3125rem;overflow:hidden;display:block; }
#pcvDRbK6hRrb6ck0TSdTWtDcB9rrv9w1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:32.875rem;overflow:hidden;display:block; }
#UeV9adX5ZETyHDRflT89F0kSCAwwFwaK { background-color:#7bbde5;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#wZVcGAhxZLqnKQU1oeD80X2w32AvDyLw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEfVlH8CpRIzrRxnAuJdJbnTa41NO7eE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#C4vpBS0sSiGynk1f6KyznJtITbWptsdp { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#XaTRCWCiRFVsFyvE30osMiJbI10aDoLx { position:relative;display:none; }#XaTRCWCiRFVsFyvE30osMiJbI10aDoLx { border-width: 0; border-radius: 0; }#XaTRCWCiRFVsFyvE30osMiJbI10aDoLx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XaTRCWCiRFVsFyvE30osMiJbI10aDoLx > .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:17.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#W7f1fPxaFR6FLLttyqDPVX94Dz1qxx4d { background-color:#7bbde5;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.59375rem;left:23.125rem;display:block; }
#UKSyBVpVXa3ttx5HGtHlWmXwqscPm8tx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mWWk45QhrLGiyDiFnUbOpOxMRDEd0T9N { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:34.375rem;top:2.5625rem;left:12.5625rem;display:block; }
#dFimy5RB8rzCTxTu9d2dJ4893PNG00uT { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wCdBg1Eg0dggUvwXE2wgxICvnT0da52T { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:9rem;top:2.59375rem;left:1.9375rem;overflow:hidden;display:block; }
#mgOzDh7JQhEu6r1wFrp3GAnqsdizwMx5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:9rem;top:2.59375rem;left:49.5625rem;overflow:hidden;display:block; }
#HOstaE77V7U2SXhaLm5xKO26ynKFHsyX { position:relative;display:none; }#HOstaE77V7U2SXhaLm5xKO26ynKFHsyX { border-width: 0; border-radius: 0; }#HOstaE77V7U2SXhaLm5xKO26ynKFHsyX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HOstaE77V7U2SXhaLm5xKO26ynKFHsyX > .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:55.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mSQx87Xl7qVPd83nBEwQD1uCp6Rypbd7 { background-color:#7bbde5;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.34375rem;left:24.25rem;display:block; }
#MzJ75P4DbvgTLw7yREMmwxTNfEH0GWFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWU18G8idT37GOraA8Me5I61D6CT9EwA { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.3125rem;width:34.375rem;top:2.5625rem;left:12.5625rem;display:block; }
#Du4BlbEvu6WLTEtUBiwlGvP5F3srTuQp { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLywGl6edhcBP42WetREOk42TPIotXTL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:33.375rem;top:11rem;left:13.3125rem;overflow:hidden;display:block; }
#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row .container { background-color: transparent; background-image: none; }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row .container > .video-iframe-container { display: none; }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row > .video-iframe-container { display: none; }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .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); }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row .container { border-width: 0; border-radius: 0; }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#Cv34RGubFL5ndaV8ahwalaXJgAarzcPB { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsifNatRPt7itRJs0pMdwITsPrCw5gn4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.75rem;top:0rem;left:4.0625rem;overflow:hidden;display:block; }
#iE4mgI0xxQ7ZBOFyVbqnQ90tt1epMT2K { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.625rem;top:0rem;left:45.5rem;overflow:hidden;display:block; }
#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 { position:relative;display:block; }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 { background-color: transparent; background-image: none; }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 > .row .container > .video-iframe-container { display: none; }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 > .row > .video-iframe-container { display: none; }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 > .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); }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 { border-width: 0; border-radius: 0; }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mSLmqk9LMfenmv0QU0Phu6UmfLAAsce4 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:6.4375rem;display:block; }
#HUJGAQBc4TMPiqpCm7uk2qnUQ2Xik88b { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:3.34375rem;left:36.4375rem;display:block; }
#MiSTW53moDSJbkBepeHi7cXJC1GKO1FZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.28125rem;left:13.9375rem; }
#VRVPpqwRxS1S0XTS8AVbeJyEqFBc0QDy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.28125rem;left:43.9375rem; }
#la95LGCcANAwfCuiblFFKnlMwq17nIx2 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.375rem;left:37.03125rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tVhI1Gq3AENVZlEOxHMIRfH5kF8XHeJV { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.6875rem;left:7.03125rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FDrRZyPoU9SHRt0NGbXKfpO1dDfT6buX { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:15.84375rem;left:5.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFoH176s5BWhwFp0erX2QVKHTuFxZtTl { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.84375rem;left:35.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sa0qQT9Fpl9VmyXyWTEZIWJWvybvLef4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:20.125rem;left:10.28125rem;overflow:hidden;display:block; }
#ScRpR2m1pcFWbxVSUTWOU8K6ASHzkCSl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.375rem;top:20.15625rem;left:40.28125rem;overflow:hidden;display:block; }
#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm { position:relative;display:block; }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm { background-color: transparent; background-image: none; }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm > .row .container > .video-iframe-container { display: none; }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm > .row > .video-iframe-container { display: none; }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm > .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); }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm { border-width: 0; border-radius: 0; }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm > .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:37.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lBhve1Kn6mw8vXfHE7f1NkCH3TOrHUSV { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:1.4375rem;display:block; }
#FgotUAboXU7xn507sCTv9sqXAZeBG97B { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:21.4375rem;display:block; }
#NpPuuxzuJEtQv4hFKvX6p3x9qF6eNzrT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:41.4375rem;display:block; }
#npsiQWoFUD5AsctT82rl7TyOTVakBhpk { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:13.84375rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcKepO6L7MFQWvsHAnsmxnE6ZpQVK6ev { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:14.5rem;left:20rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7HpDG1im2KNAsd3TMI51GWtPnSTyyqT { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:14.09375rem;left:41.34375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbyn85Tu7amaUyBkboXRSMGDidsVWbvr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.0625rem;left:8.9375rem; }
#qqJdXVix6rbgtD9WqTeTDOAuGr4GcKte { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.0625rem;left:28.9375rem; }
#x79T67g9LhUypcwhQ40x3GxFoJUQAdbz { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.0625rem;left:48.9375rem; }
#iTL1wSGFeM2zVzWJXqNcsKWTrbi3CDGE { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.40625rem;left:2.03125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UVulutBTzdR6XHqhs2rQe7IdJwXEHTfg { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:4.78125rem;left:22.03125rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ruVmbsL2zu641hegXqrE74MMhQHKiUCc { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.0625rem;left:44.0625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P91lmpTSxyRQcmCWwpgWCA28FwmXzCK5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:18.9375rem;left:5.28125rem;overflow:hidden;display:block; }
#AQTVvM8TqnlmdbcEyTs6CEiRJBWCfnIv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.375rem;top:18.96875rem;left:25.28125rem;overflow:hidden;display:block; }
#NJrPTwaMAGycGpypm5xm1Z54kfysSgHp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:18.9375rem;left:45.28125rem;overflow:hidden;display:block; }
#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP { position:relative;display:block; }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP { background-color: transparent; background-image: none; }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP > .row .container > .video-iframe-container { display: none; }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP > .row > .video-iframe-container { display: none; }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP > .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); }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP { border-width: 0; border-radius: 0; }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP > .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:8.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MADLcyVS8qfzysil3gK7vfwwf9eqCquB { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCicmlRhAqPnIrWw27DI06EoEJh93vrD { position:relative;display:block; }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD { background-color: transparent; background-image: none; }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD > .row .container > .video-iframe-container { display: none; }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD > .row > .video-iframe-container { display: none; }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD > .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); }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD { border-width: 0; border-radius: 0; }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD > .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:13.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yTwEwSpfcT3uXKVzJqTt7r8PI6eGFXaN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:12.5rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#d7FrAZrPpLTP7QeFBUvvSc5qCWgSge8O { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:8.875rem;top:3.625rem;left:25.5625rem;overflow:hidden;display:block; }
#Isz0VueeGkm9CmRTivt44XWmTee61wG5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:2.1875rem;left:45.4375rem;overflow:hidden;display:block; }
#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a09658-17c6-4a60-a0e1-7e07dcabf091/tlo2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.adaptive-delivery-prevent-bg, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyload, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyloading { background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { background-color: transparent; background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .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); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { border-width: 0; border-radius: 0; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#EHmzvHxJD43uuwEApA8qMX52hMa6hnqt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:38.0625rem;top:1.78125rem;left:8.03125rem;overflow:hidden;display:block; }
#KLetbRJAEqlFTlnLBAnC8KTDEO1SSn9T { background-color:#bc4546;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.375rem;left:23.125rem;display:block; }
#BtrPwoP8GXGoBvw1hdadf4RXRTwCvIES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTyT2Lb0181ZIEykkQPHetIBrKZsCGE4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:21.75rem;top:62.66015625rem;left:38.25rem;overflow:hidden;display:block; }
#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e { position:relative;display:block; }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e { background-color: transparent; background-image: none; }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e > .row .container > .video-iframe-container { display: none; }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e > .row > .video-iframe-container { display: none; }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e > .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); }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e { border-width: 0; border-radius: 0; }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e > .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:8.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fHZTW6mcigJR7aCivrizQ7zQDTeTewsE { z-index:15003;top:2.5625rem;left:18.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #bc4546;border-left:0.125rem solid #bc4546;border-right:0.125rem solid #bc4546;border-bottom:0.125rem solid #bc4546;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#bc4546;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dLlo5LHkCexqyvyXlonVrDSe85mUDkkW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container { background-color: transparent; background-image: none; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container > .video-iframe-container { display: none; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row > .video-iframe-container { display: none; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .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); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container { border-width: 0; border-radius: 0; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#rd2LqCQ2tPCGShvs885BxHId5bkSQNvA { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.53125rem;height:6.5rem;font-style:normal;display:block; }
#x6CbH20BsybLG0GXhcf5HSd0t38XrRJN { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#b7y95eOODH9VLniTDO0J1Xkaayv2XhFu { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:19.826171875rem;left:3.4375rem;height:14.3984375rem;font-style:normal;display:block; }
#RK9FaG0IMTPPeRBfm3Jyc9O8GTBSOr6Z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:24.8125rem;top:15.75rem;left:34.6875rem;overflow:hidden;display:block; }
#aIz7X4EWH6G8UTNpyKm6D7bDIUTnWGVO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:24.0625rem;top:32.53515625rem;left:3.53125rem;overflow:hidden;display:block; }
#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container { background-color: transparent; background-image: none; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container > .video-iframe-container { display: none; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row > .video-iframe-container { display: none; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .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); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container { border-width: 0; border-radius: 0; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#GUc7D6cF3NyDhP8hhnbsdpwWE3ibgvzi { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:27.40625rem;height:9.75rem;font-style:normal;display:block; }
#vXlp8rtmsAPT82BurrIUHTNkQGRJk5Vm { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#BNuLO3qFbxBZaWm03x5uBVFns6c50hdJ { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:20.138671875rem;left:28.15625rem;height:12.598625rem;font-style:normal;display:block; }
#E278BI7NPTpTWxw8P4HQIpbkb0H8H6Bb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:20.75rem;top:8.6728515625rem;left:4.0625rem;overflow:hidden;display:block; }
#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { background-color: transparent; background-image: none; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container > .video-iframe-container { display: none; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row > .video-iframe-container { display: none; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .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); }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { border-width: 0; border-radius: 0; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#ZTKirwOce8pihkN5RIU75T5fOXSe49vX { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1146776-4798-4db8-a66c-1509a885c5fd/tlo1.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl.adaptive-delivery-prevent-bg, #q8To9wbGAALUJhz4iVmTVCznRxpTkdrl.lazyload, #q8To9wbGAALUJhz4iVmTVCznRxpTkdrl.lazyloading { background-image: none; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { background-color: transparent; background-image: none; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container > .video-iframe-container { display: none; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row > .video-iframe-container { display: none; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .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); }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { border-width: 0; border-radius: 0; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#TUCMnLdoyaXGmwPr1LWzU6s2AgndQ1l7 { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#Hws8L7vTrMF7LEh00mv2Wnu401XuSF2g { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#B2Lkl4kWOSEc2iKyJRZOqcEMWPBOBvqp { background-color:#bc4546;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#GmAGkngHZCTME2e8ot0tgMdRS2k8MykD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fb74E38A3sZO31oHrW4zBShaUGGA8ABL { background-color:#bc4546;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#XPh6ETOTqJss4Re2ZThu9kPFlnPGGqTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5KzHNKk11GkrtH62FLyqHppyb6tRFo1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:32.75rem;top:16.625rem;left:1.9375rem;overflow:hidden;display:block; }
#IrMXiHiTiHtzN78fvTr8IdTQMOZudl6F { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#ZXwGRuOAO72uW1GyCqkiI7TC7bV1rZMo { position:absolute;display:block;z-index:15003;background-color:#bc4546;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#MAAppe4cXxxcXKB1MJS3FqCMH9JPeET2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:21.875rem;top:0rem;left:0.6875rem;overflow:hidden;display:block; }
#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1146776-4798-4db8-a66c-1509a885c5fd/tlo1.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z.adaptive-delivery-prevent-bg, #nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z.lazyload, #nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z.lazyloading { background-image: none; }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row .container { background-color: transparent; background-image: none; }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row .container > .video-iframe-container { display: none; }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row > .video-iframe-container { display: none; }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .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); }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row .container { border-width: 0; border-radius: 0; }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#AQdKuGTBLO3De0aKui4xiL87D3OB3C8O { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#imHGVd0KBwPgnM7aaPqVWlXow7I54ZHl { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#BQD5mqeeKTUJgVqF7okbKxlkqLJ2MvgP { background-color:#bc4546;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#uRvQkUbfhdO9rRrQRPFt7La6nk3r7MQV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qHAd0ZzDbT0TxgqGzZpEPiwgPh1sEfZJ { background-color:#bc4546;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#ABWV2SJ70E2UrtvAoJPExnhgTE6eTTGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ciay3MZI6cb2186qAXB9Amcf0npI0rPV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:20.25rem;top:20.6875rem;left:7.119140625rem;overflow:hidden;display:block; }
#EhI0UqWRtxIQv02wBGgav5aGTGaoMd6W { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#NgGXH7H3uyHcq6wuCI1mRb5ePi8yoIev { position:absolute;display:block;z-index:15003;background-color:#bc4546;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#cDy52a3DJd5A367ZmXW0kpJmwSrpoa20 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:21.875rem;top:0.40625rem;left:1.3125rem;overflow:hidden;display:block; }
#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row .container { background-color: transparent; background-image: none; }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row .container > .video-iframe-container { display: none; }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row > .video-iframe-container { display: none; }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .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); }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row .container { border-width: 0; border-radius: 0; }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#roW9cgpJqtIxuQ71dJvB95m1JHePfmcR { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#bL6LOlCtBZiwNDppyQH034IzNh4doRzw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:14.5625rem;left:7.3125rem;overflow:hidden;display:block; }
#v1RlqT33gTi83E6AtLFcn3U0vqvxL9Ve { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;top:13.1875rem;left:32.875rem;overflow:hidden;display:block; }
#OXsV3ysSK4hgv2A3rQfbttWlaHpPhVp1 { background-color:#bc4546;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#BAJ7uTg9akNoce1L3Gn4zrLp68fxmtua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gaV00ZH5yQS5E1DbuCUw8IPnFkn4hygW { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#N9AXHtBH3U4ivpD2sqSc5oz8Urt1Mcuu { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#LborWxWwzCP3RLzlWmLSa9LQpREd1Sh3 { position:relative;display:none; }#LborWxWwzCP3RLzlWmLSa9LQpREd1Sh3 { border-width: 0; border-radius: 0; }#LborWxWwzCP3RLzlWmLSa9LQpREd1Sh3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LborWxWwzCP3RLzlWmLSa9LQpREd1Sh3 > .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:17.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LFiUmGEwWDLPZtBAot8XU7TyZtTImlOX { background-color:#bc4546;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.59375rem;left:23.125rem;display:block; }
#zd2gFU885pcD2TxvEMk4Hiq315DlytkV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdUp1Qz54HuUesnZAw0DGy0bTTZLk1AJ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:34.375rem;top:2.5625rem;left:12.5625rem;display:block; }
#L9Z1to208KK5oMFHMNza1l8CnJA9HBhO { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqhWQuorpAn43cHQeU5AFmm8StI3gHw9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:9rem;top:2.59375rem;left:1.9375rem;overflow:hidden;display:block; }
#HWdNIBab9ZQbtTy1lbuCbvS9zfoURuQF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:9rem;top:2.59375rem;left:49.5625rem;overflow:hidden;display:block; }
#cHt0TKon0EaFxvvSFNZvL6hAp1pVu2ZQ { background-color:#bc4546;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.21875rem;left:23.75rem;display:block; }
#GNmxGm5vpQrlJph7yXcsiiVrJNny4NvV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row .container { background-color: transparent; background-image: none; }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row .container > .video-iframe-container { display: none; }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row > .video-iframe-container { display: none; }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .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); }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row .container { border-width: 0; border-radius: 0; }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#rQxKE5QkBfIdT28CsB6Lf0uXWnh7Ov7I { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#opo567SvUxdpPbsD7oov7Kc2rKv2q4U0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.8125rem;top:0rem;left:4.0625rem;overflow:hidden;display:block; }
#uqfL9MuTgTpgEIAIUk2v8ulTEgFMVmrd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:11.8125rem;top:0rem;left:45.5rem;overflow:hidden;display:block; }
#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 { position:relative;display:block; }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 { background-color: transparent; background-image: none; }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 > .row .container > .video-iframe-container { display: none; }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 > .row > .video-iframe-container { display: none; }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 > .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); }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 { border-width: 0; border-radius: 0; }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 > .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:34.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KpDJ1DPBZcz3Uv7MChCTTMalvxL9UqdB { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:1.4375rem;display:block; }
#pkAEPGvwNgMUxpnnwVilZtv6020uhT4H { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:21.4375rem;display:block; }
#NGKR0C3DSxs1XQ81ZLXT9NvAN6116p3k { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:41.4375rem;display:block; }
#vSrU3FTUxZH3H7uptgoJST0UX1bgv8nD { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:13.84375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpLNN3awRIACtatQTny81KpzooTqLCim { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:14.5rem;left:20rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPyH73raEtoq5STuANhGo1Rlm46c0IF5 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:14.09375rem;left:41.34375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiOmbFh5ssOiHw0EF6dK7VCmO0bnTqvG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.0625rem;left:8.9375rem; }
#GNMOfngT1bzeqVx3JZ1Oa7T6FPQe7Bz1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.0625rem;left:28.9375rem; }
#vu3sNardCPObDPHT9wggmdSTA3GbH5Ti { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.0625rem;left:48.9375rem; }
#LCmqkySSG4DKGn0FgL12sx1ZdcqfBnxV { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.375rem;left:2.03125rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tehbt5hsUB3MuVdyCpTxgOkhd8RhSSoX { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:3.40625rem;left:22.03125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ST11zWG0mcdDgU6kZA5XQLw5TpUTWWno { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.71875rem;left:42.03125rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZkxqybxiuBfCsfbKPxZFCDb3lOu8D3zT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:18.9375rem;left:5.28125rem;overflow:hidden;display:block; }
#Ds87wTMzlOAbIf2QISR67h5nTgo8aSNG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.4375rem;top:18.96875rem;left:25.28125rem;overflow:hidden;display:block; }
#B4JalpiXut6aX4cgoUoZEoJN403brkO6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.4375rem;top:18.9375rem;left:45.28125rem;overflow:hidden;display:block; }
#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC { position:relative;display:block; }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC { background-color: transparent; background-image: none; }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC > .row .container > .video-iframe-container { display: none; }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC > .row > .video-iframe-container { display: none; }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC > .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); }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC { border-width: 0; border-radius: 0; }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC > .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:35.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QgleEM3RpRH82OC3NtV88mom1W8sROWd { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:1.4375rem;display:block; }
#cvhDvlukAOCNRNbeBnBzmAFko4U3zVTw { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:21.4375rem;display:block; }
#bAOXiePWUVcKLserZ70apKoKucv6LnDT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:41.4375rem;display:block; }
#LIOWX0XJAv74zQZgH2nunL7NtEimeV32 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:14.5rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxe0HcfPHO4stJ3yEgDexBH8WBqT5q3I { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:14.09375rem;left:20rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2nCMCLartJldiJwOBXis0vwMndbumTy { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:14.5rem;left:40rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHXtDEAe2t8hSvdTBwvZt7bKHGTbXSUF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.0625rem;left:8.9375rem; }
#ypfCzTrp8h3dQmTqbtafnluITNM21br4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.0625rem;left:28.9375rem; }
#Fm9n5TcuBgc47EMhFEZ2sE73OH77TKs9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.0625rem;left:48.9375rem; }
#tE29WhJFTRmqU9AZFM57wrpRzvnR4RmM { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.4375rem;left:2.03125rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvDNDOGspZLdpLq3q5knQFqUyCsJI0OZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.4375rem;left:22.03125rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LFJX47v7eTrXVuWnw6J5MC15lwgr1DDp { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.0625rem;left:42.03125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lZqcbrxCEaE5281fTJ62oXfDaeqhS3e9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.75rem;top:19.21875rem;left:4.625rem;overflow:hidden;display:block; }
#yHh3wbCWkqrIbeTzXE52seJlVGzcElt3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.75rem;top:19.21875rem;left:24.625rem;overflow:hidden;display:block; }
#qBoRN4cQCHMTwcX1KQfT9Np5CBDhaHsg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.75rem;top:19.21875rem;left:44.625rem;overflow:hidden;display:block; }
#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED { position:relative;display:block; }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED { background-color: transparent; background-image: none; }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED > .row .container > .video-iframe-container { display: none; }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED > .row > .video-iframe-container { display: none; }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED > .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); }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED { border-width: 0; border-radius: 0; }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y7Wu1ICgBmPTlc4GRcKTqDvVL1xcWzGx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:1.4375rem;display:block; }
#pC4c9EPu1JDzZiaqZ3OSkcZm9t2cgRAz { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:21.4375rem;display:block; }
#KXsGWou2ufF3cU3ZXFyhDElWuP8ghypw { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5625rem;width:17.125rem;top:2.09375rem;left:41.4375rem;display:block; }
#OSTCd0TLV4mdeG2M2ZCBJTBPyq7kglS4 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:14.5rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWE16Tg6JSUrSCsfCrMBDL0fBoagAaF8 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:14.5rem;left:20rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVPhVa25erzKU9UkLdmV1nsbq5D97gD6 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:14.5rem;left:40rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUIqoEnPMyvQ4iQLZuPsJVwIkan9yWWz { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.0625rem;left:8.9375rem; }
#fZ7ECfgVh0FsxRUHhkJnqeVqoEGGXIqw { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.0625rem;left:28.9375rem; }
#z0q6btJf6znc3md6qmZxLOTTtgQFK9Tn { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.0625rem;left:48.9375rem; }
#RXld0lcCkpbRceSp9yzxhRfm222CGT45 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.40625rem;left:2.03125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZklgDVQ5evv59sGSVb1eaOiaTwhkTX5h { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:4.78125rem;left:22.03125rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H8b9DgZNxVAuvGe2EAyxxE5W2kANPzbn { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.78125rem;left:42.03125rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM { position:relative;display:block; }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM { background-color: transparent; background-image: none; }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM > .row .container > .video-iframe-container { display: none; }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM > .row > .video-iframe-container { display: none; }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM > .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); }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM { border-width: 0; border-radius: 0; }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM > .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:8.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JOmS5BEv98HnKCGSThOlBJGpC0t2zEg0 { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tzoMRKV28XUyyPaML69ndqSMPCvedNIB { position:relative;display:block; }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB { background-color: transparent; background-image: none; }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB > .row .container > .video-iframe-container { display: none; }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB > .row > .video-iframe-container { display: none; }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB > .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); }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB { border-width: 0; border-radius: 0; }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB > .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:13.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vFgxa0mVIvx377rqhSqWQCM3yS1ZVZoF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:12.5rem;top:2.5rem;left:1.25rem;overflow:hidden;display:block; }
#khSAz0Z6oy2o7ibgMd5pWvTSVb31cdFd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.5rem;top:5.1875rem;left:16.25rem;overflow:hidden;display:block; }
#C1qgPZZ1Ko03ZixzUv7UOcsN5RiyUWBx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:8.875rem;top:3.625rem;left:33.0625rem;overflow:hidden;display:block; }
#qL03ctsL9N4kgJrLRo68FwlnIML2Aq8q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:2.1875rem;left:47.9375rem;overflow:hidden;display:block; }
#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row .container { background-color: transparent; background-image: none; }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row .container > .video-iframe-container { display: none; }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row > .video-iframe-container { display: none; }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .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); }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row .container { border-width: 0; border-radius: 0; }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#JXpmzQM428PiGUlKJ9Sos5QOg8nW4sE6 { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:33.59375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHcxOu25Kd0fhdXJnTobRKicQF7rWMLm { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:28.25rem;top:1.3125rem;left:30.21875rem;display:block; }
#LtfDyH0pD3VZytzg2I6aEWoNH3ah4v61 { position:absolute;display:block;z-index:15003;border-top:0.25rem solid #bc4546;border-left:0.25rem solid #bc4546;border-right:0.25rem solid #bc4546;border-bottom:0.25rem solid #bc4546;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:32.4375rem;top:4.0625rem;left:2.46875rem;overflow:hidden;display:block; }
#hliUThJ3w48iGJiw7UW3n5Q9p80MHDCk { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.75rem;left:37.65625rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y0ax00qw8xGahtMvo18IV4xT0UNILRqD { position:relative;display:block; }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD { background-color: transparent; background-image: none; }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD > .row .container > .video-iframe-container { display: none; }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD > .row > .video-iframe-container { display: none; }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD > .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); }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD { border-width: 0; border-radius: 0; }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD > .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:29rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lxPlmrvG9skpgW9TlFdumAAw7ia7gE9N { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0.25rem solid #d39a4c;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:28.25rem;top:1.96875rem;left:1rem;display:block; }
#FsuMvTGUIVBTr0tAEQe2Kw4k8xIaQQMv { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0BnPouLKghd0buUnquM9B2tT3WmmQVs { color:#000000;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.4375rem;left:1.21875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c3ePItDekeg2kUiNEy8O0sXJTzPOlOr1 { position:absolute;display:block;z-index:15003;border-top:0.25rem solid #bc4546;border-left:0.25rem solid #bc4546;border-right:0.25rem solid #bc4546;border-bottom:0.25rem solid #bc4546;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:25.5rem;top:0rem;left:27.53125rem;overflow:hidden;display:block; }
#iKTAE84tGsBvRr1D8U4AwQikhQp2pq01 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:26.625rem;left:27.46875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { background-color: transparent; background-image: none; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container > .video-iframe-container { display: none; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row > .video-iframe-container { display: none; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .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); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { border-width: 0; border-radius: 0; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#OZurgvJoZa7ybyEcrRmm6lcVsXTe96cn { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBTgwVdSsdPPKf8LuVPzOu7SuGJT2TZK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:15.375rem;top:8.0625rem;left:22.3125rem;overflow:hidden;display:block; }
#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { background-color: transparent; background-image: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .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); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { border-width: 0; border-radius: 0; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { color:#000000;display:block;width:51.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.74609375rem;left:4.0625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { top:4.125rem;left:0.8125rem;width:46.125rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block; }
 }@media only screen and (max-width: 763px) { #PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ { display:block; }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LThclE6WSLVixRndxPxS6AbKNNSGkJdm { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDh3tTUcMVJWXnCNorHIliJHD7J2wvpf { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQxy3LTwNvJmVNX8UFd5gL0nTEAlEUk1 { top:0rem;left:29.6875rem;width:13.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 { display:block; }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wViq3QFXKJigwvcTmNDktH2BAAKQJ9kV { top:3.25rem;left:17.375rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwT0Fg6AfPLiEk2NC62oEgXrIqLZ7NKS { top:2.5625rem;left:26.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9nD3J9koS2f6k474vD6SgiTtXQB3rS9 { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W { display:block; }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDZvgnIaC87SKBgT16n2hrvPqzrdQKym { top:3.3125rem;left:33.25rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHHqDSKPbl6yUM5AIHDTf7Vgp0XO6Sc { top:2.5625rem;left:42.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1fDqFDVkpoRI3SQ3IHSkw2SJV78RbMh { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi5n2OLIkDAgt91UMNv0g26UxFnCfeHT { top:3.25rem;left:1.5rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAISJH2Ibsry4iJa9sF5PwbtEar3yMUy { top:2.5625rem;left:10.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCclTV5zbZciXlR1HTU20I353mblxqmT { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6iTxWF9SrH2wPtnhe3rlGcuVRuUqP69 { top:2.875rem;left:17.34375rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E { display:block; }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOEgUrAPxqCrNnMNRF2rny115CwTsOg3 { top:2.875rem;left:17.34375rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXg0p87n6eJTUB1on3U5xeEwUgMDAKW2 { top:2.9375rem;left:26.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdtiWzV3wHakdPwZEgiLNfEwRSMEHvFx { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQ4vsPpqd3mBHSoJ51EBGmPIi6PDpsu { top:2.875rem;left:1.46875rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6VnHzJENBLqJtcBJSQCun8Dm0qufQBl { top:2.4375rem;left:32.479166625rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 { display:block; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 { background-color: transparent; background-image: none; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container > .video-iframe-container { display: none; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row > .video-iframe-container { display: none; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .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); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container.adaptive-delivery-prevent-bg, #HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container.lazyload, #HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #D0GHDTpcACz0Tv9szqbvMZRpqtZP0SdL { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtZQCAz4cuWc5sX5beVMS46PcF8rR8P { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVOvTcd50N5cDpyAsD5zi61sshVquRcF { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITsPlazkcKS5quk1EQNnO65hAaaRJH9 { top:5.4375rem;left:0rem;width:26.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbLFL2OORtPG3DLlBB3CvurR4wlKloVy { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod { display:block; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod { background-color: transparent; background-image: none; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container > .video-iframe-container { display: none; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row > .video-iframe-container { display: none; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .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); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container.adaptive-delivery-prevent-bg, #zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container.lazyload, #zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #t6kUrB7KUVk4XnND8Tx06KIFhXrpKuXp { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGl0yTERa42zqCeLGHyCwZHTRZl5w20T { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8kDOR4TCX0DWNWbG4fUQlhZ9QNLphu3 { top:6.125rem;left:6.125rem;width:41.625rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT6SiqouSKLVN0iPGQ7epDHhovT9csdc { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R25DzPitT0XFOqcrU89dAB923KB0tcyb { display:block; }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAdT65ZpFPBwbqyGQK1UVXTbDrMRxqqm { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7A0D00eGZ320vs2sZMNUmsZzmQ2tQ6T { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Tcnzb0ElCoSBEwJsfnGPdbXee2DahK { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThtLnkhMSBJ8KhNaIB2XN0c8gQNJURM { display:block; }
 }@media only screen and (max-width: 763px) { #Eg5n8Ht5M0xHvCy0qIzPaMGRVLDh5ohV { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crOPMvtbEh8EKf3VlR8hhPu7qzRWmSbd { display:block; }
 }@media only screen and (max-width: 763px) { #FnMJcXPWsTMSfs7tP77r6mE6g0a5f2Ly { top:15.875rem;left:0rem;width:33rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9SBy1nKAHdp5JNC84bkPWGlMXuvprHm { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coeJvVrisHVIbdf1hnXTlK6FS74zieO2 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP { display:block; }#O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTJ2Bac7AU84tSxTRJhfPt5ZTe6ouU2I { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg7gidAqgK6AGT24BE60K1ReEhM1HdoL { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThKeFUCPQi5k4OW90yRTOBWMDETFDIHq { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX8TL4mniozD6UQ2d9lgTod5nS1PBu57 { display:block; }
 }@media only screen and (max-width: 763px) { #wZIBn2oTm3LCxwTbata5MS5CisxEXTUq { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqqhaHS94fONTRFSe71pgeBKMGsB5g6B { display:block; }
 }@media only screen and (max-width: 763px) { #vUdQFIq0Q70deXlbXIqZ9RR57z9mq9wB { top:20.6875rem;left:0.994140625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp7AERW97Awiloc11teU8U2VDOWUW0zA { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew0CDM0TzGByCncieLi6HtyflrCgWzPk { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqCb6kDaUIpbP65AcT8L17BTpTTTfJ7 { display:block; }#hmqCb6kDaUIpbP65AcT8L17BTpTTTfJ7 > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voKtKKTy5LHqEtOzyZqbJchfqGAD3lEn { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJQDpXBMMkBrWs6HoeRialdAKCn04Bl7 { top:13.1875rem;left:26.0625rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebp9AVMVWf30hPqOUTVfiatApRF3XntB { top:15.875rem;left:0.625rem;width:21.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umZhJMmnXQCDBfbB5x59GC2mQEKpIKEH { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW7iNPmNTuMTUVHqVytpFdOA6W8G7aZf { display:block; }
 }@media only screen and (max-width: 763px) { #TvylCEW1VtDxGRGbx2cIy4DS58Qtdi2P { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9LkuxL2BTMSN8T8izPHn1T73tXKGRVV { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft { display:block; }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxCTFkwUVihoD35k3WDcWG8wilGbvG68 { width:47.75rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duVoFVIESrJB9DDcEzridxga5hE784BR { display:block; }#duVoFVIESrJB9DDcEzridxga5hE784BR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecg1Iop3SEOwPRWrC9w2pqFKXK1uShs4 { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PouT2va19DVvAcIknGo2qGPI6yBFWVWE { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX36cTptRDNqw8t4LuXcKXDxWiWlTrKo { width:2.125rem;height:2.125rem;top:1.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMw319E53NPP7bLv5eMOLXdvZ06AEZpe { width:2.125rem;height:2.125rem;top:1.25rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snJRkEMZmJEb7qTgaNrctripOqesLvdP { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSAR9dk0s55sCP2Ts0T0P6A12EhxMkF { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqNKiukwim5unZckrXaI3JJPtp5l0mce { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgsBhZFcDfdnaTsQaZNmCQPVs883DhA { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsnEHisTG1PLKRxl4lvS8pxhG5855BmB { display:block; }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhwq8RTJPtFabNdAHKTV7oercxKqfqCI { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH2VwUC7FbZrqO7DNzFeJtOwb3i1FV0q { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thgi7otBVzb0NEUvxddao3iB3yl1ixd9 { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM2y3bZe9JncxXFL3bl9yUaHI0fy66rL { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTVKaNVgX3OUCVgkdZNUpXHo8La88us { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKZE5wJlcDx2TNh0infGdHoH2zsesMGv { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzcPcdFhwPmMaQ8fp0GtnDiv1Zr5h9zr { width:2.125rem;height:2.125rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ5WCmrXpZcORiozTELLTASyr0DUBG8J { width:2.125rem;height:2.125rem;top:1.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CttEzr98HP2iU6TvwMxBgZR1heTzIWA4 { width:2.125rem;height:2.125rem;top:1.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mugAGmu91dtyKSTToLrmLByxCtCuWpdJ { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3QWotWO25ZQsK5FHT8k06zlQZXe1vo1 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2X3k1aZrw2eewJfEGQGaNV94mFyZkT { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU06QfZI1LWz1XghMAcPVpqKRHI97fvH { display:block; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfrL9upXH7p3uCxeEFXRvFIJebS0pomS { top:1.3125rem;left:0rem;width:47.75rem;height:47.693757361602rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7noOxQrAx5qiDIkXnL3rnbK0kOzp3Ly { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5TkNhbAdr6vroPHB2PJQKV8HVM6lZm { display:block; }
 }@media only screen and (max-width: 763px) { #s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi { display:block; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi { background-color: transparent; background-image: none; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container > .video-iframe-container { display: none; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row > .video-iframe-container { display: none; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .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); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container.adaptive-delivery-prevent-bg, #s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container.lazyload, #s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #gJNel9l5dnHqIDJMPSMJrRHVWT3wTroh { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyuMTNNmQFNJVaRFVCZgt0nuH2e2gVVi { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocFg56Z4Lwck23nkAcusnFxwiDhZlxvJ { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLQLcJRPfOAt3oKeZZWdXsgFZfCsis4v { top:5.4375rem;left:0rem;width:26.5rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aus4AqfDzo2ybzJIm4AGqnaT3NyJbBao { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMCozfGPhNkQm2lzykiBGAsiqJXOecuT { display:block; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT { background-color: transparent; background-image: none; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container > .video-iframe-container { display: none; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row > .video-iframe-container { display: none; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .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); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container.adaptive-delivery-prevent-bg, #dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container.lazyload, #dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #HwSydPiFTCAAZo5QfOdg8PLGRpPe4x1D { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9JgHDkIsSU3Ng66vmZXR7TrguCN1Gyo { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIJpr1SRJrZHt0pdaI3sWxtcwMwcIlcF { top:19.4375rem;left:18.3125rem;width:29.4375rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvMyUbQo26WfeeBBOfXfTQ1bqptG7ig7 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN { display:block; }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wENpw2TrTBLlQ0HBUzZ3TkAtTHR2TCai { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO5i2g4Nb39uzVZDnH8Ne4uXcWRB7HEF { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTPIf7DUugix71olyd5xf6789DAsGtG { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADQQH6n996GhBf1hUQ1fTevQlq9JdRmB { display:block; }
 }@media only screen and (max-width: 763px) { #y4QqzKb41zhNaVpoDplSWJFF4HG13KHr { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJFOlnSg6qPmic7nvZlfHu7lbOT6v5H1 { display:block; }
 }@media only screen and (max-width: 763px) { #OuI5lyvrXUUFbwbO4IdPsaHEP5dC9usz { top:14.4375rem;left:0rem;width:34.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTUbp16v6zdKTeUeiN24Az80KhJTO2b { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCZ6lgSdQf50Eg4iq3SrAnubwbNlxFpO { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7meETonoBC7EzmCq8JRglFBfdls9CBu { display:block; }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdg7CrqOTzC5e6l8u1kSAmWeQP7nHkT6 { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTiHB6WsHmuTn2i7JipB2fUWocplT1DG { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkvO2XhiG3l6eO2X3mmXBE71DJX4Gnmp { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLIHeiiwXPPPSVpiz5ZASguBD8b29RdS { display:block; }
 }@media only screen and (max-width: 763px) { #kNlTAlOvvqgNITEJs9wgnLK2HmfG0Tsk { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH4Iw6Eu7qWymUR6XALK2zZ8FI0gy2LR { display:block; }
 }@media only screen and (max-width: 763px) { #MT6COkwnbp7FH6ULmvzRIH120h5VCXJW { top:20.6875rem;left:0.994140625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ssDIviReaziBDqp8Tu8zC9ibcLArFb { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpZpbWXgGIn2J0MniHfu5Gavx6KlNuFc { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z { display:block; }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgSOQD9HxOBwMXCT6tyI2Th2sK8LgCZR { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBxMF4Hf9yxxFboccnlywT5R2itdZpWV { top:13.1875rem;left:26.0625rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoBdI4PIZM28mgpKqm8Grud7hzSmmfA { top:15.875rem;left:0.625rem;width:21.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVxBlgldIJtgXx0AMl8M3NnOfML7erI { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvepWOywvK00h2VKlhcTwy2eDveORT0n { display:block; }
 }@media only screen and (max-width: 763px) { #QhEQMqSxmBZnIegZEdsLJiTygwLzo2Zp { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZng67R3TmrTMFuOClav98SAD5zcJPwO { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett { display:block; }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veRHdv5ezOFxz3WMXM4nyaTkAxpqSf5T { width:47.75rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 { display:block; }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7I0zNEKagu99yTheDmdCxC24n27QdTJ { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDusJWuWudGsguE1pqg1tPbJqwigH5a2 { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwv4JGCu3kO9D1yIuAGv9oD2EfHowRkT { width:2.125rem;height:2.125rem;top:1.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRVVcAFewGV9fJD9Nob9BnBkJaAn0crL { width:2.125rem;height:2.125rem;top:1.25rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfxDOSDBUmT20Z53b730dKQ0zimDZZxi { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ6CEnumpCLsCqK711i0VXvxT31f2EbF { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7PtfkVEN2xOLA2vXPfh6FEVwaqFZHOT { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGJGUPbK44o51a0L95bB3C4vzzoS3zBS { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnztw5OHTPGDxd3gTRPTK77uy9BAcbT6 { top:19.875rem;left:6.875rem;width:10.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcT3bUHz0yiKe1pB2ZEJQC4BXAPrQkvS { top:20.6875rem;left:31.125rem;width:9.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo { display:block; }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJ7rdTKuvFBTiNBkKQRyrafZgwdpoXTm { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgInQ26apBbufPwd7onoHrZzbWdKIiX { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqGZVxM8J3ImMaFUCKT1KZxTZXU1RL9B { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma0KAJipHLze4HqN8puikhUDfOU9apBM { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnNPX9vSxxoLVXBifhw66NLgA11wTuwc { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLfL0VbJfTRxy06JF7glXKF3pFPzp2bu { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOQ6Tz2L56bge7dr8kHivMd5EPJ3nDc9 { width:2.125rem;height:2.125rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA9m1h9V1auKhVhbi5rPlkJQnuvlO5oG { width:2.125rem;height:2.125rem;top:1.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk4knPgxNhHll9AzUlR6b5PyzRnd56wQ { width:2.125rem;height:2.125rem;top:1.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PANtZfT0KScZBfT23c0vhlk2KaTaysbZ { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOIVJkEoXBS3iHg3aVlnoQGacg5CLQoE { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaq4OAkJJtu3OzEFevuCftSzpcLaIhKJ { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKJ1FQqUprdqITToG6SyxQfvIkrOzRNs { top:22.125rem;left:3.21875rem;width:9.4375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khqdpWTXmTkTz5P9GFXLB2OUT72ObTau { top:23.625rem;left:17.75rem;width:12.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq0PabbLTXAIA0uelr3HQGKvPRm1qv0q { top:21.5625rem;left:33.875rem;width:13.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N { display:block; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBGugC5RVMeJfNkLbfSV1SWV97MPuIqX { top:1.3125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU4HQbLEc2mSkegIvXXUBNr2RwTkyWKf { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNqs0cceN8CD97Xc6TFMVTnsM3xsXzO9 { display:block; }
 }@media only screen and (max-width: 763px) { #RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B { display:block; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B { background-color: transparent; background-image: none; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container > .video-iframe-container { display: none; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row > .video-iframe-container { display: none; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .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); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container.adaptive-delivery-prevent-bg, #RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container.lazyload, #RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #I8k4iXbXZMZMWyvGuddyhCDqTQFnqo3I { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Earztlk8Tcnf0SC21e3UD2NcFOTEdLtb { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCSq0y6LXrFTPLPxRPKwBMB9FQ5UrT0h { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHIXHUQxzqaxFU83K2KJJOZLFygi762 { top:5.1875rem;left:0rem;width:26.5rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiPcRqkJVCIx5XvmKALhFRVFVTNL7Uv { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP { display:block; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP { background-color: transparent; background-image: none; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container > .video-iframe-container { display: none; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row > .video-iframe-container { display: none; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .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); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container.adaptive-delivery-prevent-bg, #TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container.lazyload, #TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #psXboeduHANchUrDR9KqDkRIW8DAoB5b { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiC79bhOBUthvEJMKX3wTq9mnxM9wkXK { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhQWATkNe0NRTaLf8W9J6eR9PpvRMXMd { top:19.4375rem;left:18.3125rem;width:29.4375rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWlUdHD47wppKlZ5vixPevaOmf2bHguf { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN { display:block; }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOnUxUsTzDQ61gPz33JTN902l9qLuz78 { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx6eD7ZneHrtWCo1uQgmInqOuPVg3vTg { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrBqLbuL9eCsC7wczl5MAzbT3fP284L { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIZTJx8UkuyThWAXTTrmsBLaKT73VeNt { display:block; }
 }@media only screen and (max-width: 763px) { #DePDH6aTrIX1SoJ7JRxoFSa0vkcJ3Q6m { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMP4KMM6IyGJxdqG2e23Uc4Z6cbXze8Z { display:block; }
 }@media only screen and (max-width: 763px) { #VrVbkqQDL69o6DRO9xcFxWPuEGHys1k4 { top:14.4375rem;left:0rem;width:34.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqNTmcu46pSywkV6TraXrExUvnfzZfBe { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoS2xb2TeIrmE0rvNVsgp2Rd7t3PEG7x { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN { display:block; }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0p0xNbGfgqCvW5SXAdJx1RM9GWkBny8 { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCwTNfSBTEmXq4QNFT4wyqmiskOKifGR { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEI5VEooh8TyNsg857KJNTdwkD13eNdl { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1wJT3LnR2lK0Wax1Et2a1ZD2NzTuSHH { display:block; }
 }@media only screen and (max-width: 763px) { #OOKQLEHbcsgsPdlgm1VSU2IsLTxp58TV { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFu2EOa9TyPPHKwkHGgvXRtlO7uRGNcC { display:block; }
 }@media only screen and (max-width: 763px) { #UhNZHd5CW3KzefIplpHa5M6QB9Qm0uhi { top:20.6875rem;left:0.994140625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxgfNpiidlFVlOez5Aq6osqZ780XkFTv { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIiXHItrVg7SVEIOXy0NQMXiN0TFvo3V { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF { display:block; }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfUkTTv1F4ZEzntimwAnRn1ZVZHe7IWH { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMEs7g4S5rr6S3z4QeofFGSzWIIrzRn5 { top:15.875rem;left:1.1875rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSqMrLF7JZ6dZNZODM4UHEHRGgPdU8Tg { top:13.1875rem;left:24.25rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDA0QmfPRLV1sXICSFUW8Cnv2np5hDu { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MksNWZmirqkBiH11cUyiWZqs5ZfEcxC4 { display:block; }
 }@media only screen and (max-width: 763px) { #C6wE2VgQT1DBAeOm7oqoI7D8vtLeAwm4 { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUN9P1W2C7a6pGpimDsqI024U7ZsTGCm { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 { display:block; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9WaG0sBpCmTQWvVPlvV5tf7LX8CqpT4 { top:1.5rem;left:4.125rem;width:37.1875rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeKZVCxOK2a2IrQXRfMHbg0dATixIOUc { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsHcU8dES0DrUJ2My5Kz5ynvx187Himr { display:block; }
 }@media only screen and (max-width: 763px) { #IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA { display:block; }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlSFViiSuCC7OQMwhw0gKnOTIuoVnVnK { top:4.4375rem;left:0rem;width:47.75rem;height:26.808046683047rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { background-color: transparent; background-image: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .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); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container.adaptive-delivery-prevent-bg, #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container.lazyload, #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #H0K2gZixAAkTQgkLIMnu3J4Gihud1B3D { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZbCi9Cia3EbhbUpNkF5nf7ZPaco6H4 { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCqETZA6n9VnkopqON0ezIFIvaJR9Eny { top:21.4375rem;left:20.625rem;width:27.125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { background-color: transparent; background-image: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .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); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container.adaptive-delivery-prevent-bg, #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container.lazyload, #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZxHzNU5R7TJIKifnMnfeVmIOBQ1O79 { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz9bbwo2ethebV1htu4bK8gLsWu1VJM1 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwA55PAdswbMNLD5VVTU7TkyfdTJXbS { top:12.6875rem;left:0rem;width:20.25rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Dl9O0GrpdToHDxdVd0LBwenRRR0kZP { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV { display:block; }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS7wTgadGNE9NFUfQhsmv2ri4J0LuZPJ { top:2.6875rem;left:0rem;width:19.9375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1QK2bvUX79LhE7wulzI1odC1GGzeMF { top:2.6875rem;left:11.6875rem;width:19.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZoKT2USWPDNb3e2OsMFaAdAu22StLZV { top:2.6875rem;left:11.6875rem;width:19.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUhITPp443Joyb28mSnQkCuwvsO0rb1 { display:block; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX562eIkaHZVdb7NKA29fxfayLuL1Q5C { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL4nynb2direEegFP1ZhJ3UrONEyGymf { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQ3Vdyle7sgapoSSvcdt1QGvcsh4HVz { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdulcZwJnwUMa4QosL7sqb1t9ktxmT6 { display:block; }
 }@media only screen and (max-width: 763px) { #OyaN88mkJ08AtXuoRlufF0lM07TVAI9V { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSqxbLTGMnMz5DUQg1SFLKdEThc1lr7O { display:block; }
 }@media only screen and (max-width: 763px) { #d4HTfehZveESPpdsRHOgvBwNqWuMUOVh { top:16.625rem;left:0rem;width:32.375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoVmCy7WrBUXJsuA77FppnxEpfyfuCr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ5zG5hqSAar8LsQhDHxKrTThuEUacIr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { display:block; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTnemvC01Wm9NogtWX5gvnsSGIdQucod { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block; }
 }@media only screen and (max-width: 763px) { #J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { top:20.6875rem;left:0.994140625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKWXPBvamtQk41DANogmbszItiKwp8zr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA { display:block; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQXRsQZicOSgZONG1xm4QWGEWTml2yVk { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxrUGTVA1DXbhOLNDLytECxJVmNwpFoz { top:15.875rem;left:1.1875rem;width:21.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSB8M94nUaZMBVyewSFziUDSxNmuJWb { top:13.1875rem;left:24.25rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCogNBL3ygxJcxtifozBTfLlwmckAccM { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTDGh738bhD1O8geb0LbaIADA5r29Ml { display:block; }
 }@media only screen and (max-width: 763px) { #H4tc7wSudQylkTwVUNTIdkDNnvuhu4n9 { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiJ33LeRtFcgA1qTOOkhyfqhHJreDxI { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB6FUeN02xUZxFUzsoU5bVWA50xIr2iZ { display:block; }#eB6FUeN02xUZxFUzsoU5bVWA50xIr2iZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWoCSZPm1P8bubRK2xGFzhflEvAWv1vT { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVCzsQ4Wcs7VimRrcc5B3wslosHle5Aw { display:block; }
 }@media only screen and (max-width: 763px) { #ECuP7sMmCnDnSfzDTlevh9IoLqCs0Q9p { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFOpy0vDapx2UHqHKzROQzAkugyTtecK { width:47.75rem;height:3.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9UwK8pKwIKL5cFz1cQWvV1yym9uypbT { top:2.5625rem;left:0rem;width:11rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAVyxgFVhwdsx9hK6TcFeJVzL7TomzuP { top:2.5625rem;left:36.6875rem;width:11rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK { display:block; }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8MQp93Qr0kfx7ah9x0gkIEge15JcHqx { width:47.75rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyQAJubu0r88o9rBJKXLJWrHnwe3oKEg { top:0rem;left:0rem;width:10.75rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwANWu3sp66Vab0ZGO9T2G9cMzmQ4m5B { top:0rem;left:35.9375rem;width:10.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y { display:block; }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRemgCCR4UUeOPvzcnZ9dDRudC1cRakr { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hooElmAZZ0hRkiSJnCPWuwPEeed5IcuX { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlLpk6C0JIVmrLi01ZFwbsAo39hyRO0P { width:2.125rem;height:2.125rem;top:1.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSgmZdOSUIiBRRyBGV1tF993S9DekfE8 { width:2.125rem;height:2.125rem;top:1.25rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPTo4EURSVOHmz3woBJEELOLtXTZfv6S { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXrCCwWGKElbumRFDpKggHOgXHp3auCO { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayMgZOBl17lENMDOtTvTsU0Lae0uDqxR { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foxTdGKuOTF90KSnMCesodzpdA0027B1 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4s6C8R9bOe49V4If3VKRxDvsbypqLy { top:20.125rem;left:7.21875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWk5Jb9UevJFaVdB2gczBc0s7UNL6DZh { top:20.125rem;left:31.09375rem;width:9.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m { display:block; }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcFzUTnGEsiXJUaRmkt3PBBh2C9yqphG { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giUIL2VFfdEAi9RD14cvPypm4CgdkVH3 { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1zcGz9ooSckwPQ4SxwS7Zko5tJX4rkl { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfbRG9C27pPpW8KJyqlqhEtvGiUy0fKm { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOCJxR8G3EBy9uCDNrVzuTHMyKeyUcO7 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdlaBDqziRcx8lT4x7PyOlynqTyc6cX { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0K55RIFI3a3enNMbzVJTcSSvfM6C8ON { width:2.125rem;height:2.125rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTXJdyMHP17UZUcbJpL5HM7gZbs5RQpo { width:2.125rem;height:2.125rem;top:1.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiyTvk2ETdpawO65qxzr7p8xDBSGsBem { width:2.125rem;height:2.125rem;top:1.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Xyb6q12ze1CeAR0gxT3eT93Iamwh0f { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMT4PUDA7LvXLWqnGknAHN2dgg11TOwX { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ruJ9qeZdGeLsko63T4Xq2PCbyRbaik { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws5oAiPWdsxe364DhXstVuye9iTlzkTp { top:18.9375rem;left:3.21875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXzutI8WVRAFA9Mz5mfxwg7Is83quOdT { top:18.9375rem;left:19.09375rem;width:9.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDGeHBgSxBVZg69Ahr5LayNdPvsCRNaO { top:18.9375rem;left:34.96875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz { display:block; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLAERcebFTCDpcfywifu8ZQvITPwRmXT { top:1.5rem;left:4.125rem;width:37.1875rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO6hV1cphwb4pZ1Sx0heqsflO2IfMLRE { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRWh4F1GLq6dQsFiroBhhcPfJX43mk7 { display:block; }
 }@media only screen and (max-width: 763px) { #btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n { display:block; }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxuDn391q2THfMI7QMLXrTwVpV6V2E4B { top:1.125rem;left:0rem;width:47.75rem;height:26.808046683047rem;display:block; }
 }@media only screen and (max-width: 763px) { #binXTKRUX47CSBJJqSbvR5JnRperBXRq { display:block; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq { background-color: transparent; background-image: none; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container > .video-iframe-container { display: none; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row > .video-iframe-container { display: none; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .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); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container.adaptive-delivery-prevent-bg, #binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container.lazyload, #binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #XD3ALEwN2ePAMEUkpPbPf7K8g1yhoEOv { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOC6QADExkZnyR9yezvL4ef5sVNMvDg1 { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2QNdrAiUPEsGPpg74viOUeWSBrarbDe { top:17rem;left:22.9375rem;width:24.8125rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9EdeyZUKuukkpokPdPtg98TcKqiIcvD { top:32.3125rem;left:0rem;width:20.625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql8BysMIm8xBRkLOra3g1vmThsHpSOTV { top:0rem;left:23.4375rem;width:24.3125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8gFW9vFPeHtQa0ZmKV9pBm8aI2UGds { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA { display:block; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA { background-color: transparent; background-image: none; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container > .video-iframe-container { display: none; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row > .video-iframe-container { display: none; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .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); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container.adaptive-delivery-prevent-bg, #yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container.lazyload, #yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #zzMx4udaSUwmfSBrRKfPq8KcvvhivfTN { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWl2u5dIggPTPLhnA5N6A4fuTTuzlhqQ { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXZLi3TZ5Dl32id6xfAT14RyOabgbd8e { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMZlb5cl2Jd6KOnDFL9sF5HQcmWPKLOd { top:12.6875rem;left:0rem;width:20.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEmiThWNPKoy69aPdASz9a9aEuZ2n6A1 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbJW8Ga3uevqHHR2fepnALT4CodH22P { display:block; }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRLsdzbxhaD5dBMfr5Hl0CXSTNJgA6po { top:2.6875rem;left:0rem;width:20.0625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyPkktQQSx12ylbddGUA8fSMl9uMx5df { top:2.6875rem;left:11.6875rem;width:19.9375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAJXtxQEcigb7efGJF8rtvLZgpMqGzu { top:2.6875rem;left:11.6875rem;width:19.9375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T { display:block; }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTi0JS0kwzT8dfDRFGmqqTGCHVA5Bxyx { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4N3p9VeOwHt9ycrLeOsUEHQTFHSJsb { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTRL47Vd4yaiSlhT5LeQtLl0DhB7SSLz { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLBv4aPUDz9RfvlRiZRpI3pE9PDaZJD1 { display:block; }
 }@media only screen and (max-width: 763px) { #dTgnoynL9toM7DPTWmDmW5GbeIhuWoxy { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEAVNNDyZUx3T4AKuPkE74PD3MZu6EXh { display:block; }
 }@media only screen and (max-width: 763px) { #FrkIGaTaVf8xdCSZAhhQDZmsmfHJ8B2A { top:16.625rem;left:0rem;width:32.5rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBO1aAlP1xDgBzbQlUaZM3NRBVRFXcR4 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyGQEA3nfKaU0fOkyxK2skk7sZwmqFzz { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0HuOevZcoX6dkyDWaVNAVA5ukr14uSp { top:4.1875rem;left:0rem;width:25.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S { display:block; }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSGVCtc5kC5ax0fJqQr7lEnnydMQqk3Z { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkgUhbZMHbKTLD2MZQJU1LJM3J3cuMz { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4QIlW8mn2nTDKqiOeBqZFc6XOvN5EVT { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFvaLdflsFgaEZBogHgxyHUIaILyioPg { display:block; }
 }@media only screen and (max-width: 763px) { #QIQa8ZsJMhrZRgtq2JVAiom52sw5Bmpe { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpxnhV9KpGilCSerToW0b2ZGfeRTfJwU { display:block; }
 }@media only screen and (max-width: 763px) { #Td2rKToN9yUrkMvu62tzXK7UITTq9Bxu { top:20.6875rem;left:0.994140625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGauC3nOzooF3lWJGDN2iZa8BKMyDKtA { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIXauG3CarJnZ7WwzMRTS203vGa8ycub { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMLibWbMiIJW7rTIVGDiBLOFmP5DFn9f { top:1.9375rem;left:1.712890625rem;width:18.8125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw { display:block; }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyctVTrczN9On0TGvSkVT6EzETqEnlfW { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0TNgpW9GpTTHvzO9eTRngXe6fggTnJ { top:15.875rem;left:1.1875rem;width:21.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXZcD5dVXgf2Zcu9CEqPCDXvBfCKeTN { top:13.1875rem;left:24.25rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #In0MWJpEAx52fbL2bSJiLuP7lbqaE4f2 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqhQvwAWraarbQ7PezdTDkBVC5Ja2Kbx { display:block; }
 }@media only screen and (max-width: 763px) { #E14SqOPoywFfmHbX3EUT7fG7qTcPA6XF { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB846SS8Tyb59fpcUqpiKUf19NveMwdE { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m23dkpL4SVMEO5HgIWW0bcnndPy7CoJs { display:block; }#m23dkpL4SVMEO5HgIWW0bcnndPy7CoJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqlr5FoHJGKdWOqicw1sVks0oyLw7ixf { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLzaJLwIWiIrFfAIfTqNlLecLcw9J3Br { display:block; }
 }@media only screen and (max-width: 763px) { #CObx0PmJfRsPTOEkJg3eot3oTrH7OzDx { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENZWpwS8ot29kvnRzZHmVm8iEHW6OO7b { width:47.75rem;height:3.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyHO6uLulFNRrXlSAIRONn0ukuyLdGQD { top:2.5625rem;left:0rem;width:11.0625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFRRwoxPuxTptxbtZzaUpNZw5Pnozr5G { top:2.5625rem;left:36.6875rem;width:11.0625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgUvJQLaFWZ8Snae7D646JpEllHqhvZV { display:block; }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAubv0WtOvO00idZDK8Xk8qAu9MGSlw2 { width:47.75rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr7kCe8DnJppP6GfNSqIbEP6N3n182oA { top:0rem;left:0rem;width:10.75rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AongEQokZ2NGz5ZlbUUnEqrZiO4m8SMi { top:0rem;left:35.9375rem;width:10.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV { display:block; }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJlZrs8cPqwwD5u52d0ZLJswfVnUwz9o { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0S4upBaAp4Z4wnWOgoLQgkdTrb7iEkw { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #becNC1wDTmw0JqipWEP3cN5z98ZBQBI6 { width:2.125rem;height:2.125rem;top:1.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpae3Zo9zLWF0LTZEK5pSF2WBsHakkKt { width:2.125rem;height:2.125rem;top:1.25rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2gKyNw0OTMttXS6JCJPA9BMTTWL1oT0 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqGwqVZS0eJuSCDJPq1x2uCfem5fB5zZ { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP43BdJRvzziTkcktr8A2qFg1rVBEhxW { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anbyLTFXRT3L6EKmW7xxNNRWVIyU6gLT { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoL8oN2CavGzux4VezzRuN4z2vng8JXx { top:20.125rem;left:7.21875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRQJeifLTT0zq4axlggnL0slGeTAhCa { top:20.125rem;left:31.09375rem;width:9.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU { display:block; }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMnzcCL06iBsfgMJUTrk5zzN0yi0A9J1 { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPLTtm0G0q0xR49SzEtmQVxdn5ucP9JL { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGABGZy0dEbZToddD49xgw7zDasOCUbg { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6bxuLzCBOolnpS2mi0beeWEMuuzCbfx { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDe8JeVZfEUgLqTpKQXiuGwn4kL4t33Q { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuOzXWMloIFKq82TfWuZlTf0CPDtgPni { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMzaeu8kFfbpXsJAKzkpPXV2JsF2i4bd { width:2.125rem;height:2.125rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaJwQImrTeTiV3qZOMd7H54Ct7ZVaUcB { width:2.125rem;height:2.125rem;top:1.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQL6IueJLne5x93QzS2UzrGaz5EEGp2 { width:2.125rem;height:2.125rem;top:1.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdoGeGoPk10e94kBrEXxxL2w7yCSngUf { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3vqrPCusJLvEX5gX5RFsKCfp3H2Pxxr { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePdkDXKbBhmrVbM2cAV9uSpsBKT8nDyz { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkDuhnzf5vtS0PUWh4wXSmaO6OihTsQb { top:18.9375rem;left:3.21875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNmLGUEZxB3SdFqi45vgtZgJBiXFxmuz { top:18.9375rem;left:19.09375rem;width:9.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMycvakaZCHFR0AQoLJ2f90y6o3EO7tp { top:18.9375rem;left:34.96875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE { display:block; }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf0sGAs7HO75dcgSKtqre2ybit0MubJM { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQmpT3cDnFOJu6E6KykQ9Aga5NxA3tlR { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl { display:block; }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs91psUyeT6MvUp44TVXfVqinvFi7edB { top:0.1875rem;left:1.1875rem;width:18.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApnQs2GXCk7wx9kp5VHsOwCQ367OsDVL { top:2.1875rem;left:23.875rem;width:21.625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM { display:block; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM { background-color: transparent; background-image: none; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container > .video-iframe-container { display: none; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row > .video-iframe-container { display: none; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .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); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container.adaptive-delivery-prevent-bg, #gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container.lazyload, #gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #MCHc0uT2ISIoNdUUPgVinyIFkThg2fnm { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 { display:block; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnzqL2ry3AXIi3Av8yWNbclMEJcQE3qo { top:2.125rem;left:3.5625rem;width:37.1875rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX3ZX6GWgI1b4dFk1A1GiFrAJ4P3U6CM { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGN5fnO037zZmb35bhG70S15VZMU47g6 { display:block; }
 }@media only screen and (max-width: 763px) { #Lh8u2Ay23GllrLni4xledgm625fem7Pe { display:block; }#Lh8u2Ay23GllrLni4xledgm625fem7Pe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qs3ibTA19SxTZ0DPZcCBvePnh4vN0JnK { top:6.5625rem;left:0rem;width:47.75rem;height:26.809635416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlING0mpdQK4xgOkDGJNzkU24oSQcBaX { display:block; }#qlING0mpdQK4xgOkDGJNzkU24oSQcBaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-text {padding-top: 0; padding-bottom: 0;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-select {padding-top: 0; padding-bottom: 0;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-button { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT  { width:23.125rem;height:auto;top:40.0625rem;left:11.0625rem; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT {display:block;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT { width:23.125rem;height:auto;top:40.0625rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #wADuCahsnhetsR9QpFT8lc4wWDoNBqJB {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #IDQs4eyIQ31VVFTuQrRPfyWCaVOznTn3 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #lHs57alZ2BXkx33mLDoSTrzzHnJAzTaG {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #AhJReNssHNKLiQZVkdVolWVc6bmw4B2e {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #stqSGxemoHs9XVCHQ1BBADpoRA16Vhn8 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #M7rBFRXbLZ6c8M6VTPZZTddxH71lIILy {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #qU0qe7bFNZBp9rkyTUhlriy5VHuNCMmT {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #cwcDIWUVUd8SEBZ9MdLvtDQEmega08X9 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #At8Tpou2hp8qg2sZ9ytBRzuPzoMVRGD9 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #B9A7uPp9dIczpsLRMtCtyr7dmmRONSnT {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #Qm1aNv35GXNVGcM6hpP4bVmT6CFCPKDl { display:block; }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #XJv1mma4ry0soypNMEv45INw50BedlS5 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #MiWeTwCf5P2Cz6bit5HZo4sz9NfaF6Oe {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #ZTMoxZxez1P8L9WenlydBNgTpwuK9DGh {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #m9OChUPo7LMB50FgU6WDc22rWg55ATCV {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #aVIKvBNmG4PolWHMgLfbRmroX1tAbhWB {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #kwIBuO1Ar6azOQZbTxW0WrXDRqofzt0F {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #dDoTTsRI8fsPUaZIe0399h95JEDebn2H {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #Tlx7L89Ctl4R6yEdSFeMmXizsTWNbC6J {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #b6RxOwn7ZDmJ0K6OOKAOEbNdfWPQngUM {  }
 }@media only screen and (max-width: 763px) { #oxfV1HZyaJ7zNQsDlM4rDzEVxUB17wP6 { width:47.75rem;height:4.875rem;top:18.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNOeWZtUQ1zIyxruPn5pJt77TKHeOnnf { width:47.75rem;height:3.25rem;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4LW6UKXhIEVI9l1qOgOqkbg2F7S0fcA { width:47.75rem;height:5.8125rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvQ70gsS1TBwEvA3nQJ4pv085rqakiE { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIQVeS78cITX2uHAfQI99oP4T3bzlzNd { display:block; }
 }@media only screen and (max-width: 763px) { #pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo { display:block; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHK65zFVlZiqniQRrwDA6GaeDwLn6edF { width:47.75rem;height:9.75rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqr5qgvcqgvdEPmLkTnzTJvfuiI6LE5q { top:13.5rem;left:26rem;width:21.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq { display:block; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq { background-color: transparent; background-image: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .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); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container.adaptive-delivery-prevent-bg, #VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container.lazyload, #VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #TQdMTqpWEm3uTyH1pbuxtMn9AK3dyDbh { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeuDWSXh8uchMcqCWVVJTTZrcESi88Km { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtywNLp6yN5rsAdRuIVpwfuDfpv7V28Z { top:17rem;left:22.9375rem;width:24.8125rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkR39H7yfnKsmuu6loRcAabEmFaUvcgT { top:29.6875rem;left:0rem;width:24.0625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc { display:block; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc { background-color: transparent; background-image: none; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container > .video-iframe-container { display: none; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row > .video-iframe-container { display: none; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .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); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container.adaptive-delivery-prevent-bg, #XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container.lazyload, #XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #CIMmpTZeb5aQr0k6mLSOPvogWK4Vis3S { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFMtNr95vbZLIcLLFzHAC1FBleX7ESM { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxbOqBrGtMdp6QlySEkXL5z3TVEeemnT { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8rX29ZEcBE7JWKckQb3sbuZG0B9ZTW1 { top:12.6875rem;left:0rem;width:20.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1QbNOZguNdonwTfLkhU9hkmoNP97Exk { display:block; }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIi3fwnvXPuHreRDBnEuTwD0TelFFrNW { width:47.75rem;height:12.1875rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o { display:block; }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbTFqBKsznmduWu7ybDxkPh0glv0K3sS { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llgPnK6iXw6uJpKpWLZK9Ar1r2STiFns { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGPUEsaEqH6Bfl7TvQhTlA31SkvRSmdA { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFpruzhhlQ10KC1LNqZ0vKpQAWWvZ0Ty { display:block; }
 }@media only screen and (max-width: 763px) { #iUP9kVb6nuf17icv4aK5GQuPMnL265y3 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTyZ8ZTix0DxJEQvgvdq2JT1LrJEWPJ { display:block; }
 }@media only screen and (max-width: 763px) { #Lsce3a7OKOzaNXLzXe3krFvD0lFiKfes { top:16.625rem;left:0rem;width:32.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJdxeTOLsBVBHTi6FlRChDCp2MRe6gTK { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaIwtEvkfzWcA9IswS7Ac2ZItmBZAEy8 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUSGBCvs78lsI02EvaGBwCMTte9h3vDs { top:0rem;left:0.875rem;width:20rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG { display:block; }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWRP58gQazNdtT3GGTvWWhN2oh5WmId9 { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6xk7m4RszsIyHT9IpGaXZfXpnRGftFF { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCsRhPfhTGKGVx2cXTNFbObXGL920uV { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urm2HxTvuOyJS0aiBgX2xHHgVW86Dfih { display:block; }
 }@media only screen and (max-width: 763px) { #xavvwktxq3fTmeBKeS4VVVUakKoxHtnG { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxJLbdZJ0leDd7AQFOqu1Fs6vSiN0ozz { display:block; }
 }@media only screen and (max-width: 763px) { #wUwCmRPMEHwb6lPSxrIxXXRRyzr0Xtet { top:20.6875rem;left:0.994140625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrfWy8eflEtSWAmbTM1EtMKcUVE0VUZC { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGCkCxDQge1BIeJZJdQx7PsvEKoBHtW9 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y64T6dTkOKIlw5Vrlc06xwtQCs2G80qw { top:0rem;left:0rem;width:20rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX { display:block; }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onJNxOefpJywEmax5fHIVTTO1bMldJKV { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zByUxZvrErTqKuNfPB7INv8MgW28ipvQ { top:14.5625rem;left:1.1875rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcvDRbK6hRrb6ck0TSdTWtDcB9rrv9w1 { top:13.1875rem;left:26.25rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeV9adX5ZETyHDRflT89F0kSCAwwFwaK { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZVcGAhxZLqnKQU1oeD80X2w32AvDyLw { display:block; }
 }@media only screen and (max-width: 763px) { #TEfVlH8CpRIzrRxnAuJdJbnTa41NO7eE { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4vpBS0sSiGynk1f6KyznJtITbWptsdp { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTRCWCiRFVsFyvE30osMiJbI10aDoLx { display:block; }#XaTRCWCiRFVsFyvE30osMiJbI10aDoLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7f1fPxaFR6FLLttyqDPVX94Dz1qxx4d { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSyBVpVXa3ttx5HGtHlWmXwqscPm8tx { display:block; }
 }@media only screen and (max-width: 763px) { #mWWk45QhrLGiyDiFnUbOpOxMRDEd0T9N { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFimy5RB8rzCTxTu9d2dJ4893PNG00uT { width:47.75rem;height:3.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCdBg1Eg0dggUvwXE2wgxICvnT0da52T { top:2.5625rem;left:0rem;width:9rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgOzDh7JQhEu6r1wFrp3GAnqsdizwMx5 { top:2.5625rem;left:38.75rem;width:9rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOstaE77V7U2SXhaLm5xKO26ynKFHsyX { display:block; }#HOstaE77V7U2SXhaLm5xKO26ynKFHsyX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSQx87Xl7qVPd83nBEwQD1uCp6Rypbd7 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzJ75P4DbvgTLw7yREMmwxTNfEH0GWFs { display:block; }
 }@media only screen and (max-width: 763px) { #BWU18G8idT37GOraA8Me5I61D6CT9EwA { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du4BlbEvu6WLTEtUBiwlGvP5F3srTuQp { width:47.75rem;height:3.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLywGl6edhcBP42WetREOk42TPIotXTL { top:11rem;left:7.1875rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP { display:block; }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cv34RGubFL5ndaV8ahwalaXJgAarzcPB { width:47.75rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsifNatRPt7itRJs0pMdwITsPrCw5gn4 { top:0rem;left:0rem;width:10.75rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE4mgI0xxQ7ZBOFyVbqnQ90tt1epMT2K { top:0rem;left:35.9375rem;width:10.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 { display:block; }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSLmqk9LMfenmv0QU0Phu6UmfLAAsce4 { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJGAQBc4TMPiqpCm7uk2qnUQ2Xik88b { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiSTW53moDSJbkBepeHi7cXJC1GKO1FZ { width:2.125rem;height:2.125rem;top:1.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRVPpqwRxS1S0XTS8AVbeJyEqFBc0QDy { width:2.125rem;height:2.125rem;top:1.25rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #la95LGCcANAwfCuiblFFKnlMwq17nIx2 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVhI1Gq3AENVZlEOxHMIRfH5kF8XHeJV { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDrRZyPoU9SHRt0NGbXKfpO1dDfT6buX { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFoH176s5BWhwFp0erX2QVKHTuFxZtTl { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0qQT9Fpl9VmyXyWTEZIWJWvybvLef4 { top:20.125rem;left:7.21875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScRpR2m1pcFWbxVSUTWOU8K6ASHzkCSl { top:20.125rem;left:31.09375rem;width:9.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm { display:block; }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBhve1Kn6mw8vXfHE7f1NkCH3TOrHUSV { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgotUAboXU7xn507sCTv9sqXAZeBG97B { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpPuuxzuJEtQv4hFKvX6p3x9qF6eNzrT { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npsiQWoFUD5AsctT82rl7TyOTVakBhpk { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcKepO6L7MFQWvsHAnsmxnE6ZpQVK6ev { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7HpDG1im2KNAsd3TMI51GWtPnSTyyqT { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbyn85Tu7amaUyBkboXRSMGDidsVWbvr { width:2.125rem;height:2.125rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqJdXVix6rbgtD9WqTeTDOAuGr4GcKte { width:2.125rem;height:2.125rem;top:1.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x79T67g9LhUypcwhQ40x3GxFoJUQAdbz { width:2.125rem;height:2.125rem;top:1.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTL1wSGFeM2zVzWJXqNcsKWTrbi3CDGE { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVulutBTzdR6XHqhs2rQe7IdJwXEHTfg { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruVmbsL2zu641hegXqrE74MMhQHKiUCc { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P91lmpTSxyRQcmCWwpgWCA28FwmXzCK5 { top:18.9375rem;left:3.21875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQTVvM8TqnlmdbcEyTs6CEiRJBWCfnIv { top:18.9375rem;left:19.09375rem;width:9.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJrPTwaMAGycGpypm5xm1Z54kfysSgHp { top:18.9375rem;left:34.96875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP { display:block; }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MADLcyVS8qfzysil3gK7vfwwf9eqCquB { width:47.75rem;height:3.25rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCicmlRhAqPnIrWw27DI06EoEJh93vrD { display:block; }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTwEwSpfcT3uXKVzJqTt7r8PI6eGFXaN { top:2.5rem;left:1.6875rem;width:12.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7FrAZrPpLTP7QeFBUvvSc5qCWgSge8O { top:3.625rem;left:19.375rem;width:8.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isz0VueeGkm9CmRTivt44XWmTee61wG5 { top:2.1875rem;left:35.125rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt { display:block; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHmzvHxJD43uuwEApA8qMX52hMa6hnqt { top:1.75rem;left:1.90625rem;width:38.0625rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLetbRJAEqlFTlnLBAnC8KTDEO1SSn9T { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtrPwoP8GXGoBvw1hdadf4RXRTwCvIES { display:block; }
 }@media only screen and (max-width: 763px) { #nTyT2Lb0181ZIEykkQPHetIBrKZsCGE4 { top:62.625rem;left:26rem;width:21.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e { display:block; }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHZTW6mcigJR7aCivrizQ7zQDTeTewsE { top:23.8125rem;left:26.4375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlo5LHkCexqyvyXlonVrDSe85mUDkkW { display:block; }
 }@media only screen and (max-width: 763px) { #PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU { display:block; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU { background-color: transparent; background-image: none; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container > .video-iframe-container { display: none; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row > .video-iframe-container { display: none; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .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); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container.adaptive-delivery-prevent-bg, #PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container.lazyload, #PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #rd2LqCQ2tPCGShvs885BxHId5bkSQNvA { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6CbH20BsybLG0GXhcf5HSd0t38XrRJN { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7y95eOODH9VLniTDO0J1Xkaayv2XhFu { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK9FaG0IMTPPeRBfm3Jyc9O8GTBSOr6Z { top:15.75rem;left:22.9375rem;width:24.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIz7X4EWH6G8UTNpyKm6D7bDIUTnWGVO { top:32.5rem;left:0rem;width:24.0625rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 { display:block; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 { background-color: transparent; background-image: none; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container > .video-iframe-container { display: none; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row > .video-iframe-container { display: none; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .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); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container.adaptive-delivery-prevent-bg, #tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container.lazyload, #tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #GUc7D6cF3NyDhP8hhnbsdpwWE3ibgvzi { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXlp8rtmsAPT82BurrIUHTNkQGRJk5Vm { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNuLO3qFbxBZaWm03x5uBVFns6c50hdJ { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E278BI7NPTpTWxw8P4HQIpbkb0H8H6Bb { top:8.625rem;left:0rem;width:20.75rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp { display:block; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTKirwOce8pihkN5RIU75T5fOXSe49vX { width:47.75rem;height:6.5rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8To9wbGAALUJhz4iVmTVCznRxpTkdrl { display:block; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUCMnLdoyaXGmwPr1LWzU6s2AgndQ1l7 { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hws8L7vTrMF7LEh00mv2Wnu401XuSF2g { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Lkl4kWOSEc2iKyJRZOqcEMWPBOBvqp { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAGkngHZCTME2e8ot0tgMdRS2k8MykD { display:block; }
 }@media only screen and (max-width: 763px) { #Fb74E38A3sZO31oHrW4zBShaUGGA8ABL { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPh6ETOTqJss4Re2ZThu9kPFlnPGGqTH { display:block; }
 }@media only screen and (max-width: 763px) { #u5KzHNKk11GkrtH62FLyqHppyb6tRFo1 { top:16.625rem;left:0rem;width:32.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrMXiHiTiHtzN78fvTr8IdTQMOZudl6F { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwGRuOAO72uW1GyCqkiI7TC7bV1rZMo { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAAppe4cXxxcXKB1MJS3FqCMH9JPeET2 { top:0rem;left:0rem;width:21.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z { display:block; }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQdKuGTBLO3De0aKui4xiL87D3OB3C8O { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imHGVd0KBwPgnM7aaPqVWlXow7I54ZHl { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQD5mqeeKTUJgVqF7okbKxlkqLJ2MvgP { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRvQkUbfhdO9rRrQRPFt7La6nk3r7MQV { display:block; }
 }@media only screen and (max-width: 763px) { #qHAd0ZzDbT0TxgqGzZpEPiwgPh1sEfZJ { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABWV2SJ70E2UrtvAoJPExnhgTE6eTTGw { display:block; }
 }@media only screen and (max-width: 763px) { #Ciay3MZI6cb2186qAXB9Amcf0npI0rPV { top:20.6875rem;left:0.994140625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhI0UqWRtxIQv02wBGgav5aGTGaoMd6W { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgGXH7H3uyHcq6wuCI1mRb5ePi8yoIev { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDy52a3DJd5A367ZmXW0kpJmwSrpoa20 { top:0.375rem;left:0rem;width:21.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK { display:block; }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roW9cgpJqtIxuQ71dJvB95m1JHePfmcR { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL6LOlCtBZiwNDppyQH034IzNh4doRzw { top:14.5625rem;left:1.1875rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1RlqT33gTi83E6AtLFcn3U0vqvxL9Ve { top:13.1875rem;left:26.25rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXsV3ysSK4hgv2A3rQfbttWlaHpPhVp1 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAJ7uTg9akNoce1L3Gn4zrLp68fxmtua { display:block; }
 }@media only screen and (max-width: 763px) { #gaV00ZH5yQS5E1DbuCUw8IPnFkn4hygW { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9AXHtBH3U4ivpD2sqSc5oz8Urt1Mcuu { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LborWxWwzCP3RLzlWmLSa9LQpREd1Sh3 { display:block; }#LborWxWwzCP3RLzlWmLSa9LQpREd1Sh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFiUmGEwWDLPZtBAot8XU7TyZtTImlOX { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd2gFU885pcD2TxvEMk4Hiq315DlytkV { display:block; }
 }@media only screen and (max-width: 763px) { #FdUp1Qz54HuUesnZAw0DGy0bTTZLk1AJ { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Z1to208KK5oMFHMNza1l8CnJA9HBhO { width:47.75rem;height:3.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqhWQuorpAn43cHQeU5AFmm8StI3gHw9 { top:2.5625rem;left:0rem;width:9rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWdNIBab9ZQbtTy1lbuCbvS9zfoURuQF { top:2.5625rem;left:38.75rem;width:9rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHt0TKon0EaFxvvSFNZvL6hAp1pVu2ZQ { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNmxGm5vpQrlJph7yXcsiiVrJNny4NvV { display:block; }
 }@media only screen and (max-width: 763px) { #k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl { display:block; }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQxKE5QkBfIdT28CsB6Lf0uXWnh7Ov7I { width:47.75rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opo567SvUxdpPbsD7oov7Kc2rKv2q4U0 { top:0rem;left:0rem;width:11.8125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqfL9MuTgTpgEIAIUk2v8ulTEgFMVmrd { top:0rem;left:35.9375rem;width:11.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 { display:block; }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpDJ1DPBZcz3Uv7MChCTTMalvxL9UqdB { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkAEPGvwNgMUxpnnwVilZtv6020uhT4H { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGKR0C3DSxs1XQ81ZLXT9NvAN6116p3k { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSrU3FTUxZH3H7uptgoJST0UX1bgv8nD { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLNN3awRIACtatQTny81KpzooTqLCim { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPyH73raEtoq5STuANhGo1Rlm46c0IF5 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiOmbFh5ssOiHw0EF6dK7VCmO0bnTqvG { width:2.125rem;height:2.125rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNMOfngT1bzeqVx3JZ1Oa7T6FPQe7Bz1 { width:2.125rem;height:2.125rem;top:1.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu3sNardCPObDPHT9wggmdSTA3GbH5Ti { width:2.125rem;height:2.125rem;top:1.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCmqkySSG4DKGn0FgL12sx1ZdcqfBnxV { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tehbt5hsUB3MuVdyCpTxgOkhd8RhSSoX { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST11zWG0mcdDgU6kZA5XQLw5TpUTWWno { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkxqybxiuBfCsfbKPxZFCDb3lOu8D3zT { top:18.9375rem;left:3.21875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds87wTMzlOAbIf2QISR67h5nTgo8aSNG { top:18.9375rem;left:19.09375rem;width:9.4375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4JalpiXut6aX4cgoUoZEoJN403brkO6 { top:18.9375rem;left:34.96875rem;width:9.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC { display:block; }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgleEM3RpRH82OC3NtV88mom1W8sROWd { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvhDvlukAOCNRNbeBnBzmAFko4U3zVTw { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAOXiePWUVcKLserZ70apKoKucv6LnDT { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIOWX0XJAv74zQZgH2nunL7NtEimeV32 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxe0HcfPHO4stJ3yEgDexBH8WBqT5q3I { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nCMCLartJldiJwOBXis0vwMndbumTy { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHXtDEAe2t8hSvdTBwvZt7bKHGTbXSUF { width:2.125rem;height:2.125rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypfCzTrp8h3dQmTqbtafnluITNM21br4 { width:2.125rem;height:2.125rem;top:1.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm9n5TcuBgc47EMhFEZ2sE73OH77TKs9 { width:2.125rem;height:2.125rem;top:1.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE29WhJFTRmqU9AZFM57wrpRzvnR4RmM { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvDNDOGspZLdpLq3q5knQFqUyCsJI0OZ { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJX47v7eTrXVuWnw6J5MC15lwgr1DDp { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqcbrxCEaE5281fTJ62oXfDaeqhS3e9 { top:19.1875rem;left:2.5625rem;width:10.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHh3wbCWkqrIbeTzXE52seJlVGzcElt3 { top:19.1875rem;left:18.4375rem;width:10.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBoRN4cQCHMTwcX1KQfT9Np5CBDhaHsg { top:19.1875rem;left:34.3125rem;width:10.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED { display:block; }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7Wu1ICgBmPTlc4GRcKTqDvVL1xcWzGx { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC4c9EPu1JDzZiaqZ3OSkcZm9t2cgRAz { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXsGWou2ufF3cU3ZXFyhDElWuP8ghypw { width:20rem;height:19.875rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSTCd0TLV4mdeG2M2ZCBJTBPyq7kglS4 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWE16Tg6JSUrSCsfCrMBDL0fBoagAaF8 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVPhVa25erzKU9UkLdmV1nsbq5D97gD6 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUIqoEnPMyvQ4iQLZuPsJVwIkan9yWWz { width:2.125rem;height:2.125rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ7ECfgVh0FsxRUHhkJnqeVqoEGGXIqw { width:2.125rem;height:2.125rem;top:1.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0q6btJf6znc3md6qmZxLOTTtgQFK9Tn { width:2.125rem;height:2.125rem;top:1.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXld0lcCkpbRceSp9yzxhRfm222CGT45 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZklgDVQ5evv59sGSVb1eaOiaTwhkTX5h { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8b9DgZNxVAuvGe2EAyxxE5W2kANPzbn { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM { display:block; }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOmS5BEv98HnKCGSThOlBJGpC0t2zEg0 { width:47.75rem;height:3.25rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzoMRKV28XUyyPaML69ndqSMPCvedNIB { display:block; }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFgxa0mVIvx377rqhSqWQCM3yS1ZVZoF { top:2.5rem;left:0rem;width:12.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSAz0Z6oy2o7ibgMd5pWvTSVb31cdFd { top:5.1875rem;left:11.375rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1qgPZZ1Ko03ZixzUv7UOcsN5RiyUWBx { top:3.625rem;left:25.40625rem;width:8.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL03ctsL9N4kgJrLRo68FwlnIML2Aq8q { top:2.1875rem;left:37.21875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 { display:block; }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpmzQM428PiGUlKJ9Sos5QOg8nW4sE6 { width:24.0625rem;height:6.5rem;top:2.5625rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHcxOu25Kd0fhdXJnTobRKicQF7rWMLm { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtfDyH0pD3VZytzg2I6aEWoNH3ah4v61 { top:4.0625rem;left:0rem;width:32.4375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hliUThJ3w48iGJiw7UW3n5Q9p80MHDCk { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ax00qw8xGahtMvo18IV4xT0UNILRqD { display:block; }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxPlmrvG9skpgW9TlFdumAAw7ia7gE9N { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsuMvTGUIVBTr0tAEQe2Kw4k8xIaQQMv { width:24.0625rem;height:6.5rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0BnPouLKghd0buUnquM9B2tT3WmmQVs { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ePItDekeg2kUiNEy8O0sXJTzPOlOr1 { top:0rem;left:18.9375rem;width:25.5rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTAE84tGsBvRr1D8U4AwQikhQp2pq01 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5uMVopALTuGCyynUBU87IQdP1Jvh0kK { display:block; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZurgvJoZa7ybyEcrRmm6lcVsXTe96cn { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTgwVdSsdPPKf8LuVPzOu7SuGJT2TZK { top:8.0625rem;left:16.1875rem;width:15.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { display:none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { top:1.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a2ecb7a-31f0-4d21-a44a-0f081b671a38/tappi_tlo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.adaptive-delivery-prevent-bg, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyload, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyloading { background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { background-color: transparent; background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { width:20rem;height:20rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { width:12.5rem;height:2.5rem;top:30.50390625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block; }
 }@media only screen and (max-width: 763px) { #PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ { display:block; }#PqLa19EAswBdNPTlZWWAzRvwR6ZpidqQ > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LThclE6WSLVixRndxPxS6AbKNNSGkJdm { width:19.5rem;height:7.5rem;top:1.25rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uDh3tTUcMVJWXnCNorHIliJHD7J2wvpf { width:19.0625rem;height:1.54361875rem;top:4.478515625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQxy3LTwNvJmVNX8UFd5gL0nTEAlEUk1 { width:9.6875rem;height:13.4375rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 { display:block; }#exNPFv8EulfR2VNsTgUFbd2v4i7VkZF9 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wViq3QFXKJigwvcTmNDktH2BAAKQJ9kV { width:11.6875rem;height:11.6875rem;top:1.9375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwT0Fg6AfPLiEk2NC62oEgXrIqLZ7NKS { display:flex;width:3.125rem;height:3.125rem;top:0.5625rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #t9nD3J9koS2f6k474vD6SgiTtXQB3rS9 { width:2.625rem;height:0.6494125rem;top:1.9375rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W { display:block; }#RgFyeOKSqWun1faO2VP9NF7i1DLDZw1W > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDZvgnIaC87SKBgT16n2hrvPqzrdQKym { width:12.9375rem;height:12.9375rem;top:32.1875rem;left:3.53125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHHqDSKPbl6yUM5AIHDTf7Vgp0XO6Sc { display:flex;width:3.125rem;height:3.125rem;top:31.5rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #t1fDqFDVkpoRI3SQ3IHSkw2SJV78RbMh { width:2.625rem;height:0.6494125rem;top:32.875rem;left:12.125rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi5n2OLIkDAgt91UMNv0g26UxFnCfeHT { width:12.9375rem;height:12.9375rem;top:1.125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAISJH2Ibsry4iJa9sF5PwbtEar3yMUy { display:flex;width:3.125rem;height:3.125rem;top:0.5625rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #xCclTV5zbZciXlR1HTU20I353mblxqmT { width:2.625rem;height:0.6494125rem;top:1.9375rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6iTxWF9SrH2wPtnhe3rlGcuVRuUqP69 { width:12.9375rem;height:12.9375rem;top:16.0625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E { display:block; }#IpqD0WQaqyIP3hsSnczn8aGZUSkTDo6E > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOEgUrAPxqCrNnMNRF2rny115CwTsOg3 { width:12.9375rem;height:12.9375rem;top:15.4375rem;left:3.53125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SXg0p87n6eJTUB1on3U5xeEwUgMDAKW2 { display:flex;width:3.125rem;height:3.125rem;top:15.4375rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #fdtiWzV3wHakdPwZEgiLNfEwRSMEHvFx { width:2.625rem;height:0.6494125rem;top:16.8125rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQ4vsPpqd3mBHSoJ51EBGmPIi6PDpsu { width:12.9375rem;height:12.9375rem;top:0.6875rem;left:3.53125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #o6VnHzJENBLqJtcBJSQCun8Dm0qufQBl { width:13.625rem;height:13.625rem;top:30.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container { background-color: transparent; background-image: none; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container > .video-iframe-container { display: none; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row > .video-iframe-container { display: none; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .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); }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container { border-width: 0; border-radius: 0; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HasU0boIA4RvtdPL7mTXZEFoTeziTVU0 > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0GHDTpcACz0Tv9szqbvMZRpqtZP0SdL { width:18.4375rem;height:3.25rem;top:4.5rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtZQCAz4cuWc5sX5beVMS46PcF8rR8P { width:19.5rem;height:11.75rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kVOvTcd50N5cDpyAsD5zi61sshVquRcF { width:18.75rem;height:1.3994125rem;top:3.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITsPlazkcKS5quk1EQNnO65hAaaRJH9 { width:15.8125rem;height:12.625rem;top:12.25rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbLFL2OORtPG3DLlBB3CvurR4wlKloVy { width:18.8125rem;height:16.792975rem;top:29.1875rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container { background-color: transparent; background-image: none; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container > .video-iframe-container { display: none; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row > .video-iframe-container { display: none; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .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); }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container { border-width: 0; border-radius: 0; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZ4TmyK3iOtSoW8NK5xJ2qFv1Nr3qgod > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6kUrB7KUVk4XnND8Tx06KIFhXrpKuXp { width:17.5rem;height:6.171875rem;top:20.0390625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGl0yTERa42zqCeLGHyCwZHTRZl5w20T { width:19.5rem;height:7.5rem;top:19.125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T8kDOR4TCX0DWNWbG4fUQlhZ9QNLphu3 { width:20rem;height:13.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT6SiqouSKLVN0iPGQ7epDHhovT9csdc { width:18.75rem;height:11.1953125rem;top:31.5rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R25DzPitT0XFOqcrU89dAB923KB0tcyb { display:block; }#R25DzPitT0XFOqcrU89dAB923KB0tcyb > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAdT65ZpFPBwbqyGQK1UVXTbDrMRxqqm { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C7A0D00eGZ320vs2sZMNUmsZzmQ2tQ6T { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D9Tcnzb0ElCoSBEwJsfnGPdbXee2DahK { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThtLnkhMSBJ8KhNaIB2XN0c8gQNJURM { display:block; }
 }@media only screen and (max-width: 763px) { #Eg5n8Ht5M0xHvCy0qIzPaMGRVLDh5ohV { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crOPMvtbEh8EKf3VlR8hhPu7qzRWmSbd { display:block; }
 }@media only screen and (max-width: 763px) { #FnMJcXPWsTMSfs7tP77r6mE6g0a5f2Ly { width:18.75rem;height:18.75rem;top:22.5rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #N9SBy1nKAHdp5JNC84bkPWGlMXuvprHm { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #coeJvVrisHVIbdf1hnXTlK6FS74zieO2 { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP { display:none; }#O5THIlB5wlKPJR8HTb6b6ppTcbMDGoHP > .row .container { width:20rem;height:56.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTJ2Bac7AU84tSxTRJhfPt5ZTe6ouU2I { width:17.5rem;height:1.94986875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Gg7gidAqgK6AGT24BE60K1ReEhM1HdoL { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ThKeFUCPQi5k4OW90yRTOBWMDETFDIHq { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX8TL4mniozD6UQ2d9lgTod5nS1PBu57 { display:block; }
 }@media only screen and (max-width: 763px) { #wZIBn2oTm3LCxwTbata5MS5CisxEXTUq { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqqhaHS94fONTRFSe71pgeBKMGsB5g6B { display:block; }
 }@media only screen and (max-width: 763px) { #vUdQFIq0Q70deXlbXIqZ9RR57z9mq9wB { width:12.0625rem;height:12.0625rem;top:26.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp7AERW97Awiloc11teU8U2VDOWUW0zA { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #Ew0CDM0TzGByCncieLi6HtyflrCgWzPk { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #hmqCb6kDaUIpbP65AcT8L17BTpTTTfJ7 { display:none; }#hmqCb6kDaUIpbP65AcT8L17BTpTTTfJ7 > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #voKtKKTy5LHqEtOzyZqbJchfqGAD3lEn { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJQDpXBMMkBrWs6HoeRialdAKCn04Bl7 { width:14.5625rem;height:14.5625rem;top:14.7734375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebp9AVMVWf30hPqOUTVfiatApRF3XntB { width:20rem;height:15rem;top:41.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umZhJMmnXQCDBfbB5x59GC2mQEKpIKEH { width:12.5rem;height:2.5rem;top:34.4609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW7iNPmNTuMTUVHqVytpFdOA6W8G7aZf { display:block; }
 }@media only screen and (max-width: 763px) { #TvylCEW1VtDxGRGbx2cIy4DS58Qtdi2P { width:19.5rem;height:8.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9LkuxL2BTMSN8T8izPHn1T73tXKGRVV { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft { display:block; }#QEsp6uJipMi1vyfuKsN8JGt5kTRrgaft > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxCTFkwUVihoD35k3WDcWG8wilGbvG68 { width:18.75rem;height:1.94921875rem;top:4.744140625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #duVoFVIESrJB9DDcEzridxga5hE784BR { display:block; }#duVoFVIESrJB9DDcEzridxga5hE784BR > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecg1Iop3SEOwPRWrC9w2pqFKXK1uShs4 { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PouT2va19DVvAcIknGo2qGPI6yBFWVWE { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX36cTptRDNqw8t4LuXcKXDxWiWlTrKo { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMw319E53NPP7bLv5eMOLXdvZ06AEZpe { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snJRkEMZmJEb7qTgaNrctripOqesLvdP { width:15.9375rem;height:6.5625rem;top:30.96875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSAR9dk0s55sCP2Ts0T0P6A12EhxMkF { width:15.9375rem;height:5.25rem;top:10.59375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqNKiukwim5unZckrXaI3JJPtp5l0mce { width:19.9375rem;height:1.3125rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgsBhZFcDfdnaTsQaZNmCQPVs883DhA { width:19.9375rem;height:1.3125rem;top:40.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsnEHisTG1PLKRxl4lvS8pxhG5855BmB { display:block; }#WsnEHisTG1PLKRxl4lvS8pxhG5855BmB > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhwq8RTJPtFabNdAHKTV7oercxKqfqCI { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH2VwUC7FbZrqO7DNzFeJtOwb3i1FV0q { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thgi7otBVzb0NEUvxddao3iB3yl1ixd9 { width:17.125rem;height:19.375rem;top:48.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM2y3bZe9JncxXFL3bl9yUaHI0fy66rL { width:19.9375rem;height:1.3125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTVKaNVgX3OUCVgkdZNUpXHo8La88us { width:19.9375rem;height:1.3125rem;top:40.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKZE5wJlcDx2TNh0infGdHoH2zsesMGv { width:19.9375rem;height:1.3125rem;top:63.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzcPcdFhwPmMaQ8fp0GtnDiv1Zr5h9zr { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ5WCmrXpZcORiozTELLTASyr0DUBG8J { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CttEzr98HP2iU6TvwMxBgZR1heTzIWA4 { width:2.125rem;height:2.125rem;top:48.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mugAGmu91dtyKSTToLrmLByxCtCuWpdJ { width:15.9375rem;height:3.9375rem;top:6.65625rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3QWotWO25ZQsK5FHT8k06zlQZXe1vo1 { width:15.9375rem;height:3.9375rem;top:32.9375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2X3k1aZrw2eewJfEGQGaNV94mFyZkT { width:15.9375rem;height:3.9375rem;top:56.6875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU06QfZI1LWz1XghMAcPVpqKRHI97fvH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02684c7d-101f-4083-b379-70afe9b65783/tlo1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH.adaptive-delivery-prevent-bg, #UU06QfZI1LWz1XghMAcPVpqKRHI97fvH.lazyload, #UU06QfZI1LWz1XghMAcPVpqKRHI97fvH.lazyloading { background-image: none; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container { background-color: transparent; background-image: none; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container > .video-iframe-container { display: none; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row > .video-iframe-container { display: none; }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .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); }#UU06QfZI1LWz1XghMAcPVpqKRHI97fvH > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfrL9upXH7p3uCxeEFXRvFIJebS0pomS { width:20rem;height:20rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7noOxQrAx5qiDIkXnL3rnbK0kOzp3Ly { width:12.5rem;height:2.5rem;top:30.50390625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5TkNhbAdr6vroPHB2PJQKV8HVM6lZm { display:block; }
 }@media only screen and (max-width: 763px) { #s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container { background-color: transparent; background-image: none; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container > .video-iframe-container { display: none; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row > .video-iframe-container { display: none; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .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); }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container { border-width: 0; border-radius: 0; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s0Eh0QwDSClyVOvRTJGwnkWSWCRyhOKi > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJNel9l5dnHqIDJMPSMJrRHVWT3wTroh { width:18.4375rem;height:8.125rem;top:2.0625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyuMTNNmQFNJVaRFVCZgt0nuH2e2gVVi { width:19.5rem;height:11.75rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ocFg56Z4Lwck23nkAcusnFxwiDhZlxvJ { width:18.75rem;height:1.3997375rem;top:3.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLQLcJRPfOAt3oKeZZWdXsgFZfCsis4v { width:15.8125rem;height:16.125rem;top:12.25rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aus4AqfDzo2ybzJIm4AGqnaT3NyJbBao { width:18.8125rem;height:23.79004375rem;top:29.1875rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMCozfGPhNkQm2lzykiBGAsiqJXOecuT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container { background-color: transparent; background-image: none; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container > .video-iframe-container { display: none; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row > .video-iframe-container { display: none; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .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); }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container { border-width: 0; border-radius: 0; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMCozfGPhNkQm2lzykiBGAsiqJXOecuT > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwSydPiFTCAAZo5QfOdg8PLGRpPe4x1D { width:17.5rem;height:4.62890625rem;top:21.58203125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9JgHDkIsSU3Ng66vmZXR7TrguCN1Gyo { width:19.5rem;height:7.5rem;top:19.125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lIJpr1SRJrZHt0pdaI3sWxtcwMwcIlcF { width:20rem;height:16rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvMyUbQo26WfeeBBOfXfTQ1bqptG7ig7 { width:18.75rem;height:13.99413125rem;top:31.5rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN { display:block; }#aVsfSzOyERWg7e9HNR8Wz2hNe9R8XyNN > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wENpw2TrTBLlQ0HBUzZ3TkAtTHR2TCai { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KO5i2g4Nb39uzVZDnH8Ne4uXcWRB7HEF { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fNTPIf7DUugix71olyd5xf6789DAsGtG { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADQQH6n996GhBf1hUQ1fTevQlq9JdRmB { display:block; }
 }@media only screen and (max-width: 763px) { #y4QqzKb41zhNaVpoDplSWJFF4HG13KHr { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJFOlnSg6qPmic7nvZlfHu7lbOT6v5H1 { display:block; }
 }@media only screen and (max-width: 763px) { #OuI5lyvrXUUFbwbO4IdPsaHEP5dC9usz { width:18.75rem;height:18.75rem;top:22.5rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xfTUbp16v6zdKTeUeiN24Az80KhJTO2b { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #TCZ6lgSdQf50Eg4iq3SrAnubwbNlxFpO { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #E7meETonoBC7EzmCq8JRglFBfdls9CBu { display:block; }#E7meETonoBC7EzmCq8JRglFBfdls9CBu > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdg7CrqOTzC5e6l8u1kSAmWeQP7nHkT6 { width:17.5rem;height:1.94986875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uTiHB6WsHmuTn2i7JipB2fUWocplT1DG { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gkvO2XhiG3l6eO2X3mmXBE71DJX4Gnmp { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLIHeiiwXPPPSVpiz5ZASguBD8b29RdS { display:block; }
 }@media only screen and (max-width: 763px) { #kNlTAlOvvqgNITEJs9wgnLK2HmfG0Tsk { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH4Iw6Eu7qWymUR6XALK2zZ8FI0gy2LR { display:block; }
 }@media only screen and (max-width: 763px) { #MT6COkwnbp7FH6ULmvzRIH120h5VCXJW { width:12.0625rem;height:12.0625rem;top:26.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ssDIviReaziBDqp8Tu8zC9ibcLArFb { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #JpZpbWXgGIn2J0MniHfu5Gavx6KlNuFc { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z { display:block; }#fzOu9QJAIR974XwfnLbdXbRCChJ9wx1z > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgSOQD9HxOBwMXCT6tyI2Th2sK8LgCZR { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBxMF4Hf9yxxFboccnlywT5R2itdZpWV { width:14.5625rem;height:14.5625rem;top:14.7734375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoBdI4PIZM28mgpKqm8Grud7hzSmmfA { width:20rem;height:15rem;top:41.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVxBlgldIJtgXx0AMl8M3NnOfML7erI { width:12.5rem;height:2.5rem;top:34.4609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvepWOywvK00h2VKlhcTwy2eDveORT0n { display:block; }
 }@media only screen and (max-width: 763px) { #QhEQMqSxmBZnIegZEdsLJiTygwLzo2Zp { width:19.5rem;height:8.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZng67R3TmrTMFuOClav98SAD5zcJPwO { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett { display:block; }#M3TzfDZVAdM1N0FfUbyQSWp9aLg46Ett > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veRHdv5ezOFxz3WMXM4nyaTkAxpqSf5T { width:18.75rem;height:1.94921875rem;top:4.744140625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 { display:block; }#CGHD2d9u5sSTXpOiOzy5z3DEB6VAmne2 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7I0zNEKagu99yTheDmdCxC24n27QdTJ { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDusJWuWudGsguE1pqg1tPbJqwigH5a2 { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwv4JGCu3kO9D1yIuAGv9oD2EfHowRkT { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRVVcAFewGV9fJD9Nob9BnBkJaAn0crL { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfxDOSDBUmT20Z53b730dKQ0zimDZZxi { width:15.9375rem;height:6.5625rem;top:30.96875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ6CEnumpCLsCqK711i0VXvxT31f2EbF { width:15.9375rem;height:1.3125rem;top:10.59375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7PtfkVEN2xOLA2vXPfh6FEVwaqFZHOT { width:19.9375rem;height:1.3125rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGJGUPbK44o51a0L95bB3C4vzzoS3zBS { width:19.9375rem;height:1.3125rem;top:40.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnztw5OHTPGDxd3gTRPTK77uy9BAcbT6 { width:9.3125rem;height:12.375rem;top:46.4375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcT3bUHz0yiKe1pB2ZEJQC4BXAPrQkvS { width:9.3125rem;height:11.8125rem;top:46.46875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo { display:block; }#rBZDhcwSRyO4Z7mKgr4NzWL1BqWwn2oo > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJ7rdTKuvFBTiNBkKQRyrafZgwdpoXTm { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgInQ26apBbufPwd7onoHrZzbWdKIiX { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqGZVxM8J3ImMaFUCKT1KZxTZXU1RL9B { width:17.125rem;height:19.375rem;top:48.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma0KAJipHLze4HqN8puikhUDfOU9apBM { width:19.9375rem;height:1.3125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnNPX9vSxxoLVXBifhw66NLgA11wTuwc { width:19.9375rem;height:1.3125rem;top:40.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLfL0VbJfTRxy06JF7glXKF3pFPzp2bu { width:19.9375rem;height:1.3125rem;top:63.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOQ6Tz2L56bge7dr8kHivMd5EPJ3nDc9 { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA9m1h9V1auKhVhbi5rPlkJQnuvlO5oG { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk4knPgxNhHll9AzUlR6b5PyzRnd56wQ { width:2.125rem;height:2.125rem;top:48.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PANtZfT0KScZBfT23c0vhlk2KaTaysbZ { width:15.9375rem;height:9.1875rem;top:6.65625rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOIVJkEoXBS3iHg3aVlnoQGacg5CLQoE { width:15.9375rem;height:2.625rem;top:32.9375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaq4OAkJJtu3OzEFevuCftSzpcLaIhKJ { width:15.9375rem;height:2.625rem;top:56.6875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKJ1FQqUprdqITToG6SyxQfvIkrOzRNs { width:9.3125rem;height:9.75rem;top:69.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khqdpWTXmTkTz5P9GFXLB2OUT72ObTau { width:9.3125rem;height:6.5rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq0PabbLTXAIA0uelr3HQGKvPRm1qv0q { width:9.3125rem;height:7.875rem;top:83.90625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02684c7d-101f-4083-b379-70afe9b65783/tlo1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N.adaptive-delivery-prevent-bg, #MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N.lazyload, #MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N.lazyloading { background-image: none; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container { background-color: transparent; background-image: none; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container > .video-iframe-container { display: none; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row > .video-iframe-container { display: none; }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .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); }#MmpcDMJ8znHue1ayC5F8VeVnrVOkRt6N > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBGugC5RVMeJfNkLbfSV1SWV97MPuIqX { width:20rem;height:20rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU4HQbLEc2mSkegIvXXUBNr2RwTkyWKf { width:12.5rem;height:2.5rem;top:30.50390625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNqs0cceN8CD97Xc6TFMVTnsM3xsXzO9 { display:block; }
 }@media only screen and (max-width: 763px) { #RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container { background-color: transparent; background-image: none; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container > .video-iframe-container { display: none; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row > .video-iframe-container { display: none; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .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); }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container { border-width: 0; border-radius: 0; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RyrfZ0CloE91BT9iGhOtUJSpTpd2EI4B > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8k4iXbXZMZMWyvGuddyhCDqTQFnqo3I { width:18.4375rem;height:3.25rem;top:2.375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Earztlk8Tcnf0SC21e3UD2NcFOTEdLtb { width:19.5rem;height:7.5rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MCSq0y6LXrFTPLPxRPKwBMB9FQ5UrT0h { width:18.75rem;height:1.3997375rem;top:3.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHIXHUQxzqaxFU83K2KJJOZLFygi762 { width:15.8125rem;height:19.75rem;top:6.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiPcRqkJVCIx5XvmKALhFRVFVTNL7Uv { width:18.8125rem;height:13.994125rem;top:29.1875rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container { background-color: transparent; background-image: none; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container > .video-iframe-container { display: none; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row > .video-iframe-container { display: none; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .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); }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container { border-width: 0; border-radius: 0; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwKpHzrkSUKMZBQ0fuVTguPodi70RFQP > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psXboeduHANchUrDR9KqDkRIW8DAoB5b { width:17.5rem;height:3.0859375rem;top:21.58203125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiC79bhOBUthvEJMKX3wTq9mnxM9wkXK { width:19.5rem;height:7.5rem;top:19.125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hhQWATkNe0NRTaLf8W9J6eR9PpvRMXMd { width:20rem;height:16rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWlUdHD47wppKlZ5vixPevaOmf2bHguf { width:18.75rem;height:15.39356875rem;top:31rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN { display:block; }#NiadcqIrRPEt7bgnnLkBggLHgT4VIxtN > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOnUxUsTzDQ61gPz33JTN902l9qLuz78 { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vx6eD7ZneHrtWCo1uQgmInqOuPVg3vTg { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SFrBqLbuL9eCsC7wczl5MAzbT3fP284L { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIZTJx8UkuyThWAXTTrmsBLaKT73VeNt { display:block; }
 }@media only screen and (max-width: 763px) { #DePDH6aTrIX1SoJ7JRxoFSa0vkcJ3Q6m { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMP4KMM6IyGJxdqG2e23Uc4Z6cbXze8Z { display:block; }
 }@media only screen and (max-width: 763px) { #VrVbkqQDL69o6DRO9xcFxWPuEGHys1k4 { width:18.75rem;height:18.75rem;top:22.5rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OqNTmcu46pSywkV6TraXrExUvnfzZfBe { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #SoS2xb2TeIrmE0rvNVsgp2Rd7t3PEG7x { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN { display:block; }#R0iNvvQPsHhphomVf2oZ5xvrnTTJdzdN > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0p0xNbGfgqCvW5SXAdJx1RM9GWkBny8 { width:17.5rem;height:1.94986875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fCwTNfSBTEmXq4QNFT4wyqmiskOKifGR { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OEI5VEooh8TyNsg857KJNTdwkD13eNdl { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1wJT3LnR2lK0Wax1Et2a1ZD2NzTuSHH { display:block; }
 }@media only screen and (max-width: 763px) { #OOKQLEHbcsgsPdlgm1VSU2IsLTxp58TV { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFu2EOa9TyPPHKwkHGgvXRtlO7uRGNcC { display:block; }
 }@media only screen and (max-width: 763px) { #UhNZHd5CW3KzefIplpHa5M6QB9Qm0uhi { width:12.0625rem;height:12.0625rem;top:26.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxgfNpiidlFVlOez5Aq6osqZ780XkFTv { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #lIiXHItrVg7SVEIOXy0NQMXiN0TFvo3V { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF { display:block; }#vsBhcUTPq1LTgW6WFTfuPxKs4ba08OlF > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfUkTTv1F4ZEzntimwAnRn1ZVZHe7IWH { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMEs7g4S5rr6S3z4QeofFGSzWIIrzRn5 { width:15rem;height:15rem;top:14.7734375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSqMrLF7JZ6dZNZODM4UHEHRGgPdU8Tg { width:20rem;height:20rem;top:41.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDA0QmfPRLV1sXICSFUW8Cnv2np5hDu { width:12.5rem;height:2.5rem;top:34.4609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MksNWZmirqkBiH11cUyiWZqs5ZfEcxC4 { display:block; }
 }@media only screen and (max-width: 763px) { #C6wE2VgQT1DBAeOm7oqoI7D8vtLeAwm4 { width:19.5rem;height:8.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUN9P1W2C7a6pGpimDsqI024U7ZsTGCm { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/409df1dc-c739-4fda-8c82-a748cb5cce50/tlotappi4.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9.adaptive-delivery-prevent-bg, #gu4pBWTfezk2MMyFcPCqr1yOn0792DO9.lazyload, #gu4pBWTfezk2MMyFcPCqr1yOn0792DO9.lazyloading { background-image: none; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container { background-color: transparent; background-image: none; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container > .video-iframe-container { display: none; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row > .video-iframe-container { display: none; }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .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); }#gu4pBWTfezk2MMyFcPCqr1yOn0792DO9 > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9WaG0sBpCmTQWvVPlvV5tf7LX8CqpT4 { width:17.8125rem;height:22.5rem;top:6.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeKZVCxOK2a2IrQXRfMHbg0dATixIOUc { width:12.5rem;height:2.5rem;top:35.50390625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsHcU8dES0DrUJ2My5Kz5ynvx187Himr { display:block; }
 }@media only screen and (max-width: 763px) { #IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA { display:block; }#IcP6U7DSszbK2o2DhmWM0vyfUtoDtAuA > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlSFViiSuCC7OQMwhw0gKnOTIuoVnVnK { height:11.228501228501rem;width:20rem;top:1.6044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { background-color: transparent; background-image: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .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); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { border-width: 0; border-radius: 0; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0K2gZixAAkTQgkLIMnu3J4Gihud1B3D { width:17.5rem;height:3.0859375rem;top:21.58203125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZbCi9Cia3EbhbUpNkF5nf7ZPaco6H4 { width:19.5rem;height:7.5rem;top:19.125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VCqETZA6n9VnkopqON0ezIFIvaJR9Eny { width:18.0625rem;height:13rem;top:3.0625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { width:18.75rem;height:20.9912375rem;top:31rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { background-color: transparent; background-image: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .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); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { border-width: 0; border-radius: 0; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { width:18.4375rem;height:8.125rem;top:2.28125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZxHzNU5R7TJIKifnMnfeVmIOBQ1O79 { width:19.5rem;height:12.1875rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sz9bbwo2ethebV1htu4bK8gLsWu1VJM1 { width:18.75rem;height:1.3997375rem;top:11.4951171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwA55PAdswbMNLD5VVTU7TkyfdTJXbS { width:15.8125rem;height:20rem;top:17.0185546875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Dl9O0GrpdToHDxdVd0LBwenRRR0kZP { width:20rem;height:15.39356875rem;top:41.28125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV { display:block; }#GTBKVuDA6EAu7sTxXzd3UbVKO3FlVPTV > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS7wTgadGNE9NFUfQhsmv2ri4J0LuZPJ { width:19.875rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1QK2bvUX79LhE7wulzI1odC1GGzeMF { width:19.9375rem;height:13.25rem;top:15.7705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZoKT2USWPDNb3e2OsMFaAdAu22StLZV { width:19.9375rem;height:13.25rem;top:30.333rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUhITPp443Joyb28mSnQkCuwvsO0rb1 { display:block; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX562eIkaHZVdb7NKA29fxfayLuL1Q5C { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eL4nynb2direEegFP1ZhJ3UrONEyGymf { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TGQ3Vdyle7sgapoSSvcdt1QGvcsh4HVz { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdulcZwJnwUMa4QosL7sqb1t9ktxmT6 { display:block; }
 }@media only screen and (max-width: 763px) { #OyaN88mkJ08AtXuoRlufF0lM07TVAI9V { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSqxbLTGMnMz5DUQg1SFLKdEThc1lr7O { display:block; }
 }@media only screen and (max-width: 763px) { #d4HTfehZveESPpdsRHOgvBwNqWuMUOVh { width:15.625rem;height:15.625rem;top:23.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #iBoVmCy7WrBUXJsuA77FppnxEpfyfuCr { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #SQ5zG5hqSAar8LsQhDHxKrTThuEUacIr { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { display:block; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { width:17.5rem;height:1.94986875rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zTnemvC01Wm9NogtWX5gvnsSGIdQucod { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block; }
 }@media only screen and (max-width: 763px) { #J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { width:20rem;height:20rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKWXPBvamtQk41DANogmbszItiKwp8zr { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA { display:block; }#dWnL9dyWxyeFhkTdN9qTPID6rOqmTmNA > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQXRsQZicOSgZONG1xm4QWGEWTml2yVk { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxrUGTVA1DXbhOLNDLytECxJVmNwpFoz { width:20rem;height:15rem;top:14.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSB8M94nUaZMBVyewSFziUDSxNmuJWb { width:20rem;height:20rem;top:41.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCogNBL3ygxJcxtifozBTfLlwmckAccM { width:12.5rem;height:2.5rem;top:34.4609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTDGh738bhD1O8geb0LbaIADA5r29Ml { display:block; }
 }@media only screen and (max-width: 763px) { #H4tc7wSudQylkTwVUNTIdkDNnvuhu4n9 { width:19.5rem;height:8.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiJ33LeRtFcgA1qTOOkhyfqhHJreDxI { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB6FUeN02xUZxFUzsoU5bVWA50xIr2iZ { display:none; }#eB6FUeN02xUZxFUzsoU5bVWA50xIr2iZ > .row .container { width:20rem;height:39.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OWoCSZPm1P8bubRK2xGFzhflEvAWv1vT { width:13.75rem;height:3.4375rem;top:21.98046875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVCzsQ4Wcs7VimRrcc5B3wslosHle5Aw { display:block; }
 }@media only screen and (max-width: 763px) { #ECuP7sMmCnDnSfzDTlevh9IoLqCs0Q9p { width:19.5rem;height:8.5rem;top:14.755859375rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fFOpy0vDapx2UHqHKzROQzAkugyTtecK { width:20rem;height:1.94921875rem;top:18.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9UwK8pKwIKL5cFz1cQWvV1yym9uypbT { width:10.625rem;height:10.75rem;top:2.13671875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAVyxgFVhwdsx9hK6TcFeJVzL7TomzuP { width:10.625rem;height:10.75rem;top:26.85546875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK { display:block; }#Uk1aSHLNtEsFBKpsTNuIBQOnT5ZmWTPK > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8MQp93Qr0kfx7ah9x0gkIEge15JcHqx { width:18.75rem;height:1.94986875rem;top:12.775390625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyQAJubu0r88o9rBJKXLJWrHnwe3oKEg { width:10.75rem;height:10.875rem;top:0rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwANWu3sp66Vab0ZGO9T2G9cMzmQ4m5B { width:10.625rem;height:10.75rem;top:17.07421875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y { display:block; }#UX6rlOlXhiDcPMndb0BBQoM64CZyLm4y > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRemgCCR4UUeOPvzcnZ9dDRudC1cRakr { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hooElmAZZ0hRkiSJnCPWuwPEeed5IcuX { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlLpk6C0JIVmrLi01ZFwbsAo39hyRO0P { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSgmZdOSUIiBRRyBGV1tF993S9DekfE8 { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPTo4EURSVOHmz3woBJEELOLtXTZfv6S { width:15.9375rem;height:7.875rem;top:30.3125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXrCCwWGKElbumRFDpKggHOgXHp3auCO { width:15.9375rem;height:3.9375rem;top:9.28125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayMgZOBl17lENMDOtTvTsU0Lae0uDqxR { width:19.9375rem;height:1.3125rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foxTdGKuOTF90KSnMCesodzpdA0027B1 { width:19.9375rem;height:1.3125rem;top:40.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4s6C8R9bOe49V4If3VKRxDvsbypqLy { width:9.3125rem;height:12.9375rem;top:46.4375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWk5Jb9UevJFaVdB2gczBc0s7UNL6DZh { width:9.3125rem;height:12.875rem;top:46.46875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m { display:block; }#wLOg4EHA1Z8KbFFlCFsRWTxTDITfqW5m > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcFzUTnGEsiXJUaRmkt3PBBh2C9yqphG { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giUIL2VFfdEAi9RD14cvPypm4CgdkVH3 { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1zcGz9ooSckwPQ4SxwS7Zko5tJX4rkl { width:17.125rem;height:19.375rem;top:48.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfbRG9C27pPpW8KJyqlqhEtvGiUy0fKm { width:19.9375rem;height:1.3125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOCJxR8G3EBy9uCDNrVzuTHMyKeyUcO7 { width:19.9375rem;height:1.3125rem;top:40.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdlaBDqziRcx8lT4x7PyOlynqTyc6cX { width:19.9375rem;height:1.3125rem;top:63.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0K55RIFI3a3enNMbzVJTcSSvfM6C8ON { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTXJdyMHP17UZUcbJpL5HM7gZbs5RQpo { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiyTvk2ETdpawO65qxzr7p8xDBSGsBem { width:2.125rem;height:2.125rem;top:48.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Xyb6q12ze1CeAR0gxT3eT93Iamwh0f { width:15.9375rem;height:3.9375rem;top:9.28125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMT4PUDA7LvXLWqnGknAHN2dgg11TOwX { width:15.9375rem;height:7.875rem;top:30.3125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ruJ9qeZdGeLsko63T4Xq2PCbyRbaik { width:15.9375rem;height:3.9375rem;top:56.03125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws5oAiPWdsxe364DhXstVuye9iTlzkTp { width:9.3125rem;height:12.9375rem;top:69.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXzutI8WVRAFA9Mz5mfxwg7Is83quOdT { width:9.3125rem;height:12.875rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDGeHBgSxBVZg69Ahr5LayNdPvsCRNaO { width:9.3125rem;height:12.9375rem;top:83.90625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9f58223-bf63-4c0e-b3dc-eeb36490d81b/tlotappi.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz.adaptive-delivery-prevent-bg, #lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz.lazyload, #lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz.lazyloading { background-image: none; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container { background-color: transparent; background-image: none; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container > .video-iframe-container { display: none; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row > .video-iframe-container { display: none; }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .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); }#lJs4TsXTVLMqSwWTchmoTnh33dL9fXoz > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLAERcebFTCDpcfywifu8ZQvITPwRmXT { width:17.8125rem;height:22.5rem;top:6.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO6hV1cphwb4pZ1Sx0heqsflO2IfMLRE { width:12.5rem;height:2.5rem;top:34.44140625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRWh4F1GLq6dQsFiroBhhcPfJX43mk7 { display:block; }
 }@media only screen and (max-width: 763px) { #btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n { display:block; }#btLOulrFm5AKPbJ4oGAvI57wR7ffpN5n > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxuDn391q2THfMI7QMLXrTwVpV6V2E4B { height:11.228501228501rem;width:20rem;top:1.6044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #binXTKRUX47CSBJJqSbvR5JnRperBXRq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container { background-color: transparent; background-image: none; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container > .video-iframe-container { display: none; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row > .video-iframe-container { display: none; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .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); }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container { border-width: 0; border-radius: 0; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#binXTKRUX47CSBJJqSbvR5JnRperBXRq > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD3ALEwN2ePAMEUkpPbPf7K8g1yhoEOv { width:17.5rem;height:4.62890625rem;top:21.185546875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOC6QADExkZnyR9yezvL4ef5sVNMvDg1 { width:19.5rem;height:7.5rem;top:19.5rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #p2QNdrAiUPEsGPpg74viOUeWSBrarbDe { width:18.0625rem;height:13rem;top:3.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9EdeyZUKuukkpokPdPtg98TcKqiIcvD { width:14rem;height:17.75rem;top:51.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql8BysMIm8xBRkLOra3g1vmThsHpSOTV { width:15rem;height:14.125rem;top:22.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8gFW9vFPeHtQa0ZmKV9pBm8aI2UGds { width:18.75rem;height:13.994125rem;top:37rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container { background-color: transparent; background-image: none; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container > .video-iframe-container { display: none; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row > .video-iframe-container { display: none; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .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); }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container { border-width: 0; border-radius: 0; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiT7Dbh0p9zmX1z3p1WIdsTiu0ygf0pA > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzMx4udaSUwmfSBrRKfPq8KcvvhivfTN { width:18.4375rem;height:3.25rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWl2u5dIggPTPLhnA5N6A4fuTTuzlhqQ { width:19.5rem;height:7.5rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NXZLi3TZ5Dl32id6xfAT14RyOabgbd8e { width:18.75rem;height:1.3997375rem;top:11.4951171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMZlb5cl2Jd6KOnDFL9sF5HQcmWPKLOd { width:16.1875rem;height:20rem;top:12.8935546875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEmiThWNPKoy69aPdASz9a9aEuZ2n6A1 { width:20rem;height:15.3935625rem;top:37.34375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbJW8Ga3uevqHHR2fepnALT4CodH22P { display:block; }#rTbJW8Ga3uevqHHR2fepnALT4CodH22P > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRLsdzbxhaD5dBMfr5Hl0CXSTNJgA6po { width:20rem;height:13.271028037383rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyPkktQQSx12ylbddGUA8fSMl9uMx5df { width:19.9375rem;height:13.3125rem;top:15.7705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAJXtxQEcigb7efGJF8rtvLZgpMqGzu { width:19.9375rem;height:13.3125rem;top:30.333rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T { display:block; }#dJJG07reEPCnpOCaQKhnvDxsoUDbiV3T > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTi0JS0kwzT8dfDRFGmqqTGCHVA5Bxyx { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4N3p9VeOwHt9ycrLeOsUEHQTFHSJsb { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CTRL47Vd4yaiSlhT5LeQtLl0DhB7SSLz { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLBv4aPUDz9RfvlRiZRpI3pE9PDaZJD1 { display:block; }
 }@media only screen and (max-width: 763px) { #dTgnoynL9toM7DPTWmDmW5GbeIhuWoxy { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEAVNNDyZUx3T4AKuPkE74PD3MZu6EXh { display:block; }
 }@media only screen and (max-width: 763px) { #FrkIGaTaVf8xdCSZAhhQDZmsmfHJ8B2A { width:19.75rem;height:19.75rem;top:23.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cBO1aAlP1xDgBzbQlUaZM3NRBVRFXcR4 { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #XyGQEA3nfKaU0fOkyxK2skk7sZwmqFzz { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #A0HuOevZcoX6dkyDWaVNAVA5ukr14uSp { width:18.5rem;height:13.75rem;top:48.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S { display:block; }#ULH05TFWwBM1Ll6wTScLqwAsaQSvnM3S > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSGVCtc5kC5ax0fJqQr7lEnnydMQqk3Z { width:17.5rem;height:1.94986875rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dOkgUhbZMHbKTLD2MZQJU1LJM3J3cuMz { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k4QIlW8mn2nTDKqiOeBqZFc6XOvN5EVT { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFvaLdflsFgaEZBogHgxyHUIaILyioPg { display:block; }
 }@media only screen and (max-width: 763px) { #QIQa8ZsJMhrZRgtq2JVAiom52sw5Bmpe { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpxnhV9KpGilCSerToW0b2ZGfeRTfJwU { display:block; }
 }@media only screen and (max-width: 763px) { #Td2rKToN9yUrkMvu62tzXK7UITTq9Bxu { width:13.1875rem;height:13.1875rem;top:25.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGauC3nOzooF3lWJGDN2iZa8BKMyDKtA { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #MIXauG3CarJnZ7WwzMRTS203vGa8ycub { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #AMLibWbMiIJW7rTIVGDiBLOFmP5DFn9f { width:15.5625rem;height:21.5625rem;top:11.78125rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw { display:block; }#PmavgOSF1gutTK74cm7Oxh6Ov2hyHwzw > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyctVTrczN9On0TGvSkVT6EzETqEnlfW { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0TNgpW9GpTTHvzO9eTRngXe6fggTnJ { width:20rem;height:15rem;top:14.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXZcD5dVXgf2Zcu9CEqPCDXvBfCKeTN { width:20rem;height:20rem;top:41.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #In0MWJpEAx52fbL2bSJiLuP7lbqaE4f2 { width:12.5rem;height:2.5rem;top:34.4609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqhQvwAWraarbQ7PezdTDkBVC5Ja2Kbx { display:block; }
 }@media only screen and (max-width: 763px) { #E14SqOPoywFfmHbX3EUT7fG7qTcPA6XF { width:19.5rem;height:8.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB846SS8Tyb59fpcUqpiKUf19NveMwdE { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m23dkpL4SVMEO5HgIWW0bcnndPy7CoJs { display:none; }#m23dkpL4SVMEO5HgIWW0bcnndPy7CoJs > .row .container { width:20rem;height:39.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vqlr5FoHJGKdWOqicw1sVks0oyLw7ixf { width:13.75rem;height:3.4375rem;top:21.98046875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLzaJLwIWiIrFfAIfTqNlLecLcw9J3Br { display:block; }
 }@media only screen and (max-width: 763px) { #CObx0PmJfRsPTOEkJg3eot3oTrH7OzDx { width:19.5rem;height:8.5rem;top:14.755859375rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ENZWpwS8ot29kvnRzZHmVm8iEHW6OO7b { width:20rem;height:1.94921875rem;top:18.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyHO6uLulFNRrXlSAIRONn0ukuyLdGQD { width:10.625rem;height:10.75rem;top:2.13671875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFRRwoxPuxTptxbtZzaUpNZw5Pnozr5G { width:10.625rem;height:10.75rem;top:26.85546875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgUvJQLaFWZ8Snae7D646JpEllHqhvZV { display:block; }#qgUvJQLaFWZ8Snae7D646JpEllHqhvZV > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAubv0WtOvO00idZDK8Xk8qAu9MGSlw2 { width:18.75rem;height:1.94986875rem;top:12.775390625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr7kCe8DnJppP6GfNSqIbEP6N3n182oA { width:10.75rem;height:10.875rem;top:0rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AongEQokZ2NGz5ZlbUUnEqrZiO4m8SMi { width:10.625rem;height:10.75rem;top:17.07421875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV { display:block; }#qNO77Ea0HBFEaSxTFB83X9TekVcZVGQV > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJlZrs8cPqwwD5u52d0ZLJswfVnUwz9o { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0S4upBaAp4Z4wnWOgoLQgkdTrb7iEkw { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #becNC1wDTmw0JqipWEP3cN5z98ZBQBI6 { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpae3Zo9zLWF0LTZEK5pSF2WBsHakkKt { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2gKyNw0OTMttXS6JCJPA9BMTTWL1oT0 { width:15.9375rem;height:5.25rem;top:30.96875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqGwqVZS0eJuSCDJPq1x2uCfem5fB5zZ { width:15.9375rem;height:7.875rem;top:7.3125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP43BdJRvzziTkcktr8A2qFg1rVBEhxW { width:19.9375rem;height:1.3125rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anbyLTFXRT3L6EKmW7xxNNRWVIyU6gLT { width:19.9375rem;height:1.3125rem;top:40.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoL8oN2CavGzux4VezzRuN4z2vng8JXx { width:9.3125rem;height:12.9375rem;top:46.4375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRQJeifLTT0zq4axlggnL0slGeTAhCa { width:9.3125rem;height:12.875rem;top:46.46875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU { display:block; }#CsrncTJ1Le2gJ9A4cuDro2WP4uTlSeGU > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMnzcCL06iBsfgMJUTrk5zzN0yi0A9J1 { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPLTtm0G0q0xR49SzEtmQVxdn5ucP9JL { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGABGZy0dEbZToddD49xgw7zDasOCUbg { width:17.125rem;height:19.375rem;top:48.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6bxuLzCBOolnpS2mi0beeWEMuuzCbfx { width:19.9375rem;height:1.3125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDe8JeVZfEUgLqTpKQXiuGwn4kL4t33Q { width:19.9375rem;height:1.3125rem;top:40.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuOzXWMloIFKq82TfWuZlTf0CPDtgPni { width:19.9375rem;height:1.3125rem;top:63.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMzaeu8kFfbpXsJAKzkpPXV2JsF2i4bd { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaJwQImrTeTiV3qZOMd7H54Ct7ZVaUcB { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQL6IueJLne5x93QzS2UzrGaz5EEGp2 { width:2.125rem;height:2.125rem;top:48.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdoGeGoPk10e94kBrEXxxL2w7yCSngUf { width:15.9375rem;height:5.25rem;top:8.71875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3vqrPCusJLvEX5gX5RFsKCfp3H2Pxxr { width:15.9375rem;height:5.25rem;top:29rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePdkDXKbBhmrVbM2cAV9uSpsBKT8nDyz { width:15.9375rem;height:1.3125rem;top:56.3125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkDuhnzf5vtS0PUWh4wXSmaO6OihTsQb { width:9.3125rem;height:12.9375rem;top:69.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNmLGUEZxB3SdFqi45vgtZgJBiXFxmuz { width:9.3125rem;height:12.875rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMycvakaZCHFR0AQoLJ2f90y6o3EO7tp { width:9.3125rem;height:12.9375rem;top:83.90625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE { display:block; }#nl41UT1Gtr0h2gb6LJPb3m7zsq5hm3XE > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf0sGAs7HO75dcgSKtqre2ybit0MubJM { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:#69a58a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oQmpT3cDnFOJu6E6KykQ9Aga5NxA3tlR { width:17.5rem;height:4.62890625rem;top:3.935546875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl { display:block; }#Q8yOINbprZ5n5hM9zhH4dbAQE6idgBNl > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs91psUyeT6MvUp44TVXfVqinvFi7edB { width:18.125rem;height:18.3125rem;top:0.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApnQs2GXCk7wx9kp5VHsOwCQ367OsDVL { width:18.0625rem;height:12rem;top:21.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container { background-color: transparent; background-image: none; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container > .video-iframe-container { display: none; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row > .video-iframe-container { display: none; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .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); }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container { border-width: 0; border-radius: 0; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqh3eUTUkQgOTTgHHbA0VpssFH2W2teM > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCHc0uT2ISIoNdUUPgVinyIFkThg2fnm { width:18.75rem;height:18.192375rem;top:2.125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69847877-1796-4dee-82ea-c89b3a7fb443/tlotappi2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1.adaptive-delivery-prevent-bg, #I1IeIRUhLU2bwGly53gLrmqW98LKkfc1.lazyload, #I1IeIRUhLU2bwGly53gLrmqW98LKkfc1.lazyloading { background-image: none; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container { background-color: transparent; background-image: none; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container > .video-iframe-container { display: none; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row > .video-iframe-container { display: none; }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .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); }#I1IeIRUhLU2bwGly53gLrmqW98LKkfc1 > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnzqL2ry3AXIi3Av8yWNbclMEJcQE3qo { width:17.8125rem;height:22.5rem;top:6.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX3ZX6GWgI1b4dFk1A1GiFrAJ4P3U6CM { width:12.5rem;height:2.5rem;top:34.44140625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGN5fnO037zZmb35bhG70S15VZMU47g6 { display:block; }
 }@media only screen and (max-width: 763px) { #Lh8u2Ay23GllrLni4xledgm625fem7Pe { display:block; }#Lh8u2Ay23GllrLni4xledgm625fem7Pe > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qs3ibTA19SxTZ0DPZcCBvePnh4vN0JnK { height:11.229166666667rem;width:20rem;top:6.083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlING0mpdQK4xgOkDGJNzkU24oSQcBaX { display:none; }#qlING0mpdQK4xgOkDGJNzkU24oSQcBaX > .row .container { width:20rem;height:68.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-text {padding-top: 0; padding-bottom: 0;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-select {padding-top: 0; padding-bottom: 0;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT  { width:17.5rem;height:auto;top:33.880859375rem;left:0rem; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT {display:block;}#N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT { width:17.5rem;height:auto;top:33.880859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #wADuCahsnhetsR9QpFT8lc4wWDoNBqJB {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #IDQs4eyIQ31VVFTuQrRPfyWCaVOznTn3 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #lHs57alZ2BXkx33mLDoSTrzzHnJAzTaG {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #AhJReNssHNKLiQZVkdVolWVc6bmw4B2e {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #stqSGxemoHs9XVCHQ1BBADpoRA16Vhn8 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #M7rBFRXbLZ6c8M6VTPZZTddxH71lIILy {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #qU0qe7bFNZBp9rkyTUhlriy5VHuNCMmT {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #cwcDIWUVUd8SEBZ9MdLvtDQEmega08X9 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #At8Tpou2hp8qg2sZ9ytBRzuPzoMVRGD9 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #B9A7uPp9dIczpsLRMtCtyr7dmmRONSnT {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #Qm1aNv35GXNVGcM6hpP4bVmT6CFCPKDl { display:block; }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #XJv1mma4ry0soypNMEv45INw50BedlS5 {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #MiWeTwCf5P2Cz6bit5HZo4sz9NfaF6Oe {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #ZTMoxZxez1P8L9WenlydBNgTpwuK9DGh {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #m9OChUPo7LMB50FgU6WDc22rWg55ATCV {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #aVIKvBNmG4PolWHMgLfbRmroX1tAbhWB {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #kwIBuO1Ar6azOQZbTxW0WrXDRqofzt0F {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #dDoTTsRI8fsPUaZIe0399h95JEDebn2H {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #Tlx7L89Ctl4R6yEdSFeMmXizsTWNbC6J {  }
 }@media only screen and (max-width: 763px) { #N2E7r0915xPDxlUhWuOKqJ70KqT4QAXT #b6RxOwn7ZDmJ0K6OOKAOEbNdfWPQngUM {  }
 }@media only screen and (max-width: 763px) { #oxfV1HZyaJ7zNQsDlM4rDzEVxUB17wP6 { width:20rem;height:5.84765625rem;top:14.8349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNOeWZtUQ1zIyxruPn5pJt77TKHeOnnf { width:20rem;height:2.5996125rem;top:4.1728515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4LW6UKXhIEVI9l1qOgOqkbg2F7S0fcA { width:20rem;height:3.25rem;top:9.0537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvQ70gsS1TBwEvA3nQJ4pv085rqakiE { width:13.75rem;height:3.4375rem;top:23.5771484375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIQVeS78cITX2uHAfQI99oP4T3bzlzNd { display:block; }
 }@media only screen and (max-width: 763px) { #pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo { display:block; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHK65zFVlZiqniQRrwDA6GaeDwLn6edF { width:18.75rem;height:16.25rem;top:4.1865234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqr5qgvcqgvdEPmLkTnzTJvfuiI6LE5q { width:16.375rem;height:14.125rem;top:21.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { background-color: transparent; background-image: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { display: none; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .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); }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { border-width: 0; border-radius: 0; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQsgVgXIatdpMpbxf3JA5Cba2OH5BkIq > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQdMTqpWEm3uTyH1pbuxtMn9AK3dyDbh { width:17.5rem;height:6.171875rem;top:20.4765625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeuDWSXh8uchMcqCWVVJTTZrcESi88Km { width:19.5rem;height:7.625rem;top:19.5rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tGe4oNMLoMkaJl2bcDT4dAhKvaWzv512 { width:18.75rem;height:16.7929375rem;top:30.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtywNLp6yN5rsAdRuIVpwfuDfpv7V28Z { width:18.0625rem;height:13.8125rem;top:3.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkR39H7yfnKsmuu6loRcAabEmFaUvcgT { width:16.25rem;height:17.75rem;top:46.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container { background-color: transparent; background-image: none; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container > .video-iframe-container { display: none; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row > .video-iframe-container { display: none; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .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); }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container { border-width: 0; border-radius: 0; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTvIKTVg6TXmC4usO8C4XgM6BcMP4Tuc > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIMmpTZeb5aQr0k6mLSOPvogWK4Vis3S { width:18.4375rem;height:9.75rem;top:0.9375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFMtNr95vbZLIcLLFzHAC1FBleX7ESM { width:19.5rem;height:11.125rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xxbOqBrGtMdp6QlySEkXL5z3TVEeemnT { width:18.75rem;height:18.19240625rem;top:14.8076171875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8rX29ZEcBE7JWKckQb3sbuZG0B9ZTW1 { width:16.25rem;height:20rem;top:36.1953125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1QbNOZguNdonwTfLkhU9hkmoNP97Exk { display:block; }#e1QbNOZguNdonwTfLkhU9hkmoNP97Exk > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIi3fwnvXPuHreRDBnEuTwD0TelFFrNW { width:18.75rem;height:16.25rem;top:2.15625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o { display:block; }#XHtoPsJrmRhXZ8vQP64iZEpVKa8LG36o > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbTFqBKsznmduWu7ybDxkPh0glv0K3sS { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #llgPnK6iXw6uJpKpWLZK9Ar1r2STiFns { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pGPUEsaEqH6Bfl7TvQhTlA31SkvRSmdA { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFpruzhhlQ10KC1LNqZ0vKpQAWWvZ0Ty { display:block; }
 }@media only screen and (max-width: 763px) { #iUP9kVb6nuf17icv4aK5GQuPMnL265y3 { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTyZ8ZTix0DxJEQvgvdq2JT1LrJEWPJ { display:block; }
 }@media only screen and (max-width: 763px) { #Lsce3a7OKOzaNXLzXe3krFvD0lFiKfes { width:20rem;height:20rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJdxeTOLsBVBHTi6FlRChDCp2MRe6gTK { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #HaIwtEvkfzWcA9IswS7Ac2ZItmBZAEy8 { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #yUSGBCvs78lsI02EvaGBwCMTte9h3vDs { width:20rem;height:25.5625rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG { display:block; }#Z8WNKsFLsqV3411GpDiLvIxBctu0rRBG > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWRP58gQazNdtT3GGTvWWhN2oh5WmId9 { width:17.5rem;height:1.94986875rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T6xk7m4RszsIyHT9IpGaXZfXpnRGftFF { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LTCsRhPfhTGKGVx2cXTNFbObXGL920uV { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urm2HxTvuOyJS0aiBgX2xHHgVW86Dfih { display:block; }
 }@media only screen and (max-width: 763px) { #xavvwktxq3fTmeBKeS4VVVUakKoxHtnG { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxJLbdZJ0leDd7AQFOqu1Fs6vSiN0ozz { display:block; }
 }@media only screen and (max-width: 763px) { #wUwCmRPMEHwb6lPSxrIxXXRRyzr0Xtet { width:20rem;height:20rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrfWy8eflEtSWAmbTM1EtMKcUVE0VUZC { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #NGCkCxDQge1BIeJZJdQx7PsvEKoBHtW9 { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #y64T6dTkOKIlw5Vrlc06xwtQCs2G80qw { width:20rem;height:21.5625rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX { display:block; }#n1PFn3xMsOfTGy6H1Q2w9yZOzVioWAUX > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onJNxOefpJywEmax5fHIVTTO1bMldJKV { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zByUxZvrErTqKuNfPB7INv8MgW28ipvQ { width:20rem;height:20rem;top:11.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcvDRbK6hRrb6ck0TSdTWtDcB9rrv9w1 { width:20rem;height:20rem;top:41.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeV9adX5ZETyHDRflT89F0kSCAwwFwaK { width:12.5rem;height:2.5rem;top:34.4609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZVcGAhxZLqnKQU1oeD80X2w32AvDyLw { display:block; }
 }@media only screen and (max-width: 763px) { #TEfVlH8CpRIzrRxnAuJdJbnTa41NO7eE { width:19.5rem;height:8.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4vpBS0sSiGynk1f6KyznJtITbWptsdp { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTRCWCiRFVsFyvE30osMiJbI10aDoLx { display:none; }#XaTRCWCiRFVsFyvE30osMiJbI10aDoLx > .row .container { width:20rem;height:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W7f1fPxaFR6FLLttyqDPVX94Dz1qxx4d { width:13.75rem;height:3.4375rem;top:21.98046875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSyBVpVXa3ttx5HGtHlWmXwqscPm8tx { display:block; }
 }@media only screen and (max-width: 763px) { #mWWk45QhrLGiyDiFnUbOpOxMRDEd0T9N { width:19.5rem;height:8.5rem;top:14.755859375rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #dFimy5RB8rzCTxTu9d2dJ4893PNG00uT { width:20rem;height:1.94921875rem;top:18.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCdBg1Eg0dggUvwXE2wgxICvnT0da52T { width:10.625rem;height:14.6875rem;top:2.13671875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgOzDh7JQhEu6r1wFrp3GAnqsdizwMx5 { width:10.625rem;height:14.6875rem;top:26.85546875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOstaE77V7U2SXhaLm5xKO26ynKFHsyX { display:block; }#HOstaE77V7U2SXhaLm5xKO26ynKFHsyX > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSQx87Xl7qVPd83nBEwQD1uCp6Rypbd7 { width:13.75rem;height:3.4375rem;top:33.5625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzJ75P4DbvgTLw7yREMmwxTNfEH0GWFs { display:block; }
 }@media only screen and (max-width: 763px) { #BWU18G8idT37GOraA8Me5I61D6CT9EwA { width:19.5rem;height:32.375rem;top:2.568359375rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Du4BlbEvu6WLTEtUBiwlGvP5F3srTuQp { width:20rem;height:1.94986875rem;top:5.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLywGl6edhcBP42WetREOk42TPIotXTL { width:18.4375rem;height:18.4375rem;top:9.787109375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP { display:block; }#hcgxQ18HEdDTUlD2QT3JtAmPXGTzgtrP > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cv34RGubFL5ndaV8ahwalaXJgAarzcPB { width:18.75rem;height:1.94986875rem;top:12.775390625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsifNatRPt7itRJs0pMdwITsPrCw5gn4 { width:10.75rem;height:10.875rem;top:0rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE4mgI0xxQ7ZBOFyVbqnQ90tt1epMT2K { width:10.625rem;height:10.75rem;top:17.01171875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 { display:block; }#VwIPM7rq7eQd0BGSRTZwWsvmsSH2ueV1 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSLmqk9LMfenmv0QU0Phu6UmfLAAsce4 { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJGAQBc4TMPiqpCm7uk2qnUQ2Xik88b { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiSTW53moDSJbkBepeHi7cXJC1GKO1FZ { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRVPpqwRxS1S0XTS8AVbeJyEqFBc0QDy { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la95LGCcANAwfCuiblFFKnlMwq17nIx2 { width:15.9375rem;height:6.5625rem;top:30.96875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVhI1Gq3AENVZlEOxHMIRfH5kF8XHeJV { width:15.9375rem;height:7.875rem;top:7.3125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDrRZyPoU9SHRt0NGbXKfpO1dDfT6buX { width:19.9375rem;height:1.3125rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFoH176s5BWhwFp0erX2QVKHTuFxZtTl { width:19.9375rem;height:1.3125rem;top:40.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0qQT9Fpl9VmyXyWTEZIWJWvybvLef4 { width:9.3125rem;height:12.9375rem;top:46.4375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScRpR2m1pcFWbxVSUTWOU8K6ASHzkCSl { width:9.3125rem;height:12.875rem;top:46.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm { display:block; }#oA4PG8I1vlxxTQJt6yALopcf6dTGbSHm > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBhve1Kn6mw8vXfHE7f1NkCH3TOrHUSV { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgotUAboXU7xn507sCTv9sqXAZeBG97B { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpPuuxzuJEtQv4hFKvX6p3x9qF6eNzrT { width:17.125rem;height:19.375rem;top:48.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npsiQWoFUD5AsctT82rl7TyOTVakBhpk { width:19.9375rem;height:1.3125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcKepO6L7MFQWvsHAnsmxnE6ZpQVK6ev { width:19.9375rem;height:1.3125rem;top:40.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7HpDG1im2KNAsd3TMI51GWtPnSTyyqT { width:19.9375rem;height:1.3125rem;top:63.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbyn85Tu7amaUyBkboXRSMGDidsVWbvr { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqJdXVix6rbgtD9WqTeTDOAuGr4GcKte { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x79T67g9LhUypcwhQ40x3GxFoJUQAdbz { width:2.125rem;height:2.125rem;top:48.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTL1wSGFeM2zVzWJXqNcsKWTrbi3CDGE { width:15.9375rem;height:3.9375rem;top:8.71875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVulutBTzdR6XHqhs2rQe7IdJwXEHTfg { width:15.9375rem;height:7.875rem;top:29rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruVmbsL2zu641hegXqrE74MMhQHKiUCc { width:15.9375rem;height:1.3125rem;top:56.3125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P91lmpTSxyRQcmCWwpgWCA28FwmXzCK5 { width:9.3125rem;height:12.9375rem;top:69.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQTVvM8TqnlmdbcEyTs6CEiRJBWCfnIv { width:9.3125rem;height:12.875rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJrPTwaMAGycGpypm5xm1Z54kfysSgHp { width:9.3125rem;height:12.9375rem;top:83.90625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP { display:block; }#siB7IyE2L3ncpBBqSGPyMQZZM6LXx3FP > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MADLcyVS8qfzysil3gK7vfwwf9eqCquB { width:20rem;height:1.94986875rem;top:1.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCicmlRhAqPnIrWw27DI06EoEJh93vrD { display:block; }#eCicmlRhAqPnIrWw27DI06EoEJh93vrD > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTwEwSpfcT3uXKVzJqTt7r8PI6eGFXaN { width:12.5rem;height:8.5rem;top:2.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7FrAZrPpLTP7QeFBUvvSc5qCWgSge8O { width:8.875rem;height:6.25rem;top:13.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isz0VueeGkm9CmRTivt44XWmTee61wG5 { width:9.125rem;height:9.125rem;top:21.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a09658-17c6-4a60-a0e1-7e07dcabf091/tlo2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.adaptive-delivery-prevent-bg, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyload, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyloading { background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { background-color: transparent; background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .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); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHmzvHxJD43uuwEApA8qMX52hMa6hnqt { width:18.25rem;height:22.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLetbRJAEqlFTlnLBAnC8KTDEO1SSn9T { width:12.5rem;height:2.5rem;top:40.62890625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtrPwoP8GXGoBvw1hdadf4RXRTwCvIES { display:block; }
 }@media only screen and (max-width: 763px) { #nTyT2Lb0181ZIEykkQPHetIBrKZsCGE4 { width:16.375rem;height:22.1875rem;top:21.78125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e { display:block; }#lkFdcff8MqyIeXpXHiGrz1SNPyaI7A9e > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHZTW6mcigJR7aCivrizQ7zQDTeTewsE { top:1.25rem;left:0.5625rem;width:18.875rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlo5LHkCexqyvyXlonVrDSe85mUDkkW { display:block; }
 }@media only screen and (max-width: 763px) { #PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container { background-color: transparent; background-image: none; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container > .video-iframe-container { display: none; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row > .video-iframe-container { display: none; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .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); }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container { border-width: 0; border-radius: 0; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPBrmeLvCgxaMKGUqXoTQxTsJuZ3yJNU > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rd2LqCQ2tPCGShvs885BxHId5bkSQNvA { width:17.5rem;height:3.8984375rem;top:20.92578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6CbH20BsybLG0GXhcf5HSd0t38XrRJN { width:19.5rem;height:6.25rem;top:19.5rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b7y95eOODH9VLniTDO0J1Xkaayv2XhFu { width:18.75rem;height:15.39355625rem;top:28.75rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK9FaG0IMTPPeRBfm3Jyc9O8GTBSOr6Z { width:18.0625rem;height:15rem;top:1.9375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIz7X4EWH6G8UTNpyKm6D7bDIUTnWGVO { width:16.25rem;height:19.875rem;top:41.0556640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container { background-color: transparent; background-image: none; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container > .video-iframe-container { display: none; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row > .video-iframe-container { display: none; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .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); }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container { border-width: 0; border-radius: 0; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tD7ftWhDHSENTlL3ltaCXXK9yuETGFk8 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUc7D6cF3NyDhP8hhnbsdpwWE3ibgvzi { width:17.5rem;height:5.84765625rem;top:0.451171875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXlp8rtmsAPT82BurrIUHTNkQGRJk5Vm { width:19.5rem;height:6.25rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BNuLO3qFbxBZaWm03x5uBVFns6c50hdJ { width:18.75rem;height:11.1953125rem;top:9.6875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E278BI7NPTpTWxw8P4HQIpbkb0H8H6Bb { width:16.25rem;height:20.5625rem;top:24.3203125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp { display:block; }#szhZsp8Q8Wu7UuO3MsQlbqaM9MxNgcwp > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTKirwOce8pihkN5RIU75T5fOXSe49vX { width:18.75rem;height:5.84765625rem;top:1.1240234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8To9wbGAALUJhz4iVmTVCznRxpTkdrl { display:block; }#q8To9wbGAALUJhz4iVmTVCznRxpTkdrl > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUCMnLdoyaXGmwPr1LWzU6s2AgndQ1l7 { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Hws8L7vTrMF7LEh00mv2Wnu401XuSF2g { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B2Lkl4kWOSEc2iKyJRZOqcEMWPBOBvqp { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAGkngHZCTME2e8ot0tgMdRS2k8MykD { display:block; }
 }@media only screen and (max-width: 763px) { #Fb74E38A3sZO31oHrW4zBShaUGGA8ABL { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPh6ETOTqJss4Re2ZThu9kPFlnPGGqTH { display:block; }
 }@media only screen and (max-width: 763px) { #u5KzHNKk11GkrtH62FLyqHppyb6tRFo1 { width:20rem;height:20rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrMXiHiTiHtzN78fvTr8IdTQMOZudl6F { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwGRuOAO72uW1GyCqkiI7TC7bV1rZMo { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #MAAppe4cXxxcXKB1MJS3FqCMH9JPeET2 { width:9.6875rem;height:10.5625rem;top:14.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z { display:block; }#nHocBzheTZGWV0LS8e3QT4tRrc8S3c4z > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQdKuGTBLO3De0aKui4xiL87D3OB3C8O { width:17.5rem;height:1.94986875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #imHGVd0KBwPgnM7aaPqVWlXow7I54ZHl { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BQD5mqeeKTUJgVqF7okbKxlkqLJ2MvgP { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRvQkUbfhdO9rRrQRPFt7La6nk3r7MQV { display:block; }
 }@media only screen and (max-width: 763px) { #qHAd0ZzDbT0TxgqGzZpEPiwgPh1sEfZJ { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABWV2SJ70E2UrtvAoJPExnhgTE6eTTGw { display:block; }
 }@media only screen and (max-width: 763px) { #Ciay3MZI6cb2186qAXB9Amcf0npI0rPV { width:13.5625rem;height:13.5625rem;top:25.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhI0UqWRtxIQv02wBGgav5aGTGaoMd6W { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #NgGXH7H3uyHcq6wuCI1mRb5ePi8yoIev { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #d39a4c;border-left:0;border-right:0.25rem solid #d39a4c;border-bottom:0.25rem solid #d39a4c;display:block; }
 }@media only screen and (max-width: 763px) { #cDy52a3DJd5A367ZmXW0kpJmwSrpoa20 { width:9.6875rem;height:10.5625rem;top:14.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK { display:block; }#JwRNzIHDHd7hBCwW73KH2CzMrqr6vhEK > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roW9cgpJqtIxuQ71dJvB95m1JHePfmcR { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL6LOlCtBZiwNDppyQH034IzNh4doRzw { width:20rem;height:20rem;top:11.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1RlqT33gTi83E6AtLFcn3U0vqvxL9Ve { width:20rem;height:20rem;top:41.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXsV3ysSK4hgv2A3rQfbttWlaHpPhVp1 { width:12.5rem;height:2.5rem;top:34.4609375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAJ7uTg9akNoce1L3Gn4zrLp68fxmtua { display:block; }
 }@media only screen and (max-width: 763px) { #gaV00ZH5yQS5E1DbuCUw8IPnFkn4hygW { width:19.5rem;height:8.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9AXHtBH3U4ivpD2sqSc5oz8Urt1Mcuu { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LborWxWwzCP3RLzlWmLSa9LQpREd1Sh3 { display:none; }#LborWxWwzCP3RLzlWmLSa9LQpREd1Sh3 > .row .container { width:20rem;height:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LFiUmGEwWDLPZtBAot8XU7TyZtTImlOX { width:13.75rem;height:3.4375rem;top:21.98046875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd2gFU885pcD2TxvEMk4Hiq315DlytkV { display:block; }
 }@media only screen and (max-width: 763px) { #FdUp1Qz54HuUesnZAw0DGy0bTTZLk1AJ { width:19.5rem;height:8.5rem;top:14.755859375rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #L9Z1to208KK5oMFHMNza1l8CnJA9HBhO { width:20rem;height:1.94921875rem;top:18.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqhWQuorpAn43cHQeU5AFmm8StI3gHw9 { width:10.625rem;height:15.0625rem;top:2.13671875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWdNIBab9ZQbtTy1lbuCbvS9zfoURuQF { width:10.625rem;height:15rem;top:26.85546875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHt0TKon0EaFxvvSFNZvL6hAp1pVu2ZQ { width:13.75rem;height:3.4375rem;top:43.10546875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNmxGm5vpQrlJph7yXcsiiVrJNny4NvV { display:block; }
 }@media only screen and (max-width: 763px) { #k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl { display:block; }#k7oAdHn3HGZfpIPTVfiADXk3VetUVhgl > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQxKE5QkBfIdT28CsB6Lf0uXWnh7Ov7I { width:18.75rem;height:1.94986875rem;top:12.775390625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opo567SvUxdpPbsD7oov7Kc2rKv2q4U0 { width:11.8125rem;height:10.875rem;top:0rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqfL9MuTgTpgEIAIUk2v8ulTEgFMVmrd { width:11.8125rem;height:10.75rem;top:17.01171875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 { display:block; }#GeuPTk5Kd5lIDgsAg5Kn3ra6XXQhJgC8 > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpDJ1DPBZcz3Uv7MChCTTMalvxL9UqdB { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkAEPGvwNgMUxpnnwVilZtv6020uhT4H { width:17.125rem;height:19.375rem;top:24.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGKR0C3DSxs1XQ81ZLXT9NvAN6116p3k { width:17.125rem;height:19.375rem;top:48.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSrU3FTUxZH3H7uptgoJST0UX1bgv8nD { width:19.9375rem;height:2.625rem;top:16.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLNN3awRIACtatQTny81KpzooTqLCim { width:19.9375rem;height:1.3125rem;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPyH73raEtoq5STuANhGo1Rlm46c0IF5 { width:19.9375rem;height:2.625rem;top:63.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiOmbFh5ssOiHw0EF6dK7VCmO0bnTqvG { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNMOfngT1bzeqVx3JZ1Oa7T6FPQe7Bz1 { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu3sNardCPObDPHT9wggmdSTA3GbH5Ti { width:2.125rem;height:2.125rem;top:48.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCmqkySSG4DKGn0FgL12sx1ZdcqfBnxV { width:15.9375rem;height:6.5625rem;top:7.96875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tehbt5hsUB3MuVdyCpTxgOkhd8RhSSoX { width:15.9375rem;height:10.5rem;top:29rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST11zWG0mcdDgU6kZA5XQLw5TpUTWWno { width:15.9375rem;height:7.875rem;top:54.0625rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkxqybxiuBfCsfbKPxZFCDb3lOu8D3zT { width:9.375rem;height:12.9375rem;top:69.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds87wTMzlOAbIf2QISR67h5nTgo8aSNG { width:9.375rem;height:12.875rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4JalpiXut6aX4cgoUoZEoJN403brkO6 { width:9.375rem;height:12.9375rem;top:83.90625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC { display:block; }#tpPdmhOpxICfAqWbKxR89s6E7ykUNGrC > .row .container { width:20rem;height:98.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgleEM3RpRH82OC3NtV88mom1W8sROWd { width:17.125rem;height:19.375rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvhDvlukAOCNRNbeBnBzmAFko4U3zVTw { width:17.125rem;height:19.375rem;top:25.28125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAOXiePWUVcKLserZ70apKoKucv6LnDT { width:17.125rem;height:19.375rem;top:49.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIOWX0XJAv74zQZgH2nunL7NtEimeV32 { width:19.9375rem;height:1.3125rem;top:17rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxe0HcfPHO4stJ3yEgDexBH8WBqT5q3I { width:19.9375rem;height:2.625rem;top:40.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nCMCLartJldiJwOBXis0vwMndbumTy { width:19.9375rem;height:1.3125rem;top:61.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHXtDEAe2t8hSvdTBwvZt7bKHGTbXSUF { width:2.125rem;height:2.125rem;top:1.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypfCzTrp8h3dQmTqbtafnluITNM21br4 { width:2.125rem;height:2.125rem;top:25.28125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm9n5TcuBgc47EMhFEZ2sE73OH77TKs9 { width:2.125rem;height:2.125rem;top:49.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE29WhJFTRmqU9AZFM57wrpRzvnR4RmM { width:15.9375rem;height:7.875rem;top:7.3125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvDNDOGspZLdpLq3q5knQFqUyCsJI0OZ { width:15.9375rem;height:7.875rem;top:31.03125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJX47v7eTrXVuWnw6J5MC15lwgr1DDp { width:15.9375rem;height:2.625rem;top:57.6875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqcbrxCEaE5281fTJ62oXfDaeqhS3e9 { width:10rem;height:14.125rem;top:70.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHh3wbCWkqrIbeTzXE52seJlVGzcElt3 { width:10rem;height:14.1875rem;top:83.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBoRN4cQCHMTwcX1KQfT9Np5CBDhaHsg { width:10rem;height:14.1875rem;top:83.40625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED { display:block; }#KbNzWU6zkfzWy8E4qNH06KIeGWBuy2ED > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7Wu1ICgBmPTlc4GRcKTqDvVL1xcWzGx { width:17.125rem;height:19.375rem;top:1.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC4c9EPu1JDzZiaqZ3OSkcZm9t2cgRAz { width:17.125rem;height:19.375rem;top:25.28125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXsGWou2ufF3cU3ZXFyhDElWuP8ghypw { width:17.125rem;height:19.375rem;top:49.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSTCd0TLV4mdeG2M2ZCBJTBPyq7kglS4 { width:19.9375rem;height:1.3125rem;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWE16Tg6JSUrSCsfCrMBDL0fBoagAaF8 { width:19.9375rem;height:1.3125rem;top:41.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVPhVa25erzKU9UkLdmV1nsbq5D97gD6 { width:19.9375rem;height:1.3125rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUIqoEnPMyvQ4iQLZuPsJVwIkan9yWWz { width:2.125rem;height:2.125rem;top:1.8125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ7ECfgVh0FsxRUHhkJnqeVqoEGGXIqw { width:2.125rem;height:2.125rem;top:25.28125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0q6btJf6znc3md6qmZxLOTTtgQFK9Tn { width:2.125rem;height:2.125rem;top:49.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXld0lcCkpbRceSp9yzxhRfm222CGT45 { width:15.9375rem;height:3.9375rem;top:9.53125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZklgDVQ5evv59sGSVb1eaOiaTwhkTX5h { width:15.9375rem;height:9.1875rem;top:30.375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8b9DgZNxVAuvGe2EAyxxE5W2kANPzbn { width:15.9375rem;height:9.1875rem;top:54.53125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM { display:block; }#cPQ6ToJQzqGaMOv57g8rMxmtFGcPmVPM > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOmS5BEv98HnKCGSThOlBJGpC0t2zEg0 { width:20rem;height:1.94986875rem;top:1.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzoMRKV28XUyyPaML69ndqSMPCvedNIB { display:block; }#tzoMRKV28XUyyPaML69ndqSMPCvedNIB > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFgxa0mVIvx377rqhSqWQCM3yS1ZVZoF { width:12.5rem;height:8.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSAz0Z6oy2o7ibgMd5pWvTSVb31cdFd { width:12.5rem;height:3.125rem;top:10.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1qgPZZ1Ko03ZixzUv7UOcsN5RiyUWBx { width:8.875rem;height:6.25rem;top:16.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL03ctsL9N4kgJrLRo68FwlnIML2Aq8q { width:9.125rem;height:9.125rem;top:23.875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 { display:block; }#gkmlWhVz4xlnqT5TfvnNL42Z2pxdFtE6 > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpmzQM428PiGUlKJ9Sos5QOg8nW4sE6 { width:20rem;height:3.8984375rem;top:15.3505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHcxOu25Kd0fhdXJnTobRKicQF7rWMLm { width:19.5rem;height:6rem;top:13.4873046875rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LtfDyH0pD3VZytzg2I6aEWoNH3ah4v61 { width:19.5rem;height:12.924855491329rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hliUThJ3w48iGJiw7UW3n5Q9p80MHDCk { width:17.25rem;height:13.125rem;top:22.4873046875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ax00qw8xGahtMvo18IV4xT0UNILRqD { display:block; }#y0ax00qw8xGahtMvo18IV4xT0UNILRqD > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxPlmrvG9skpgW9TlFdumAAw7ia7gE9N { width:19.5rem;height:8.5rem;top:18.8125rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #FsuMvTGUIVBTr0tAEQe2Kw4k8xIaQQMv { width:20rem;height:3.8984375rem;top:23.23828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0BnPouLKghd0buUnquM9B2tT3WmmQVs { width:17.25rem;height:3.9375rem;top:29.875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ePItDekeg2kUiNEy8O0sXJTzPOlOr1 { width:19.5rem;height:19.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTAE84tGsBvRr1D8U4AwQikhQp2pq01 { width:20rem;height:1.03125rem;top:21.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5uMVopALTuGCyynUBU87IQdP1Jvh0kK { display:block; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZurgvJoZa7ybyEcrRmm6lcVsXTe96cn { width:18.75rem;height:3.8984375rem;top:3.837890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTgwVdSsdPPKf8LuVPzOu7SuGJT2TZK { width:15.375rem;height:10.875rem;top:9.65625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { background-color:transparent;background-image:none;display:block; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { background-color: transparent; background-image: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .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); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { width:20rem;height:0.9746125rem;top:1.421875rem;left:0rem;font-size:0.75rem;color:#000000;display:block; }
 }