.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:255,239,217;--color-primary-1:255,202,128;--color-primary-2:255,148,0;--color-primary-3:128,74,0;--color-primary-4:38,22,0;--color-secondary-0:255,244,223;--color-secondary-1:255,219,147;--color-secondary-2:255,182,39;--color-secondary-3:128,91,20;--color-secondary-4:38,27,6;--color-tertiary-0:255,255,255;--color-tertiary-1:181,183,198;--color-tertiary-2:8,14,65;--color-tertiary-3:4,7,33;--color-tertiary-4:1,1,6;--headlines-font-family:"A Montserrat";--paragraphs-font-family:"A 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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6c6e81fb-d8eb-4342-a27f-c7cdbb916bbe/AdobeStock_1376464910.jpeg");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;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: 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); }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE { position:relative;display:block; }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE { background-color: transparent; background-image: none; }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE > .row .container > .video-iframe-container { display: none; }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE > .row > .video-iframe-container { display: none; }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE > .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); }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE { border-width: 0; border-radius: 0; }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE > .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; }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE > .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:27.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ivbxUXU9RdOTJTeKGdLrmpG3WktI5KP5 { position:absolute;display:block;z-index:14998;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:25.2494375rem;width:75rem;top:2.5630326271057rem;left:0rem;display:block; }
#diRsPc2vnlH8ycqXVeughNiySTwKIOMv { box-sizing:content-box;height:5.4375rem;width:20.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:27.405006408691rem;display:block; }
#TxviemUqpDQVA51147J1XAmx9ic7qtt4 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81141875rem;width:18.249rem;top:0.812120616436rem;left:28.373779296875rem;display:block; }
#MEuwBBZhwyToZNsl4NQs6QW9hVmG1NRL { box-sizing:content-box;height:25.3125rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5630326271057rem;left:0rem;display:block; }
#kTdiw37vtwFyWVpqa35PPDUaDrsDahh4 { box-sizing:content-box;height:25.3125rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5630326271057rem;left:0rem;display:none; }
#aJ8HScfXCVHI3l9U5o0eTgp6nb7xfFxn { box-sizing:content-box;height:3.9365125rem;width:18.249rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.748563349247rem;left:28.373779296875rem;display:block; }
#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH { position:relative;display:block; }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH { background-color: transparent; background-image: none; }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH > .row .container > .video-iframe-container { display: none; }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH > .row > .video-iframe-container { display: none; }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH > .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); }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH { border-width: 0; border-radius: 0; }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH > .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; }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.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; }#mZqkDLPN3Iyrmx2JXmyPBgyHrz5lhbnQ { color:rgba(var(--color-secondary-2),1);display:block;width:45rem;position:absolute;font-family:"a montserrat";font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3748226165771rem;left:2.4807510375976rem;height:3.00535rem;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; }
#ab9ol5Furmd72OPzFbC8wiiwDo5lBZ1X { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0625rem;position:absolute;font-family:"a montserrat";font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0609111785887rem;left:2.4807510375976rem;height:10.395125rem;font-style:normal;display:block; }
#VrxLacn3DcuJ3BWZvdbdnLXUBzcmGhpl { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8743125rem;width:21.875rem;top:3.1862573623658rem;left:49.04296875rem;display:block; }
#cT3IX8dZNvda7EkexsuW0KtT1Cn48gMe { background-color:rgba(var(--color-secondary-2),1);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-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.62482047081rem;left:2.4813575744629rem;display:block; }
#xyym7Ey9p0hdMpoJCP1WsiXVfpqaa13d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxDThoTsenid9FTsuvfNBqEZQdSXM1tc { box-sizing:content-box;height:23.9375rem;width:21.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1862573623658rem;left:49.0625rem;display:block; }
#rHGXGtsToXhxGP4EV4e7WnKVTRBDbZDo { color:#39393c;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:26rem;left:42.5625rem;height:1.13696875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tglepdfKGVc3EzpxMO2k3vctKWy9h1ov { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.8744375rem;width:1.8744375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:23.624135971069rem;left:46.251533508301rem; }
#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD { position:relative;display:block; }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD { background-color: transparent; background-image: none; }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD > .row .container > .video-iframe-container { display: none; }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD > .row > .video-iframe-container { display: none; }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD > .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); }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD { border-width: 0; border-radius: 0; }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD > .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; }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;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; }#q6UCDUwSTPUcQDTbbI4bd8CkvwoGq1f8 { color:rgba(var(--color-secondary-2),1);display:block;width:71.5625rem;position:absolute;font-family:"a roboto";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2287750244141rem;left:2.4999198913574rem;height:2.5987875rem;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; }
#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx { position:relative;display:block; }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx { background-color: transparent; background-image: none; }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx > .row .container > .video-iframe-container { display: none; }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx > .row > .video-iframe-container { display: none; }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx > .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); }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx { border-width: 0; border-radius: 0; }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx > .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; }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Et9UguWVkDzc08fuNvQUwbuyo4uupbH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.560192108154rem;left:1.2313575744629rem;height:6.49696875rem;display:block; }
#o2AdgJpnOOkI7B3H8K22xkAThFe0ACS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:26.25rem;height:6.49696875rem;display:block; }
#T84SIIHlXqktiPX4QM6S8GEc4ZbRQ7ig { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:51.25rem;height:6.49696875rem;display:block; }
#quuUJGhSga4uFCx62LqkMGP1yOue53tZ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3114375rem;width:23.8743125rem;top:0.6214485168457rem;left:50.561965942382rem;display:block; }
#NzMq9zACqFyXbnhNIJJkEiIalhRopues { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3114375rem;width:23.8743125rem;top:0.61967277526856rem;left:25.561965942382rem;display:block; }
#QRxQht9fLzow8kdqPHWZNl0hEqQ3MnZn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3123125rem;width:23.8743125rem;top:0.61967277526856rem;left:0.56108093261719rem;display:block; }
#WEAUGXg6FgprbGbTF9Sc5CCt926EFeLx { box-sizing:content-box;height:13.3125rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.6187858581543rem;left:0.56108093261719rem;display:block; }
#IvViyNFaebLVbQzxE9tXvbOcu1VdxTJ3 { box-sizing:content-box;height:13.3123125rem;width:23.8743125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.6187858581543rem;left:25.561965942382rem;display:block; }
#RRAKPlZz2H7CT6vcfVGE2CFoa5kI7JFb { box-sizing:content-box;height:13.3114375rem;width:23.8743125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.62056159973144rem;left:50.561965942382rem;display:block; }
#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm { position:relative;display:block; }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm { background-color: transparent; background-image: none; }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm > .row .container > .video-iframe-container { display: none; }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm > .row > .video-iframe-container { display: none; }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm > .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); }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm { border-width: 0; border-radius: 0; }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm > .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; }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm > .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:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V { position:relative;display:block; }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V { background-color: transparent; background-image: none; }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V > .row .container > .video-iframe-container { display: none; }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V > .row > .video-iframe-container { display: none; }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V > .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); }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V { border-width: 0; border-radius: 0; }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V > .row .container > .video-iframe-container { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V > .row .container { border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:relative;display:block; }#IzX9nzN3ei2F9g5o5VxSrg146sxUidc2 { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:27.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HsmT9mzHu2vb3T0XN2vDIrNzGOXZREfA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:32.5rem;left:60.8125rem; }
#sND9nNB8mDPcLZa5VOBCSrZTWbO8LAsu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:32.5rem;left:36.5625rem; }
#bOFTdUHQG60U2T9kC3Ib7vsveGqbWioI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:7.9375rem;left:43.75rem;height:4.38545625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w4OiMGeMczSCdWexg8l3GyJbk3ZIXyoU { position:absolute;display:block;z-index:15001;height:22.375rem;width:34.125rem;top:7.9375rem;left:6.25rem;display:block; }
#ae5iGshXDZClmsRTCxKd07vqiiak0Br0 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:32.4375rem;left:12.28125rem; }
#PKBM6mxXPTtKoNC31XeHSRTFiWngGcOf { 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:15050;opacity:1;top:25.8125rem;left:43.75rem; }
#PKBM6mxXPTtKoNC31XeHSRTFiWngGcOf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vKOWizkbD2XLk885w0Uebt6sgdtBcCLQ { 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:15051;opacity:1;top:25.8125rem;left:48.125rem; }
#vKOWizkbD2XLk885w0Uebt6sgdtBcCLQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mvfPTmT6CKZDo6FIMBJordppKEgrT7Zd { 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:15052;opacity:1;top:25.8125rem;left:52.5rem; }
#mvfPTmT6CKZDo6FIMBJordppKEgrT7Zd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BrR5QTwJ9qmzZTrbzrmvXMP3RfCMUyyy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:14.3125rem;left:43.75rem;height:7.30909375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r6mnQPHJ7ZDAcTT0ETW1M1JVBNknw5UK { z-index:15053;top:35.375rem;left:6.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0.2) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TNqroaGQ7tCVTIaRXXH4JGiovZpHpIPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUkfNmq25u1VTd66p4xBdWgGVOBsqTTu { z-index:15054;top:35.390495300293rem;left:30.484477996826rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0.2) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0623125rem;height:2.93675rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XcxExc9cNQRTGWqfzlvI0nqrmBpWS5JP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ae3KCg9pFHDX6VaBGLGhK6mZ9Q4X2Lf6 { z-index:15055;top:35.390495300293rem;left:53.515415191651rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0.2) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4996875rem;height:2.93675rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#URDRVbgsTDnwPu9HDs8HUtacToRnNNkF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsLfJGPxs77EkHhdrrMEEv0EfgEAHu6M { box-sizing:content-box;height:7.0625rem;width:10.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:58.5rem;display:block; }
#JkqBcUbBhsNR40msoe7mIJDWkIqyn2Ak { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:10.1875rem;top:7.9519138336181rem;left:58.537262956676rem;display:block; }
#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 { position:relative;display:block; }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 { background-color: transparent; background-image: none; }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 > .row .container > .video-iframe-container { display: none; }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 > .row > .video-iframe-container { display: none; }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 > .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); }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 { border-width: 0; border-radius: 0; }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 > .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; }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 > .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:5.3125rem;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; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container { background-color: transparent; background-image: none; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container > .video-iframe-container { display: none; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row > .video-iframe-container { display: none; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .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); }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container { border-width: 0; border-radius: 0; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#XESqRoxGaIAb2SI1rTh6bFL29whaLtCv { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:"a open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.8125rem;left:8.75rem;height:1.3115rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f09RaexfQA1JtMIFHpJtymWsclez6c9c { z-index:15008;top:0.6875rem;left:54.375rem;background-color:rgba(var(--color-tertiary-0),0.23);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"a open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:1.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AILWEnUf0tRr2w5g1JWvp53Cg5TFnWdw { 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;display:block; }
 }@media only screen and (max-width: 763px) { #puRJim9uV96m3iIVZsmZTp7VyP05sBpE { display:block; }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivbxUXU9RdOTJTeKGdLrmpG3WktI5KP5 { top:2.5625rem;left:0rem;width:47.75rem;height:16.075475208333rem;display:block; }
 }@media only screen and (max-width: 763px) { #diRsPc2vnlH8ycqXVeughNiySTwKIOMv { top:0rem;left:13.780006408691rem;width:20.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxviemUqpDQVA51147J1XAmx9ic7qtt4 { top:0.75rem;left:14.748779296875rem;width:18.1875rem;height:3.7985740871075rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEuwBBZhwyToZNsl4NQs6QW9hVmG1NRL { top:2.5625rem;left:0rem;width:47.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdiw37vtwFyWVpqa35PPDUaDrsDahh4 { top:2.5625rem;left:0rem;width:47.75rem;height:25.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJ8HScfXCVHI3l9U5o0eTgp6nb7xfFxn { top:0.6875rem;left:14.748779296875rem;width:18.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRrBl955L59ryvzPdIAWVrsOoMu8oXqH { display:block; }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZqkDLPN3Iyrmx2JXmyPBgyHrz5lhbnQ { top:2.3125rem;left:0rem;width:45rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab9ol5Furmd72OPzFbC8wiiwDo5lBZ1X { top:7rem;left:0rem;width:40.0625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrxLacn3DcuJ3BWZvdbdnLXUBzcmGhpl { top:3.125rem;left:25.875rem;width:21.875rem;height:23.8743125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT3IX8dZNvda7EkexsuW0KtT1Cn48gMe { width:17.5rem;height:3.4375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyym7Ey9p0hdMpoJCP1WsiXVfpqaa13d { display:block; }
 }@media only screen and (max-width: 763px) { #WxDThoTsenid9FTsuvfNBqEZQdSXM1tc { top:3.125rem;left:25.9375rem;width:21.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHGXGtsToXhxGP4EV4e7WnKVTRBDbZDo { top:26rem;left:28.9375rem;width:5.4375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tglepdfKGVc3EzpxMO2k3vctKWy9h1ov { top:23.5625rem;left:32.626533508301rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD { display:block; }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6UCDUwSTPUcQDTbbI4bd8CkvwoGq1f8 { top:1.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx { display:block; }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et9UguWVkDzc08fuNvQUwbuyo4uupbH5 { top:15.5rem;left:0rem;width:21.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2AdgJpnOOkI7B3H8K22xkAThFe0ACS6 { top:15.5625rem;left:10.375rem;width:21.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T84SIIHlXqktiPX4QM6S8GEc4ZbRQ7ig { top:15.5625rem;left:26.25rem;width:21.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quuUJGhSga4uFCx62LqkMGP1yOue53tZ { top:0.5625rem;left:23.8125rem;width:23.8125rem;height:13.276973126189rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzMq9zACqFyXbnhNIJJkEiIalhRopues { top:0.5625rem;left:7.9375rem;width:23.8125rem;height:13.276973126189rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRxQht9fLzow8kdqPHWZNl0hEqQ3MnZn { top:0.5625rem;left:0rem;width:23.8125rem;height:13.277845860745rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAUGXg6FgprbGbTF9Sc5CCt926EFeLx { top:0.5625rem;left:0rem;width:23.875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvViyNFaebLVbQzxE9tXvbOcu1VdxTJ3 { top:0.5625rem;left:7.9375rem;width:23.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRAKPlZz2H7CT6vcfVGE2CFoa5kI7JFb { top:0.5625rem;left:23.8125rem;width:23.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm { display:block; }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6WJpsE3stVCri3FzNNiT7Scasny0n4V { display:block; }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzX9nzN3ei2F9g5o5VxSrg146sxUidc2 { top:1.9375rem;left:13.875rem;width:20rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsmT9mzHu2vb3T0XN2vDIrNzGOXZREfA { top:32.5rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sND9nNB8mDPcLZa5VOBCSrZTWbO8LAsu { top:32.5rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOFTdUHQG60U2T9kC3Ib7vsveGqbWioI { top:7.9375rem;left:30.125rem;width:15.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4OiMGeMczSCdWexg8l3GyJbk3ZIXyoU { top:7.9375rem;left:0rem;width:34.125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae5iGshXDZClmsRTCxKd07vqiiak0Br0 { top:32.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKBM6mxXPTtKoNC31XeHSRTFiWngGcOf { top:25.8125rem;left:30.125rem;width:3.125rem;height:3.125rem;display:block; }
#PKBM6mxXPTtKoNC31XeHSRTFiWngGcOf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vKOWizkbD2XLk885w0Uebt6sgdtBcCLQ { top:25.8125rem;left:34.5rem;width:3.125rem;height:3.125rem;display:block; }
#vKOWizkbD2XLk885w0Uebt6sgdtBcCLQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #mvfPTmT6CKZDo6FIMBJordppKEgrT7Zd { top:25.8125rem;left:38.875rem;width:3.125rem;height:3.125rem;display:block; }
#mvfPTmT6CKZDo6FIMBJordppKEgrT7Zd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #BrR5QTwJ9qmzZTrbzrmvXMP3RfCMUyyy { top:14.3125rem;left:30.125rem;width:15.625rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mnQPHJ7ZDAcTT0ETW1M1JVBNknw5UK { top:35.375rem;left:0rem;width:14.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNqroaGQ7tCVTIaRXXH4JGiovZpHpIPb { display:block; }
 }@media only screen and (max-width: 763px) { #sUkfNmq25u1VTd66p4xBdWgGVOBsqTTu { top:35.375rem;left:16.859477996826rem;width:14rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcxExc9cNQRTGWqfzlvI0nqrmBpWS5JP { display:block; }
 }@media only screen and (max-width: 763px) { #Ae3KCg9pFHDX6VaBGLGhK6mZ9Q4X2Lf6 { top:35.375rem;left:31.25rem;width:16.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URDRVbgsTDnwPu9HDs8HUtacToRnNNkF { display:block; }
 }@media only screen and (max-width: 763px) { #HsLfJGPxs77EkHhdrrMEEv0EfgEAHu6M { top:7.9375rem;left:37.5rem;width:10.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkqBcUbBhsNR40msoe7mIJDWkIqyn2Ak { top:7.9375rem;left:37.5625rem;width:10.1875rem;height:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 { display:block; }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC { display:block; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XESqRoxGaIAb2SI1rTh6bFL29whaLtCv { top:0.75rem;left:0rem;width:36.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f09RaexfQA1JtMIFHpJtymWsclez6c9c { top:0.625rem;left:35.875rem;width:11.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AILWEnUf0tRr2w5g1JWvp53Cg5TFnWdw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #puRJim9uV96m3iIVZsmZTp7VyP05sBpE { display:block; }#puRJim9uV96m3iIVZsmZTp7VyP05sBpE > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivbxUXU9RdOTJTeKGdLrmpG3WktI5KP5 { width:20rem;height:26.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diRsPc2vnlH8ycqXVeughNiySTwKIOMv { width:13.9994375rem;height:5.4367875rem;top:0rem;left:2.9998224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxviemUqpDQVA51147J1XAmx9ic7qtt4 { width:11.9993125rem;height:3.81214375rem;top:0.810546875rem;left:3.9985795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEuwBBZhwyToZNsl4NQs6QW9hVmG1NRL { width:20rem;height:26.0625rem;top:1.6241121292114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdiw37vtwFyWVpqa35PPDUaDrsDahh4 { width:12.0623125rem;height:3.8742875rem;top:0.77947437763213rem;left:3.9675069451332rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aJ8HScfXCVHI3l9U5o0eTgp6nb7xfFxn { width:11.9375rem;height:3.875rem;top:0.77985286712644rem;left:4.0299344658852rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRrBl955L59ryvzPdIAWVrsOoMu8oXqH { display:block; }#BRrBl955L59ryvzPdIAWVrsOoMu8oXqH > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZqkDLPN3Iyrmx2JXmyPBgyHrz5lhbnQ { width:20rem;height:4.0616125rem;top:0.68745803833006rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab9ol5Furmd72OPzFbC8wiiwDo5lBZ1X { width:19.999375rem;height:19.490875rem;top:5.311571598053rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrxLacn3DcuJ3BWZvdbdnLXUBzcmGhpl { width:16.62475rem;height:18.1249375rem;top:27.604418754578rem;left:1.6857809424401rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT3IX8dZNvda7EkexsuW0KtT1Cn48gMe { width:17.4994375rem;height:3.4371375rem;top:52.041682243347rem;left:1.2499596476555rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyym7Ey9p0hdMpoJCP1WsiXVfpqaa13d { display:block; }
 }@media only screen and (max-width: 763px) { #WxDThoTsenid9FTsuvfNBqEZQdSXM1tc { width:16.4375rem;height:18rem;top:27.604983329773rem;left:1.6479380271894rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHGXGtsToXhxGP4EV4e7WnKVTRBDbZDo { width:4.375rem;height:1.29939375rem;top:47.1875rem;left:8.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tglepdfKGVc3EzpxMO2k3vctKWy9h1ov { display:flex;width:1.8118875rem;height:1.8118875rem;top:46.875rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD { display:block; }#xTi3WmFdIHMZh2uhtkB6dmG04ogZFUVD > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6UCDUwSTPUcQDTbbI4bd8CkvwoGq1f8 { width:20rem;height:1.62424375rem;top:0.74751853942869rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx { display:block; }#ndvvg6AQ6TI3ddAtN3Ez2PVI1X9yDJdx > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et9UguWVkDzc08fuNvQUwbuyo4uupbH5 { width:20rem;height:7.7963625rem;top:13.573505401611rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2AdgJpnOOkI7B3H8K22xkAThFe0ACS6 { width:20rem;height:7.7963625rem;top:34.877482891083rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T84SIIHlXqktiPX4QM6S8GEc4ZbRQ7ig { width:20rem;height:7.7963625rem;top:56.65394115448rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quuUJGhSga4uFCx62LqkMGP1yOue53tZ { width:20rem;height:11.1505625rem;top:44.576524734497rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzMq9zACqFyXbnhNIJJkEiIalhRopues { width:20rem;height:11.1505625rem;top:22.8018450737rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRxQht9fLzow8kdqPHWZNl0hEqQ3MnZn { width:20rem;height:11.19955rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAUGXg6FgprbGbTF9Sc5CCt926EFeLx { width:20rem;height:11.1875rem;top:1.2499914169311rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvViyNFaebLVbQzxE9tXvbOcu1VdxTJ3 { width:20rem;height:11.125rem;top:22.800971984863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRAKPlZz2H7CT6vcfVGE2CFoa5kI7JFb { width:20rem;height:11.125rem;top:44.576524734497rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm { display:block; }#ql1twy0SayAFhkeI0CwcNUCzLeqFiTCm > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6WJpsE3stVCri3FzNNiT7Scasny0n4V { display:block; }#z6WJpsE3stVCri3FzNNiT7Scasny0n4V > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzX9nzN3ei2F9g5o5VxSrg146sxUidc2 { width:20rem;height:2.5996125rem;top:1.8994140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsmT9mzHu2vb3T0XN2vDIrNzGOXZREfA { width:1.75rem;height:1.75rem;top:32.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sND9nNB8mDPcLZa5VOBCSrZTWbO8LAsu { width:1.875rem;height:1.875rem;top:28.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOFTdUHQG60U2T9kC3Ib7vsveGqbWioI { width:17.87475rem;height:4.38545625rem;top:14.140026092529rem;left:1.0776407420635rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4OiMGeMczSCdWexg8l3GyJbk3ZIXyoU { width:17.5625rem;height:10.25rem;top:41.3740234375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae5iGshXDZClmsRTCxKd07vqiiak0Br0 { width:2rem;height:2rem;top:37rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKBM6mxXPTtKoNC31XeHSRTFiWngGcOf { display:flex;width:3.125rem;height:3.125rem;top:53.8125rem;left:4.125rem; }
#PKBM6mxXPTtKoNC31XeHSRTFiWngGcOf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vKOWizkbD2XLk885w0Uebt6sgdtBcCLQ { display:flex;width:3.125rem;height:3.125rem;top:53.8125rem;left:8.4375rem; }
#vKOWizkbD2XLk885w0Uebt6sgdtBcCLQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #mvfPTmT6CKZDo6FIMBJordppKEgrT7Zd { display:flex;width:3.125rem;height:3.125rem;top:53.8125rem;left:12.8125rem; }
#mvfPTmT6CKZDo6FIMBJordppKEgrT7Zd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #BrR5QTwJ9qmzZTrbzrmvXMP3RfCMUyyy { width:14.2499375rem;height:7.30909375rem;top:19.63934135437rem;left:2.8895271718502rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6mnQPHJ7ZDAcTT0ETW1M1JVBNknw5UK { top:36.625rem;left:4.6875rem;width:13.75rem;height:2.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TNqroaGQ7tCVTIaRXXH4JGiovZpHpIPb { display:block; }
 }@media only screen and (max-width: 763px) { #sUkfNmq25u1VTd66p4xBdWgGVOBsqTTu { top:28.3125rem;left:4.6875rem;width:13.75rem;height:2.625rem;font-size:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XcxExc9cNQRTGWqfzlvI0nqrmBpWS5JP { display:block; }
 }@media only screen and (max-width: 763px) { #Ae3KCg9pFHDX6VaBGLGhK6mZ9Q4X2Lf6 { top:32.4375rem;left:4.6875rem;width:13.75rem;height:2.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #URDRVbgsTDnwPu9HDs8HUtacToRnNNkF { display:block; }
 }@media only screen and (max-width: 763px) { #HsLfJGPxs77EkHhdrrMEEv0EfgEAHu6M { width:13.625rem;height:7.625rem;top:5.6194634437561rem;left:3.0770271718502rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #JkqBcUbBhsNR40msoe7mIJDWkIqyn2Ak { top:5.5417821407318rem;left:3.0469072759151rem;width:13.9371875rem;height:7.8125rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 { display:block; }#dqr6u2UCyL3sdALCzeyJbG8B9cxcsGt6 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC { background-color:#60707c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container { background-color: transparent; background-image: none; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container > .video-iframe-container { display: none; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row > .video-iframe-container { display: none; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .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); }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container { border-width: 0; border-radius: 0; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLdTpaO98CaIhIbo8Pw5uEHRcME2mtxC > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XESqRoxGaIAb2SI1rTh6bFL29whaLtCv { width:20rem;height:2.81064375rem;top:0.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f09RaexfQA1JtMIFHpJtymWsclez6c9c { top:3.9375rem;left:4.125rem;width:11.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AILWEnUf0tRr2w5g1JWvp53Cg5TFnWdw { display:block; }
 }