.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,210,210;--color-primary-1:255,120,120;--color-primary-2:255,30,30;--color-primary-3:173,24,24;--color-primary-4:119,33,33;--color-secondary-0:217,217,226;--color-secondary-1:128,128,157;--color-secondary-2:1,1,59;--color-secondary-3:1,1,30;--color-secondary-4:0,0,9;--color-tertiary-0:255,255,255;--color-tertiary-1:251,245,245;--color-tertiary-2:250,243,243;--color-tertiary-3:248,241,241;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { background-color: transparent; background-image: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container > .video-iframe-container { display: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container { display: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .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); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { border-width: 0; border-radius: 0; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#TRE27zcsLK3mV7F43FA924WdNxTF60Hu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#faf6f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.7375rem;height:2.3625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9562500715256rem;left:37.437501907349rem;display:block; }
#HtmvIG5i3nQkI7HSrqTg85vSAAMtqa0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMto0MBNfx2uF9PhwzHanxfLu4Ls0Qfs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.125rem;top:1.71875rem;left:2.625rem;overflow:hidden;display:block; }
#rfHiVRlbUlEWHQMNO2AMpN7iHHldZNuD { position:absolute;display:block;z-index:15008;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.375rem;width:9.75rem;top:1.5rem;left:12.737501144409rem;overflow:hidden;display:block; }
#mcw1XW9coAUGAIm0rzkQJrikLErT7XNE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.5625rem;top:1.625rem;left:21.300001144409rem;overflow:hidden;display:block; }
#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row .container { background-color: transparent; background-image: none; }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row .container > .video-iframe-container { display: none; }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row > .video-iframe-container { display: none; }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .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); }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row .container { border-width: 0; border-radius: 0; }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#SyUcgiKRvB2BmQuuzp0bZlunchkAWfBe { color:#f1f1f1;display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.01171875rem;left:2.1875rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DXvZAvy6SQNAdZDALy3WOJTFeTL5Bfgx { color:rgba(var(--color-tertiary-3),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.311718940735rem;left:28.72500038147rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { 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/e306098a-a5ea-468c-8f2a-180326964d08/001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb.adaptive-delivery-prevent-bg, #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb.lazyload, #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb.lazyloading { background-image: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { background-color: transparent; background-image: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .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); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { border-width: 0; border-radius: 0; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { color:#0c0058;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.16796875rem;left:16.250001907349rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOHBbXHmhwI8Sdkq29PfaH9JzT9l9FMQ { color:rgba(var(--color-primary-2),1);display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29.750000953674rem;left:8rem;height:1.86875rem;font-style:normal;display:block; }
#pr6J3HifC3wc8P2DPBr5IHiWlikxmE9J { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:14.356250286102rem;left:8rem;height:18.0013125rem;display:block; }
#DmVdGt34TOsfG0w0UXMZaEOGNTX4Nfib { box-sizing:content-box;height:26.3125rem;width:48.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.84);background-image:none;top:8.125rem;left:5.9375rem;display:block; }
#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { background-color: transparent; background-image: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container > .video-iframe-container { display: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container { display: block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .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); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { border-width: 0; border-radius: 0; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { background-color: transparent; background-image: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .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); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { border-width: 0; border-radius: 0; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#oSKBzlnpv3sUTZuUR5JXqm6oVJqXCGup { color:rgba(var(--color-tertiary-0),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:6.0625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ebyRKHDatsgnXc4vROpEIQGehCV4RyDE { color:rgba(var(--color-tertiary-0),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5625rem;left:2.15625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#PVwhzWcZwScThWy7lou8QBs2MZC3ZMf4 { color:#faf5f6;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row .container { background-color: transparent; background-image: none; }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row .container > .video-iframe-container { display: none; }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row > .video-iframe-container { display: none; }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .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); }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row .container { border-width: 0; border-radius: 0; }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row .container { font-size:0.875rem;font-family:arial;height:73.6875rem;width:60rem;position:relative;display:block; }#AevhT9DC4WOVyGA0STHPdEOdlEcPVgTo { 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:6.25rem;width:6.25rem;top:24.999999046326rem;left:6.625rem;overflow:hidden;display:block; }
#izPHVqFNMUsGp456pBIFakUt0lvFKtI7 { color:#fffbfb;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:33.062499046326rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLkZ9pnAt8KTKJm693nhCq0U8LA5fq6Q { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:35.312499046326rem;left:0.625rem;height:5.59461875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzRsuzTEK9eUpGXQ8IRVzkUZUi0rJrs4 { color:#faf5f5;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:35.312499046326rem;left:20.625001907349rem;height:5.59461875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0cwcGNG7aGORD4UQWPlmnMWekV896J8 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.062499046326rem;left:20.625001907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxDCsZlhHnuia3pVTKTTL09ahGHp8KWD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:24.999999046326rem;left:26.625001907349rem;overflow:hidden;display:block; }
#axNTrT8QuixGDPD540GrTADIyecrHdWM { color:#fbf6f6;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:35.624999046326rem;left:40.625001907349rem;height:5.59461875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBkDiUSx55byhkobFR8uyTGC8gbNaf9K { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.062499046326rem;left:40.625001907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKxXtm4Tir7GrMcpRWycl3b0y4ttXJ0w { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:24.999999046326rem;left:46.625001907349rem;overflow:hidden;display:block; }
#zTvOH9fTVMJck8HkWiKR9FbcrTIfeMT1 { 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:6.25rem;width:6.25rem;top:4.3750009536743rem;left:6.625rem;overflow:hidden;display:block; }
#EhZHJhbGQS9075hqry3uq3XJhquTsrp4 { color:#fdfafa;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.437500953674rem;left:0.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nf1mEerk5CGMEIpNR687oToAG306xmBS { color:#fdf6f6;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.437500953674rem;left:20.625001907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xZtooz1ah1r4yqBTcEs66uO3bXsikm1I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:4.3750009536743rem;left:26.625001907349rem;overflow:hidden;display:block; }
#M7a8RCPSXJfUZzzOtfTOQaIerNIR42al { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:15.250000953674rem;left:0.625rem;height:5.59461875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SF7cpuVHCovX5Lks1RCqKkDe24W6EDb4 { color:#fdf8f8;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:15.187500953674rem;left:20.625001907349rem;height:6.99325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNDq8g9Z0DqbAR1g5rL6Vk0PXcXDhVMH { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:15.187500953674rem;left:40.625001907349rem;height:5.59461875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MoUe1guaizFAvoADSbFyV5phnle9bfgz { color:#fdf8f8;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.437500953674rem;left:40.625001907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLIk1Qa4xvTG9VpBMT4UhqJecBaGbhdR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:4.3750009536743rem;left:46.625001907349rem;overflow:hidden;display:block; }
#ctMkH8ep3PCZ00SHr1RLxHV6OTZcnind { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:56.437502861023rem;left:1.3125rem;height:5.59461875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPrf6SJTsCKpNgdirvhP32VOSEnzr2rg { color:#faf5f5;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:56.812502861023rem;left:21.312501907349rem;height:4.1959625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOb99TOdwlhHwSSeFTIiFlauksGs3izq { color:#fbf6f6;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:56.437502861023rem;left:41.250001907349rem;height:5.59461875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eePS2HarI6dqXwbIRlPZDRVfLeJEuT0G { color:#fffbfb;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:53.187502861023rem;left:1.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8qip4nIct5gmORHwFvg6ZIclaxEkVqr { color:rgba(var(--color-tertiary-1),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:53.187502861023rem;left:20.187501907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kd4xZJ2x4trfythPG55KalqmipflJFdF { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:53.187502861023rem;left:41.250001907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZWb8cACL54z5Ko2GaGPRtrcsk6exOO9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:45.124999046326rem;left:7.25rem;overflow:hidden;display:block; }
#WDzO84vwZK0l4SaKJN07TB4EZyLVD6sQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:45.124999046326rem;left:27.250001907349rem;overflow:hidden;display:block; }
#aPG2tJniv8V1fTzLgL5I1bLV5IPFIECF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:45.124999046326rem;left:47.250001907349rem;overflow:hidden;display:block; }
#NqvAzuPg6iNIaSoCUHRPpTrxr3UwBMss { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:66.037502288819rem;left:23.000001907349rem;display:block; }
#QQDFCu4ZCTKbHicBLQmlfL1QJ4ZR26JH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egp4QQseMb3vPEial81Z2suDIm3e3aD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { background-color: transparent; background-image: none; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container > .video-iframe-container { display: none; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row > .video-iframe-container { display: block; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .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); }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { border-width: 0; border-radius: 0; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;position:relative;display:block; }#wpfSPvpOK4L4Zfu5gObVMHQiTQV8e6Wn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#tGK2GyiuxDzxuaF4DoEDkROq46UzHB8P { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#ItWffduNpisigLExe744LwmOVEyA2B1C { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#uM4aHTfXTV90pnvu8gXHVkwTqQrsHrKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#uM4aHTfXTV90pnvu8gXHVkwTqQrsHrKg > .row .container { border-width: 0; border-radius: 0; }#uM4aHTfXTV90pnvu8gXHVkwTqQrsHrKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uM4aHTfXTV90pnvu8gXHVkwTqQrsHrKg > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:none; }#ae09rJTazAfgTbZk8BwmBnoiqIAMsEoL { 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.3125rem;width:4.5rem;top:3.625rem;left:2.28125rem;overflow:hidden;display:block; }
#aOxDxmLpxXWgb0f2qvPmnguco3kyEWny { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5rem;top:4.03125rem;left:13.125rem;overflow:hidden;display:block; }
#eeEkdi2CKNORKm2AmdDhkLazhi2AJFmp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.3125rem;top:4.53125rem;left:26.65625rem;overflow:hidden;display:block; }
#PL8Nce7ndncNQgPzfiaw5oqJshlVH1B5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:3.5rem;left:40.875rem;overflow:hidden;display:block; }
#FBetuTHssURau2ZsUWcrTi1AKeUE7l08 { 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:4.5625rem;width:5.25rem;top:4.125rem;left:52.59375rem;overflow:hidden;display:block; }
#BhD5H6L2zQ9pBwMuyIoFMTZDrTeOvKA4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:block; }
#m8qTPwqT1bio16etbStgE5P5OW0SMG8F { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:49.1875rem;top:11.75rem;left:5.375rem;display:block; }
#xddGbOzHVCNJgMPkUGpxRETNysKblngL { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid rgba(var(--color-primary-3),1);border-left:0.375rem solid rgba(var(--color-primary-3),1);border-right:0.375rem solid rgba(var(--color-primary-3),1);border-bottom:0.375rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:10.78125rem;left:3.125rem;display:block; }
#Kl8ARkHqk5cxRrvdkwp8NpbrVGHQe8E4 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:54.5rem;display:block; }
#QXPOFi9Bs0tdlRwblu4HEI0varT1az9G { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:28.40625rem;overflow:hidden;display:block; }
#BtOVx8pdibp2U6Ad1WQzXCvgPnFt3ovr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:42.15625rem;overflow:hidden;display:block; }
#nPgHa35CE2Q1ficiSuGIpJhARN6XyHnm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.875rem;left:2.28125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#ZESIgcvS4qCxINQn8HZ4oB7vG1oqmhC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:13.78125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#uw1Ai4f4VTbQa2HFA6lmmW2ELyprWnCn { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:27.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#hZT0Bb7T3ypyC0uZUOWvKCKmMD1skwST { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:39.03125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#VUDWxybDFO1uHGtUgg1y7ErmkiWncwrZ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:52.53125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#zTrCVCvUWtFlptElpOilX62IaAyPRES4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#n7CNiigtyH0XiO4ihNhsZiR4ZkNvPxUt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#izSQLSqkF2XGPOD0Q226hOyg0cmu8aWS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { background-color: transparent; background-image: none; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container > .video-iframe-container { display: none; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row > .video-iframe-container { display: none; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .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); }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { border-width: 0; border-radius: 0; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#hSeMSvyN2PK0xaxGes4uayERysgUhXeG { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.9375rem;left:23rem;display:block; }
#nDRmH8caSBeRhl9NqJ5fBW9rpqOMMTJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ { position:relative;display:block; }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ { background-color: transparent; background-image: none; }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ > .row .container > .video-iframe-container { display: none; }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ > .row > .video-iframe-container { display: none; }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ > .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); }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ { border-width: 0; border-radius: 0; }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ > .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; }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ANerrChSFJ2rR8DtQkpIKfRSbr2JbpJg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.25rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.2499998090789rem;left:0rem;overflow:hidden;display:block; }
#hSbKlwUsHx6SWwGmtvwTX2MCS52eOg7E { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.0625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.2499998090789rem;left:20.437501907349rem;overflow:hidden;display:block; }
#hCmRlZtHy3qoyR8iOOBLlkyFQQffJwEL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.2492218017578rem;left:40.750001907349rem;overflow:hidden;display:block; }
#SC8MZSRDPbySEZ2R8MKW8l4TDQTxCS3m { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19.0625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.125000762753rem;left:0rem;overflow:hidden;display:block; }
#wBP9EeoEQCfT1TSHCIUNOqBMoWBGZkb2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.125000762753rem;left:20.437501907349rem;overflow:hidden;display:block; }
#U9ELCQvQwE4gxHshvQdvrxLaypQqJ6rq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.125000762753rem;left:40.875001907349rem;overflow:hidden;display:block; }
#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container { border-width: 0; border-radius: 0; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:none; }#UTg8RIcttdfl8hXkxAfTfKxbihMDulR5 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0.625rem;height:3.65625rem;font-style:normal;display:block; }
#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container { border-width: 0; border-radius: 0; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:none; }#plawHQCqIuPBWfO33O41AydzEd9Oexpo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:6.6875rem;left:5.96875rem;overflow:hidden;display:block; }
#H8vZTMcG1s5vcRUkaXOIooR2F7flKJoP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:5.25rem;left:25.21875rem;overflow:hidden;display:block; }
#Dnxk9WilRSX9DXk0VAU9BMcSndOyPbLX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:3.875rem;left:44.53125rem;overflow:hidden;display:block; }
#p3VXAeVVT1WZPE9lWOpGxSexZHi6oqXf { color:rgba(var(--color-primary-4),1);display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:0.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCCqQMnJdPnAalq6a24oD0oIU3TGVyIT { color:rgba(var(--color-primary-4),1);display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B8mdXzeKq6VJxBT1VZdzMabya5HHq3xp { color:rgba(var(--color-primary-4),1);display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:40.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc105hcqADDIhmFshnD3WogRXPaRZn4i { color:rgba(var(--color-primary-4),1);display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9W2MTkRu9pIkK7ThohAbuvVKsqVSSiX { color:rgba(var(--color-primary-4),1);display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:25.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sOsUDsAl3UfxCwCpVXOqSOpKZuF7Bobw { color:rgba(var(--color-primary-4),1);display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.375rem;left:45.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lG6zP6hpGyTo1mtTZ5Z6NxEOZBlh4ZPq { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.375rem;left:6.5625rem;display:block; }
#PczXWDLpOlau1UEK18yTz9XbuLuVcCBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfWO4LpfFWUmLdpskhSmn4S193ptMpPf { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.375rem;left:26.5625rem;display:block; }
#UXu0n8uMDg2g9zz2va6ONderUtmzJ9Zd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gk2qV0TrgAxql21QAg2RJv1wkrpLzgkU { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.375rem;left:46.5625rem;display:block; }
#FPXfZaVn3vJ5cvzxqLkXTaOA2aiBiC0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2190b1d2-00b0-4eac-ae7e-d62856628818/shutterstock_1588835818.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.adaptive-delivery-prevent-bg, #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.lazyload, #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.lazyloading { background-image: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { background-color: transparent; background-image: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container > .video-iframe-container { display: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container { display: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .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); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { border-width: 0; border-radius: 0; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;position:relative;display:block; }#EcNJCci20E1gJyIWSgAd8xu7F61cL2TH { color:rgba(var(--color-tertiary-0),1);display:block;width:54.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.75rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VS69yVeve9vkKi8EeXEf1s7ZaHT06FfT { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted #daa520;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:28.75rem;width:0.3125rem;top:9.375rem;left:27.448438644409rem;display:block; }
#lonHCbqWuxJoDG2AilTr2G8S09bvdRGz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.0625rem;top:23.375rem;left:29.937501907349rem;overflow:hidden;display:block; }
#uLD9aZo6OV2PAJX8O5Z1qIQSWqUJTLOT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.0625rem;top:15.375rem;left:22.437501907349rem;overflow:hidden;display:block; }
#MmcTMR0HJ9zepJTpeq1pPU7cD6WVwwAm { 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:4.125rem;width:4.8125rem;top:32.8125rem;left:21.750001907349rem;overflow:hidden;display:block; }
#qadiTevVCdgXxHvn52FGTPD8quMaaSXA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:9.375rem;left:29.312501907349rem;overflow:hidden;display:block; }
#TXWQVlTmzNSsp5QxhS7DyhAT89m7ktVy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.1875rem;left:21.031251907349rem;display:block; }
#LCuH4oIBQF1C9fHyMAth5HgamQcm3RZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPze7zM7GV0vnZlZalskx2WKAB6oy8I5 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.15625rem;left:35.031251907349rem;height:4.87305rem;font-style:normal;display:block; }
#RzXGwKtrLPpto9EBzy6x7fbG79SuRC88 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.125rem;left:35.031251907349rem;height:3.2487rem;font-style:normal;display:block; }
#JCyOHmpgVR4q8s6GfTdSLGQgVAhhv8f9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.25rem;left:3.5rem;height:3.2487rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FbbdMa6HXbPvwwWazXZWL1IVyVh2Osac { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.9375rem;left:0.75rem;height:11.3704375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { background-color: transparent; background-image: none; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container > .video-iframe-container { display: none; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row > .video-iframe-container { display: none; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .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); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { border-width: 0; border-radius: 0; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#fGO45Fo9wlF4uiCJglfS69KIfFLsJqAv { color:rgba(var(--color-primary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.2062501907349rem;left:21.64999961853rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UzQR0nlvS2RwncATrLU0EqNd4V8K5Epl { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted #daa520;border-bottom:0.375rem dotted #daa520;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:24.75rem;top:9.25rem;left:30.9375rem;display:block; }
#G1mi3KbqukpPlVZaSoAK8nrm9bKAIJTw { position:absolute;display:block;z-index:15016;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:7.5rem;width:6.75rem;top:8.8125rem;left:23.375001907349rem;overflow:hidden;display:block; }
#mU1NFgCdyBHUDciFtcogTGaJMs8RRNKR { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.012496948243rem;left:30.937501907349rem;height:4.38801875rem;text-align:right;text-align-last:right;display:block; }
#uEBLytRefBcteumluIFbA3o58cdwg3Pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { background-color: transparent; background-image: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .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); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { border-width: 0; border-radius: 0; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#aUOt0Br7E9HygkeVzKuIpgc27825BCWV { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.0609383583069rem;left:2rem;height:5.55rem;font-style:normal;display:block; }
#mhofrpMaXMIdA2Bqcazlvi6chqSiMAmk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:16.375rem;left:2rem;overflow:hidden;display:block; }
#UaKx5Zx9xbac2fyXQtTQqBDzTUU06vuB { 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:2.0625rem;width:2.0625rem;top:12.75rem;left:2rem;overflow:hidden;display:block; }
#AeQyvK8zQ3n2Wqsov8BDZ0Gx18trXkFb { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:4.9375rem;height:1.462675rem;display:block; }
#TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.061737060547rem;left:4.8617191314697rem;height:2.92535rem;display:block; }
#MztOPVUeqXIdxCkZBev14Dvh8XUflARu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.1875rem;left:41.1875rem;display:block; }
#dqVCd9sWN05b9AfEQ23ktQO6aWFe10gk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMwQ0PMXJMqRoRFv7UmgiNlkakytQ2UE { position:absolute;display:block;z-index:15012;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:7.1875rem;width:6.25rem;top:5.03125rem;left:45.25rem;overflow:hidden;display:block; }
#hI8MHQZUQVSvOnWwDDfWNgwJXKrs1PC9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted #daa520;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.3125rem;top:1.2499923706055rem;left:36.312501907349rem;display:block; }
#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row .container { background-color: transparent; background-image: none; }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row .container > .video-iframe-container { display: none; }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row > .video-iframe-container { display: none; }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .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); }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row .container { border-width: 0; border-radius: 0; }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#ypwCBn0yOOPisbtpxZLq9zJP6LBXvUku { color:#391008;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.68359375rem;left:1.875rem;height:1.462675rem;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) { #vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRE27zcsLK3mV7F43FA924WdNxTF60Hu { width:14.6875rem;height:2.3125rem;top:1.9375rem;left:31.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmvIG5i3nQkI7HSrqTg85vSAAMtqa0c { display:block; }
 }@media only screen and (max-width: 763px) { #qMto0MBNfx2uF9PhwzHanxfLu4Ls0Qfs { top:1.6875rem;left:0rem;width:9.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfHiVRlbUlEWHQMNO2AMpN7iHHldZNuD { top:1.5rem;left:6.6125011444094rem;width:9.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcw1XW9coAUGAIm0rzkQJrikLErT7XNE { top:1.625rem;left:15.175001144409rem;width:10.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq { display:block; }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyUcgiKRvB2BmQuuzp0bZlunchkAWfBe { top:2rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXvZAvy6SQNAdZDALy3WOJTFeTL5Bfgx { top:8.25rem;left:22.60000038147rem;width:23.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { top:10.125rem;left:10.125001907349rem;width:27.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOHBbXHmhwI8Sdkq29PfaH9JzT9l9FMQ { top:29.75rem;left:1.875rem;width:39.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr6J3HifC3wc8P2DPBr5IHiWlikxmE9J { top:14.3125rem;left:1.875rem;width:44rem;height:18rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmVdGt34TOsfG0w0UXMZaEOGNTX4Nfib { top:8.125rem;left:0rem;width:47.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 { display:block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSKBzlnpv3sUTZuUR5JXqm6oVJqXCGup { top:5.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebyRKHDatsgnXc4vROpEIQGehCV4RyDE { top:9.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVwhzWcZwScThWy7lou8QBs2MZC3ZMf4 { width:47.75rem;height:2.25rem;top:12.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a { display:block; }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AevhT9DC4WOVyGA0STHPdEOdlEcPVgTo { width:6.25rem;height:6.25rem;top:24.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izPHVqFNMUsGp456pBIFakUt0lvFKtI7 { width:18.75rem;height:1.1875rem;top:33rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLkZ9pnAt8KTKJm693nhCq0U8LA5fq6Q { width:18.75rem;height:5.5625rem;top:35.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzRsuzTEK9eUpGXQ8IRVzkUZUi0rJrs4 { width:18.75rem;height:5.5625rem;top:35.25rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0cwcGNG7aGORD4UQWPlmnMWekV896J8 { width:18.75rem;height:1.1875rem;top:33rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxDCsZlhHnuia3pVTKTTL09ahGHp8KWD { width:6.25rem;height:6.25rem;top:24.9375rem;left:20.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNTrT8QuixGDPD540GrTADIyecrHdWM { width:18.75rem;height:5.5625rem;top:35.5625rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBkDiUSx55byhkobFR8uyTGC8gbNaf9K { width:18.75rem;height:2.4375rem;top:33rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKxXtm4Tir7GrMcpRWycl3b0y4ttXJ0w { width:6.25rem;height:6.25rem;top:24.9375rem;left:36.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTvOH9fTVMJck8HkWiKR9FbcrTIfeMT1 { width:6.25rem;height:6.25rem;top:4.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhZHJhbGQS9075hqry3uq3XJhquTsrp4 { width:18.75rem;height:2.4375rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf1mEerk5CGMEIpNR687oToAG306xmBS { width:18.75rem;height:1.1875rem;top:12.4375rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtooz1ah1r4yqBTcEs66uO3bXsikm1I { width:6.25rem;height:6.25rem;top:4.375rem;left:20.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7a8RCPSXJfUZzzOtfTOQaIerNIR42al { width:18.75rem;height:5.5625rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF7cpuVHCovX5Lks1RCqKkDe24W6EDb4 { width:18.75rem;height:7rem;top:15.1875rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNDq8g9Z0DqbAR1g5rL6Vk0PXcXDhVMH { width:18.75rem;height:5.5625rem;top:15.1875rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUe1guaizFAvoADSbFyV5phnle9bfgz { width:18.75rem;height:1.1875rem;top:12.4375rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLIk1Qa4xvTG9VpBMT4UhqJecBaGbhdR { width:6.25rem;height:6.25rem;top:4.375rem;left:36.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctMkH8ep3PCZ00SHr1RLxHV6OTZcnind { width:18.75rem;height:5.5625rem;top:56.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPrf6SJTsCKpNgdirvhP32VOSEnzr2rg { width:18.75rem;height:4.1875rem;top:56.8125rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb99TOdwlhHwSSeFTIiFlauksGs3izq { width:18.75rem;height:5.5625rem;top:56.4375rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePS2HarI6dqXwbIRlPZDRVfLeJEuT0G { width:18.75rem;height:1.1875rem;top:53.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qip4nIct5gmORHwFvg6ZIclaxEkVqr { width:19.6875rem;height:2.4375rem;top:53.1875rem;left:12.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd4xZJ2x4trfythPG55KalqmipflJFdF { width:18.75rem;height:2.4375rem;top:53.1875rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWb8cACL54z5Ko2GaGPRtrcsk6exOO9 { width:6.25rem;height:6.25rem;top:45.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDzO84vwZK0l4SaKJN07TB4EZyLVD6sQ { width:6.25rem;height:6.25rem;top:45.0625rem;left:21.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPG2tJniv8V1fTzLgL5I1bLV5IPFIECF { width:6.25rem;height:6.25rem;top:45.0625rem;left:36.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqvAzuPg6iNIaSoCUHRPpTrxr3UwBMss { width:14rem;height:3.125rem;top:66rem;left:16.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQDFCu4ZCTKbHicBLQmlfL1QJ4ZR26JH { display:block; }
 }@media only screen and (max-width: 763px) { #egp4QQseMb3vPEial81Z2suDIm3e3aD6 { display:block; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpfSPvpOK4L4Zfu5gObVMHQiTQV8e6Wn { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGK2GyiuxDzxuaF4DoEDkROq46UzHB8P { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItWffduNpisigLExe744LwmOVEyA2B1C { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uM4aHTfXTV90pnvu8gXHVkwTqQrsHrKg { display:block; }#uM4aHTfXTV90pnvu8gXHVkwTqQrsHrKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae09rJTazAfgTbZk8BwmBnoiqIAMsEoL { top:3.625rem;left:0rem;width:4.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOxDxmLpxXWgb0f2qvPmnguco3kyEWny { top:4rem;left:7rem;width:5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeEkdi2CKNORKm2AmdDhkLazhi2AJFmp { top:4.5rem;left:20.53125rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL8Nce7ndncNQgPzfiaw5oqJshlVH1B5 { top:3.5rem;left:34.75rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBetuTHssURau2ZsUWcrTi1AKeUE7l08 { top:4.125rem;left:42.5rem;width:5.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhD5H6L2zQ9pBwMuyIoFMTZDrTeOvKA4 { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8qTPwqT1bio16etbStgE5P5OW0SMG8F { top:11.75rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xddGbOzHVCNJgMPkUGpxRETNysKblngL { top:10.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8ARkHqk5cxRrvdkwp8NpbrVGHQe8E4 { top:10.75rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXPOFi9Bs0tdlRwblu4HEI0varT1az9G { top:10.75rem;left:22.28125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtOVx8pdibp2U6Ad1WQzXCvgPnFt3ovr { top:10.75rem;left:36.03125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPgHa35CE2Q1ficiSuGIpJhARN6XyHnm { top:14.875rem;left:0rem;width:4.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZESIgcvS4qCxINQn8HZ4oB7vG1oqmhC5 { top:14.875rem;left:7.65625rem;width:5.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw1Ai4f4VTbQa2HFA6lmmW2ELyprWnCn { top:14.875rem;left:21rem;width:5.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZT0Bb7T3ypyC0uZUOWvKCKmMD1skwST { top:14.875rem;left:32.90625rem;width:8.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUDWxybDFO1uHGtUgg1y7ErmkiWncwrZ { top:14.875rem;left:42rem;width:5.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrCVCvUWtFlptElpOilX62IaAyPRES4 { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7CNiigtyH0XiO4ihNhsZiR4ZkNvPxUt { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #izSQLSqkF2XGPOD0Q226hOyg0cmu8aWS { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8crIyQkpNiKedV3xzfzxEguWsBnfp1V { display:block; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSeMSvyN2PK0xaxGes4uayERysgUhXeG { width:14rem;height:3.125rem;top:2.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDRmH8caSBeRhl9NqJ5fBW9rpqOMMTJm { display:block; }
 }@media only screen and (max-width: 763px) { #WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ { display:block; }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANerrChSFJ2rR8DtQkpIKfRSbr2JbpJg { width:19.25rem;height:12.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSbKlwUsHx6SWwGmtvwTX2MCS52eOg7E { width:19.0625rem;height:12.625rem;top:2.1875rem;left:14.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCmRlZtHy3qoyR8iOOBLlkyFQQffJwEL { width:19.375rem;height:12.5rem;top:2.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC8MZSRDPbySEZ2R8MKW8l4TDQTxCS3m { width:19.0625rem;height:12.375rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBP9EeoEQCfT1TSHCIUNOqBMoWBGZkb2 { width:19.125rem;height:12.375rem;top:16.125rem;left:14.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ELCQvQwE4gxHshvQdvrxLaypQqJ6rq { width:19.125rem;height:12.5625rem;top:16.125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl { display:block; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTg8RIcttdfl8hXkxAfTfKxbihMDulR5 { top:3.3125rem;left:0rem;width:12.5rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c { display:block; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plawHQCqIuPBWfO33O41AydzEd9Oexpo { top:6.6875rem;left:3.90625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8vZTMcG1s5vcRUkaXOIooR2F7flKJoP { top:5.25rem;left:19.03125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnxk9WilRSX9DXk0VAU9BMcSndOyPbLX { top:3.875rem;left:34.21875rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3VXAeVVT1WZPE9lWOpGxSexZHi6oqXf { top:4.875rem;left:0rem;width:18.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCCqQMnJdPnAalq6a24oD0oIU3TGVyIT { top:3.375rem;left:13.125rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8mdXzeKq6VJxBT1VZdzMabya5HHq3xp { top:2rem;left:29.0625rem;width:18.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc105hcqADDIhmFshnD3WogRXPaRZn4i { top:12.375rem;left:4.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9W2MTkRu9pIkK7ThohAbuvVKsqVSSiX { top:12.375rem;left:19.625rem;width:8.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOsUDsAl3UfxCwCpVXOqSOpKZuF7Bobw { top:12.375rem;left:35rem;width:9.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG6zP6hpGyTo1mtTZ5Z6NxEOZBlh4ZPq { width:6.875rem;height:3.125rem;top:17.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PczXWDLpOlau1UEK18yTz9XbuLuVcCBZ { display:block; }
 }@media only screen and (max-width: 763px) { #RfWO4LpfFWUmLdpskhSmn4S193ptMpPf { width:6.875rem;height:3.125rem;top:17.375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXu0n8uMDg2g9zz2va6ONderUtmzJ9Zd { display:block; }
 }@media only screen and (max-width: 763px) { #gk2qV0TrgAxql21QAg2RJv1wkrpLzgkU { width:6.875rem;height:3.125rem;top:17.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPXfZaVn3vJ5cvzxqLkXTaOA2aiBiC0U { display:block; }
 }@media only screen and (max-width: 763px) { #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT { display:block; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcNJCci20E1gJyIWSgAd8xu7F61cL2TH { top:2.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS69yVeve9vkKi8EeXEf1s7ZaHT06FfT { top:9.375rem;left:21.323438644409rem;width:0.3125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lonHCbqWuxJoDG2AilTr2G8S09bvdRGz { top:23.375rem;left:23.812501907349rem;width:4.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLD9aZo6OV2PAJX8O5Z1qIQSWqUJTLOT { top:15.375rem;left:16.312501907349rem;width:4.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmcTMR0HJ9zepJTpeq1pPU7cD6WVwwAm { top:32.8125rem;left:15.625001907349rem;width:4.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qadiTevVCdgXxHvn52FGTPD8quMaaSXA { top:9.375rem;left:23.187501907349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWQVlTmzNSsp5QxhS7DyhAT89m7ktVy { width:14rem;height:3.125rem;top:41.1875rem;left:14.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCuH4oIBQF1C9fHyMAth5HgamQcm3RZy { display:block; }
 }@media only screen and (max-width: 763px) { #kPze7zM7GV0vnZlZalskx2WKAB6oy8I5 { top:10.125rem;left:23.875rem;width:23.875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzXGwKtrLPpto9EBzy6x7fbG79SuRC88 { top:24.125rem;left:23rem;width:24.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCyOHmpgVR4q8s6GfTdSLGQgVAhhv8f9 { top:33.25rem;left:0rem;width:17.6875rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbdMa6HXbPvwwWazXZWL1IVyVh2Osac { top:16.9375rem;left:0rem;width:20.375rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT { display:block; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGO45Fo9wlF4uiCJglfS69KIfFLsJqAv { top:5.1875rem;left:13.3125rem;width:34.4375rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzQR0nlvS2RwncATrLU0EqNd4V8K5Epl { top:9.25rem;left:22.625rem;width:24.75rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1mi3KbqukpPlVZaSoAK8nrm9bKAIJTw { top:8.8125rem;left:17.250001907349rem;width:6.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1NFgCdyBHUDciFtcogTGaJMs8RRNKR { top:11rem;left:23.75rem;width:24rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUOt0Br7E9HygkeVzKuIpgc27825BCWV { top:4rem;left:0rem;width:32.9375rem;height:5.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhofrpMaXMIdA2Bqcazlvi6chqSiMAmk { top:16.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaKx5Zx9xbac2fyXQtTQqBDzTUU06vuB { top:12.75rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQyvK8zQ3n2Wqsov8BDZ0Gx18trXkFb { top:12.9375rem;left:0rem;width:22.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { top:16rem;left:0rem;width:31.625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MztOPVUeqXIdxCkZBev14Dvh8XUflARu { width:14rem;height:3.125rem;top:14.1875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqVCd9sWN05b9AfEQ23ktQO6aWFe10gk { display:block; }
 }@media only screen and (max-width: 763px) { #sMwQ0PMXJMqRoRFv7UmgiNlkakytQ2UE { top:5rem;left:39.125rem;width:6.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8MHQZUQVSvOnWwDDfWNgwJXKrs1PC9 { top:1.1875rem;left:30.187501907349rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI { display:block; }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypwCBn0yOOPisbtpxZLq9zJP6LBXvUku { top:0.625rem;left:0rem;width:34.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { position:relative;z-index:auto;display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRE27zcsLK3mV7F43FA924WdNxTF60Hu { width:12.2125rem;height:1.9625rem;top:10.5625rem;left:3.8937502503395rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmvIG5i3nQkI7HSrqTg85vSAAMtqa0c { display:block; }
 }@media only screen and (max-width: 763px) { #qMto0MBNfx2uF9PhwzHanxfLu4Ls0Qfs { width:8.125rem;height:2.625rem;top:0.96875rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfHiVRlbUlEWHQMNO2AMpN7iHHldZNuD { width:9.75rem;height:3.375rem;top:4.1125001907349rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcw1XW9coAUGAIm0rzkQJrikLErT7XNE { width:10.5625rem;height:3.125rem;top:7.4375rem;left:4.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq { display:block; }#hrwaCmgaRQT8sb98FyNiZ2CBXZ3mDapq > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyUcgiKRvB2BmQuuzp0bZlunchkAWfBe { width:20rem;height:8.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXvZAvy6SQNAdZDALy3WOJTFeTL5Bfgx { width:9.75rem;height:1.13606875rem;top:10.550000190735rem;left:8.0625005364419rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e306098a-a5ea-468c-8f2a-180326964d08/001.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb.adaptive-delivery-prevent-bg, #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb.lazyload, #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb.lazyloading { background-image: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { background-color: transparent; background-image: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .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); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { width:17.1875rem;height:2.03125rem;top:4.1875rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOHBbXHmhwI8Sdkq29PfaH9JzT9l9FMQ { width:17.5rem;height:2.76041875rem;top:30.662500023842rem;left:0.68671876192094rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pr6J3HifC3wc8P2DPBr5IHiWlikxmE9J { width:18.625rem;height:25.1736rem;top:7.0562502145769rem;left:0.68671876192094rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DmVdGt34TOsfG0w0UXMZaEOGNTX4Nfib { width:20rem;height:32.0625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { background-color: transparent; background-image: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container > .video-iframe-container { display: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container { display: block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .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); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { border-width: 0; border-radius: 0; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSKBzlnpv3sUTZuUR5JXqm6oVJqXCGup { width:15.875rem;height:4.0625rem;top:1.3125rem;left:1.4992187619209rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebyRKHDatsgnXc4vROpEIQGehCV4RyDE { width:18.9375rem;height:2.2721375rem;top:7.375rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVwhzWcZwScThWy7lou8QBs2MZC3ZMf4 { width:17.875rem;height:4.87305rem;top:10.512500762939rem;left:1.0617187619209rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a { display:block; }#ltnH5S1fcBEFkAkcRTQ63IOG5gNrQu6a > .row .container { width:20rem;height:161.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AevhT9DC4WOVyGA0STHPdEOdlEcPVgTo { width:6.25rem;height:6.25rem;top:19.2875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izPHVqFNMUsGp456pBIFakUt0lvFKtI7 { width:18.75rem;height:1.21875rem;top:26.7875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLkZ9pnAt8KTKJm693nhCq0U8LA5fq6Q { width:18.75rem;height:5.59461875rem;top:29.25625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzRsuzTEK9eUpGXQ8IRVzkUZUi0rJrs4 { width:18.75rem;height:5.59461875rem;top:81.1125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0cwcGNG7aGORD4UQWPlmnMWekV896J8 { width:18.75rem;height:1.21875rem;top:78.64375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxDCsZlhHnuia3pVTKTTL09ahGHp8KWD { width:6.25rem;height:6.25rem;top:71.14375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNTrT8QuixGDPD540GrTADIyecrHdWM { width:18.75rem;height:5.59461875rem;top:132.60625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBkDiUSx55byhkobFR8uyTGC8gbNaf9K { width:18.75rem;height:2.4375rem;top:128.91875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKxXtm4Tir7GrMcpRWycl3b0y4ttXJ0w { width:6.25rem;height:6.25rem;top:121.41875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTvOH9fTVMJck8HkWiKR9FbcrTIfeMT1 { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhZHJhbGQS9075hqry3uq3XJhquTsrp4 { width:18.75rem;height:2.4375rem;top:8.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf1mEerk5CGMEIpNR687oToAG306xmBS { width:18.75rem;height:1.21875rem;top:60.425rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtooz1ah1r4yqBTcEs66uO3bXsikm1I { width:6.25rem;height:6.25rem;top:52.925rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7a8RCPSXJfUZzzOtfTOQaIerNIR42al { width:18.75rem;height:5.59461875rem;top:12.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF7cpuVHCovX5Lks1RCqKkDe24W6EDb4 { width:18.75rem;height:6.99325rem;top:62.89375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNDq8g9Z0DqbAR1g5rL6Vk0PXcXDhVMH { width:18.75rem;height:5.59461875rem;top:114.56875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUe1guaizFAvoADSbFyV5phnle9bfgz { width:18.75rem;height:1.21875rem;top:112.1rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLIk1Qa4xvTG9VpBMT4UhqJecBaGbhdR { width:6.25rem;height:6.25rem;top:104.6rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctMkH8ep3PCZ00SHr1RLxHV6OTZcnind { width:18.75rem;height:5.59461875rem;top:46.075rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPrf6SJTsCKpNgdirvhP32VOSEnzr2rg { width:18.75rem;height:4.1959625rem;top:99.15rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb99TOdwlhHwSSeFTIiFlauksGs3izq { width:18.3125rem;height:5.59461875rem;top:150.64375305176rem;left:0.84296876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePS2HarI6dqXwbIRlPZDRVfLeJEuT0G { width:18.75rem;height:1.21875rem;top:43.60625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qip4nIct5gmORHwFvg6ZIclaxEkVqr { width:19.6875rem;height:2.4375rem;top:95.4625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd4xZJ2x4trfythPG55KalqmipflJFdF { width:18.75rem;height:2.4375rem;top:146.95625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWb8cACL54z5Ko2GaGPRtrcsk6exOO9 { width:6.25rem;height:6.25rem;top:36.10625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDzO84vwZK0l4SaKJN07TB4EZyLVD6sQ { width:6.25rem;height:6.25rem;top:87.9625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPG2tJniv8V1fTzLgL5I1bLV5IPFIECF { width:6.25rem;height:6.25rem;top:139.45625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqvAzuPg6iNIaSoCUHRPpTrxr3UwBMss { width:10.625rem;height:2.4375rem;top:157.80625343323rem;left:4.6875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQDFCu4ZCTKbHicBLQmlfL1QJ4ZR26JH { display:block; }
 }@media only screen and (max-width: 763px) { #egp4QQseMb3vPEial81Z2suDIm3e3aD6 { display:block; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpfSPvpOK4L4Zfu5gObVMHQiTQV8e6Wn { width:2.3125rem;height:2.3125rem;top:8.375rem;left:8.8125rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tGK2GyiuxDzxuaF4DoEDkROq46UzHB8P { width:2.3125rem;height:2.3125rem;top:4.8125rem;left:8.8125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ItWffduNpisigLExe744LwmOVEyA2B1C { width:2.3125rem;height:2.3125rem;top:1.25rem;left:8.8125rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uM4aHTfXTV90pnvu8gXHVkwTqQrsHrKg { display:none; }#uM4aHTfXTV90pnvu8gXHVkwTqQrsHrKg > .row .container { width:20rem;height:96.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ae09rJTazAfgTbZk8BwmBnoiqIAMsEoL { width:3.5625rem;height:4.1875rem;top:1.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOxDxmLpxXWgb0f2qvPmnguco3kyEWny { width:4.0625rem;height:5.25rem;top:6.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeEkdi2CKNORKm2AmdDhkLazhi2AJFmp { width:4.4375rem;height:2.9375rem;top:13.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL8Nce7ndncNQgPzfiaw5oqJshlVH1B5 { width:3.625rem;height:3.625rem;top:17.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBetuTHssURau2ZsUWcrTi1AKeUE7l08 { width:4.0625rem;height:3.5rem;top:22.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhD5H6L2zQ9pBwMuyIoFMTZDrTeOvKA4 { width:2.3125rem;height:2.3125rem;top:37.3125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8qTPwqT1bio16etbStgE5P5OW0SMG8F { width:0.375rem;height:30rem;top:40.7875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xddGbOzHVCNJgMPkUGpxRETNysKblngL { width:1.25rem;height:1.25rem;top:37.6875rem;left:9.125rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8ARkHqk5cxRrvdkwp8NpbrVGHQe8E4 { width:1.625rem;height:1.625rem;top:72.0375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXPOFi9Bs0tdlRwblu4HEI0varT1az9G { width:2.3125rem;height:2.3125rem;top:40.875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtOVx8pdibp2U6Ad1WQzXCvgPnFt3ovr { width:2.3125rem;height:2.3125rem;top:44.4375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPgHa35CE2Q1ficiSuGIpJhARN6XyHnm { width:4.0625rem;height:3.75rem;top:74.9125rem;left:7.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZESIgcvS4qCxINQn8HZ4oB7vG1oqmhC5 { width:5.75rem;height:2.5rem;top:79.9125rem;left:7.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uw1Ai4f4VTbQa2HFA6lmmW2ELyprWnCn { width:5.75rem;height:2.5rem;top:83.6625rem;left:7.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZT0Bb7T3ypyC0uZUOWvKCKmMD1skwST { width:8.0625rem;height:3.75rem;top:87.4125rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUDWxybDFO1uHGtUgg1y7ErmkiWncwrZ { width:5.75rem;height:2.5rem;top:92.4125rem;left:7.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTrCVCvUWtFlptElpOilX62IaAyPRES4 { width:2.3125rem;height:2.3125rem;top:34.125rem;left:8.8125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n7CNiigtyH0XiO4ihNhsZiR4ZkNvPxUt { width:2.3125rem;height:2.3125rem;top:30.5625rem;left:8.8125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #izSQLSqkF2XGPOD0Q226hOyg0cmu8aWS { width:2.3125rem;height:2.3125rem;top:27rem;left:8.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M8crIyQkpNiKedV3xzfzxEguWsBnfp1V { display:block; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSeMSvyN2PK0xaxGes4uayERysgUhXeG { width:14rem;height:3.125rem;top:1.25rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDRmH8caSBeRhl9NqJ5fBW9rpqOMMTJm { display:block; }
 }@media only screen and (max-width: 763px) { #WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ { display:block; }#WWWea9H6Tm97Jlw8DDc0mPdVwErpoTUQ > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANerrChSFJ2rR8DtQkpIKfRSbr2JbpJg { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSbKlwUsHx6SWwGmtvwTX2MCS52eOg7E { width:19.875rem;height:12.625rem;top:15.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCmRlZtHy3qoyR8iOOBLlkyFQQffJwEL { width:20rem;height:12.5rem;top:28.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC8MZSRDPbySEZ2R8MKW8l4TDQTxCS3m { width:20rem;height:11.875rem;top:42.4375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBP9EeoEQCfT1TSHCIUNOqBMoWBGZkb2 { width:19.875rem;height:10.75rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ELCQvQwE4gxHshvQdvrxLaypQqJ6rq { width:20rem;height:12.5625rem;top:67.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl { display:none; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTg8RIcttdfl8hXkxAfTfKxbihMDulR5 { width:12.5rem;height:2.4375rem;top:1.25rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c { display:none; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #plawHQCqIuPBWfO33O41AydzEd9Oexpo { width:8.0625rem;height:8.0625rem;top:4.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8vZTMcG1s5vcRUkaXOIooR2F7flKJoP { width:9.5625rem;height:9.5625rem;top:20.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnxk9WilRSX9DXk0VAU9BMcSndOyPbLX { width:10.9375rem;height:10.9375rem;top:38.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3VXAeVVT1WZPE9lWOpGxSexZHi6oqXf { width:18.25rem;height:1.625rem;top:1.25rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCCqQMnJdPnAalq6a24oD0oIU3TGVyIT { width:18.625rem;height:1.625rem;top:17.8125rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8mdXzeKq6VJxBT1VZdzMabya5HHq3xp { width:18.5625rem;height:1.625rem;top:35.875rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fc105hcqADDIhmFshnD3WogRXPaRZn4i { width:7.625rem;height:1.625rem;top:9.8125rem;left:6.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9W2MTkRu9pIkK7ThohAbuvVKsqVSSiX { width:8.4375rem;height:1.625rem;top:27.8125rem;left:5.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOsUDsAl3UfxCwCpVXOqSOpKZuF7Bobw { width:9.5rem;height:1.625rem;top:47.25rem;left:5.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lG6zP6hpGyTo1mtTZ5Z6NxEOZBlh4ZPq { width:6.875rem;height:3.125rem;top:13.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PczXWDLpOlau1UEK18yTz9XbuLuVcCBZ { display:block; }
 }@media only screen and (max-width: 763px) { #RfWO4LpfFWUmLdpskhSmn4S193ptMpPf { width:6.875rem;height:3.125rem;top:31.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXu0n8uMDg2g9zz2va6ONderUtmzJ9Zd { display:block; }
 }@media only screen and (max-width: 763px) { #gk2qV0TrgAxql21QAg2RJv1wkrpLzgkU { width:6.875rem;height:3.125rem;top:50.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPXfZaVn3vJ5cvzxqLkXTaOA2aiBiC0U { display:block; }
 }@media only screen and (max-width: 763px) { #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e807db4b-6296-4911-9f48-de50b456c855/marcolivierjodointauPAnOIGvEunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.adaptive-delivery-prevent-bg, #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.lazyload, #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.lazyloading { background-image: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { background-color: transparent; background-image: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container > .video-iframe-container { display: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container { display: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .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); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcNJCci20E1gJyIWSgAd8xu7F61cL2TH { width:19.375rem;height:2.4375rem;top:1.25rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VS69yVeve9vkKi8EeXEf1s7ZaHT06FfT { width:0.4375rem;height:23.375rem;top:5.5rem;left:1.6875rem;border-top:0;border-left:0;border-right:0.3125rem dotted #ad1818;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lonHCbqWuxJoDG2AilTr2G8S09bvdRGz { width:3.125rem;height:3.625rem;top:91.8875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLD9aZo6OV2PAJX8O5Z1qIQSWqUJTLOT { width:3.125rem;height:3.625rem;top:4.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmcTMR0HJ9zepJTpeq1pPU7cD6WVwwAm { width:3.875rem;height:3.125rem;top:10.0625rem;left:4.6125002503395rem;display:none; }
 }@media only screen and (max-width: 763px) { #qadiTevVCdgXxHvn52FGTPD8quMaaSXA { width:3.125rem;height:3.125rem;top:58.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXWQVlTmzNSsp5QxhS7DyhAT89m7ktVy { width:14rem;height:3.125rem;top:31.349999904633rem;left:3.0000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCuH4oIBQF1C9fHyMAth5HgamQcm3RZy { display:block; }
 }@media only screen and (max-width: 763px) { #kPze7zM7GV0vnZlZalskx2WKAB6oy8I5 { width:14.9375rem;height:3.4082rem;top:5.5rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RzXGwKtrLPpto9EBzy6x7fbG79SuRC88 { width:14rem;height:3.4082rem;top:20.5625rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JCyOHmpgVR4q8s6GfTdSLGQgVAhhv8f9 { width:13rem;height:2.2721375rem;top:25.9375rem;left:3.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FbbdMa6HXbPvwwWazXZWL1IVyVh2Osac { width:15rem;height:7.9525rem;top:10.5rem;left:3.3125000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT { display:block; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGO45Fo9wlF4uiCJglfS69KIfFLsJqAv { width:19.375rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzQR0nlvS2RwncATrLU0EqNd4V8K5Epl { width:11.5625rem;height:36.75rem;top:12.4375rem;left:4.0625rem;border-top:0;border-left:0.3125rem dotted #772121;border-right:0;border-bottom:0.3125rem dotted #772121;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #G1mi3KbqukpPlVZaSoAK8nrm9bKAIJTw { width:2.875rem;height:3.1875rem;top:5.0625rem;left:8.5625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1NFgCdyBHUDciFtcogTGaJMs8RRNKR { width:16.125rem;height:4.54426875rem;top:9.8859384059906rem;left:1.9375000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUOt0Br7E9HygkeVzKuIpgc27825BCWV { width:18.125rem;height:3.75rem;top:1.8125005736947rem;left:0.93671876192094rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhofrpMaXMIdA2Bqcazlvi6chqSiMAmk { width:1.9375rem;height:1.9375rem;top:15.14999961853rem;left:9.0312505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaKx5Zx9xbac2fyXQtTQqBDzTUU06vuB { width:2.0625rem;height:2.0625rem;top:8.925000190735rem;left:8.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQyvK8zQ3n2Wqsov8BDZ0Gx18trXkFb { width:17.6875rem;height:1.3rem;top:11.925001144409rem;left:1.1554687619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { width:20rem;height:5.19965rem;top:18.02499961853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MztOPVUeqXIdxCkZBev14Dvh8XUflARu { width:14rem;height:3.125rem;top:24.47500038147rem;left:3.0000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqVCd9sWN05b9AfEQ23ktQO6aWFe10gk { display:block; }
 }@media only screen and (max-width: 763px) { #sMwQ0PMXJMqRoRFv7UmgiNlkakytQ2UE { width:5rem;height:5.75rem;top:11.1125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hI8MHQZUQVSvOnWwDDfWNgwJXKrs1PC9 { width:18.75rem;height:0.3125rem;top:6.4375rem;left:0.62421876192093rem;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem dotted #ad1818;display:block; }
 }@media only screen and (max-width: 763px) { #sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI { display:block; }#sQF99u6vba6oBx8XUV8X7IOTqZdGiRnI > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypwCBn0yOOPisbtpxZLq9zJP6LBXvUku { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }