.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,243,245;--color-primary-1:128,215,220;--color-primary-2:0,175,185;--color-primary-3:0,88,93;--color-primary-4:0,26,28;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:224,224,227;--color-tertiary-1:151,152,163;--color-tertiary-2:47,49,70;--color-tertiary-3:24,25,35;--color-tertiary-4:7,7,11;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d043b5fa-a466-4737-a578-1fdb9b35e065/backgroundpattern.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row .container { background-color: transparent; background-image: none; }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row .container > .video-iframe-container { display: none; }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row > .video-iframe-container { display: none; }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .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); }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row .container { border-width: 0; border-radius: 0; }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#pg1QVaJTMqaS8LyPm3arMF9f3AiwWomR { 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:3.75rem;width:14.375rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#rvv3GtuTX84sh8AFl3qX10wpoTqCRdCI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:4.25rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.875rem;left:18.75rem;display:block; }
#PMyAzEe4OoUy2VhzL0ZiKK022Fh5Ft7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrocXSEVz78eTqOf1O9uL3fxMMEuTcGN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:6.25rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.875rem;left:25.75rem;display:block; }
#eZWE6SDFtmWWsHB8F9Lwn0O8exMnLFRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dhCge56PzbPCGTNt3BCUmCelBZxhEs8s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:7.8125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:47.6875rem;display:block; }
#Juc1qdqaXO3aplolsuWCrAw3ummpuWD4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SmEAOyLc3tDvZ7coIIJ7V1tzLu9wGOXv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.6875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:34.875rem;display:block; }
#DUx3lgT5f2PXIzqKeNbPFUQ7kdLyiGcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWsuBJi31TQHexL7A90WkWZzGXt2kCTF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:5.5rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:58.75rem;display:block; }
#vsA5bLikLkmW5W6m3R0JneMt01DaN3k4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A502oZQpPx6QdO4LxOu8Vpr3vN3UPSpz { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.375rem;left:67.0625rem; }
#A502oZQpPx6QdO4LxOu8Vpr3vN3UPSpz > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#pALn5Pc7zuVT2cDXDJCHV8iROrAWkuFM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.1875rem;left:71.875rem; }
#pALn5Pc7zuVT2cDXDJCHV8iROrAWkuFM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SDQbXC8TXznv0NLoxRnwqJOGdvHfvLxJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ { position:relative;display:block; }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ { background-color: transparent; background-image: none; }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ > .row .container > .video-iframe-container { display: none; }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ > .row > .video-iframe-container { display: none; }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ > .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); }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ { border-width: 0; border-radius: 0; }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ > .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; }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ > .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:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.9);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; }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row .container { background-color: transparent; background-image: none; }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row .container > .video-iframe-container { display: none; }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row > .video-iframe-container { display: none; }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .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); }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row .container { border-width: 0; border-radius: 0; }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#WRMxMQHV2eiDNEsROW5z3UkrDQ7HsDpy { color:rgba(var(--color-tertiary-2),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.875rem;height:;text-align:left;text-align-last:left;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; }
#GKymtt6GPOHaSaFflgw9hT801lxFF0FU { position:relative;display:block; }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU { background-color: transparent; background-image: none; }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU > .row .container > .video-iframe-container { display: none; }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU > .row > .video-iframe-container { display: none; }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU > .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); }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU { border-width: 0; border-radius: 0; }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU > .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; }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU > .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:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z { position:relative;display:block; }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z { background-color: transparent; background-image: none; }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z > .row .container > .video-iframe-container { display: none; }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z > .row > .video-iframe-container { display: none; }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z > .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); }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z { border-width: 0; border-radius: 0; }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z > .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; }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z > .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:52.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IV81TyGS5yVhIAfUJs2mvrroT1R6bC5W { box-sizing:content-box;height:20rem;width:41.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:6.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#x8ZVZP7FDgI2sxx4ZMtvEdDPwlJnadyz { box-sizing:content-box;height:30.8125rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#qV0hwvWded78VZ5OOxXVfZ1UeXm8hNex { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:49.25rem;overflow:hidden;display:block; }
#xiUk5PBSkXx2rHWwpP8DUDlxQgETASaK { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.1875rem;left:9.375rem;height:;text-align:left;text-align-last:left;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; }
#yGgTLfvLVpVL61sdRQaxk4qaHQu98TQA { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),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.125rem;width:12.5rem;top:11.375rem;left:9.375rem;display:block; }
#dzlZszid98Sl5qmr3o6nbIcTyVEBW1vJ { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:14.0625rem;left:9.65625rem;height:6rem;text-align:justify;text-align-last:initial;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; }
#b8WBOX1HmhHAdKo2vmhd4IzH2OcTcu5k { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:9.4375rem;left:9.375rem;height:1.0996125rem;text-align:left;text-align-last:left;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; }
#DRAid3PqE6AHTJuhtiEhdSW57Bh7FIp4 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:27.625rem;left:9.375rem;height:6rem;text-align:left;text-align-last:left;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; }
#BE12TWiPiRc9nDTVm2Z6QEVqdBD3qwx2 { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:34.974609375rem;left:9.375rem;height:3rem;text-align:justify;text-align-last:initial;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; }
#zc99ENT7vIKISTN9MOqLBSOvNL1cib50 { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:39.224609375rem;left:9.375rem;height:4.5rem;text-align:justify;text-align-last:initial;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; }
#afD7rhnDdcyaFwdi9smUTa1AHoKAtg1o { box-sizing:content-box;height:26.9375rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#sMfZXJK2cIQNVQyLdMdn2eIJk6t47kga { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:21.375rem;left:9.375rem;height:4.5rem;text-align:justify;text-align-last:initial;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; }
#lqTxSzs13ov7sD34M5g8Lwu2V9lSRGf2 { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:45.349609375rem;left:9.375rem;height:3rem;text-align:justify;text-align-last:initial;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; }
#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR { position:relative;display:block; }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR { background-color: transparent; background-image: none; }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR > .row .container > .video-iframe-container { display: none; }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR > .row > .video-iframe-container { display: none; }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR > .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); }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR { border-width: 0; border-radius: 0; }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR > .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; }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR > .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:155.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dmubtQ22oI816vopA6Xn7QJU4HAz8TEi { box-sizing:content-box;height:20rem;width:41.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:27.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JotgbdHBKSaNlHeiTS9HU8ThBqD7kTtN { box-sizing:content-box;height:49.5625rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#rtqiZdl3TW2RUQketKNLbr07i9d45Hx8 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.1875rem;left:29.5625rem;height:;text-align:left;text-align-last:left;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; }
#fc8hLmTGrz1mIDw0cnBaahFiVNyN990A { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),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.125rem;width:12.5rem;top:14.925000190735rem;left:29.5625rem;display:block; }
#qJNM1ePB3RMTJAnnN1DGl5Wnwc1T8afi { color:rgba(var(--color-tertiary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:15.729166030884rem;left:29.5625rem;height:4.5rem;text-align:left;text-align-last:left;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; }
#iZ3mU4Kox1F85evv0lQ6xTz8228KG6MM { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:13.137499809265rem;left:29.5625rem;height:;text-align:left;text-align-last:left;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; }
#VWJ28MwaTb6wZTCO7BwMDTrTgK38mtOT { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.912109375rem;left:9rem;height:3rem;text-align:left;text-align-last:left;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; }
#pzUz5ADRZcem4OoHPC43IsRwA3T2d3IT { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:26.537109375rem;left:9.0625rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#JBL9X8AAQZkVXC4S1a7bwqeI1g8MuU3f { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:29.599609375rem;left:9.0625rem;height:6rem;text-align:left;text-align-last:left;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; }
#P2DGMeDxmkVGiG4Qm9DxqBzyAP5khyG2 { box-sizing:content-box;height:26.9375rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#cXwsGTEpyi4LfUtxokJqGVmEW3J7xq2J { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:18.8125rem;top:0rem;left:6.875rem;overflow:hidden;display:block; }
#OX19bi0Gvvr4kJ3uSeIQHMuKkHtdaaTQ { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:37rem;left:9.0625rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#a1MR8H8XTqEDhoiVTyiF8Kigz2nFTwRq { color:rgba(var(--color-tertiary-2),1);display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:40.037109375rem;left:9.0625rem;height:16.5rem;text-align:justify;text-align-last:initial;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; }
#tXg0maOPgtnZIbMSXF4cXT6gVpHbAxhO { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:64.8125rem;left:9.0625rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#vLqpFBwPMWC3yexBFkVtLWmDfwGNT7uN { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:66.3125rem;left:9.0625rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#KcVeagHTGZwuB388LuOZmT4IhuItzBgp { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:57.8125rem;left:9.0625rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#VNhANQkwJeJo0GPQ47C5TtFOprCfSQoZ { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:60.4375rem;left:9.0625rem;height:3rem;text-align:left;text-align-last:left;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; }
#odKIOZTFWHF9B0Nlkdw7JloZyee9e0pM { box-sizing:content-box;height:82.4375rem;width:61.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:71.625rem;left:6.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iGQ6TRW1umx87V0kDxGx0La9UWzRBOO5 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.875rem;width:57.0625rem;top:72.5625rem;left:8.96875rem;overflow:hidden;display:block; }
#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT { position:relative;display:block; }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT { background-color: transparent; background-image: none; }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT > .row .container > .video-iframe-container { display: none; }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT > .row > .video-iframe-container { display: none; }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT > .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); }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT { border-width: 0; border-radius: 0; }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT > .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; }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT > .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:61.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QOcAOurnOxitN9TMaV0PPKDrVRJaTcsE { box-sizing:content-box;height:20rem;width:41.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:6.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#h63D9fuULegcTssodSQ0wO4DG6XIyMaN { box-sizing:content-box;height:38.0625rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ZD6cWRayKpTp51CtHVS0K1gfyBtbDKCI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:49.25rem;overflow:hidden;display:block; }
#J9HedXALnL6hGiQm8iTNyM5ZyRvwOC1p { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.1875rem;left:9.375rem;height:;text-align:left;text-align-last:left;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; }
#qi5qBSWavvQH3AmnNwO4TbTn9Hhqpd0D { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),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.125rem;width:12.5rem;top:13.75rem;left:9.375rem;display:block; }
#vM8qfaem3DTSvnr6BTXCh0HbtN8VcMzu { color:rgba(var(--color-tertiary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:15rem;left:9.375rem;height:4.5rem;text-align:justify;text-align-last:initial;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; }
#DSQURC5dGm4NsmmUWaz3WMuTZFZypAGs { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:11.625rem;left:9.375rem;height:1.0996125rem;text-align:left;text-align-last:left;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; }
#k4hI9NhTDfBFDO0e973WpE2FIpbhe89K { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:29.974609375rem;left:9.375rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#pNkhg2NKp3fqvMidNx7VmXskLBC8c9IZ { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:33.599609375rem;left:9.375rem;height:4.5rem;text-align:justify;text-align-last:initial;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; }
#Dxk2Oa2sJVRTVUhdu5kQL1dNQ5zAamr7 { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:40.162109375rem;left:9.375rem;height:4.5rem;text-align:justify;text-align-last:initial;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; }
#L9TOc9TE70qTLbapIHndSK5ss9aZQ7k3 { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:46rem;left:9.375rem;height:9rem;text-align:justify;text-align-last:initial;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; }
#XFlt0BiZeMdWlIiQJi0JEByVO6GQomFF { box-sizing:content-box;height:26.9375rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#IeQcyxB41XqPd2TVLsKeF7pEXys43ccg { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:22.125rem;left:9.375rem;height:6rem;text-align:justify;text-align-last:initial;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; }
#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy { position:relative;display:block; }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy { background-color: transparent; background-image: none; }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy > .row .container > .video-iframe-container { display: none; }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy > .row > .video-iframe-container { display: none; }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy > .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); }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy { border-width: 0; border-radius: 0; }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy > .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; }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy > .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:44rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTxiMu1pX0ykcuBP5b83SHb3T6zeNTbN { box-sizing:content-box;height:20rem;width:41.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:27.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#wD1ddSzagBuCBCZ9kynOIJbEOV3l1c2U { box-sizing:content-box;height:23.8125rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Xsz2xsOtCqNTKXNhNluRm3HlTMSGQo3I { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.1875rem;left:29.5625rem;height:9.347625rem;text-align:left;text-align-last:left;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; }
#ERWFbWXUU6y67bOZmwE4wSkopEOQnPpQ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),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.125rem;width:12.5rem;top:14.925000190735rem;left:29.5625rem;display:block; }
#PScmKgUbBSiyG9s2i8mnh9LwkxLMQB20 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:15.729166030884rem;left:29.5625rem;height:3rem;text-align:left;text-align-last:left;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; }
#u5Bw2ICpiVJQ8F5DnLwFOWaEnkRcuXIr { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:13.137499809265rem;left:29.5625rem;height:1.0996125rem;text-align:left;text-align-last:left;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; }
#S4lufzGUT2VmyXckdCHEJbedHkOfao3n { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.849609375rem;left:9.375rem;height:4.5rem;text-align:left;text-align-last:left;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; }
#ew0x45T7Xr5tl84iVLlqONUzb63m7wsi { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:28.724609375rem;left:9.375rem;height:3rem;text-align:left;text-align-last:left;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; }
#UvKdXD2OIgqLnN3B8WZTUav21bkIXv4D { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:34.412502288818rem;left:9.0416669845581rem;height:6rem;text-align:left;text-align-last:left;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; }
#yOJpcEFzO3FLZxyPdpnEMTKuo1wOWP4f { box-sizing:content-box;height:26.9375rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#KPkM0048FETqw0QS9Qq9UTNMA1tbACeW { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:18.8125rem;top:0rem;left:6.875rem;overflow:hidden;display:block; }
#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM { position:relative;display:block; }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM { background-color: transparent; background-image: none; }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM > .row .container > .video-iframe-container { display: none; }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM > .row > .video-iframe-container { display: none; }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM > .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); }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM { border-width: 0; border-radius: 0; }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM > .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; }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM > .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:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A { position:relative;display:block; }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A { background-color: transparent; background-image: none; }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A > .row .container > .video-iframe-container { display: none; }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A > .row > .video-iframe-container { display: none; }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A > .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); }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A { border-width: 0; border-radius: 0; }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A > .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; }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A > .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:67.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#daitPFZGqzkGdHXgZTANEEdp0igvRt5m { box-sizing:content-box;height:20rem;width:41.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:6.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#alStyC18DTN0P9Fb4FPrAUqcKlVryJJv { box-sizing:content-box;height:26.9375rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#NobPa2pAwMPHtBvA05AGUuezsM9vOx1N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:49.25rem;overflow:hidden;display:block; }
#WicO3RzQdJNA4V5BM1u6tFB0lIK9G8c3 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.1875rem;left:9.375rem;height:4.673825rem;text-align:left;text-align-last:left;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; }
#ippmfdJZPuiuf9dwzxyMhRF8MwWZAtmJ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),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.125rem;width:12.5rem;top:10.5625rem;left:9.375rem;display:block; }
#T14Fg6y2ZahJz8tNZ6Hm8stF5CCCGyCv { color:rgba(var(--color-tertiary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:9.375rem;height:9rem;text-align:left;text-align-last:left;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; }
#qT1Bub4SGO41OPwZ5fndPOS4vaJbekhb { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:8.875rem;left:9.375rem;height:;text-align:left;text-align-last:left;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; }
#Uus2mBbVTIeGD5cTDi6QaS4GUwohpKVa { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.849609375rem;left:9.375rem;height:4.5rem;text-align:left;text-align-last:left;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; }
#im8ZUMt5IfhTHUeCgqpA3VeggyMLnzpr { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:28.724609375rem;left:9.375rem;height:4.5rem;text-align:left;text-align-last:left;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; }
#oNTeu7pPd3AV69WGqhHWqh0KZNV7OENC { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:35.474609375rem;left:9.375rem;height:3rem;text-align:left;text-align-last:left;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; }
#evm8sW9ldro7w4AtHqPqcmSgu77OtNr2 { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:40.974609375rem;left:9.375rem;height:3rem;text-align:left;text-align-last:left;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; }
#unApmm6TpafGwxXDuST3tpL5FsFfSn2u { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.25rem;top:48.9375rem;left:6.875rem;overflow:hidden;display:block; }
#Or9SR4TJOCeRxTyH2rTkPa6MGqJJwURM { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:16.9375rem;top:48.90625rem;left:32.375rem;overflow:hidden;display:block; }
#P9nd74hsovfMwomx41ymtwNbFbqD4prB { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:12.1875rem;top:48.9375rem;left:55.309914841849rem;overflow:hidden;display:block; }
#ShJu1sCBoRAWoty1Im77vk9V9i0Ruz0w { box-sizing:content-box;height:26.9375rem;width:61.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20rem;left:6.875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz { position:relative;display:block; }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz { background-color: transparent; background-image: none; }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz > .row .container > .video-iframe-container { display: none; }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz > .row > .video-iframe-container { display: none; }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz > .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); }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz { border-width: 0; border-radius: 0; }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz > .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; }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz > .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:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,246,246,0.9);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; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container { background-color: transparent; background-image: none; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container > .video-iframe-container { display: none; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row > .video-iframe-container { display: none; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .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); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container { border-width: 0; border-radius: 0; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#DTDa2UsKJArmCigUWLaEf8U1kf1CRd5Z { color:#2f3146;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:31.25rem;height:2.76171875rem;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; }
#d5ul4IXOaAqo6USaWxzuVTyGEXwK23QA { position:absolute;display:block;z-index:15008;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.0625rem;width:25rem;top:5.4375rem;left:25rem;display:block; }
#rMmihzSstu1tciBwCJ681ey4Amfa33Dv { position:absolute;display:block;z-index:15009;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.0625rem;width:50rem;top:9.4375rem;left:12.5rem;display:block; }
#ClC7OeVEDTXaJWkNz6x0xgvoJ7GPihTB { color:#2f3146;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.25rem;left:26.875rem;height:2.0625rem;text-align:left;text-align-last:left;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; }
#KbwT8oS8o5lr33Jwo7axXmIrAbTZyuOI { position:absolute;display:block;z-index:15010;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:4rem;width:15.1875rem;top:12.75rem;left:3.125rem;overflow:hidden;display:block; }
#NbqaPc316ern1edUCClk3OMcNGxInsSD { color:#2f3146;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.125rem;left:56.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#iAVJDhiKqGIKiAM0MfdJw6vzxC8WDM0b { color:#2f3146;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.5rem;left:12.5rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#INrSp5sD7idBhMpuOEueW1oICvxGnRP3 { color:#2f3146;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20rem;left:12.5rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#DotneOpQHud02uUTyQcopf4fCtdEASnr { color:#2f3146;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:23.9375rem;left:12.5rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#v3U9i5tsOOVcVWqfZLKgUR9V80ZfU511 { color:#2f3146;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.5rem;left:26.875rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#OQt3QVgLq36e7V8FBgVD2OVn07cJDw6n { color:#2f3146;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:20rem;left:26.875rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#wORmkTTMKUtrglfcqMEUXHHrcXP5cABW { color:#2f3146;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:23.9375rem;left:26.875rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#InaPiPLLX2TzWUKIDk4RSaNUcFKtguSV { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:18.6875rem;left:50rem; }
#InaPiPLLX2TzWUKIDk4RSaNUcFKtguSV > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#yGRU36RELo5eFp6uI9Ctx8wTz2EyrVel { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.375rem;left:54.8125rem; }
#yGRU36RELo5eFp6uI9Ctx8wTz2EyrVel > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#AAQmkHtIZiLcLphTlFpQpKsgAmFx4xa6 { color:#2f3146;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:25.4375rem;left:12.5rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#mfbrk0NHn8JT4HswZSry0MGITAAPX7Sf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.5625rem;left:10.375rem;display:block; }
#Nm6pZlzLJT0PREn7azNgVKnkRUZWTplB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op { display:block; }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pg1QVaJTMqaS8LyPm3arMF9f3AiwWomR { top:1.875rem;left:0rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvv3GtuTX84sh8AFl3qX10wpoTqCRdCI { width:4.25rem;height:3.75rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMyAzEe4OoUy2VhzL0ZiKK022Fh5Ft7V { display:block; }
 }@media only screen and (max-width: 763px) { #rrocXSEVz78eTqOf1O9uL3fxMMEuTcGN { width:6.25rem;height:3.75rem;top:1.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWE6SDFtmWWsHB8F9Lwn0O8exMnLFRR { display:block; }
 }@media only screen and (max-width: 763px) { #dhCge56PzbPCGTNt3BCUmCelBZxhEs8s { width:7.8125rem;height:3.75rem;top:1.875rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juc1qdqaXO3aplolsuWCrAw3ummpuWD4 { display:block; }
 }@media only screen and (max-width: 763px) { #SmEAOyLc3tDvZ7coIIJ7V1tzLu9wGOXv { width:9.6875rem;height:3.75rem;top:1.875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUx3lgT5f2PXIzqKeNbPFUQ7kdLyiGcs { display:block; }
 }@media only screen and (max-width: 763px) { #LWsuBJi31TQHexL7A90WkWZzGXt2kCTF { width:5.5rem;height:3.75rem;top:1.875rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsA5bLikLkmW5W6m3R0JneMt01DaN3k4 { display:block; }
 }@media only screen and (max-width: 763px) { #A502oZQpPx6QdO4LxOu8Vpr3vN3UPSpz { top:2.375rem;left:44.625rem;width:2.6875rem;height:2.6875rem;display:block; }
#A502oZQpPx6QdO4LxOu8Vpr3vN3UPSpz > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #pALn5Pc7zuVT2cDXDJCHV8iROrAWkuFM { top:2.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#pALn5Pc7zuVT2cDXDJCHV8iROrAWkuFM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #SDQbXC8TXznv0NLoxRnwqJOGdvHfvLxJ { display:none; }
 }@media only screen and (max-width: 763px) { #V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ { display:block; }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8pK028zkQtZF7XwBlUIAHWnF1WTz23t { display:block; }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRMxMQHV2eiDNEsROW5z3UkrDQ7HsDpy { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKymtt6GPOHaSaFflgw9hT801lxFF0FU { display:block; }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z { display:block; }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IV81TyGS5yVhIAfUJs2mvrroT1R6bC5W { top:0rem;left:0rem;width:41.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZVZP7FDgI2sxx4ZMtvEdDPwlJnadyz { top:20rem;left:0rem;width:47.75rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV0hwvWded78VZ5OOxXVfZ1UeXm8hNex { top:0rem;left:28.9375rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiUk5PBSkXx2rHWwpP8DUDlxQgETASaK { width:37.875rem;height:;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGgTLfvLVpVL61sdRQaxk4qaHQu98TQA { top:11.375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzlZszid98Sl5qmr3o6nbIcTyVEBW1vJ { width:35.5rem;height:6rem;top:14.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8WBOX1HmhHAdKo2vmhd4IzH2OcTcu5k { width:37.875rem;height:1.0625rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRAid3PqE6AHTJuhtiEhdSW57Bh7FIp4 { width:47.75rem;height:6rem;top:27.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE12TWiPiRc9nDTVm2Z6QEVqdBD3qwx2 { width:47.75rem;height:3rem;top:34.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc99ENT7vIKISTN9MOqLBSOvNL1cib50 { width:47.75rem;height:4.5rem;top:39.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afD7rhnDdcyaFwdi9smUTa1AHoKAtg1o { top:20rem;left:0rem;width:47.75rem;height:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMfZXJK2cIQNVQyLdMdn2eIJk6t47kga { width:47.75rem;height:4.5rem;top:21.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqTxSzs13ov7sD34M5g8Lwu2V9lSRGf2 { width:47.75rem;height:3rem;top:45.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR { display:block; }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmubtQ22oI816vopA6Xn7QJU4HAz8TEi { top:0rem;left:6.6875rem;width:41.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #JotgbdHBKSaNlHeiTS9HU8ThBqD7kTtN { top:20rem;left:0rem;width:47.75rem;height:49.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtqiZdl3TW2RUQketKNLbr07i9d45Hx8 { width:37.875rem;height:;top:3.1875rem;left:9.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc8hLmTGrz1mIDw0cnBaahFiVNyN990A { top:14.875rem;left:15.9375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJNM1ePB3RMTJAnnN1DGl5Wnwc1T8afi { width:34.4375rem;height:4.5rem;top:15.6875rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ3mU4Kox1F85evv0lQ6xTz8228KG6MM { width:37.875rem;height:;top:13.125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWJ28MwaTb6wZTCO7BwMDTrTgK38mtOT { width:47.75rem;height:3rem;top:21.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzUz5ADRZcem4OoHPC43IsRwA3T2d3IT { width:47.75rem;height:1.5rem;top:26.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBL9X8AAQZkVXC4S1a7bwqeI1g8MuU3f { width:47.75rem;height:6rem;top:29.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2DGMeDxmkVGiG4Qm9DxqBzyAP5khyG2 { top:20rem;left:0rem;width:47.75rem;height:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXwsGTEpyi4LfUtxokJqGVmEW3J7xq2J { top:0rem;left:0rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX19bi0Gvvr4kJ3uSeIQHMuKkHtdaaTQ { width:47.75rem;height:1.5rem;top:37rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1MR8H8XTqEDhoiVTyiF8Kigz2nFTwRq { width:47.75rem;height:16.5rem;top:40rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXg0maOPgtnZIbMSXF4cXT6gVpHbAxhO { width:47.75rem;height:1.5rem;top:64.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLqpFBwPMWC3yexBFkVtLWmDfwGNT7uN { width:47.75rem;height:1.5rem;top:66.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcVeagHTGZwuB388LuOZmT4IhuItzBgp { width:47.75rem;height:1.5rem;top:57.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNhANQkwJeJo0GPQ47C5TtFOprCfSQoZ { width:47.75rem;height:3rem;top:60.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odKIOZTFWHF9B0Nlkdw7JloZyee9e0pM { top:71.625rem;left:0rem;width:47.75rem;height:82.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGQ6TRW1umx87V0kDxGx0La9UWzRBOO5 { top:72.5625rem;left:0rem;width:47.75rem;height:67.676341730559rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT { display:block; }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOcAOurnOxitN9TMaV0PPKDrVRJaTcsE { top:0rem;left:0rem;width:41.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #h63D9fuULegcTssodSQ0wO4DG6XIyMaN { top:20rem;left:0rem;width:47.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6cWRayKpTp51CtHVS0K1gfyBtbDKCI { top:0rem;left:28.9375rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9HedXALnL6hGiQm8iTNyM5ZyRvwOC1p { width:37.875rem;height:;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi5qBSWavvQH3AmnNwO4TbTn9Hhqpd0D { top:13.75rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM8qfaem3DTSvnr6BTXCh0HbtN8VcMzu { width:34.4375rem;height:4.5rem;top:15rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSQURC5dGm4NsmmUWaz3WMuTZFZypAGs { width:37.875rem;height:;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4hI9NhTDfBFDO0e973WpE2FIpbhe89K { width:47.75rem;height:1.5rem;top:29.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNkhg2NKp3fqvMidNx7VmXskLBC8c9IZ { width:47.75rem;height:4.5rem;top:33.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxk2Oa2sJVRTVUhdu5kQL1dNQ5zAamr7 { width:47.75rem;height:4.5rem;top:40.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TOc9TE70qTLbapIHndSK5ss9aZQ7k3 { width:47.75rem;height:9rem;top:46rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFlt0BiZeMdWlIiQJi0JEByVO6GQomFF { top:20rem;left:0rem;width:47.75rem;height:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeQcyxB41XqPd2TVLsKeF7pEXys43ccg { width:47.75rem;height:6rem;top:22.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy { display:block; }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTxiMu1pX0ykcuBP5b83SHb3T6zeNTbN { top:0rem;left:6.6875rem;width:41.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD1ddSzagBuCBCZ9kynOIJbEOV3l1c2U { top:20rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsz2xsOtCqNTKXNhNluRm3HlTMSGQo3I { width:37.875rem;height:;top:3.1875rem;left:9.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERWFbWXUU6y67bOZmwE4wSkopEOQnPpQ { top:14.875rem;left:15.9375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PScmKgUbBSiyG9s2i8mnh9LwkxLMQB20 { width:34.4375rem;height:3rem;top:15.6875rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Bw2ICpiVJQ8F5DnLwFOWaEnkRcuXIr { width:37.875rem;height:1.0625rem;top:13.125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4lufzGUT2VmyXckdCHEJbedHkOfao3n { width:47.75rem;height:4.5rem;top:21.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew0x45T7Xr5tl84iVLlqONUzb63m7wsi { width:47.75rem;height:3rem;top:28.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvKdXD2OIgqLnN3B8WZTUav21bkIXv4D { width:47.75rem;height:6rem;top:34.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOJpcEFzO3FLZxyPdpnEMTKuo1wOWP4f { top:20rem;left:0rem;width:47.75rem;height:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPkM0048FETqw0QS9Qq9UTNMA1tbACeW { top:0rem;left:0rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM { display:block; }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A { display:block; }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daitPFZGqzkGdHXgZTANEEdp0igvRt5m { top:0rem;left:0rem;width:41.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #alStyC18DTN0P9Fb4FPrAUqcKlVryJJv { top:20rem;left:0rem;width:47.75rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NobPa2pAwMPHtBvA05AGUuezsM9vOx1N { top:0rem;left:28.9375rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WicO3RzQdJNA4V5BM1u6tFB0lIK9G8c3 { width:37.875rem;height:;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ippmfdJZPuiuf9dwzxyMhRF8MwWZAtmJ { top:10.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T14Fg6y2ZahJz8tNZ6Hm8stF5CCCGyCv { width:34.4375rem;height:9rem;top:11.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1Bub4SGO41OPwZ5fndPOS4vaJbekhb { width:37.875rem;height:;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uus2mBbVTIeGD5cTDi6QaS4GUwohpKVa { width:47.75rem;height:4.5rem;top:21.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #im8ZUMt5IfhTHUeCgqpA3VeggyMLnzpr { width:47.75rem;height:4.5rem;top:28.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTeu7pPd3AV69WGqhHWqh0KZNV7OENC { width:47.75rem;height:3rem;top:35.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evm8sW9ldro7w4AtHqPqcmSgu77OtNr2 { width:47.75rem;height:3rem;top:40.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unApmm6TpafGwxXDuST3tpL5FsFfSn2u { top:48.9375rem;left:0rem;width:19.25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or9SR4TJOCeRxTyH2rTkPa6MGqJJwURM { top:48.875rem;left:18.75rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9nd74hsovfMwomx41ymtwNbFbqD4prB { top:48.9375rem;left:29rem;width:12.1875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShJu1sCBoRAWoty1Im77vk9V9i0Ruz0w { top:20rem;left:0rem;width:47.75rem;height:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz { display:block; }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ { background-color:rgba(246,246,246,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container { background-color: transparent; background-image: none; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container > .video-iframe-container { display: none; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row > .video-iframe-container { display: none; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .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); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container { border-width: 0; border-radius: 0; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTDa2UsKJArmCigUWLaEf8U1kf1CRd5Z { top:1.5625rem;left:17.625rem;width:12.5rem;height:2.75rem;font-size:1.75rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #d5ul4IXOaAqo6USaWxzuVTyGEXwK23QA { top:5.4375rem;left:11.375rem;width:25rem;height:0.0625rem;background-color:#168547;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rMmihzSstu1tciBwCJ681ey4Amfa33Dv { top:9.4375rem;left:0rem;width:47.75rem;height:0.0625rem;background-color:#168547;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ClC7OeVEDTXaJWkNz6x0xgvoJ7GPihTB { width:28.3125rem;height:0;top:6.25rem;left:13.25rem;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #KbwT8oS8o5lr33Jwo7axXmIrAbTZyuOI { top:12.75rem;left:0rem;width:15.1875rem;height:4rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NbqaPc316ern1edUCClk3OMcNGxInsSD { top:12.125rem;left:31.0625rem;width:16.6875rem;height:1.3125rem;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #iAVJDhiKqGIKiAM0MfdJw6vzxC8WDM0b { width:28.3125rem;height:1.5rem;top:18.5rem;left:0rem;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #INrSp5sD7idBhMpuOEueW1oICvxGnRP3 { width:28.3125rem;height:1.5rem;top:20rem;left:0rem;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #DotneOpQHud02uUTyQcopf4fCtdEASnr { width:14.25rem;height:1.5rem;top:23.9375rem;left:0rem;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #v3U9i5tsOOVcVWqfZLKgUR9V80ZfU511 { width:28.3125rem;height:1.5rem;top:18.5rem;left:13.25rem;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #OQt3QVgLq36e7V8FBgVD2OVn07cJDw6n { width:28.3125rem;height:1.5rem;top:20rem;left:13.25rem;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #wORmkTTMKUtrglfcqMEUXHHrcXP5cABW { width:19.4375rem;height:1.5rem;top:23.9375rem;left:13.25rem;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #InaPiPLLX2TzWUKIDk4RSaNUcFKtguSV { top:18.6875rem;left:36.375rem;width:2.6875rem;height:2.6875rem;color:#5d92ff;display:block; }
#InaPiPLLX2TzWUKIDk4RSaNUcFKtguSV > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #yGRU36RELo5eFp6uI9Ctx8wTz2EyrVel { top:18.375rem;left:41.1875rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
#yGRU36RELo5eFp6uI9Ctx8wTz2EyrVel > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #AAQmkHtIZiLcLphTlFpQpKsgAmFx4xa6 { width:14.25rem;height:1.5rem;top:25.4375rem;left:0rem;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #mfbrk0NHn8JT4HswZSry0MGITAAPX7Sf { width:13.9375rem;height:2.25rem;top:23.5625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #Nm6pZlzLJT0PREn7azNgVKnkRUZWTplB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d043b5fa-a466-4737-a578-1fdb9b35e065/backgroundpattern.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op { display:block; }#pXq1mmQ39OmfOOPhD5Vg7UusfrXwQ0op > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pg1QVaJTMqaS8LyPm3arMF9f3AiwWomR { width:14.375rem;height:3.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvv3GtuTX84sh8AFl3qX10wpoTqCRdCI { width:9.6875rem;height:3.75rem;top:6.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMyAzEe4OoUy2VhzL0ZiKK022Fh5Ft7V { display:block; }
 }@media only screen and (max-width: 763px) { #rrocXSEVz78eTqOf1O9uL3fxMMEuTcGN { width:9.6875rem;height:3.75rem;top:11.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWE6SDFtmWWsHB8F9Lwn0O8exMnLFRR { display:block; }
 }@media only screen and (max-width: 763px) { #dhCge56PzbPCGTNt3BCUmCelBZxhEs8s { width:9.6875rem;height:3.75rem;top:21.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juc1qdqaXO3aplolsuWCrAw3ummpuWD4 { display:block; }
 }@media only screen and (max-width: 763px) { #SmEAOyLc3tDvZ7coIIJ7V1tzLu9wGOXv { width:9.6875rem;height:3.75rem;top:16.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUx3lgT5f2PXIzqKeNbPFUQ7kdLyiGcs { display:block; }
 }@media only screen and (max-width: 763px) { #LWsuBJi31TQHexL7A90WkWZzGXt2kCTF { width:9.6875rem;height:3.75rem;top:26.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsA5bLikLkmW5W6m3R0JneMt01DaN3k4 { display:block; }
 }@media only screen and (max-width: 763px) { #A502oZQpPx6QdO4LxOu8Vpr3vN3UPSpz { display:flex;width:2.6875rem;height:2.6875rem;top:31.21875rem;left:6.34375rem; }
#A502oZQpPx6QdO4LxOu8Vpr3vN3UPSpz > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #pALn5Pc7zuVT2cDXDJCHV8iROrAWkuFM { display:flex;width:3.125rem;height:3.125rem;top:31rem;left:10.9375rem; }
#pALn5Pc7zuVT2cDXDJCHV8iROrAWkuFM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #SDQbXC8TXznv0NLoxRnwqJOGdvHfvLxJ { display:flex;top:1.5625rem;left:16.25rem;width:3.125rem;height:3.125rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ { display:block; }#V2TD24tU8Ph4CtEdU516KJONQGq2p8eJ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8pK028zkQtZF7XwBlUIAHWnF1WTz23t { display:block; }#q8pK028zkQtZF7XwBlUIAHWnF1WTz23t > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRMxMQHV2eiDNEsROW5z3UkrDQ7HsDpy { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKymtt6GPOHaSaFflgw9hT801lxFF0FU { display:block; }#GKymtt6GPOHaSaFflgw9hT801lxFF0FU > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z { display:block; }#LgbE4nqEeIJbDkR099kPTZl6Vdf1Mr7z > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IV81TyGS5yVhIAfUJs2mvrroT1R6bC5W { width:20rem;height:40.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZVZP7FDgI2sxx4ZMtvEdDPwlJnadyz { width:20rem;height:0.5625rem;top:21.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV0hwvWded78VZ5OOxXVfZ1UeXm8hNex { width:18.4375rem;height:18.4375rem;top:42.0625rem;left:0.78125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiUk5PBSkXx2rHWwpP8DUDlxQgETASaK { width:19.3125rem;height:4.125rem;top:2.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGgTLfvLVpVL61sdRQaxk4qaHQu98TQA { width:12.5rem;height:0.125rem;top:8.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzlZszid98Sl5qmr3o6nbIcTyVEBW1vJ { width:18.75rem;height:7.875rem;top:10.125rem;left:0.75rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8WBOX1HmhHAdKo2vmhd4IzH2OcTcu5k { width:18.75rem;height:1.0996125rem;top:6.8994140625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRAid3PqE6AHTJuhtiEhdSW57Bh7FIp4 { width:18.75rem;height:11.8125rem;top:29rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE12TWiPiRc9nDTVm2Z6QEVqdBD3qwx2 { width:18.8125rem;height:6.5625rem;top:62.5rem;left:0.59375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc99ENT7vIKISTN9MOqLBSOvNL1cib50 { width:18.625rem;height:10.5rem;top:69.96875rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afD7rhnDdcyaFwdi9smUTa1AHoKAtg1o { width:20rem;height:26.25rem;top:61.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #sMfZXJK2cIQNVQyLdMdn2eIJk6t47kga { width:18.625rem;height:9.1875rem;top:18.625rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqTxSzs13ov7sD34M5g8Lwu2V9lSRGf2 { width:18.6875rem;height:5.25rem;top:81.3125rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR { display:block; }#BoAW5itNTT2ZTwZlIU6wRglqO0EImuNR > .row .container { width:20rem;height:137.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmubtQ22oI816vopA6Xn7QJU4HAz8TEi { width:20rem;height:16.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JotgbdHBKSaNlHeiTS9HU8ThBqD7kTtN { width:20rem;height:6.1875rem;top:18.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtqiZdl3TW2RUQketKNLbr07i9d45Hx8 { width:20rem;height:5.5rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc8hLmTGrz1mIDw0cnBaahFiVNyN990A { width:12.5rem;height:0.125rem;top:11.187500953674rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJNM1ePB3RMTJAnnN1DGl5Wnwc1T8afi { width:18.75rem;height:5.25rem;top:12.75rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ3mU4Kox1F85evv0lQ6xTz8228KG6MM { width:18.75rem;height:1.0996125rem;top:9.6249952316281rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWJ28MwaTb6wZTCO7BwMDTrTgK38mtOT { width:18.75rem;height:5.25rem;top:18.0625rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzUz5ADRZcem4OoHPC43IsRwA3T2d3IT { width:18.8125rem;height:1.3125rem;top:46.541015625rem;left:1.1875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBL9X8AAQZkVXC4S1a7bwqeI1g8MuU3f { width:18.625rem;height:9.1875rem;top:48.59375rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2DGMeDxmkVGiG4Qm9DxqBzyAP5khyG2 { width:20rem;height:61.8125rem;top:45.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #cXwsGTEpyi4LfUtxokJqGVmEW3J7xq2J { width:18.8125rem;height:18.8125rem;top:25.625rem;left:0.59375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX19bi0Gvvr4kJ3uSeIQHMuKkHtdaaTQ { width:18rem;height:1.3125rem;top:58.3125rem;left:0.8125rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1MR8H8XTqEDhoiVTyiF8Kigz2nFTwRq { width:18.1875rem;height:31.5rem;top:60.25rem;left:0.9375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXg0maOPgtnZIbMSXF4cXT6gVpHbAxhO { width:18.1875rem;height:3.9375rem;top:92.8125rem;left:0.9375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLqpFBwPMWC3yexBFkVtLWmDfwGNT7uN { width:18.1875rem;height:2.625rem;top:97.625rem;left:1rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcVeagHTGZwuB388LuOZmT4IhuItzBgp { width:18.8125rem;height:1.3125rem;top:101.375rem;left:1.1875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNhANQkwJeJo0GPQ47C5TtFOprCfSQoZ { width:18.875rem;height:2.625rem;top:103.625rem;left:1.125rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odKIOZTFWHF9B0Nlkdw7JloZyee9e0pM { width:20rem;height:28.875rem;top:108.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGQ6TRW1umx87V0kDxGx0La9UWzRBOO5 { width:20rem;height:28.375rem;top:108.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT { display:block; }#aVGC2Skk0HcMzdCwFkmv6vJbv0scm3VT > .row .container { width:20rem;height:109.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOcAOurnOxitN9TMaV0PPKDrVRJaTcsE { width:20rem;height:31.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h63D9fuULegcTssodSQ0wO4DG6XIyMaN { width:20rem;height:0.5625rem;top:21.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6cWRayKpTp51CtHVS0K1gfyBtbDKCI { width:18.4375rem;height:18.4375rem;top:34.1875rem;left:0.78125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9HedXALnL6hGiQm8iTNyM5ZyRvwOC1p { width:20rem;height:4.125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi5qBSWavvQH3AmnNwO4TbTn9Hhqpd0D { width:12.5rem;height:0.125rem;top:8.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM8qfaem3DTSvnr6BTXCh0HbtN8VcMzu { width:18.75rem;height:6.5625rem;top:9.75rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSQURC5dGm4NsmmUWaz3WMuTZFZypAGs { width:18.75rem;height:1.0996125rem;top:6.8994140625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4hI9NhTDfBFDO0e973WpE2FIpbhe89K { width:18.75rem;height:2.625rem;top:28.8125rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNkhg2NKp3fqvMidNx7VmXskLBC8c9IZ { width:18.8125rem;height:10.5rem;top:55.5rem;left:0.59375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxk2Oa2sJVRTVUhdu5kQL1dNQ5zAamr7 { width:18.625rem;height:9.1875rem;top:66.78125rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TOc9TE70qTLbapIHndSK5ss9aZQ7k3 { width:18.5625rem;height:9.1875rem;top:76.875rem;left:0.71875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFlt0BiZeMdWlIiQJi0JEByVO6GQomFF { width:20rem;height:33.375rem;top:53.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IeQcyxB41XqPd2TVLsKeF7pEXys43ccg { width:18.625rem;height:11.8125rem;top:16.3125rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy { display:block; }#CHppJlqhroJWQ2LKkKkas5TMPC3ZMzLy > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTxiMu1pX0ykcuBP5b83SHb3T6zeNTbN { width:20rem;height:16.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD1ddSzagBuCBCZ9kynOIJbEOV3l1c2U { width:20rem;height:11.4375rem;top:18.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsz2xsOtCqNTKXNhNluRm3HlTMSGQo3I { width:20rem;height:6.875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERWFbWXUU6y67bOZmwE4wSkopEOQnPpQ { width:12.5rem;height:0.125rem;top:11.187500953674rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PScmKgUbBSiyG9s2i8mnh9LwkxLMQB20 { width:18.75rem;height:3.9375rem;top:12.75rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Bw2ICpiVJQ8F5DnLwFOWaEnkRcuXIr { width:18.75rem;height:1.0996125rem;top:9.6249952316281rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4lufzGUT2VmyXckdCHEJbedHkOfao3n { width:18.75rem;height:10.5rem;top:18.0625rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew0x45T7Xr5tl84iVLlqONUzb63m7wsi { width:18.8125rem;height:5.25rem;top:51.354167938233rem;left:0.59375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvKdXD2OIgqLnN3B8WZTUav21bkIXv4D { width:18.625rem;height:15.75rem;top:58.343750953674rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOJpcEFzO3FLZxyPdpnEMTKuo1wOWP4f { width:20rem;height:24.5rem;top:50.750000953674rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #KPkM0048FETqw0QS9Qq9UTNMA1tbACeW { width:18.8125rem;height:18.8125rem;top:30.6875rem;left:0.59375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM { display:block; }#RDZw2ZVAW79ZXKCiPAp8cb67fI8vOSxM > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A { display:block; }#qBvcRFdcTlr7KXoVT3TLBurghAGQxa3A > .row .container { width:20rem;height:137.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daitPFZGqzkGdHXgZTANEEdp0igvRt5m { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alStyC18DTN0P9Fb4FPrAUqcKlVryJJv { width:20rem;height:13.375rem;top:21.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NobPa2pAwMPHtBvA05AGUuezsM9vOx1N { width:18.4375rem;height:18.4375rem;top:35.8125rem;left:0.78125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WicO3RzQdJNA4V5BM1u6tFB0lIK9G8c3 { width:20rem;height:4.125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ippmfdJZPuiuf9dwzxyMhRF8MwWZAtmJ { width:12.5rem;height:0.125rem;top:8.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T14Fg6y2ZahJz8tNZ6Hm8stF5CCCGyCv { width:18.75rem;height:13.125rem;top:9.75rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1Bub4SGO41OPwZ5fndPOS4vaJbekhb { width:18.75rem;height:1.0996125rem;top:6.8994140625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uus2mBbVTIeGD5cTDi6QaS4GUwohpKVa { width:18.75rem;height:10.5rem;top:23.125rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #im8ZUMt5IfhTHUeCgqpA3VeggyMLnzpr { width:18.8125rem;height:10.5rem;top:56.9375rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTeu7pPd3AV69WGqhHWqh0KZNV7OENC { width:18.625rem;height:6.5625rem;top:67.4375rem;left:0.75rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evm8sW9ldro7w4AtHqPqcmSgu77OtNr2 { width:18.5625rem;height:5.25rem;top:73.8125rem;left:0.8125rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unApmm6TpafGwxXDuST3tpL5FsFfSn2u { width:19.25rem;height:16.875rem;top:81.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or9SR4TJOCeRxTyH2rTkPa6MGqJJwURM { width:19.1875rem;height:19.1875rem;top:99.5rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9nd74hsovfMwomx41ymtwNbFbqD4prB { width:12.1875rem;height:16.8125rem;top:119.625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShJu1sCBoRAWoty1Im77vk9V9i0Ruz0w { width:20rem;height:24.875rem;top:55.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz { display:block; }#iqG4c0ChqvI0CCfzmF8WuasC4wOLTuaz > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ { background-color:rgba(246,246,246,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container { background-color: transparent; background-image: none; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container > .video-iframe-container { display: none; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row > .video-iframe-container { display: none; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .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); }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container { border-width: 0; border-radius: 0; }#xPdfRy1vFyReGeytgSPiGEu3kCO5exyQ > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTDa2UsKJArmCigUWLaEf8U1kf1CRd5Z { width:12.5rem;height:2.2744125rem;top:1.25rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #d5ul4IXOaAqo6USaWxzuVTyGEXwK23QA { width:9.375rem;height:0.0625rem;top:4.7734375rem;left:5.3125rem;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rMmihzSstu1tciBwCJ681ey4Amfa33Dv { width:13.75rem;height:0.0625rem;top:8.8359375rem;left:3.125rem;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ClC7OeVEDTXaJWkNz6x0xgvoJ7GPihTB { width:20rem;height:1.5rem;top:6.0859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #KbwT8oS8o5lr33Jwo7axXmIrAbTZyuOI { width:15.1875rem;height:4rem;top:10.1484375rem;left:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NbqaPc316ern1edUCClk3OMcNGxInsSD { width:17.125rem;height:1.29980625rem;top:15.3984375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #iAVJDhiKqGIKiAM0MfdJw6vzxC8WDM0b { width:20rem;height:1.5rem;top:17.94824375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #INrSp5sD7idBhMpuOEueW1oICvxGnRP3 { width:20rem;height:1.5rem;top:23.44824375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #DotneOpQHud02uUTyQcopf4fCtdEASnr { width:20rem;height:1.5rem;top:32.9482421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #v3U9i5tsOOVcVWqfZLKgUR9V80ZfU511 { width:20rem;height:1.5rem;top:20.69824375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #OQt3QVgLq36e7V8FBgVD2OVn07cJDw6n { width:20rem;height:1.5rem;top:26.19824375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #wORmkTTMKUtrglfcqMEUXHHrcXP5cABW { width:20rem;height:1.5rem;top:40.01074375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #InaPiPLLX2TzWUKIDk4RSaNUcFKtguSV { display:flex;width:2.6875rem;height:2.6875rem;top:28.8232421875rem;left:5.3125rem;color:#5d92ff; }
#InaPiPLLX2TzWUKIDk4RSaNUcFKtguSV > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #yGRU36RELo5eFp6uI9Ctx8wTz2EyrVel { display:flex;width:3.125rem;height:3.125rem;top:28.6044921875rem;left:11.625rem;color:#5d92ff; }
#yGRU36RELo5eFp6uI9Ctx8wTz2EyrVel > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #AAQmkHtIZiLcLphTlFpQpKsgAmFx4xa6 { width:14.25rem;height:1.5rem;top:42.76074375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;color:#2f3146;display:block; }
 }@media only screen and (max-width: 763px) { #mfbrk0NHn8JT4HswZSry0MGITAAPX7Sf { width:13.9375rem;height:2.25rem;top:45.5107421875rem;left:3rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #Nm6pZlzLJT0PREn7azNgVKnkRUZWTplB { display:block; }
 }