.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:250,214,214;--color-primary-1:239,133,133;--color-primary-2:229,51,51;--color-primary-3:222,0,0;--color-primary-4:77,0,0;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"arial";--paragraphs-font-family:"arial"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row .container { background-color: transparent; background-image: none; }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row .container > .video-iframe-container { display: none; }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row > .video-iframe-container { display: none; }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .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); }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row .container { border-width: 0; border-radius: 0; }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#XcRrmOcXpd87GBqTts4gKTSFQ41VWp82 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:8.125rem;top:0.0625rem;left:0.125rem;overflow:hidden;display:block; }
#fdC7vMNPD9e5zsy3G0AGppfGp2yfR8eP { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3f3b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.6875rem;left:20.8125rem;display:block; }
#Uhzd7ThI3pUR3dRazVBRR5Kv9zpphJW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IAXVbNQfekBTxErg15s6P51NIT1egzwg { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3f3b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.6875rem;left:31.6875rem;display:block; }
#GEpl5t5fV1XyGTUOiiEQnt5AoiVuxdpL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmHvk334Ctw2IOJiF2LTBk7M9ROZCISA { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3f3b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.6875rem;left:42.625rem;display:block; }
#AWK56bW4Vo94hMpcyu12VDs0kLWdeCks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5SGlFz6dAklX3IWnNbUd0fN3E8SN1V7 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3f3b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.6875rem;left:53.6875rem;display:block; }
#B6ZIWT0E7VVFp8yeTIU7xQxhN5qwsQ71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goO01oi2ovBJAavomMysd5x9EMKn9Zgt { background-color:#de0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.46875rem;left:65.3125rem;display:block; }
#rz5l0S9U47wcUsRaeEoQkUGuAfrgvxu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI { position:relative;display:block; }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI { background-color: transparent; background-image: none; }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI > .row .container > .video-iframe-container { display: none; }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI > .row > .video-iframe-container { display: none; }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI > .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); }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI { border-width: 0; border-radius: 0; }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI > .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; }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI > .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:4.875rem;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:block; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI { 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/5f6c95e3-784d-4ff4-880b-23b0e56bcf83/festiveofferhomed.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI.adaptive-delivery-prevent-bg, #V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI.lazyload, #V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI.lazyloading { background-image: none; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container { background-color: transparent; background-image: none; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container > .video-iframe-container { display: none; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row > .video-iframe-container { display: none; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .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); }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container { border-width: 0; border-radius: 0; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.125rem;width:75rem;position:relative;display:block; }#VoD4hTbmQ7aLzhb1RkzzZ3CzDf5zf7O9 { position:absolute;display:block;z-index:15014;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:7rem;width:12.375rem;top:18.6875rem;left:0rem;overflow:hidden;display:block; }
#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB { position:relative;display:block; }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB { background-color: transparent; background-image: none; }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB > .row .container > .video-iframe-container { display: none; }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB > .row > .video-iframe-container { display: none; }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB > .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); }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB { border-width: 0; border-radius: 0; }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB > .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; }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB > .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:0.8125rem;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:block; }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH { position:relative;display:block; }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH { background-color: transparent; background-image: none; }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH > .row .container > .video-iframe-container { display: none; }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH > .row > .video-iframe-container { display: none; }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH > .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); }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH { border-width: 0; border-radius: 0; }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH > .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; }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH > .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:117.5rem;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:block; }#aNt1tqmFGkVvMAXa6OKZZk23B0RhARTt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:12.99805rem;display:block; }
#znhsXrBmbTnfIMNERlMbNwOxm2h31o4o { color:#de0000;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#R3GU81A5W81CHGrqio5dyayNyuHGpwzy { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.25rem;left:0rem;height:2.5996125rem;display:block; }
#b4Ed0WWdCdsAUgJqpeqPlxMckR93d6ES { color:rgba(var(--color-tertiary-4),1);display:block;width:67.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.8134765625rem;left:4.75rem;height:7.749rem;display:block; }#b4Ed0WWdCdsAUgJqpeqPlxMckR93d6ES li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b4Ed0WWdCdsAUgJqpeqPlxMckR93d6ES li:before{  }
#u0FKBQhXO4AwKDt2thtnU9D4kL6tWWJi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:1.29980625rem;display:block; }
#ku9y6yhLJDIzLRJto0dHa9XMdeencFhJ { color:#de0000;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.25rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#LXn1ovxdMm9FI7biabnFTG6of98hCTci { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:33.9375rem;left:0rem;height:1.29980625rem;display:block; }
#LW0uba9hTu04CpnTUaiNTZMCxPK1rruq { color:rgba(var(--color-tertiary-4),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.4375rem;left:2.4375rem;height:1.29980625rem;display:block; }
#UekgnHMNizbzfuvcNe5IdFEwdKrn5HNT { color:#de0000;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.0625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#Drkf5qTNTeF0XXlyslWdEWx3xrX6rQMc { color:#de0000;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:81.1875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#IF4Josp6k1dqth3SuF8d4PxpTR92Tqcu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:86.375rem;left:0rem;height:6.13671875rem;display:block; }#IF4Josp6k1dqth3SuF8d4PxpTR92Tqcu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IF4Josp6k1dqth3SuF8d4PxpTR92Tqcu li:before{  }
#MtmVkDRTBBkC3cxFOGq0iyocBWTTD8Us { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:83.625rem;left:0rem;height:1.29980625rem;display:block; }
#l1upX71kelwDST07NpcwocUU13b4MZpe { color:#de0000;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:93.9375rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#d6a1nUmBTrIAknxoT9EIPeLQkCwZCncw { position:absolute;display:block;z-index:15007;height:21.75rem;width:38.75rem;top:95.0625rem;left:33.125rem;display:block; }
#cEeg7IpX3KMk1fk9K9GRP35oJGUJFv11 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:97rem;left:0rem;height:1.54345625rem;display:block; }
#e6lgTJlsyghZkOpuGQlhHSBFTeUUvUed { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:105.125rem;left:5.9375rem;height:2.5996125rem;display:block; }
#ScntkJZ31u5KF79nRz3UX5SnM4GExXmw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:105.125rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#FPfHZPtfGtIAZLSVpMAFlwFTy4XnIJVM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:99.25rem;left:5.9375rem;height:5.199225rem;display:block; }
#BNps7s9CKIZfS3UXoXuu1BdmOUAhG1rN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:99.25rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#yfwhQ02F2fWES1d1LvKo6GPMlQwpTF6D { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:108.875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#unG8wF1eqA4LCJWbLIDiupLeF8hhS8FL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:108.875rem;left:5.6875rem;height:1.29980625rem;display:block; }
#pvWIqpHlygu4wENJoSp9UAQKMpGMyPwf { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:111.5rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#KTm9AoByraHnGqQDM0L1btk3OaJoCbs8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:112.125rem;left:5.9375rem;height:1.29980625rem;display:block; }
#OUfQcUINxe43xVZpkKU5xPGiZxU2kGOO { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#gPTvGTK0WSeqLmtEHoov5uFVPEThqory { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.25rem;width:16.875rem;top:46.7998046875rem;left:0rem;overflow:hidden;display:block; }
#gSTiW86HundWzNLXTq17ZFC5dSMvTuxG { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.25rem;width:16.875rem;top:46.7998046875rem;left:18.125rem;overflow:hidden;display:block; }
#eyugEALPWMDx0W1xXNdznmXUGSHX4CZ1 { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.25rem;width:16.875rem;top:46.7998046875rem;left:36.3125rem;overflow:hidden;display:block; }
#fy0RHMdTZJ6QR9ZwxWwysNKFloGTgfE5 { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.25rem;width:16.875rem;top:46.7998046875rem;left:54.4375rem;overflow:hidden;display:block; }
#MxCkx6TLvbifUGrLJJQOqZoZ1qtrsTqQ { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.25rem;width:16.875rem;top:63.375rem;left:0rem;overflow:hidden;display:block; }
#sa963WUNLnsWGynX17TcmwMhRmmhZTlN { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.25rem;width:16.875rem;top:63.375rem;left:18.125rem;overflow:hidden;display:block; }
#NybgvFdzRImKHV7TN3cn6mNJT0aVgwvz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:41.6875rem;left:0rem;height:3.89941875rem;display:block; }
#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.66);background-image:url("https://images.assets-landingi.com/uc/f5e312f0-5433-4129-8b60-85dfeaa00f60/strip.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc.adaptive-delivery-prevent-bg, #hCyVceGrfGSgQK8md259NLR2ZrSKaMOc.lazyload, #hCyVceGrfGSgQK8md259NLR2ZrSKaMOc.lazyloading { background-image: none; }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row .container { background-color: transparent; background-image: none; }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row .container > .video-iframe-container { display: none; }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row > .video-iframe-container { display: none; }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .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); }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row .container { border-width: 0; border-radius: 0; }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:75rem;position:relative;display:block; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container { background-color: transparent; background-image: none; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container > .video-iframe-container { display: none; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row > .video-iframe-container { display: none; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .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); }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container { border-width: 0; border-radius: 0; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#z2yRzEHIaySq0oeaBb1fOubvAV53HMvo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:9.125rem;top:1.78125rem;left:1.53125rem;overflow:hidden;display:block; }
#veZ1yTfrHsTd3TnZQX6SsJ8v5iXJ9gL6 { color:rgba(var(--color-primary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:63.75rem;height:1.625rem;font-style:normal;display:block; }
#QfBPT4iXX4b0ryiCBFX6nKZ9pc7A482T { color:#ffffff;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:13.875rem;height:1.21875rem;font-style:normal;display:block; }
#SmcvuHWdBSyQiqTWOZiFmkGms0DCXluA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15008;opacity:1;top:1.8125rem;left:61.625rem; }
#xJpiArXTMQ9s5MwLsUJkcJWkT3dCKd6H { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.7783203125rem;left:61.625rem;height:1.54345625rem;font-style:normal;display:block; }
#TopRK1eTDBelwaTEKheoo4KhkwhmZ7NC { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5rem;left:61.8125rem;height:2.9238375rem;font-style:normal;display:block; }
#lhtP4XX4ytS9ufmDDmhB8v35tGuw8MyX { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.43017578125rem;left:25.625rem;height:1.05615rem;display:block; }
#hdRMQMde2HAsv1U3Td2eP2idrytPZa34 { color:#fff1f1;display:block;width:46rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.013671875rem;left:13.875rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#KpIviPhobMJlr2Z95P4OMzTn6KRKfQvZ { color:rgba(var(--color-primary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:1.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#BxXpSlcO8ubyqHPXnr74FuofWUpRzoPN { color:rgba(var(--color-primary-3),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.1875rem;left:1.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#HVmDRZ1wWV5zXZo7l2fIIAUvT2cEvcOQ { color:rgba(var(--color-primary-3),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.375rem;left:1.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#NlTXQcq9NdI4qOR96VfXEJuIpkiMstSI { color:#bcbcbc;display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.1875rem;left:61.625rem;height:1.21875rem;display:block; }
#eT7NN8rmTPTO5QIwu2iHTFIafEBn8pcO { color:#bcbcbc;display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.6875rem;left:61.625rem;height:1.21875rem;display:block; }
#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#de0000;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; }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row .container { background-color: transparent; background-image: none; }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row .container > .video-iframe-container { display: none; }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row > .video-iframe-container { display: none; }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .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); }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row .container { border-width: 0; border-radius: 0; }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#cVWsTxZZkAnx4iJrOtepMDUNfyTxLo5c { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:24.5625rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F { display:block; }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcRrmOcXpd87GBqTts4gKTSFQ41VWp82 { top:0.0625rem;left:0rem;width:8.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdC7vMNPD9e5zsy3G0AGppfGp2yfR8eP { width:10rem;height:3.4375rem;top:0.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhzd7ThI3pUR3dRazVBRR5Kv9zpphJW4 { display:block; }
 }@media only screen and (max-width: 763px) { #IAXVbNQfekBTxErg15s6P51NIT1egzwg { width:10rem;height:3.4375rem;top:0.6875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEpl5t5fV1XyGTUOiiEQnt5AoiVuxdpL { display:block; }
 }@media only screen and (max-width: 763px) { #bmHvk334Ctw2IOJiF2LTBk7M9ROZCISA { width:10rem;height:3.4375rem;top:0.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWK56bW4Vo94hMpcyu12VDs0kLWdeCks { display:block; }
 }@media only screen and (max-width: 763px) { #u5SGlFz6dAklX3IWnNbUd0fN3E8SN1V7 { width:10rem;height:3.4375rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZIWT0E7VVFp8yeTIU7xQxhN5qwsQ71 { display:block; }
 }@media only screen and (max-width: 763px) { #goO01oi2ovBJAavomMysd5x9EMKn9Zgt { width:7.5rem;height:1.875rem;top:1.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz5l0S9U47wcUsRaeEoQkUGuAfrgvxu0 { display:block; }
 }@media only screen and (max-width: 763px) { #Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI { display:block; }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI { display:block; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoD4hTbmQ7aLzhb1RkzzZ3CzDf5zf7O9 { top:18.6875rem;left:0rem;width:12.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB { display:block; }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH { display:block; }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNt1tqmFGkVvMAXa6OKZZk23B0RhARTt { top:0rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #znhsXrBmbTnfIMNERlMbNwOxm2h31o4o { top:13.9375rem;left:0rem;width:7.5625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3GU81A5W81CHGrqio5dyayNyuHGpwzy { top:16.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Ed0WWdCdsAUgJqpeqPlxMckR93d6ES { top:19.8125rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:0.75rem;display:block; }#b4Ed0WWdCdsAUgJqpeqPlxMckR93d6ES li:before{  }
 }@media only screen and (max-width: 763px) { #u0FKBQhXO4AwKDt2thtnU9D4kL6tWWJi { top:28.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku9y6yhLJDIzLRJto0dHa9XMdeencFhJ { top:31.25rem;left:0rem;width:22.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXn1ovxdMm9FI7biabnFTG6of98hCTci { top:33.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0uba9hTu04CpnTUaiNTZMCxPK1rruq { top:36.4375rem;left:0rem;width:44.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UekgnHMNizbzfuvcNe5IdFEwdKrn5HNT { top:39.0625rem;left:0rem;width:22.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drkf5qTNTeF0XXlyslWdEWx3xrX6rQMc { top:81.1875rem;left:0rem;width:22.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF4Josp6k1dqth3SuF8d4PxpTR92Tqcu { top:86.375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:0.75rem;display:block; }#IF4Josp6k1dqth3SuF8d4PxpTR92Tqcu li:before{  }
 }@media only screen and (max-width: 763px) { #MtmVkDRTBBkC3cxFOGq0iyocBWTTD8Us { top:83.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1upX71kelwDST07NpcwocUU13b4MZpe { top:93.9375rem;left:0rem;width:22.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6a1nUmBTrIAknxoT9EIPeLQkCwZCncw { top:95.0625rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEeg7IpX3KMk1fk9K9GRP35oJGUJFv11 { top:97rem;left:0rem;width:20.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6lgTJlsyghZkOpuGQlhHSBFTeUUvUed { top:105.125rem;left:0rem;width:11.375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScntkJZ31u5KF79nRz3UX5SnM4GExXmw { top:105.125rem;left:0rem;width:3.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPfHZPtfGtIAZLSVpMAFlwFTy4XnIJVM { top:99.25rem;left:0rem;width:18.3125rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNps7s9CKIZfS3UXoXuu1BdmOUAhG1rN { top:99.25rem;left:0rem;width:4.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfwhQ02F2fWES1d1LvKo6GPMlQwpTF6D { top:108.875rem;left:0rem;width:4rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #unG8wF1eqA4LCJWbLIDiupLeF8hhS8FL { top:108.875rem;left:0rem;width:11.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvWIqpHlygu4wENJoSp9UAQKMpGMyPwf { top:111.5rem;left:0rem;width:5.0625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTm9AoByraHnGqQDM0L1btk3OaJoCbs8 { top:112.125rem;left:0rem;width:20.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUfQcUINxe43xVZpkKU5xPGiZxU2kGOO { display:none; }
 }@media only screen and (max-width: 763px) { #gPTvGTK0WSeqLmtEHoov5uFVPEThqory { top:46.75rem;left:0rem;width:16.875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTiW86HundWzNLXTq17ZFC5dSMvTuxG { top:46.75rem;left:4.5rem;width:16.875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyugEALPWMDx0W1xXNdznmXUGSHX4CZ1 { top:46.75rem;left:22.6875rem;width:16.875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy0RHMdTZJ6QR9ZwxWwysNKFloGTgfE5 { top:46.75rem;left:30.875rem;width:16.875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxCkx6TLvbifUGrLJJQOqZoZ1qtrsTqQ { top:63.375rem;left:0rem;width:16.875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa963WUNLnsWGynX17TcmwMhRmmhZTlN { top:63.375rem;left:4.5rem;width:16.875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NybgvFdzRImKHV7TN3cn6mNJT0aVgwvz { top:41.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCyVceGrfGSgQK8md259NLR2ZrSKaMOc { display:block; }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T { display:block; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2yRzEHIaySq0oeaBb1fOubvAV53HMvo { top:1.75rem;left:0rem;width:9.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZ1yTfrHsTd3TnZQX6SsJ8v5iXJ9gL6 { top:1.9375rem;left:37.125rem;width:10.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfBPT4iXX4b0ryiCBFX6nKZ9pc7A482T { top:3.0625rem;left:0.25rem;width:7rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmcvuHWdBSyQiqTWOZiFmkGms0DCXluA { top:1.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJpiArXTMQ9s5MwLsUJkcJWkT3dCKd6H { top:7.75rem;left:38rem;width:9.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TopRK1eTDBelwaTEKheoo4KhkwhmZ7NC { top:9.5rem;left:35.8125rem;width:11.9375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhtP4XX4ytS9ufmDDmhB8v35tGuw8MyX { top:11.375rem;left:12rem;width:23.75rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdRMQMde2HAsv1U3Td2eP2idrytPZa34 { top:5rem;left:0.25rem;width:46rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIviPhobMJlr2Z95P4OMzTn6KRKfQvZ { top:8.0625rem;left:0rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxXpSlcO8ubyqHPXnr74FuofWUpRzoPN { top:9.1875rem;left:0rem;width:9.125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVmDRZ1wWV5zXZo7l2fIIAUvT2cEvcOQ { top:10.375rem;left:0rem;width:4.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlTXQcq9NdI4qOR96VfXEJuIpkiMstSI { top:4.1875rem;left:37.3125rem;width:10.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7NN8rmTPTO5QIwu2iHTFIafEBn8pcO { top:5.6875rem;left:37.3125rem;width:10.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I { display:block; }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVWsTxZZkAnx4iJrOtepMDUNfyTxLo5c { top:0rem;left:10.9375rem;width:25.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iRX2n3D7SLfXdP8CDx2MUzTth1hyaG4F > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcRrmOcXpd87GBqTts4gKTSFQ41VWp82 { width:7.5625rem;height:4rem;top:0.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdC7vMNPD9e5zsy3G0AGppfGp2yfR8eP { width:3.75rem;height:1.4375rem;top:4.25rem;left:0rem;z-index:15009;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhzd7ThI3pUR3dRazVBRR5Kv9zpphJW4 { display:block; }
 }@media only screen and (max-width: 763px) { #IAXVbNQfekBTxErg15s6P51NIT1egzwg { width:3.75rem;height:1.4375rem;top:4.25rem;left:5.25rem;z-index:15010;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEpl5t5fV1XyGTUOiiEQnt5AoiVuxdpL { display:block; }
 }@media only screen and (max-width: 763px) { #bmHvk334Ctw2IOJiF2LTBk7M9ROZCISA { width:3.75rem;height:1.4375rem;top:4.25rem;left:16.1875rem;z-index:15011;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWK56bW4Vo94hMpcyu12VDs0kLWdeCks { display:block; }
 }@media only screen and (max-width: 763px) { #u5SGlFz6dAklX3IWnNbUd0fN3E8SN1V7 { width:3.75rem;height:1.4375rem;top:4.25rem;left:10.9375rem;z-index:15012;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZIWT0E7VVFp8yeTIU7xQxhN5qwsQ71 { display:block; }
 }@media only screen and (max-width: 763px) { #goO01oi2ovBJAavomMysd5x9EMKn9Zgt { width:5.3125rem;height:1.6875rem;top:1.34375rem;left:14.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz5l0S9U47wcUsRaeEoQkUGuAfrgvxu0 { display:block; }
 }@media only screen and (max-width: 763px) { #Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI { display:block; }#Ry6VWQGOrHfxDR5uJPgmXyxgOaxhK0pI > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI { background-color:#040000;background-image:url("https://images.assets-landingi.com/uc/8b30bd30-4386-47c6-b9f4-f02072068529/business_cover.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI.adaptive-delivery-prevent-bg, #V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI.lazyload, #V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI.lazyloading { background-image: none; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container { background-color: transparent; background-image: none; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container > .video-iframe-container { display: none; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row > .video-iframe-container { display: none; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .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); }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container { border-width: 0; border-radius: 0; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V85F5s4xUGJEDBvZSH1NiNRdfuTni6cI > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoD4hTbmQ7aLzhb1RkzzZ3CzDf5zf7O9 { width:7.25rem;height:4rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB { display:block; }#ZL3MdGwdGnSpLLRkMIWoeQDotTsDW0uB > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH { display:block; }#KKPdEtfikWaRdtlZlRrWQX5E8iGIQOmH > .row .container { width:20rem;height:154.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNt1tqmFGkVvMAXa6OKZZk23B0RhARTt { width:20rem;height:23.39065rem;top:2.2373046875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #znhsXrBmbTnfIMNERlMbNwOxm2h31o4o { width:7.5625rem;height:1.21875rem;top:27.40576171875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3GU81A5W81CHGrqio5dyayNyuHGpwzy { width:20rem;height:3.8984375rem;top:29.90576171875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Ed0WWdCdsAUgJqpeqPlxMckR93d6ES { width:20rem;height:10.996125rem;top:34.90478515625rem;left:0rem;font-size:0.75rem;display:block; }#b4Ed0WWdCdsAUgJqpeqPlxMckR93d6ES li:before{  }
 }@media only screen and (max-width: 763px) { #u0FKBQhXO4AwKDt2thtnU9D4kL6tWWJi { width:20rem;height:2.923825rem;top:47.40283203125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku9y6yhLJDIzLRJto0dHa9XMdeencFhJ { width:16.5rem;height:1.21875rem;top:51.91455078125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXn1ovxdMm9FI7biabnFTG6of98hCTci { width:20rem;height:2.923825rem;top:54.28955078125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0uba9hTu04CpnTUaiNTZMCxPK1rruq { width:19.8125rem;height:1.94921875rem;top:57.48876953125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UekgnHMNizbzfuvcNe5IdFEwdKrn5HNT { width:20rem;height:1.21875rem;top:61.21337890625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drkf5qTNTeF0XXlyslWdEWx3xrX6rQMc { width:8.5625rem;height:1.21875rem;top:100.71337890625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF4Josp6k1dqth3SuF8d4PxpTR92Tqcu { width:20rem;height:7.75975rem;top:104.13818359375rem;left:0rem;font-size:0.75rem;display:block; }#IF4Josp6k1dqth3SuF8d4PxpTR92Tqcu li:before{  }
 }@media only screen and (max-width: 763px) { #MtmVkDRTBBkC3cxFOGq0iyocBWTTD8Us { width:20rem;height:0.9746125rem;top:102.58837890625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1upX71kelwDST07NpcwocUU13b4MZpe { width:6.375rem;height:1.21875rem;top:113.53662109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6a1nUmBTrIAknxoT9EIPeLQkCwZCncw { width:20rem;height:21.75rem;top:126.41455078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEeg7IpX3KMk1fk9K9GRP35oJGUJFv11 { width:15.625rem;height:1.21875rem;top:115.91162109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6lgTJlsyghZkOpuGQlhHSBFTeUUvUed { width:11.375rem;height:1.949225rem;top:123.45361328125rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScntkJZ31u5KF79nRz3UX5SnM4GExXmw { width:3.5rem;height:0.9746125rem;top:123.45361328125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPfHZPtfGtIAZLSVpMAFlwFTy4XnIJVM { width:12.4375rem;height:3.89845rem;top:118.89208984375rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNps7s9CKIZfS3UXoXuu1BdmOUAhG1rN { width:4.9375rem;height:0.9746125rem;top:118.89208984375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfwhQ02F2fWES1d1LvKo6GPMlQwpTF6D { width:4rem;height:0.9746125rem;top:126.35302734375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #unG8wF1eqA4LCJWbLIDiupLeF8hhS8FL { width:7.125rem;height:0.9746125rem;top:126.47802734375rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvWIqpHlygu4wENJoSp9UAQKMpGMyPwf { width:5.0625rem;height:1.949225rem;top:128.51513671875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTm9AoByraHnGqQDM0L1btk3OaJoCbs8 { width:14.25rem;height:0.9746125rem;top:129.11474609375rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUfQcUINxe43xVZpkKU5xPGiZxU2kGOO { top:131.9375rem;left:0rem;width:20rem;height:21.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #gPTvGTK0WSeqLmtEHoov5uFVPEThqory { width:8.75rem;height:8.75rem;top:70.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTiW86HundWzNLXTq17ZFC5dSMvTuxG { width:8.75rem;height:8.75rem;top:70.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyugEALPWMDx0W1xXNdznmXUGSHX4CZ1 { width:8.75rem;height:8.75rem;top:80.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy0RHMdTZJ6QR9ZwxWwysNKFloGTgfE5 { width:8.75rem;height:8.75rem;top:80.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxCkx6TLvbifUGrLJJQOqZoZ1qtrsTqQ { width:8.75rem;height:8.75rem;top:89.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa963WUNLnsWGynX17TcmwMhRmmhZTlN { width:8.75rem;height:8.75rem;top:89.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NybgvFdzRImKHV7TN3cn6mNJT0aVgwvz { width:20rem;height:6.8222625rem;top:63.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCyVceGrfGSgQK8md259NLR2ZrSKaMOc { display:block; }#hCyVceGrfGSgQK8md259NLR2ZrSKaMOc > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T { background-color:#000000;background-image:none;display:block; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container { background-color: transparent; background-image: none; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container > .video-iframe-container { display: none; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row > .video-iframe-container { display: none; }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .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); }#Sww7MTe3saI8tBtMp0FaflqS2nGQRe3T > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2yRzEHIaySq0oeaBb1fOubvAV53HMvo { width:5.9375rem;height:3.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZ1yTfrHsTd3TnZQX6SsJ8v5iXJ9gL6 { width:7.25rem;height:1.13720625rem;top:1.3125rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfBPT4iXX4b0ryiCBFX6nKZ9pc7A482T { width:6.0625rem;height:1.13720625rem;top:4.96875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmcvuHWdBSyQiqTWOZiFmkGms0DCXluA { display:flex;width:1.25rem;height:1.25rem;top:1.25rem;left:10rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xJpiArXTMQ9s5MwLsUJkcJWkT3dCKd6H { width:7.9375rem;height:1.29980625rem;top:14.9375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TopRK1eTDBelwaTEKheoo4KhkwhmZ7NC { width:9.3125rem;height:2.68066875rem;top:16.5625rem;left:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhtP4XX4ytS9ufmDDmhB8v35tGuw8MyX { width:18rem;height:0.8125rem;top:19.875rem;left:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdRMQMde2HAsv1U3Td2eP2idrytPZa34 { width:20rem;height:7.796875rem;top:6.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIviPhobMJlr2Z95P4OMzTn6KRKfQvZ { width:5.375rem;height:0.8125rem;top:15.3125rem;left:0.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BxXpSlcO8ubyqHPXnr74FuofWUpRzoPN { width:7.0625rem;height:0.8125rem;top:16.625rem;left:0.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HVmDRZ1wWV5zXZo7l2fIIAUvT2cEvcOQ { width:4rem;height:0.8125rem;top:17.875rem;left:0.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NlTXQcq9NdI4qOR96VfXEJuIpkiMstSI { width:7.375rem;height:0.89355625rem;top:2.90625rem;left:12rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7NN8rmTPTO5QIwu2iHTFIafEBn8pcO { width:7.875rem;height:0.89355625rem;top:4rem;left:12.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I { display:block; }#TNXLvSFrgOqHSXF4Smm83w0H9smJzX4I > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVWsTxZZkAnx4iJrOtepMDUNfyTxLo5c { width:20rem;height:0.73095625rem;top:0.125rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }