.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:248,240,229;--color-primary-1:232,205,169;--color-primary-2:209,154,82;--color-primary-3:105,77,41;--color-primary-4:31,23,12;--color-secondary-0:217,229,228;--color-secondary-1:128,167,166;--color-secondary-2:1,79,77;--color-secondary-3:1,40,39;--color-secondary-4:0,12,12;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2b2a2547-470c-44c6-9a68-077b0854dd02/bckg2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW.adaptive-delivery-prevent-bg, #eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW.lazyload, #eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW.lazyloading { background-image: none; }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row .container { background-color: transparent; background-image: none; }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row .container > .video-iframe-container { display: none; }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row > .video-iframe-container { display: none; }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .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); }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row .container { border-width: 0; border-radius: 0; }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row .container { font-size:0.875rem;font-family:arial;height:158.3125rem;width:75rem;position:relative;display:block; }#VNRy3ptkd2aK3clolkhgxNAGUBiNglBi { position:absolute;display:block;z-index:15007;height:12.5rem;width:8.9375rem;top:82.0625rem;left:52.25rem;display:block; }
#zJsk82mDw2BhzQu6Jin7KLTiOJlBKr0Q { position:absolute;display:block;z-index:15008;height:12.625rem;width:9rem;top:81.75rem;left:42.6875rem;display:block; }
#icAavZmaEDRESM0NTAtUBKg8d69b1KbN { position:absolute;display:block;z-index:15009;height:12.4375rem;width:8.9375rem;top:81.8125rem;left:33.0625rem;display:block; }
#QlkwhKtTpgNT84NPMgDi565yKLWmbE1b { position:absolute;display:block;z-index:15010;height:12.6875rem;width:9.0625rem;top:81.875rem;left:23.5rem;display:block; }
#IsM1l33HNl74cpVfOfmVFCwnmBnTqa2l { position:absolute;display:block;z-index:15011;height:12.5rem;width:8.8125rem;top:82.0625rem;left:13.8125rem;display:block; }
#UbdSOo4yCoL2OdTeS8vU5zJHIXG9pT8y { position:absolute;display:block;z-index:15012;height:12.4375rem;width:8.6875rem;top:96.1875rem;left:9.875rem;display:block; }
#PE0NVmE33rGIuIXDc31ziT0iaaPHm40r { position:absolute;display:block;z-index:15013;height:12.5rem;width:8.75rem;top:96.125rem;left:19.1875rem;display:block; }
#w8FnNnSgqr9zDEUr4PUmdPXJQl82NcL2 { position:absolute;display:block;z-index:15014;height:12.4375rem;width:8.6875rem;top:96.1875rem;left:28.75rem;display:block; }
#sz0siZbuXWKOszMoBy6eq8IGK2QZraol { position:absolute;display:block;z-index:15015;height:12.5625rem;width:8.8125rem;top:96.0625rem;left:38.125rem;display:block; }
#OWXnm79zKZVLwDQEWxPvtwKxaRA2zhcn { position:absolute;display:block;z-index:15016;height:12.3125rem;width:8.5625rem;top:96.1875rem;left:47.9375rem;display:block; }
#vBeKOR6kisrPtZXmcETzca5ACeOyQtVe { position:absolute;display:block;z-index:15017;height:12.5rem;width:8.625rem;top:96.125rem;left:57.1875rem;display:block; }
#F15k0BLws7l85aIGPdr0B94CVMu9qdnb { position:absolute;display:block;z-index:15015;height:12.625rem;width:8.5rem;top:110.6875rem;left:23.0625rem;display:block; }
#E3nDICkCCHWqWfTyphENHxEmLWW0vdgB { position:absolute;display:block;z-index:15016;height:13.375rem;width:9.125rem;top:110.3125rem;left:32.125rem;display:block; }
#WAHzCwarLf3claXcMbgy3xcf3HJmX15X { position:absolute;display:block;z-index:15017;height:12.625rem;width:8.6875rem;top:110.6875rem;left:41.625rem;display:block; }
#PLpGEuhV3N5cbAhe0P8JoifnizQrcxd9 { position:absolute;display:block;z-index:15018;height:12.625rem;width:8.75rem;top:110.6875rem;left:51.0625rem;display:block; }
#XIoScgwuTsyMz6DJrxTnBNubzmm9anW4 { position:absolute;display:block;z-index:15016;height:11.125rem;width:7.375rem;top:126.25rem;left:24.625rem;display:block; }
#pI6zvu3iRBcwGqUmaEn2zm4n3JmU2MHe { position:absolute;display:block;z-index:15017;height:11.125rem;width:7.6875rem;top:126.125rem;left:34rem;display:block; }
#x36rvLEWXDToDqPEyVWVcNSInuTzTepq { position:absolute;display:block;z-index:15018;height:11.125rem;width:7.375rem;top:126.25rem;left:43rem;display:block; }
#yLAtzOJesThTVfKEUMrTZ2AR9WPyDLla { position:absolute;display:block;z-index:15016;height:13rem;width:8.625rem;top:110.5rem;left:13.375rem;display:block; }
#TwPewapeZfrciV9rqC9w7KhtF7qn2TmX { position:absolute;display:block;z-index:15017;height:12.875rem;width:8.3125rem;top:110.75rem;left:4.375rem;display:block; }
#SSwvbAspwvgqmWLTkvUcvuiOrPPcP6f7 { position:absolute;display:block;z-index:15019;height:12.5625rem;width:8.75rem;top:110.6875rem;left:60.625rem;display:block; }
#THynuyrNuUQ5pwBtUP1WGGvs2gv74TPX { position:absolute;display:block;z-index:15003;height:11.3125rem;width:8.125rem;top:68.125rem;left:19rem;display:block; }
#fqX0hTPv0T8PNO2qNSaLsRaD6VJyWzU4 { position:absolute;display:block;z-index:15004;height:11.3125rem;width:8.125rem;top:68.125rem;left:28.5625rem;display:block; }
#PwlEC9hq9lJFfiKilQtK6Ty6MVQnvgsq { position:absolute;display:block;z-index:15005;height:11.3125rem;width:8.0625rem;top:68.125rem;left:38rem;display:block; }
#TScLoP1RFHhyVkWVQuJ3NhsBLqOllaNb { position:absolute;display:block;z-index:15006;height:11.75rem;width:8.4375rem;top:67.875rem;left:47.5625rem;display:block; }
#STbt1xO6HvQJM0Qt3DBahmTK0Tk2D9R1 { position:absolute;display:block;z-index:15004;height:11.75rem;width:8.4375rem;top:54.4375rem;left:43.875rem;display:block; }
#bNnxVFwIKaWBKheQn7vzTMnckoh8fPnf { position:absolute;display:block;z-index:15003;height:11.875rem;width:8.5625rem;top:54.375rem;left:34.1875rem;display:block; }
#zmpR17O8wR2lP3ChG6iRBbnHayPB2QfX { position:absolute;display:block;z-index:15002;height:11.9375rem;width:8.5625rem;top:54.375rem;left:24.625rem;display:block; }
#kvu0c1GfMQKHNg2Xxho0x0yq89Jor0xI { position:absolute;display:block;z-index:15001;height:11.75rem;width:8.4375rem;top:40.5625rem;left:29.6875rem;display:block; }
#H5bzhpB9v2iUiEqEi98CtyQaN6nbE4Hk { position:absolute;display:block;z-index:15002;height:11.75rem;width:8.4375rem;top:40.625rem;left:38.5625rem;display:block; }
#fPHwmaNaEZeWT942mQPATRs9ZmO8xeTo { position:absolute;display:block;z-index:15020;height:6.5rem;width:11.625rem;top:0rem;left:63.265173410406rem;display:block; }
#Cv5U6hBrTu3EvJMlqCVx4NZ4xy1BhaPM { background-color:#dc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lexend;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:146.125rem;left:23.875rem;display:block; }
#wG0hkTtoF8QyoHsDL6Lap0ISMCbK8gDB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HlwGoBWJudrbekoeSwAc4wHs4m6hihio { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:lexend;font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:155.5rem;left:26.0625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi { position:relative;display:none; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi { border-width: 0; border-radius: 0; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .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; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Aud02HTRwvgoJBxioTX2tTsTLyBD6UMt { position:absolute;display:block;z-index:15000;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:58.875rem;width:75rem;display:none; }
#gUmTdXbb37sQCX1vvDJPifq1TwWSqIOF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:7rem;left:0.9375rem;display:none; }
#DZIiPq8CobUR82URO6w5mTtnKo26aBMv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:14.1875rem;left:2.625rem;display:none; }
#xzTTSVASqDVnlF76PIzSGMi6T4zkPckC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:43.875rem;left:1.0625rem;display:none; }
#MZkQARKxrzAtwXiJyF5Iql5i6TrcFVUk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:16.0625rem;left:1.0625rem;display:none; }
#KNuAOaheVUFUusM4naex8ZywhBX2dVLp { position:absolute;display:block;z-index:15000;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:74.25rem;width:45.5625rem;display:none; }
#UwWCvDTv9WQIzt3VWADJekMQPceQXaZo { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:lexend;font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:155.5rem;left:26.0625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:none; }
#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;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; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { border-width: 0; border-radius: 0; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW { display:block; }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNRy3ptkd2aK3clolkhgxNAGUBiNglBi { top:82.0625rem;left:38.625rem;width:8.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJsk82mDw2BhzQu6Jin7KLTiOJlBKr0Q { top:81.75rem;left:29.0625rem;width:9rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icAavZmaEDRESM0NTAtUBKg8d69b1KbN { top:81.8125rem;left:19.4375rem;width:8.9375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlkwhKtTpgNT84NPMgDi565yKLWmbE1b { top:81.875rem;left:9.875rem;width:9.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsM1l33HNl74cpVfOfmVFCwnmBnTqa2l { top:82.0625rem;left:0.1875rem;width:8.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbdSOo4yCoL2OdTeS8vU5zJHIXG9pT8y { top:96.1875rem;left:0rem;width:8.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE0NVmE33rGIuIXDc31ziT0iaaPHm40r { top:96.125rem;left:5.5625rem;width:8.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8FnNnSgqr9zDEUr4PUmdPXJQl82NcL2 { top:96.1875rem;left:15.125rem;width:8.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz0siZbuXWKOszMoBy6eq8IGK2QZraol { top:96.0625rem;left:24.5rem;width:8.8125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWXnm79zKZVLwDQEWxPvtwKxaRA2zhcn { top:96.1875rem;left:34.3125rem;width:8.5625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBeKOR6kisrPtZXmcETzca5ACeOyQtVe { top:96.125rem;left:39.125rem;width:8.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F15k0BLws7l85aIGPdr0B94CVMu9qdnb { top:110.6875rem;left:9.4375rem;width:8.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3nDICkCCHWqWfTyphENHxEmLWW0vdgB { top:110.3125rem;left:18.5rem;width:9.125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAHzCwarLf3claXcMbgy3xcf3HJmX15X { top:110.6875rem;left:28rem;width:8.6875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLpGEuhV3N5cbAhe0P8JoifnizQrcxd9 { top:110.6875rem;left:37.4375rem;width:8.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIoScgwuTsyMz6DJrxTnBNubzmm9anW4 { top:126.25rem;left:11rem;width:7.375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI6zvu3iRBcwGqUmaEn2zm4n3JmU2MHe { top:126.125rem;left:20.375rem;width:7.6875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x36rvLEWXDToDqPEyVWVcNSInuTzTepq { top:126.25rem;left:29.375rem;width:7.375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLAtzOJesThTVfKEUMrTZ2AR9WPyDLla { top:110.5rem;left:0rem;width:8.625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwPewapeZfrciV9rqC9w7KhtF7qn2TmX { top:110.75rem;left:0rem;width:8.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSwvbAspwvgqmWLTkvUcvuiOrPPcP6f7 { top:110.6875rem;left:39rem;width:8.75rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THynuyrNuUQ5pwBtUP1WGGvs2gv74TPX { top:68.125rem;left:5.375rem;width:8.125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqX0hTPv0T8PNO2qNSaLsRaD6VJyWzU4 { top:68.125rem;left:14.9375rem;width:8.125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwlEC9hq9lJFfiKilQtK6Ty6MVQnvgsq { top:68.125rem;left:24.375rem;width:8.0625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TScLoP1RFHhyVkWVQuJ3NhsBLqOllaNb { top:67.875rem;left:33.9375rem;width:8.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbt1xO6HvQJM0Qt3DBahmTK0Tk2D9R1 { top:54.4375rem;left:30.25rem;width:8.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNnxVFwIKaWBKheQn7vzTMnckoh8fPnf { top:54.375rem;left:20.5625rem;width:8.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmpR17O8wR2lP3ChG6iRBbnHayPB2QfX { top:54.375rem;left:11rem;width:8.5625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvu0c1GfMQKHNg2Xxho0x0yq89Jor0xI { top:40.5625rem;left:16.0625rem;width:8.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5bzhpB9v2iUiEqEi98CtyQaN6nbE4Hk { top:40.625rem;left:24.9375rem;width:8.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHwmaNaEZeWT942mQPATRs9ZmO8xeTo { top:0rem;left:9rem;width:11.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv5U6hBrTu3EvJMlqCVx4NZ4xy1BhaPM { width:27.25rem;height:3.4375rem;top:146.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG0hkTtoF8QyoHsDL6Lap0ISMCbK8gDB { display:block; }
 }@media only screen and (max-width: 763px) { #HlwGoBWJudrbekoeSwAc4wHs4m6hihio { top:155.5rem;left:12.4375rem;width:24.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi { display:none; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Aud02HTRwvgoJBxioTX2tTsTLyBD6UMt { width:47.75rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUmTdXbb37sQCX1vvDJPifq1TwWSqIOF { top:7rem;left:0rem;width:18.125rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZIiPq8CobUR82URO6w5mTtnKo26aBMv { top:14.1875rem;left:0rem;width:14.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzTTSVASqDVnlF76PIzSGMi6T4zkPckC { top:43.875rem;left:0rem;width:17.875rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZkQARKxrzAtwXiJyF5Iql5i6TrcFVUk { top:16.0625rem;left:0rem;width:17.8125rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNuAOaheVUFUusM4naex8ZywhBX2dVLp { width:45.5625rem;height:74.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwWCvDTv9WQIzt3VWADJekMQPceQXaZo { top:155.5rem;left:12.4375rem;width:24.3125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW { display:none; }#eHpy0oPTQpbuiqQPE4q3ADrKVrs3smvW > .row .container { width:20rem;height:13.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VNRy3ptkd2aK3clolkhgxNAGUBiNglBi { width:8.9375rem;height:12.5rem;top:82.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJsk82mDw2BhzQu6Jin7KLTiOJlBKr0Q { width:9rem;height:12.625rem;top:81.75rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #icAavZmaEDRESM0NTAtUBKg8d69b1KbN { width:8.9375rem;height:12.4375rem;top:81.8125rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlkwhKtTpgNT84NPMgDi565yKLWmbE1b { width:9.0625rem;height:12.6875rem;top:81.875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsM1l33HNl74cpVfOfmVFCwnmBnTqa2l { width:8.8125rem;height:12.5rem;top:82.0625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbdSOo4yCoL2OdTeS8vU5zJHIXG9pT8y { width:8.6875rem;height:12.4375rem;top:96.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PE0NVmE33rGIuIXDc31ziT0iaaPHm40r { width:8.75rem;height:12.5rem;top:96.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8FnNnSgqr9zDEUr4PUmdPXJQl82NcL2 { width:8.6875rem;height:12.4375rem;top:96.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sz0siZbuXWKOszMoBy6eq8IGK2QZraol { width:8.8125rem;height:12.5625rem;top:96.0625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWXnm79zKZVLwDQEWxPvtwKxaRA2zhcn { width:8.5625rem;height:12.3125rem;top:96.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBeKOR6kisrPtZXmcETzca5ACeOyQtVe { width:8.625rem;height:12.5rem;top:96.125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F15k0BLws7l85aIGPdr0B94CVMu9qdnb { width:8.5rem;height:12.625rem;top:110.6875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3nDICkCCHWqWfTyphENHxEmLWW0vdgB { width:9.125rem;height:13.375rem;top:110.3125rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAHzCwarLf3claXcMbgy3xcf3HJmX15X { width:8.6875rem;height:12.625rem;top:110.6875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLpGEuhV3N5cbAhe0P8JoifnizQrcxd9 { width:8.75rem;height:12.625rem;top:110.6875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIoScgwuTsyMz6DJrxTnBNubzmm9anW4 { width:7.375rem;height:11.125rem;top:126.25rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pI6zvu3iRBcwGqUmaEn2zm4n3JmU2MHe { width:7.6875rem;height:11.125rem;top:126.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x36rvLEWXDToDqPEyVWVcNSInuTzTepq { width:7.375rem;height:11.125rem;top:126.25rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLAtzOJesThTVfKEUMrTZ2AR9WPyDLla { width:8.625rem;height:13rem;top:110.5rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwPewapeZfrciV9rqC9w7KhtF7qn2TmX { width:8.3125rem;height:12.875rem;top:110.75rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSwvbAspwvgqmWLTkvUcvuiOrPPcP6f7 { width:8.75rem;height:12.5625rem;top:110.6875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #THynuyrNuUQ5pwBtUP1WGGvs2gv74TPX { width:8.125rem;height:11.3125rem;top:68.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqX0hTPv0T8PNO2qNSaLsRaD6VJyWzU4 { width:8.125rem;height:11.3125rem;top:68.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwlEC9hq9lJFfiKilQtK6Ty6MVQnvgsq { width:8.0625rem;height:11.3125rem;top:68.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TScLoP1RFHhyVkWVQuJ3NhsBLqOllaNb { width:8.4375rem;height:11.75rem;top:67.875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #STbt1xO6HvQJM0Qt3DBahmTK0Tk2D9R1 { width:8.4375rem;height:11.75rem;top:54.4375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNnxVFwIKaWBKheQn7vzTMnckoh8fPnf { width:8.5625rem;height:11.875rem;top:54.375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmpR17O8wR2lP3ChG6iRBbnHayPB2QfX { width:8.5625rem;height:11.9375rem;top:54.375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvu0c1GfMQKHNg2Xxho0x0yq89Jor0xI { width:8.4375rem;height:11.75rem;top:40.5625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5bzhpB9v2iUiEqEi98CtyQaN6nbE4Hk { width:8.4375rem;height:11.75rem;top:40.625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPHwmaNaEZeWT942mQPATRs9ZmO8xeTo { width:11.625rem;height:6.5rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv5U6hBrTu3EvJMlqCVx4NZ4xy1BhaPM { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG0hkTtoF8QyoHsDL6Lap0ISMCbK8gDB { display:block; }
 }@media only screen and (max-width: 763px) { #HlwGoBWJudrbekoeSwAc4wHs4m6hihio { width:20rem;height:0.9746125rem;top:12.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d574a3a9-34c2-4f85-b58a-05423eb53c58/bckgplus.png");background-position:center !important;background-repeat:repeat-x !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;display:block; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi.adaptive-delivery-prevent-bg, #QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi.lazyload, #QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi.lazyloading { background-image: none; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row .container { background-color: transparent; background-image: none; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row .container > .video-iframe-container { display: none; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row > .video-iframe-container { display: none; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .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); }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row .container { border-width: 0; border-radius: 0; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOP9OqG3IitzOrsA3qBXQmZ61ETWXXdi > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aud02HTRwvgoJBxioTX2tTsTLyBD6UMt { top:0rem;left:5.53125rem;width:8.9375rem;height:7rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gUmTdXbb37sQCX1vvDJPifq1TwWSqIOF { top:7rem;left:0.9375rem;width:18.125rem;height:10.2363125rem;z-index:15001;font-family:lexend;color:#ffffff;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZIiPq8CobUR82URO6w5mTtnKo26aBMv { top:14.1875rem;left:2.625rem;width:14.75rem;height:;z-index:15002;font-family:lexend;color:rgba(var(--color-primary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzTTSVASqDVnlF76PIzSGMi6T4zkPckC { top:19.1875rem;left:1.625rem;width:16.75rem;height:6.82425rem;z-index:15002;font-family:lexend;color:#ffffff;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZkQARKxrzAtwXiJyF5Iql5i6TrcFVUk { top:16.109375rem;left:1.09375rem;width:17.8125rem;height:2.03125rem;z-index:15003;font-family:lexend;color:#ffffff;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNuAOaheVUFUusM4naex8ZywhBX2dVLp { top:28.0625rem;left:1.6875rem;width:16.625rem;height:27.3125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UwWCvDTv9WQIzt3VWADJekMQPceQXaZo { width:20rem;height:0.9746125rem;top:59.962890625rem;left:0rem;font-size:0.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }