.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25a260ca-a4f9-4634-85a8-5127fe3fa80b/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:60rem;position:relative;display:block; }#mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.0625rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:1.5618896484375rem;left:0rem;height:9.111325rem;display:block; }
#kwikJkaUidvLUmMO8NPQx2ZrGo31PTHB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:27.218017578125rem;left:0rem;height:17.8033625rem;display:block; }
#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz { position:relative;display:block; }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz { background-color: transparent; background-image: none; }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz > .row .container > .video-iframe-container { display: none; }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz > .row > .video-iframe-container { display: none; }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz > .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); }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz { border-width: 0; border-radius: 0; }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz > .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; }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.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; }#yqaMsrtIFPpKZxJwt8T7lLJF0kDZ2Qp1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30.99975rem;width:17.374875rem;top:0.9051513671875rem;left:4.998779296875rem;display:block; }
#knUVPfXceyWW5Z3uPGhFRlnPm0ywQZhg { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:6.4375rem;left:26.875rem;height:21.03454375rem;font-style:normal;display:block; }
#THlIZih7g33hbJICm62JZJI82vkbdQrc { color:rgba(var(--color-tertiary-0),1);display:block;width:21.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.6875rem;left:26.875rem;height:2.24975625rem;text-align:left;text-align-last:left;display:block; }
#lt1O2KFQebPCGoGzDO5usIAGRzRdTo91 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.74925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:29.5rem;left:26.875rem;height:1.6870125rem;font-style:normal;display:block; }
#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { background-color: transparent; background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .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); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { border-width: 0; border-radius: 0; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#FWdvBGuy2iLNwcFsRywNRHmNbaAq36ls { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:13.202514648438rem;left:5rem;height:9.56115625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gz5y1A2Nsa09fAZ6yup1zufrpXwHNQSp { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:6.2493896484375rem;left:5rem;height:4.4995125rem;text-align:left;text-align-last:left;display:block; }
#DC2SymXP2pdoXlK7XtRNIMaW3ZcgvXxW { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.312rem;width:17.999875rem;top:1.6552734375rem;left:35.062866210938rem;overflow:hidden;display:block; }
#ePHBNFs4Ms9Aos8PHOIH7tiCimQpaTL6 { color:rgba(var(--color-primary-4),1);display:block;width:16.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:25.43701171875rem;left:5rem;height:1.6870125rem;font-style:normal;display:block; }
#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .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); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { border-width: 0; border-radius: 0; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:block; }#QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:4.81201171875rem;left:36.124877929688rem;height:4.4995125rem;text-align:left;text-align-last:left;display:block; }
#N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:11.749877929688rem;left:36.124877929688rem;height:24.85900625rem;font-style:normal;display:block; }
#duIc2gTvkP5yRH9FcA5tt9o27q8CXLoM { 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:22.5rem;width:23.875rem;top:3.3740234375rem;left:9.6246337890625rem;overflow:hidden;display:block; }
#cJmTQKIw5r7s8TQow2gGnTXT81yKruCV { position:absolute;display:block;z-index:15000;background-color:#443b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:26rem;top:8.3125rem;left:0rem;display:block; }
#wTFPBiurAMTbw3ByD3i0W2dNtzBL75bX { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:12rem;top:18.65576171875rem;left:0.86501677544619rem;overflow:hidden;display:block; }
#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row .container { background-color: transparent; background-image: none; }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row .container > .video-iframe-container { display: none; }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row > .video-iframe-container { display: none; }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .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); }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row .container { border-width: 0; border-radius: 0; }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#kATaksNrlR2Tb9HGETyTEpnNG1p7bA4P { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:4.1632080078125rem;left:3.87451171875rem;height:4.4995125rem;text-align:left;text-align-last:left;display:block; }
#cJVLxVr6GDmi9Quq5nhsxw5w1FN2BgMf { color:rgba(var(--color-tertiary-0),1);display:block;width:21.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:10.43701171875rem;left:3.87451171875rem;height:11.4733875rem;font-style:normal;display:block; }
#DZmDoP873v8xl1iTWaEsRlXGmWW0CvAa { 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.125rem;width:37.8125rem;top:0.99853515625rem;left:24.998168945312rem;overflow:hidden;display:block; }
#kWGhkDx08gHpyBv9wBKbpsTdfqLZgWp1 { position:absolute;display:block;z-index:15000;background-color:#443b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.93725rem;width:25.99975rem;top:9.81201171875rem;left:32.687377929688rem;display:block; }
#KsDUi1KVdcvgWA3BxKE7V8luFFfAJDQ4 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:39.6875rem;top:23.645751953125rem;left:1.0655344699328rem;overflow:hidden;display:block; }
#VFhH9i0hi9mmpwPkQ0CGcbiF0ucriTCx { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:14.0625rem;top:25.098876953125rem;left:42.5341796875rem;overflow:hidden;display:block; }
#bB72ad3u3CBaywe7mT3A2ggFWJhosF8h { color:rgba(var(--color-tertiary-0),1);display:block;width:22.374875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:44.473876953125rem;left:18.81103515625rem;height:1.91223125rem;font-style:normal;display:block; }
#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row .container { background-color: transparent; background-image: none; }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row .container > .video-iframe-container { display: none; }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row > .video-iframe-container { display: none; }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .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); }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row .container { border-width: 0; border-radius: 0; }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row .container { font-size:0.875rem;font-family:arial;height:83.375rem;width:60rem;position:relative;display:block; }#m7WozvSsVNw8N4qJ0b1TOFfpAPTWpgGL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.937375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:6.5380859375rem;left:3.87451171875rem;height:4.4995125rem;text-align:left;text-align-last:left;display:block; }
#snlcMEadtfCGz9dx6CxSRn9nbFrGq86z { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:13.124389648438rem;left:3.87451171875rem;height:21.034575rem;font-style:normal;display:block; }
#LorVfBMk1h8UyWfoQ1ds3Zbaq6Sa7VLp { 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.4375rem;width:22rem;top:2.856791015625rem;left:35.419390701672rem;overflow:hidden;display:block; }
#hLBwlOt1BTKWTlCf2U78FkTh46Uze6iT { position:absolute;display:block;z-index:15000;background-color:#443b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:19.875rem;top:29.124145507812rem;left:25.903661095449rem;display:block; }
#tB70hGR9r79C2kzgEnTunQ0oOLsfPMJ5 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:20rem;top:35.700583007812rem;left:7.8907106730256rem;overflow:hidden;display:block; }
#QnyhDbD0ufRgyfysO4gTaqPq1ZeUv4li { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.248875rem;width:24.498875rem;top:30.595703125rem;left:30.059204101562rem;overflow:hidden;display:block; }
#GQwAWEARVLkOd8KtPhkBkyOIl0m85Gph { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.499875rem;width:20.874625rem;top:53.186645507812rem;left:1.976318359375rem;overflow:hidden;display:block; }
#Ka61OeEbMi6CTobcDCKHWvCRme5tJLCr { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.62475rem;width:29.0625rem;top:56.044921875rem;left:27.186279296875rem;overflow:hidden;display:block; }
#qzhak8Ikgex9n0ZTJHnoFB4IWLfme0EN { position:absolute;display:block;z-index:15001;background-color:#443b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.936625rem;width:25.999125rem;top:58.0615234375rem;left:5.1239013671875rem;display:block; }
#OxDVTM1W7CS9cKx8AQG5E6Awdz8ZGH3w { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.312rem;width:16.437375rem;top:69.685668945312rem;left:9.2486572265625rem;overflow:hidden;display:block; }
#ESNzisB0tSFmn8dxfNaMEhBwDT1zLfEa { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:53.186645507812rem;left:27.186279296875rem;height:1.91223125rem;font-style:normal;display:block; }
#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row .container { background-color: transparent; background-image: none; }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row .container > .video-iframe-container { display: none; }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row > .video-iframe-container { display: none; }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .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); }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row .container { border-width: 0; border-radius: 0; }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row .container { font-size:0.875rem;font-family:arial;height:87.4375rem;width:60rem;position:relative;display:block; }#cxzq19G4X6nb00bxo52SnD5Bnrxiucqf { 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:37.937rem;width:25.187375rem;top:0.7489013671875rem;left:30.997314453125rem;overflow:hidden;display:none; }
#LgVNt8k0mINWuURguWGJe25811K61OTn { position:absolute;display:block;z-index:15000;background-color:#443b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.4375rem;width:25.125rem;top:3.5614013671875rem;left:29.373168945312rem;display:block; }
#mVlD9D1V1TO7mIqtUTtEem9cqKNnwgCu { color:rgba(var(--color-primary-4),1);display:block;width:25.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.692626953125rem;left:1.37451171875rem;height:30.5957rem;font-style:normal;display:block; }
#X6bmk0pDEnsSJhASIfpKVITn1WdFH8MZ { color:rgba(var(--color-primary-4),1);display:block;width:22.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:5.1239013671875rem;left:1.37451171875rem;height:2.24975625rem;text-align:left;text-align-last:left;display:block; }
#XTMGUhGUx31Eduo2hq79TP5hl0mgZbhb { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.874rem;width:38.93675rem;top:41.061401367188rem;left:1.37451171875rem;overflow:hidden;display:block; }
#XVwKqGrQA13e8gOlu0EHTyHWm0gm8H03 { position:absolute;display:block;z-index:15003;background-color:#443b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:37.125rem;top:44.404907226562rem;left:0rem;display:block; }
#TVVxP8EekyuRTV6UgTW8eNdzrrbLITRo { position:absolute;display:block;z-index:15001;background-color:#443b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:20.1875rem;top:56.121215820312rem;left:39.562866210938rem;display:block; }
#XwnvBfdN9DHTBB1wTICmGD4bz0VFANTO { color:rgba(var(--color-primary-4),1);display:block;width:25.1233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:76.761474609375rem;left:2.31201171875rem;height:7.6489375rem;font-style:normal;display:block; }
#p6Gb8BfJxlQ4A2TtxBQi5uT7G4fCQfwX { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:72.872924804688rem;left:2.31201171875rem;height:2.24975625rem;text-align:left;text-align-last:left;display:block; }
#qaMKvHxPnLFN2IVgRUphFKAU5fWKhzce { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.8745rem;width:18.999625rem;top:53.56201171875rem;left:38.435668945312rem;display:block; }
#wMyRJ30gT7LVAQhoJwpIpv5LUn95xF1F { 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:15000;opacity:1;display:none; }
#AbqEGdK2B0GQrlm0QSJxdbeqRPRaieBm { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:24.43725rem;top:1.937255859375rem;left:31.000366210938rem;overflow:hidden;display:block; }
#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row .container { background-color: transparent; background-image: none; }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row .container > .video-iframe-container { display: none; }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row > .video-iframe-container { display: none; }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .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); }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row .container { border-width: 0; border-radius: 0; }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row .container { font-size:0.875rem;font-family:arial;height:75.6875rem;width:60rem;position:relative;display:block; }#Gt2Hk4Ll4ECLsESRGhfybxew1TEf3S0w { color:rgba(var(--color-tertiary-4),1);display:block;width:18.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:5.3125rem;left:29.0625rem;height:13.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oP76zbxMvGUwI0NrMp0mfFbXBCdfv8UX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.3125rem;left:29.0625rem;height:2.24975625rem;text-align:left;text-align-last:left;display:block; }
#rTD1RzsTpKwTGhRRvF3UqMFJOG30Wvkh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:46.373901367188rem;left:4.1546630859375rem;height:16.9921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hinaxZGPGcOTFQs4niXaaBCkXJ8TSqhm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:42.991943359375rem;left:4.1546630859375rem;height:2.24975625rem;text-align:left;text-align-last:left;display:block; }
#DaeBtSPNl3d0QlBSeAXX614B28b38KzU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:45.24169921875rem;left:36.600952148438rem;height:2.24975625rem;text-align:left;text-align-last:left;display:block; }
#ygIuytTil0NZzW1enG6T7KpfnJB276Wu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:47.784423828125rem;left:36.600952148438rem;height:22.08984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i3XRfXMbJckmhMk7ZTPEGCalUEMGzeFS { position:absolute;display:block;z-index:15002;background-color:#443b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.9375rem;width:25.8125rem;top:2.3050537109375rem;left:0.9375rem;display:block; }
#yTEQbMgGNKEhBPTDsNJHR9vm7C2H7JF9 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:25.375rem;top:0.7403564453125rem;left:0rem;overflow:hidden;display:block; }
#PognNqnFX3ZBktl19QEA4lvcN1sh9xST { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.37475rem;width:30.625rem;top:21.217651367188rem;left:28.247680664062rem;overflow:hidden;display:block; }
#p6k5bML0Kc0x520UpskGzXZugp2gkptF { position:absolute;display:block;z-index:15003;background-color:#443b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:26.62475rem;top:25.179443359375rem;left:33.375854492188rem;display:block; }
#ULN9PN9xEOQiA91NSOEPsyqzwcG1IHTM { 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:15000;opacity:1;display:none; }
#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25a260ca-a4f9-4634-85a8-5127fe3fa80b/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.adaptive-delivery-prevent-bg, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyload, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyloading { background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { border-width: 0; border-radius: 0; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#dScT8g0kMFenT1JcXukOKlExAOWJzVTx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.187rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:6.5618896484375rem;left:22.374877929688rem;height:5.06225rem;text-align:left;text-align-last:left;display:block; }
#TgBDTV6f06TxMpdgIBRGSP8HCEelUGTE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:33.24951171875rem;left:3.125rem;height:2.12463125rem;font-style:normal;display:block; }
#t9TTUbG0J19MQr7hW2Je7lviKJ6eHl7z { color:rgba(var(--color-tertiary-0),1);display:block;width:16.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19rem;left:0rem;height:6.75110625rem;font-style:normal;display:block; }
#Txek0vLGhm83BEVAfuwCpAz4wzaWQT0q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:33.375rem;left:0rem; }
#rTrDrTqXzoc9OHx9ReJKdd7vCPKTIC6m { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:18.999633789062rem;left:22.374877929688rem;height:4.2492625rem;font-style:normal;display:block; }
#oOglTHgHE95eX6aTpr6tGhRfeaPTNFXp { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1245rem;width:15.3125rem;top:6.5618896484375rem;left:0rem;overflow:hidden;display:block; }
#kq2tHZl4kLXCVoZhT6J1ru1PqBpF59Dx { 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:15009;opacity:1;top:12.747192382812rem;left:22.374877929688rem; }
#kq2tHZl4kLXCVoZhT6J1ru1PqBpF59Dx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { background-color: transparent; background-image: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .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); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { border-width: 0; border-radius: 0; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { color:rgba(var(--color-secondary-3),0.8);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:2.1875rem;left:0rem;height:0.95641875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:19.0625rem;height:9.0625rem;top:1.5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwikJkaUidvLUmMO8NPQx2ZrGo31PTHB { width:23.3125rem;height:17.8125rem;top:27.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR5VRrk066zzHJl63WaIDCNM3VfQAvyz { display:block; }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqaMsrtIFPpKZxJwt8T7lLJF0kDZ2Qp1 { top:0.875rem;left:0rem;width:17.3125rem;height:30.888462327067rem;display:block; }
 }@media only screen and (max-width: 763px) { #knUVPfXceyWW5Z3uPGhFRlnPm0ywQZhg { width:24.1875rem;height:21rem;top:6.4375rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlIZih7g33hbJICm62JZJI82vkbdQrc { width:21.125rem;height:2.1875rem;top:1.6875rem;left:20.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt1O2KFQebPCGoGzDO5usIAGRzRdTo91 { width:16.6875rem;height:1.625rem;top:29.5rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWdvBGuy2iLNwcFsRywNRHmNbaAq36ls { width:20.3125rem;height:9.5rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5y1A2Nsa09fAZ6yup1zufrpXwHNQSp { width:14.6875rem;height:4.4375rem;top:6.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC2SymXP2pdoXlK7XtRNIMaW3ZcgvXxW { top:1.625rem;left:28.937866210938rem;width:17.9375rem;height:27.217355676081rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePHBNFs4Ms9Aos8PHOIH7tiCimQpaTL6 { width:16.6875rem;height:1.625rem;top:25.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:14.6875rem;height:4.4375rem;top:4.75rem;left:29.999877929688rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:21.0625rem;height:24.8125rem;top:11.6875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duIc2gTvkP5yRH9FcA5tt9o27q8CXLoM { width:23.875rem;height:22.5rem;top:3.3125rem;left:3.4996337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJmTQKIw5r7s8TQow2gGnTXT81yKruCV { width:26rem;height:21.9375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTFPBiurAMTbw3ByD3i0W2dNtzBL75bX { top:18.625rem;left:0rem;width:12rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 { display:block; }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kATaksNrlR2Tb9HGETyTEpnNG1p7bA4P { width:14.6875rem;height:4.4375rem;top:4.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVLxVr6GDmi9Quq5nhsxw5w1FN2BgMf { width:21.0625rem;height:11.4375rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZmDoP873v8xl1iTWaEsRlXGmWW0CvAa { width:37.8125rem;height:25.125rem;top:0.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGhkDx08gHpyBv9wBKbpsTdfqLZgWp1 { width:25.9375rem;height:21.875rem;top:9.75rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsDUi1KVdcvgWA3BxKE7V8luFFfAJDQ4 { top:23.625rem;left:0rem;width:39.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFhH9i0hi9mmpwPkQ0CGcbiF0ucriTCx { top:25.0625rem;left:33.6875rem;width:14.0625rem;height:21.499625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB72ad3u3CBaywe7mT3A2ggFWJhosF8h { width:22.3125rem;height:1.875rem;top:44.4375rem;left:12.68603515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm { display:block; }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7WozvSsVNw8N4qJ0b1TOFfpAPTWpgGL { width:18.875rem;height:4.4375rem;top:6.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snlcMEadtfCGz9dx6CxSRn9nbFrGq86z { width:23.25rem;height:21rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LorVfBMk1h8UyWfoQ1ds3Zbaq6Sa7VLp { width:22rem;height:29.4375rem;top:2.8125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLBwlOt1BTKWTlCf2U78FkTh46Uze6iT { width:19.875rem;height:12.9375rem;top:29.0625rem;left:19.778661095449rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB70hGR9r79C2kzgEnTunQ0oOLsfPMJ5 { top:35.6875rem;left:1.7657106730257rem;width:20rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnyhDbD0ufRgyfysO4gTaqPq1ZeUv4li { top:30.5625rem;left:23.3125rem;width:24.4375rem;height:18.203157606727rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQwAWEARVLkOd8KtPhkBkyOIl0m85Gph { top:53.125rem;left:0rem;width:20.8125rem;height:15.453745800823rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka61OeEbMi6CTobcDCKHWvCRme5tJLCr { top:56rem;left:18.6875rem;width:29.0625rem;height:21.62475rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhak8Ikgex9n0ZTJHnoFB4IWLfme0EN { width:25.9375rem;height:21.875rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxDVTM1W7CS9cKx8AQG5E6Awdz8ZGH3w { top:69.625rem;left:3.1236572265625rem;width:16.375rem;height:12.265279583875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESNzisB0tSFmn8dxfNaMEhBwDT1zLfEa { width:30.3125rem;height:1.875rem;top:53.125rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT { display:block; }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxzq19G4X6nb00bxo52SnD5Bnrxiucqf { width:25.125rem;height:37.84305133028rem;top:0.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgVNt8k0mINWuURguWGJe25811K61OTn { width:25.125rem;height:36.4375rem;top:3.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVlD9D1V1TO7mIqtUTtEem9cqKNnwgCu { width:25.0625rem;height:30.5625rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6bmk0pDEnsSJhASIfpKVITn1WdFH8MZ { width:22.875rem;height:2.1875rem;top:5.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTMGUhGUx31Eduo2hq79TP5hl0mgZbhb { top:41rem;left:0rem;width:38.875rem;height:25.832966285065rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVwKqGrQA13e8gOlu0EHTyHWm0gm8H03 { width:37.125rem;height:23.6875rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVVxP8EekyuRTV6UgTW8eNdzrrbLITRo { width:20.1875rem;height:30.0625rem;top:56.0625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwnvBfdN9DHTBB1wTICmGD4bz0VFANTO { width:25.0625rem;height:7.625rem;top:76.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Gb8BfJxlQ4A2TtxBQi5uT7G4fCQfwX { width:14.6875rem;height:2.1875rem;top:72.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaMKvHxPnLFN2IVgRUphFKAU5fWKhzce { top:53.5rem;left:28.75rem;width:18.9375rem;height:33.763737113232rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMyRJ30gT7LVAQhoJwpIpv5LUn95xF1F { display:none; }
 }@media only screen and (max-width: 763px) { #AbqEGdK2B0GQrlm0QSJxdbeqRPRaieBm { top:1.875rem;left:23.3125rem;width:24.375rem;height:36.781066813983rem;display:block; }
 }@media only screen and (max-width: 763px) { #hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf { display:block; }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gt2Hk4Ll4ECLsESRGhfybxew1TEf3S0w { width:18rem;height:13.5625rem;top:5.3125rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP76zbxMvGUwI0NrMp0mfFbXBCdfv8UX { width:18.75rem;height:2.1875rem;top:2.25rem;left:22.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTD1RzsTpKwTGhRRvF3UqMFJOG30Wvkh { width:18.75rem;height:16.9375rem;top:46.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hinaxZGPGcOTFQs4niXaaBCkXJ8TSqhm { width:20.3125rem;height:2.1875rem;top:42.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaeBtSPNl3d0QlBSeAXX614B28b38KzU { width:15.3125rem;height:2.1875rem;top:45.1875rem;left:30.475952148438rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygIuytTil0NZzW1enG6T7KpfnJB276Wu { width:17.8125rem;height:22.0625rem;top:47.75rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3XRfXMbJckmhMk7ZTPEGCalUEMGzeFS { width:25.8125rem;height:37.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTEQbMgGNKEhBPTDsNJHR9vm7C2H7JF9 { top:0.6875rem;left:0rem;width:25.375rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PognNqnFX3ZBktl19QEA4lvcN1sh9xST { top:21.1875rem;left:17.125rem;width:30.625rem;height:20.37475rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6k5bML0Kc0x520UpskGzXZugp2gkptF { width:26.5625rem;height:17.8125rem;top:25.125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULN9PN9xEOQiA91NSOEPsyqzwcG1IHTM { display:none; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:19.125rem;height:5rem;top:6.5rem;left:16.249877929688rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgBDTV6f06TxMpdgIBRGSP8HCEelUGTE { width:20.375rem;height:2.125rem;top:33.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9TTUbG0J19MQr7hW2Je7lviKJ6eHl7z { width:16.6875rem;height:6.75rem;top:19rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txek0vLGhm83BEVAfuwCpAz4wzaWQT0q { top:33.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTrDrTqXzoc9OHx9ReJKdd7vCPKTIC6m { width:17.875rem;height:4.1875rem;top:18.9375rem;left:16.249877929688rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOglTHgHE95eX6aTpr6tGhRfeaPTNFXp { top:6.5rem;left:0rem;width:15.3125rem;height:10.1245rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq2tHZl4kLXCVoZhT6J1ru1PqBpF59Dx { top:12.6875rem;left:16.249877929688rem;width:3.125rem;height:3.125rem;display:block; }
#kq2tHZl4kLXCVoZhT6J1ru1PqBpF59Dx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:7.3125rem;height:0.9375rem;top:2.1875rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25a260ca-a4f9-4634-85a8-5127fe3fa80b/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:20rem;height:6.1254875rem;top:4.9993896484375rem;left:0rem;font-size:3.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kwikJkaUidvLUmMO8NPQx2ZrGo31PTHB { width:20rem;height:11.0656875rem;top:21.0595703125rem;left:0rem;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MR5VRrk066zzHJl63WaIDCNM3VfQAvyz { display:block; }#MR5VRrk066zzHJl63WaIDCNM3VfQAvyz > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqaMsrtIFPpKZxJwt8T7lLJF0kDZ2Qp1 { width:19.8125rem;height:35.5625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knUVPfXceyWW5Z3uPGhFRlnPm0ywQZhg { width:20rem;height:18.69140625rem;top:41.124755859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlIZih7g33hbJICm62JZJI82vkbdQrc { width:20rem;height:1.799925rem;top:38.200805664062rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt1O2KFQebPCGoGzDO5usIAGRzRdTo91 { width:16.686375rem;height:1.6870125rem;top:60.753173828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWdvBGuy2iLNwcFsRywNRHmNbaAq36ls { width:20rem;height:9.56115625rem;top:7.037353515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5y1A2Nsa09fAZ6yup1zufrpXwHNQSp { width:14.6875rem;height:3.59985625rem;top:1.624755859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC2SymXP2pdoXlK7XtRNIMaW3ZcgvXxW { width:19.937125rem;height:30.3125rem;top:20.347290039062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePHBNFs4Ms9Aos8PHOIH7tiCimQpaTL6 { width:16.687rem;height:1.6870125rem;top:17.785034179688rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:20rem;height:4.049075rem;top:1.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:20rem;height:22.08984375rem;top:6.1865234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duIc2gTvkP5yRH9FcA5tt9o27q8CXLoM { width:18.8745rem;height:17.749625rem;top:29.6923828125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cJmTQKIw5r7s8TQow2gGnTXT81yKruCV { width:17.687375rem;height:13.8745rem;top:34.404907226562rem;left:2.3126220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTFPBiurAMTbw3ByD3i0W2dNtzBL75bX { width:11.998875rem;height:16.062625rem;top:45.035400390625rem;left:1.10107421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 { display:block; }#eDntqgw3Pu4yuU2WPnP2W9zULJyfJPd2 > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kATaksNrlR2Tb9HGETyTEpnNG1p7bA4P { width:20rem;height:4.049075rem;top:2.99951171875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVLxVr6GDmi9Quq5nhsxw5w1FN2BgMf { width:20rem;height:10.1953125rem;top:7.81201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZmDoP873v8xl1iTWaEsRlXGmWW0CvAa { width:18.937375rem;height:12.5rem;top:32.493286132812rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kWGhkDx08gHpyBv9wBKbpsTdfqLZgWp1 { width:17.75rem;height:13.625rem;top:32.493286132812rem;left:2.1730198848952rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsDUi1KVdcvgWA3BxKE7V8luFFfAJDQ4 { width:20rem;height:10.437rem;top:18.994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFhH9i0hi9mmpwPkQ0CGcbiF0ucriTCx { width:14.1875rem;height:21.875rem;top:43.009623046875rem;left:5.5742976344227rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bB72ad3u3CBaywe7mT3A2ggFWJhosF8h { width:20rem;height:1.69921875rem;top:29.99169921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm { display:block; }#EElPTNx5ye4oND2GkTi3nlMsFT8NT5Qm > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7WozvSsVNw8N4qJ0b1TOFfpAPTWpgGL { width:20rem;height:3.8244625rem;top:2.9364013671875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snlcMEadtfCGz9dx6CxSRn9nbFrGq86z { width:20rem;height:18.6914375rem;top:8.7481689453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LorVfBMk1h8UyWfoQ1ds3Zbaq6Sa7VLp { width:12rem;height:16.3125rem;top:28.883544921875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hLBwlOt1BTKWTlCf2U78FkTh46Uze6iT { width:11.187125rem;height:14.12475rem;top:33.430786132812rem;left:2.8753662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB70hGR9r79C2kzgEnTunQ0oOLsfPMJ5 { width:11.375rem;height:8.375rem;top:46.616821289062rem;left:0.584716796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnyhDbD0ufRgyfysO4gTaqPq1ZeUv4li { width:10.874625rem;height:8.125rem;top:41.133422851562rem;left:9.1253662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQwAWEARVLkOd8KtPhkBkyOIl0m85Gph { width:13.624875rem;height:10.06225rem;top:56.071166992188rem;left:6.375732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka61OeEbMi6CTobcDCKHWvCRme5tJLCr { width:17.687375rem;height:13.125rem;top:75.187377929688rem;left:2.3126220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhak8Ikgex9n0ZTJHnoFB4IWLfme0EN { width:9.25rem;height:13.125rem;top:62.335815429688rem;left:5.1340984164484rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxDVTM1W7CS9cKx8AQG5E6Awdz8ZGH3w { width:13.4375rem;height:9.9375rem;top:64.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESNzisB0tSFmn8dxfNaMEhBwDT1zLfEa { width:20rem;height:3.3984375rem;top:89.26123046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT { display:block; }#M4ZzwLbiQbT0y8yT0bvDHQGfTqQm7TgT > .row .container { width:20rem;height:119.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxzq19G4X6nb00bxo52SnD5Bnrxiucqf { width:18.125rem;height:27.75rem;top:35.872680664062rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LgVNt8k0mINWuURguWGJe25811K61OTn { width:17.6875rem;height:26.4375rem;top:37.109375rem;left:2.3126220703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVlD9D1V1TO7mIqtUTtEem9cqKNnwgCu { width:20rem;height:30.5859375rem;top:4.7845458984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6bmk0pDEnsSJhASIfpKVITn1WdFH8MZ { width:20rem;height:1.91223125rem;top:1.685791015625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTMGUhGUx31Eduo2hq79TP5hl0mgZbhb { width:20rem;height:13.2898125rem;top:130.62377929688rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVwKqGrQA13e8gOlu0EHTyHWm0gm8H03 { width:18.625rem;height:26.75rem;top:37.996826171875rem;left:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TVVxP8EekyuRTV6UgTW8eNdzrrbLITRo { width:20rem;height:32.24975rem;top:91.984252929688rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwnvBfdN9DHTBB1wTICmGD4bz0VFANTO { width:20rem;height:8.496125rem;top:109.61669921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Gb8BfJxlQ4A2TtxBQi5uT7G4fCQfwX { width:14.6875rem;height:1.799925rem;top:107.04895019531rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaMKvHxPnLFN2IVgRUphFKAU5fWKhzce { width:20rem;height:35.874rem;top:68.709716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMyRJ30gT7LVAQhoJwpIpv5LUn95xF1F { display:flex;top:64.746704101562rem;left:15.0390625rem;width:3.125rem;height:3.125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #AbqEGdK2B0GQrlm0QSJxdbeqRPRaieBm { width:20rem;height:30.031282586027rem;top:106.77121679687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf { display:block; }#hysTJ2k08oOQELaNtM2sQ6k35uF8Jdmf > .row .container { width:20rem;height:119.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gt2Hk4Ll4ECLsESRGhfybxew1TEf3S0w { width:17.062375rem;height:13.59375rem;top:5rem;left:0rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oP76zbxMvGUwI0NrMp0mfFbXBCdfv8UX { width:20rem;height:2.24975625rem;top:2.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTD1RzsTpKwTGhRRvF3UqMFJOG30Wvkh { width:20rem;height:16.9921875rem;top:57rem;left:0rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hinaxZGPGcOTFQs4niXaaBCkXJ8TSqhm { width:20rem;height:2.24975625rem;top:53.811645507812rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaeBtSPNl3d0QlBSeAXX614B28b38KzU { width:20rem;height:2.24975625rem;top:91.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygIuytTil0NZzW1enG6T7KpfnJB276Wu { width:19.87425rem;height:22.08984375rem;top:94.5625rem;left:0rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i3XRfXMbJckmhMk7ZTPEGCalUEMGzeFS { width:19.75rem;height:29.5625rem;top:22.529052734375rem;left:1.4996337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTEQbMgGNKEhBPTDsNJHR9vm7C2H7JF9 { width:20rem;height:30.0494375rem;top:20.535278320312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PognNqnFX3ZBktl19QEA4lvcN1sh9xST { width:20rem;height:13.3056875rem;top:75.10498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6k5bML0Kc0x520UpskGzXZugp2gkptF { width:20rem;height:14.0625rem;top:75.703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULN9PN9xEOQiA91NSOEPsyqzwcG1IHTM { display:flex;top:90.78857421875rem;left:15.43701171875rem;width:3.125rem;height:3.125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25a260ca-a4f9-4634-85a8-5127fe3fa80b/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.adaptive-delivery-prevent-bg, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyload, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyloading { background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:20rem;height:3.486325rem;top:3.24951171875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgBDTV6f06TxMpdgIBRGSP8HCEelUGTE { width:17.249125rem;height:1.79931875rem;top:33.473510742188rem;left:2.7508544921875rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #t9TTUbG0J19MQr7hW2Je7lviKJ6eHl7z { width:14.312125rem;height:6.187125rem;top:18.93798828125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txek0vLGhm83BEVAfuwCpAz4wzaWQT0q { display:flex;width:2.37426875rem;height:2.37426875rem;top:33.18603515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTrDrTqXzoc9OHx9ReJKdd7vCPKTIC6m { width:12.24975rem;height:3.1982375rem;top:26.304931640625rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oOglTHgHE95eX6aTpr6tGhRfeaPTNFXp { width:11.75rem;height:7.6875rem;top:9.1241455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq2tHZl4kLXCVoZhT6J1ru1PqBpF59Dx { display:flex;width:3.81225625rem;height:3.81225625rem;top:19.561157226562rem;left:15.06103515625rem; }
#kq2tHZl4kLXCVoZhT6J1ru1PqBpF59Dx > img { max-width: 100%;max-height:100%; width:3.81225625rem; height:3.81225625rem; } }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:20rem;height:0.74340625rem;top:0.736328125rem;left:0rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }