.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:249,218,222;--color-primary-1:235,133,146;--color-primary-2:214,10,36;--color-primary-3:107,5,18;--color-primary-4:32,2,5;--color-secondary-0:255,255,255;--color-secondary-1:241,241,241;--color-secondary-2:239,236,236;--color-secondary-3:143,142,142;--color-secondary-4:48,47,47;--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:"open sans";--paragraphs-font-family:"open sans"; }@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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04026316-cfc0-4359-bba1-2c53c3f235b9/imagekopia2.png");background-position:center !important;background-repeat: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; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.5);top:25.4375rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { 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:5.5625rem;width:8.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#g1hTBQ36nTd91haXagpHPToMcdVyWE0k { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.5);top:36.5625rem;left:0rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kvCOcLzoLhfKM8WiUVtoVnHC0gztRzBV { position:absolute;display:block;z-index:15002;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:4.75rem;width:11.9375rem;top:19.25rem;left:0rem;overflow:hidden;display:block; }
#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { position:relative;display:block; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { background-color: transparent; background-image: none; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container > .video-iframe-container { display: none; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row > .video-iframe-container { display: none; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .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); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { border-width: 0; border-radius: 0; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .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; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#AgrFZTiUovC9GhGoThHXkrFGAdOSCN33 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:17.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { position:relative;display:block; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { background-color: transparent; background-image: none; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container > .video-iframe-container { display: none; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row > .video-iframe-container { display: none; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .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); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { border-width: 0; border-radius: 0; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .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; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:19rem;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; }#go5NJzEZHLNHK97RALe057OZ6RKB9PI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:13.8125rem;left:24.59375rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTN4GvdPIqI1ur9MyTGMi5ShPnZpUA7p { position:absolute;display:block;z-index:15001;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:13.5625rem;width:28.625rem;top:0rem;left:23.1875rem;overflow:hidden;display:block; }
#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { background-color: transparent; background-image: none; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container > .video-iframe-container { display: none; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row > .video-iframe-container { display: none; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .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); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { border-width: 0; border-radius: 0; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#za71hDmA8TT4vLEifKhb3guF508u129b { 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:31.6875rem;width:31.6875rem;top:2.03125rem;left:40.40625rem;overflow:hidden;display:block; }
#EsEF9Guong7LWT5ovNRi3kmi7ch5T07q { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.0625rem;left:0rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFDatT456fUIUVl9TeTRrGXrC4xbOzeo { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:before{  }
#iUb5i0DKDChquKZvCauHG207TubdqTeW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#raMdgeJLmz0ZIvtGUfC3BBeABLobLBNO { color:rgba(var(--color-primary-2),1);display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.03125rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRt9daKfTFepgRHvakArpf9MKd3xknQE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.875rem;left:0rem;display:block; }
#C5gLRgfeNLs6rW5B9PAAhhcAgcFDECyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { position:relative;display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { background-color: transparent; background-image: none; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container > .video-iframe-container { display: none; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row > .video-iframe-container { display: none; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .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); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { border-width: 0; border-radius: 0; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .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; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;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; }#VnWEvqSDcy4DbuuMxry8Tz626Ox2TwSD { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.40625rem;left:17.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { position:relative;display:block; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { background-color: transparent; background-image: none; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container > .video-iframe-container { display: none; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row > .video-iframe-container { display: none; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .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); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { border-width: 0; border-radius: 0; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .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; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .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:45.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; }#MidBS3kc4G2SP6xlIzQ158Q9x11eL1fx { 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:11.875rem;width:11.875rem;top:2.1875rem;left:12.8125rem;overflow:hidden;display:block; }
#XsXKiv34M6smcuKSHHMSp2cZRq8NkwHG { position:absolute;display:block;z-index:15001;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:11.875rem;width:11.875rem;top:2.1875rem;left:0.3125rem;overflow:hidden;display:block; }
#k4uG04glbp1rTvSX6DnD9VCRgDXTa8Cr { position:absolute;display:block;z-index:15002;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:11.875rem;width:11.875rem;top:2.1875rem;left:37.8125rem;overflow:hidden;display:block; }
#wFXJgWnFalbxAhlGqwQlNqDcZ2UGRL9C { position:absolute;display:block;z-index:15003;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:11.875rem;width:11.875rem;top:2.1875rem;left:25.3125rem;overflow:hidden;display:block; }
#nXSTxKdcLTnWTTBym1l7rrDOfNADEQAr { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:2.1875rem;left:50.3125rem;overflow:hidden;display:block; }
#zsTBrcV306ltODKIPJonzi7U6aWdORFv { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:2.1875rem;left:62.8125rem;overflow:hidden;display:block; }
#NG2BlTqXw7bWD1022zGFFH8ToBTdbuQ4 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:16.375rem;left:12.8125rem;overflow:hidden;display:block; }
#kuBFmJASqJa3w8k12ZndF9fOE1SeKUTS { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:16.375rem;left:37.8125rem;overflow:hidden;display:block; }
#vt0ZghcNPTm8s7LymDFRMTnswd1UOZSH { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:16.375rem;left:25.3125rem;overflow:hidden;display:block; }
#wvfPBe8FNIpb3sA5GaN6RGtUZE2dnk4O { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:16.375rem;left:50.3125rem;overflow:hidden;display:block; }
#QzgN7fW08KasMCCQ6bgIAIQE7rh5EC85 { position:absolute;display:block;z-index:15010;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:11.875rem;width:11.875rem;top:16.375rem;left:62.8125rem;overflow:hidden;display:block; }
#c5AQi9q65Iy3OB8lLlvX5iRfJM8skuXy { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:16.375rem;left:0.3125rem;overflow:hidden;display:block; }
#yytLvdwi09u6Dp4GUuxZI98HB7AzZcHM { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:30.625rem;left:12.8125rem;overflow:hidden;display:block; }
#ZJFRkkvACs5yaLmhMwzBxSMZ2kmtACFP { position:absolute;display:block;z-index:15013;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:11.875rem;width:11.875rem;top:30.625rem;left:37.8125rem;overflow:hidden;display:block; }
#Oe6yb67W6MBon2HFCeRxFTbd7LOi7QI0 { 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:11.875rem;width:11.875rem;top:30.625rem;left:25.3125rem;overflow:hidden;display:block; }
#d3NCNQQBxEHT13UPPyyQzoGQyBwJlxbM { position:absolute;display:block;z-index:15016;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:11.875rem;width:11.875rem;top:30.625rem;left:50.3125rem;overflow:hidden;display:block; }
#oXvdxshzTR3EzOfRm21TyRdXnSH0W7z2 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:30.625rem;left:0.3125rem;overflow:hidden;display:block; }
#nAkxnRdCbeGiXbb22E3MnHCiANEbnm28 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#SaGKqFDAf403k0pIdxsr0aJ8ThCvql9s { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.375rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#CESOlBxVdqe33lrzVeOFbVmB6vIMbOL8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.375rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ttnkNi0CvFtmgvTpQe059R1uHgTxvdN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.375rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#GkfuNT8qbqS33c5ueP2z9ALbTnJqEQ1T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.375rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#zfJw6xTM61ob3waQ5Htde3vf5bvInTM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.375rem;left:62.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#QDDlfP8AgxfP7c3wm5uFL5JFKb66qb3H { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#yvvr28Gz6xKrl0BLgdxO8ezJSLrr9wge { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.5625rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#hMxkemQ7ukrInxp0TVtla3hlCDa5haDH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.5625rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ezNntuPvlkaDx5FT64zFqKP15vh2saMp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:28.5625rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#kRfBJDmZe9aIaNeJTIgzA6d5Q3owVdWy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.5625rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#JOdBvTqy4bqokLfMVR0yTlkrtswf4yTT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:28.5625rem;left:62.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#WJF5ELRmzmLfTKETNVtvU3E3okG030Fd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:42.8125rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#uMSKzeVSR2AXrp6pneKcSmpD547a5xyq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:42.8125rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#pd7zei6I8HPPUT3IvDLR2aXnumCZlWd6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:42.8125rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#c0TZ8L41UbraWTRqcRqJ4gLly6evMVJr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:42.8125rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#OqrqxdCdT9LFDpIGQ4ynhwgDUca6ygxK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:42.8125rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO { position:relative;display:block; }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO { background-color: transparent; background-image: none; }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO > .row .container > .video-iframe-container { display: none; }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO > .row > .video-iframe-container { display: none; }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO > .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); }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO { border-width: 0; border-radius: 0; }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO > .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; }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;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; }#QfKy3TpzC8QbncPHN7u28iOmKb9yGyzU { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.40625rem;left:17.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB { position:relative;display:block; }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB { background-color: transparent; background-image: none; }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB > .row .container > .video-iframe-container { display: none; }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB > .row > .video-iframe-container { display: none; }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB > .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); }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB { border-width: 0; border-radius: 0; }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB > .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; }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB > .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:17.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; }#ZcmPAlxakcTAUUp4qrScX8x0bNcGNUE8 { 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:11.875rem;width:11.875rem;top:1.875rem;left:12.8125rem;overflow:hidden;display:block; }
#VTuqFHRFmlW4gvOuaJvOiF29SWhpFUtv { position:absolute;display:block;z-index:15001;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:11.875rem;width:11.875rem;top:1.875rem;left:0.3125rem;overflow:hidden;display:block; }
#O7h1QJbiTdQTImpZUqSlE0cxLoWmhwt0 { position:absolute;display:block;z-index:15002;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:11.875rem;width:11.875rem;top:1.875rem;left:37.8125rem;overflow:hidden;display:block; }
#N2kQZqFe9vPozE2QK4alPHd4ruiLvWHF { position:absolute;display:block;z-index:15003;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:11.875rem;width:11.875rem;top:1.875rem;left:25.3125rem;overflow:hidden;display:block; }
#vrnWMxpDdPoZzagLfvPdiTJO6b1CglDW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Ks0vsywO1W0NCTPGkPqiV9aW2fPWhurJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:14.375rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#L7aFqpO6GJDMWRH2NRUituUXxwB85Dz6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:14.375rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#NaQT3dXEHRGgbh5WHpt3S6kmBWdyWvm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:14.375rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP { 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/07580c9d-2350-4494-aa71-153acb063ad3/imagekopia.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; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.adaptive-delivery-prevent-bg, #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.lazyload, #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.lazyloading { background-image: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { background-color: transparent; background-image: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container > .video-iframe-container { display: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container { display: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .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); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { border-width: 0; border-radius: 0; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container { background-color: transparent; background-image: none; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container > .video-iframe-container { display: none; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row > .video-iframe-container { display: none; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .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); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container { border-width: 0; border-radius: 0; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#OfbDLD8bdSUFMmBM7LWKByWlyNo49SnP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:7.5rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#PUpXGZNZmr9gQ9shI1srXsMRI5UgxJHQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:3.125rem;left:12.0625rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkT1Z7dCv16T1A4GAbkwbuwh9rEF6uVJ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5.875rem;left:12.0625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iv21MqsZSv6KTfv0B0EEbZNS2JmSb0Q7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.125rem;left:56rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IonFiP0fZRNTS7lw3958B9xuoviZzQSQ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:56rem;display:block; }
#VUM0GXZZI57sFv0CFb1pxC9reaiS23Sa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:6.5rem;left:56.8125rem; }
#VUM0GXZZI57sFv0CFb1pxC9reaiS23Sa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#JsJ8gh74ZT90v3TS1dQew2oThNBHt4ul { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:59.625rem;display:block; }
#NKeTzIzIZFcgXpTS80Lf55TEPbenp214 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:6.5rem;left:60.4375rem; }
#NKeTzIzIZFcgXpTS80Lf55TEPbenp214 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Vhdbh1UpSUSOUiMJSzXFn5irVwWF01k9 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.75rem;left:63.125rem;display:block; }
#tKvJHUWEw9K60AdUzQZgXuBycdW7CV0W { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:6.5625rem;left:63.9375rem; }
#tKvJHUWEw9K60AdUzQZgXuBycdW7CV0W > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#VoQQVGl0TMuM8CkS9zNTohS4WiTRx2DC { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:70.125rem;display:block; }
#wzDG5fS3TabavMlSEgVTIXsnSRRWh0El { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:66.625rem;display:block; }
#uDhoEahTmJl6Lwyk7PvGSziSmXMkpFFJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:6.5rem;left:70.9375rem; }
#uDhoEahTmJl6Lwyk7PvGSziSmXMkpFFJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#ONWMkpsCOZT5uIlBqh9KWoyV4NDSb89I { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:6.5rem;left:67.4375rem; }
#ONWMkpsCOZT5uIlBqh9KWoyV4NDSb89I > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#mpRi5lKTU1wfIUINBpRZ61U9UVmJ6fvU { color:rgba(var(--color-tertiary-0),0.7);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.875rem;left:17.5rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TFPgFSxS4zNNqNTaDFTmukloebizmkLq { color:rgba(var(--color-tertiary-0),0.6);display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.875rem;left:31.5rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yG8rvKfFRR6nbfwNRsDNShpx0UBTyhLM { color:rgba(var(--color-tertiary-0),0.7);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5.875rem;left:36.4375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:34.5rem;height:9rem;top:25.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:8.125rem;height:5.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hTBQ36nTd91haXagpHPToMcdVyWE0k { width:27.75rem;height:3.5rem;top:36.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvCOcLzoLhfKM8WiUVtoVnHC0gztRzBV { top:19.25rem;left:0rem;width:11.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { display:block; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgrFZTiUovC9GhGoThHXkrFGAdOSCN33 { top:2.375rem;left:3.59375rem;width:40.5625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { display:block; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go5NJzEZHLNHK97RALe057OZ6RKB9PI8 { top:13.8125rem;left:10.96875rem;width:25.8125rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTN4GvdPIqI1ur9MyTGMi5ShPnZpUA7p { top:0rem;left:9.5625rem;width:28.625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uis3hJ1kwL50tlTIu9airb6rs93N0ulo { display:block; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za71hDmA8TT4vLEifKhb3guF508u129b { top:2rem;left:16.0625rem;width:31.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsEF9Guong7LWT5ovNRi3kmi7ch5T07q { width:28.8125rem;height:1.4375rem;top:20.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFDatT456fUIUVl9TeTRrGXrC4xbOzeo { width:37.4375rem;height:4.5rem;top:22.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q { width:37.5rem;height:;top:8.125rem;left:0rem;font-size:0.875rem;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:before{  }
 }@media only screen and (max-width: 763px) { #iUb5i0DKDChquKZvCauHG207TubdqTeW { width:28.8125rem;height:1.4375rem;top:6.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMdgeJLmz0ZIvtGUfC3BBeABLobLBNO { width:28.8125rem;height:3.5rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRt9daKfTFepgRHvakArpf9MKd3xknQE { width:18.125rem;height:3.375rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5gLRgfeNLs6rW5B9PAAhhcAgcFDECyS { display:block; }
 }@media only screen and (max-width: 763px) { #MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnWEvqSDcy4DbuuMxry8Tz626Ox2TwSD { top:2.375rem;left:3.59375rem;width:40.5625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { display:block; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MidBS3kc4G2SP6xlIzQ158Q9x11eL1fx { top:2.1875rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsXKiv34M6smcuKSHHMSp2cZRq8NkwHG { top:2.1875rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4uG04glbp1rTvSX6DnD9VCRgDXTa8Cr { top:2.1875rem;left:24.1875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXJgWnFalbxAhlGqwQlNqDcZ2UGRL9C { top:2.1875rem;left:11.6875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSTxKdcLTnWTTBym1l7rrDOfNADEQAr { top:2.1875rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsTBrcV306ltODKIPJonzi7U6aWdORFv { top:2.1875rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG2BlTqXw7bWD1022zGFFH8ToBTdbuQ4 { top:16.375rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuBFmJASqJa3w8k12ZndF9fOE1SeKUTS { top:16.375rem;left:24.1875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt0ZghcNPTm8s7LymDFRMTnswd1UOZSH { top:16.375rem;left:11.6875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvfPBe8FNIpb3sA5GaN6RGtUZE2dnk4O { top:16.375rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzgN7fW08KasMCCQ6bgIAIQE7rh5EC85 { top:16.375rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5AQi9q65Iy3OB8lLlvX5iRfJM8skuXy { top:16.375rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yytLvdwi09u6Dp4GUuxZI98HB7AzZcHM { top:30.625rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJFRkkvACs5yaLmhMwzBxSMZ2kmtACFP { top:30.625rem;left:24.1875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6yb67W6MBon2HFCeRxFTbd7LOi7QI0 { top:30.625rem;left:11.6875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NCNQQBxEHT13UPPyyQzoGQyBwJlxbM { top:30.625rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXvdxshzTR3EzOfRm21TyRdXnSH0W7z2 { top:30.625rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAkxnRdCbeGiXbb22E3MnHCiANEbnm28 { top:14.375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaGKqFDAf403k0pIdxsr0aJ8ThCvql9s { top:14.375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CESOlBxVdqe33lrzVeOFbVmB6vIMbOL8 { top:14.375rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttnkNi0CvFtmgvTpQe059R1uHgTxvdN0 { top:14.375rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkfuNT8qbqS33c5ueP2z9ALbTnJqEQ1T { top:14.375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfJw6xTM61ob3waQ5Htde3vf5bvInTM1 { top:14.375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDlfP8AgxfP7c3wm5uFL5JFKb66qb3H { top:28.5625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvvr28Gz6xKrl0BLgdxO8ezJSLrr9wge { top:28.5625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMxkemQ7ukrInxp0TVtla3hlCDa5haDH { top:28.5625rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezNntuPvlkaDx5FT64zFqKP15vh2saMp { top:28.5625rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRfBJDmZe9aIaNeJTIgzA6d5Q3owVdWy { top:28.5625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdBvTqy4bqokLfMVR0yTlkrtswf4yTT { top:28.5625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJF5ELRmzmLfTKETNVtvU3E3okG030Fd { top:42.8125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMSKzeVSR2AXrp6pneKcSmpD547a5xyq { top:42.8125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd7zei6I8HPPUT3IvDLR2aXnumCZlWd6 { top:42.8125rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0TZ8L41UbraWTRqcRqJ4gLly6evMVJr { top:42.8125rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqrqxdCdT9LFDpIGQ4ynhwgDUca6ygxK { top:42.8125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO { display:block; }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfKy3TpzC8QbncPHN7u28iOmKb9yGyzU { top:2.375rem;left:3.59375rem;width:40.5625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB { display:block; }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcmPAlxakcTAUUp4qrScX8x0bNcGNUE8 { top:1.875rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTuqFHRFmlW4gvOuaJvOiF29SWhpFUtv { top:1.875rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7h1QJbiTdQTImpZUqSlE0cxLoWmhwt0 { top:1.875rem;left:24.1875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2kQZqFe9vPozE2QK4alPHd4ruiLvWHF { top:1.875rem;left:11.6875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrnWMxpDdPoZzagLfvPdiTJO6b1CglDW { top:14.375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks0vsywO1W0NCTPGkPqiV9aW2fPWhurJ { top:14.375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7aFqpO6GJDMWRH2NRUituUXxwB85Dz6 { top:14.375rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaQT3dXEHRGgbh5WHpt3S6kmBWdyWvm5 { top:14.375rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP { display:block; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container { background-color: transparent; background-image: none; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container > .video-iframe-container { display: none; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row > .video-iframe-container { display: none; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .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); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container { border-width: 0; border-radius: 0; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfbDLD8bdSUFMmBM7LWKByWlyNo49SnP { width:7.5rem;height:3.9375rem;top:1.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PUpXGZNZmr9gQ9shI1srXsMRI5UgxJHQ { width:17.125rem;height:1.5625rem;top:3.125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NkT1Z7dCv16T1A4GAbkwbuwh9rEF6uVJ { width:7.5rem;height:1.375rem;top:5.875rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #iv21MqsZSv6KTfv0B0EEbZNS2JmSb0Q7 { width:17.125rem;height:1.5625rem;top:3.125rem;left:30.625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IonFiP0fZRNTS7lw3958B9xuoviZzQSQ { width:3rem;height:3rem;top:5.6875rem;left:42.375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VUM0GXZZI57sFv0CFb1pxC9reaiS23Sa { width:1.375rem;height:1.375rem;top:6.5rem;left:43.1875rem;color:#5d92ff;display:block; }
#VUM0GXZZI57sFv0CFb1pxC9reaiS23Sa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #JsJ8gh74ZT90v3TS1dQew2oThNBHt4ul { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NKeTzIzIZFcgXpTS80Lf55TEPbenp214 { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#NKeTzIzIZFcgXpTS80Lf55TEPbenp214 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Vhdbh1UpSUSOUiMJSzXFn5irVwWF01k9 { width:3rem;height:3rem;top:5.75rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tKvJHUWEw9K60AdUzQZgXuBycdW7CV0W { width:1.375rem;height:1.375rem;top:6.5625rem;left:46.375rem;color:#5d92ff;display:block; }
#tKvJHUWEw9K60AdUzQZgXuBycdW7CV0W > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #VoQQVGl0TMuM8CkS9zNTohS4WiTRx2DC { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wzDG5fS3TabavMlSEgVTIXsnSRRWh0El { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uDhoEahTmJl6Lwyk7PvGSziSmXMkpFFJ { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#uDhoEahTmJl6Lwyk7PvGSziSmXMkpFFJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #ONWMkpsCOZT5uIlBqh9KWoyV4NDSb89I { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#ONWMkpsCOZT5uIlBqh9KWoyV4NDSb89I > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mpRi5lKTU1wfIUINBpRZ61U9UVmJ6fvU { width:17.5rem;height:6.875rem;top:5.875rem;left:3.875rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #TFPgFSxS4zNNqNTaDFTmukloebizmkLq { width:7.5rem;height:4.1875rem;top:5.875rem;left:17.875rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #yG8rvKfFRR6nbfwNRsDNShpx0UBTyhLM { width:17.5rem;height:5.5rem;top:5.875rem;left:22.8125rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/04026316-cfc0-4359-bba1-2c53c3f235b9/imagekopia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:20rem;height:8.25rem;top:34.3125rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:6.25rem;height:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hTBQ36nTd91haXagpHPToMcdVyWE0k { width:20rem;height:2.5rem;top:44.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kvCOcLzoLhfKM8WiUVtoVnHC0gztRzBV { width:11.9375rem;height:4.75rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { display:block; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgrFZTiUovC9GhGoThHXkrFGAdOSCN33 { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { display:block; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go5NJzEZHLNHK97RALe057OZ6RKB9PI8 { width:20rem;height:3.5625rem;top:10.75rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTN4GvdPIqI1ur9MyTGMi5ShPnZpUA7p { width:20rem;height:9.4755859375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uis3hJ1kwL50tlTIu9airb6rs93N0ulo { display:block; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za71hDmA8TT4vLEifKhb3guF508u129b { width:19.9375rem;height:19.9375rem;top:40.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EsEF9Guong7LWT5ovNRi3kmi7ch5T07q { width:20rem;height:2.75rem;top:27.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fFDatT456fUIUVl9TeTRrGXrC4xbOzeo { width:20rem;height:7.875rem;top:31.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q { width:20rem;height:16.375rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:before{  }
 }@media only screen and (max-width: 763px) { #iUb5i0DKDChquKZvCauHG207TubdqTeW { width:20rem;height:1.375rem;top:7.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #raMdgeJLmz0ZIvtGUfC3BBeABLobLBNO { width:20rem;height:4.3125rem;top:1.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRt9daKfTFepgRHvakArpf9MKd3xknQE { width:18.75rem;height:3.125rem;top:61.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5gLRgfeNLs6rW5B9PAAhhcAgcFDECyS { display:block; }
 }@media only screen and (max-width: 763px) { #MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnWEvqSDcy4DbuuMxry8Tz626Ox2TwSD { width:20rem;height:3.5rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { display:block; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container { width:20rem;height:108.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MidBS3kc4G2SP6xlIzQ158Q9x11eL1fx { width:10rem;height:10rem;top:1.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsXKiv34M6smcuKSHHMSp2cZRq8NkwHG { width:10rem;height:10rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4uG04glbp1rTvSX6DnD9VCRgDXTa8Cr { width:10rem;height:10rem;top:13.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXJgWnFalbxAhlGqwQlNqDcZ2UGRL9C { width:10rem;height:10rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSTxKdcLTnWTTBym1l7rrDOfNADEQAr { width:10rem;height:10rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsTBrcV306ltODKIPJonzi7U6aWdORFv { width:10rem;height:10rem;top:25.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG2BlTqXw7bWD1022zGFFH8ToBTdbuQ4 { width:10rem;height:10rem;top:36.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuBFmJASqJa3w8k12ZndF9fOE1SeKUTS { width:10rem;height:10rem;top:48.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt0ZghcNPTm8s7LymDFRMTnswd1UOZSH { width:10rem;height:10rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvfPBe8FNIpb3sA5GaN6RGtUZE2dnk4O { width:10rem;height:10rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzgN7fW08KasMCCQ6bgIAIQE7rh5EC85 { width:10rem;height:10rem;top:60.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5AQi9q65Iy3OB8lLlvX5iRfJM8skuXy { width:10rem;height:10rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yytLvdwi09u6Dp4GUuxZI98HB7AzZcHM { width:10rem;height:10rem;top:72.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJFRkkvACs5yaLmhMwzBxSMZ2kmtACFP { width:10rem;height:10rem;top:83.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6yb67W6MBon2HFCeRxFTbd7LOi7QI0 { width:10rem;height:10rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NCNQQBxEHT13UPPyyQzoGQyBwJlxbM { width:10rem;height:10rem;top:95.6875rem;left:0rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #oXvdxshzTR3EzOfRm21TyRdXnSH0W7z2 { width:10rem;height:10rem;top:72.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAkxnRdCbeGiXbb22E3MnHCiANEbnm28 { width:10rem;height:1.125rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaGKqFDAf403k0pIdxsr0aJ8ThCvql9s { width:10rem;height:1.125rem;top:11.6875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CESOlBxVdqe33lrzVeOFbVmB6vIMbOL8 { width:10rem;height:1.125rem;top:23.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttnkNi0CvFtmgvTpQe059R1uHgTxvdN0 { width:10rem;height:1.125rem;top:23.4375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkfuNT8qbqS33c5ueP2z9ALbTnJqEQ1T { width:10rem;height:1.125rem;top:35.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfJw6xTM61ob3waQ5Htde3vf5bvInTM1 { width:10rem;height:1.125rem;top:35.1875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDlfP8AgxfP7c3wm5uFL5JFKb66qb3H { width:10rem;height:1.125rem;top:46.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvvr28Gz6xKrl0BLgdxO8ezJSLrr9wge { width:10rem;height:1.125rem;top:46.9375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMxkemQ7ukrInxp0TVtla3hlCDa5haDH { width:10rem;height:1.125rem;top:58.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezNntuPvlkaDx5FT64zFqKP15vh2saMp { width:10rem;height:1.125rem;top:58.6875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRfBJDmZe9aIaNeJTIgzA6d5Q3owVdWy { width:10rem;height:1.125rem;top:70.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdBvTqy4bqokLfMVR0yTlkrtswf4yTT { width:10rem;height:1.125rem;top:70.4375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJF5ELRmzmLfTKETNVtvU3E3okG030Fd { width:10rem;height:1.125rem;top:82.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMSKzeVSR2AXrp6pneKcSmpD547a5xyq { width:10rem;height:1.125rem;top:82.1875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd7zei6I8HPPUT3IvDLR2aXnumCZlWd6 { width:10rem;height:1.125rem;top:93.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0TZ8L41UbraWTRqcRqJ4gLly6evMVJr { width:10rem;height:1.125rem;top:93.9375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqrqxdCdT9LFDpIGQ4ynhwgDUca6ygxK { width:10rem;height:1.125rem;top:105.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO { display:block; }#W7xW6AwQgIEZNnbN0DSNUoTxFVFK6kKO > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfKy3TpzC8QbncPHN7u28iOmKb9yGyzU { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB { display:block; }#AD2bOQvMsnTAPFCN3ok2G9g1nxdJXeTB > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcmPAlxakcTAUUp4qrScX8x0bNcGNUE8 { width:10rem;height:10rem;top:1.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTuqFHRFmlW4gvOuaJvOiF29SWhpFUtv { width:10rem;height:10rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7h1QJbiTdQTImpZUqSlE0cxLoWmhwt0 { width:10rem;height:10rem;top:13.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2kQZqFe9vPozE2QK4alPHd4ruiLvWHF { width:10rem;height:10rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrnWMxpDdPoZzagLfvPdiTJO6b1CglDW { width:10rem;height:1.125rem;top:12.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks0vsywO1W0NCTPGkPqiV9aW2fPWhurJ { width:10rem;height:1.125rem;top:12.25rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7aFqpO6GJDMWRH2NRUituUXxwB85Dz6 { width:10rem;height:1.125rem;top:24.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaQT3dXEHRGgbh5WHpt3S6kmBWdyWvm5 { width:10rem;height:1.125rem;top:24.5625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07580c9d-2350-4494-aa71-153acb063ad3/imagekopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.adaptive-delivery-prevent-bg, #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.lazyload, #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.lazyloading { background-image: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { background-color: transparent; background-image: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container > .video-iframe-container { display: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container { display: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .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); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { border-width: 0; border-radius: 0; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container { background-color: transparent; background-image: none; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container > .video-iframe-container { display: none; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row > .video-iframe-container { display: none; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .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); }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container { border-width: 0; border-radius: 0; }#aK3kSgLlFs4or3TG7SFDMJ1aiLXFQqyq > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfbDLD8bdSUFMmBM7LWKByWlyNo49SnP { width:7.5rem;height:3.9375rem;top:2.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PUpXGZNZmr9gQ9shI1srXsMRI5UgxJHQ { width:18.125rem;height:1.75rem;top:9.3125rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NkT1Z7dCv16T1A4GAbkwbuwh9rEF6uVJ { width:18.125rem;height:1.375rem;top:11.6875rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iv21MqsZSv6KTfv0B0EEbZNS2JmSb0Q7 { width:17.125rem;height:1.75rem;top:30rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IonFiP0fZRNTS7lw3958B9xuoviZzQSQ { width:3rem;height:3rem;top:33rem;left:0rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VUM0GXZZI57sFv0CFb1pxC9reaiS23Sa { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:0.8125rem;color:#5d92ff; }
#VUM0GXZZI57sFv0CFb1pxC9reaiS23Sa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #JsJ8gh74ZT90v3TS1dQew2oThNBHt4ul { width:3rem;height:3rem;top:33rem;left:3.5625rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NKeTzIzIZFcgXpTS80Lf55TEPbenp214 { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:4.375rem;color:#5d92ff; }
#NKeTzIzIZFcgXpTS80Lf55TEPbenp214 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Vhdbh1UpSUSOUiMJSzXFn5irVwWF01k9 { width:3rem;height:3rem;top:33rem;left:7.1875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tKvJHUWEw9K60AdUzQZgXuBycdW7CV0W { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:8.0625rem;color:#5d92ff; }
#tKvJHUWEw9K60AdUzQZgXuBycdW7CV0W > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #VoQQVGl0TMuM8CkS9zNTohS4WiTRx2DC { width:3rem;height:3rem;top:33rem;left:14.4375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wzDG5fS3TabavMlSEgVTIXsnSRRWh0El { width:3rem;height:3rem;top:33rem;left:10.8125rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uDhoEahTmJl6Lwyk7PvGSziSmXMkpFFJ { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:15.25rem;color:#5d92ff; }
#uDhoEahTmJl6Lwyk7PvGSziSmXMkpFFJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #ONWMkpsCOZT5uIlBqh9KWoyV4NDSb89I { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:11.625rem;color:#5d92ff; }
#ONWMkpsCOZT5uIlBqh9KWoyV4NDSb89I > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mpRi5lKTU1wfIUINBpRZ61U9UVmJ6fvU { width:15rem;height:6.875rem;top:11.6875rem;left:5rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFPgFSxS4zNNqNTaDFTmukloebizmkLq { width:7.5rem;height:4.125rem;top:19.9375rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yG8rvKfFRR6nbfwNRsDNShpx0UBTyhLM { width:15rem;height:5.5rem;top:19.9375rem;left:5rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }