.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:239,249,255;--color-primary-1:234,248,255;--color-primary-2:233,247,254;--color-primary-3:229,249,249;--color-primary-4:58,143,200;--color-secondary-0:255,228,224;--color-secondary-1:254,139,123;--color-secondary-2:255,119,100;--color-secondary-3:153,71,60;--color-secondary-4:51,24,20;--color-tertiary-0:255,255,255;--color-tertiary-1:160,160,160;--color-tertiary-2:112,112,112;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Roboto"; }@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-primary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5d92ff;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row .container { background-color: transparent; background-image: none; }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row .container > .video-iframe-container { display: none; }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row > .video-iframe-container { display: none; }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .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); }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row .container { border-width: 0; border-radius: 0; }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#LaWRX5sVkxluKBzBN6ewlPzW0ZVUurKD { background-color:transparent;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: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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:38.75rem;display:block; }
#RQqZKfpQSOnh2PTnqhgOmqeDBe0lddC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jv9TlLJZPrJVMab9v0weapHpUJhu7tey { background-color:transparent;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: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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:44.5625rem;display:block; }
#eRbqnWUSFuJzc0OPhWgmuSSSFf4Fdzft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0M4ytUR52Fwk09xXA86GtWTg3RTUs44 { background-color:transparent;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: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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:53rem;display:block; }
#uLXDpcNOETiFmL8uJDdRnPUuwK6AMCO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMf7VngkunsDuHRXd2BPFqyHTOnOPwbr { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.4375rem 0rem #ff5b44 ;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:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:59.4375rem;display:block; }
#PGWWqK2M8amVzrhHvs2NQpKbWVHaZlNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZziHahwuoMbQMWkpdVVrBEt9Q7T6zfB { 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:9.3125rem;width:9.3125rem;display:none; }
#rSdkKxFTPN7dF3Q0oMdNEDHhDwuOyx7H { color:#48b0f7;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.16845703125rem;left:6.1875rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tMPCIuB3oUNuRedegxspGFnTMWy8mv3R { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:0.9375rem;left:1.375rem;overflow:hidden;display:block; }
#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row .container { background-color: transparent; background-image: none; }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row .container > .video-iframe-container { display: none; }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row > .video-iframe-container { display: none; }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .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); }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row .container { border-width: 0; border-radius: 0; }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;overflow:visible;position:relative;display:block; }#eppVNRuREPewvbq8ZPbNGgCsIRCRtmQN { color:#444444;display:block;width:71.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.17578125rem;left:1.84375rem;height:;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;text-align:center;text-align-last:center;display:block; }
#TMB9OO8OK3egTmeHFBcBNHk4naweKziw { box-sizing:content-box;height:19.375rem;width:23.75rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.6875rem;left:42.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#zQMUT9m7Od5SqBeiPtH6mCRRzt403uAW { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:9rem;left:48rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXVuqQViJuhvBU2XsDux0NtJx409t0Za { color:rgba(var(--color-tertiary-1),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:11.75rem;left:46.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5qoFXSqSVovXL9tdXpEdIVSSC52XRT2 { box-sizing:content-box;height:3.375rem;width:18.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-1),1);background-image:none;top:13.25rem;left:45.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rpTGmbfpzITLwV4EOuqmuDXIWTxx3u9L { color:#48b0f7;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.3125rem;left:48.75rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAfvo1M81eamiyudrVx2AcJzDe9y7ErL { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:15.375rem;left:48.75rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alQdhZKMUeNcRe1mp1J81W4AtpcNTbQx { 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-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.4375rem 0rem #ff5b44 ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:2.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:16.9375rem;left:44.375rem;display:block; }
#tW9CfxCipgWRzb8TJNZSKLT0uzPTtrsc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZZTTN2iJtROVKqmKTScbqAV4BKLgxos { box-sizing:content-box;height:10.0625rem;width:26.25rem;position:absolute;display:block;z-index:15104;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;top:17.0625rem;left:11.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Gpqnx31VTdw2zvd9eIIsxeoISuBUEHRT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:19.6875rem;left:11.875rem;height:4.2246125rem;font-style:normal;display:block; }
#dhKBCLZ06O5lNozXys1L7abFuT3JcTN0 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:24.3125rem;left:11.875rem;height:2.4375rem;font-style:normal;display:block; }
#niKNpvv4eAKafrkEVTg37ZmiQsiCibc6 { background-color:transparent;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: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-0),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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:17.5rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:9.625rem;left:11.375rem;display:block; }
#fo0JWLBzi3D3HRMJ5rMnQlG5zOVt0bfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJEH9hTJbvEefCqvcLm502DzGB4kvdpT { box-sizing:content-box;height:2.1875rem;width:6.0625rem;position:absolute;display:block;z-index:15094;background-color:#e6f7e6;background-image:none;top:9.25rem;left:58.75rem;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;display:block; }
#DWFceq8DXf66k5mc7bn6hp4KZ23r2gn4 { color:#2e8b57;display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:9.3125rem;left:59rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#cLqu5rXMBXwgQioeIHA7Xpq0zvaDLyQr { color:rgba(var(--color-tertiary-3),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:9.4375rem;left:43.4375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y4HAeheLFtf4TLKde50BH11Q9KkeAhJQ { position:absolute;display:block;z-index:15089;height:3.125rem;width:20.625rem;top:20.25rem;left:44.1875rem;display:block; }
#g29JkRZCayUKp91AEFTd6vTm7ra3GFps { position:absolute;display:block;z-index:15098;height:5.5rem;width:68.25rem;top:29rem;left:3.375rem;display:none; }
#WD1pIo44GPFAwrExbr9IvTRmR48rB9aR { position:absolute;display:block;z-index:15099;height:6.25rem;width:43.75rem;top:38.625rem;left:15.625rem;display:block; }
#LLtWlGvxX7MSRS7rxPIr4JGWacTLE1Pr { position:absolute;display:block;z-index:15102;height:2rem;width:22.8125rem;top:24.25rem;left:43.09375rem;display:block; }
#bUM4xFB9aV5kr0TvTANuXvhv66vNy4kI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60.0625rem;height:3.1875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:4.3125rem;left:7.125rem;display:block; }
#rGIl8e84VKsOC7yn1VWTZOM8Vb5CtZ2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w8UilcyUJnlcKn43rDMp6M8fRs1g7xSJ { position:absolute;display:block;z-index:14999;height:3.1875rem;width:60.0625rem;top:4.3125rem;left:7.125rem;display:block; }
#PiW7umqPFGkfwG4UxQXhWvcBTSunxlfb { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:17.5rem;width:26.25rem;top:9.625rem;left:11.3125rem;overflow:hidden;display:block; }
#A4hlElSWCdaulQP9gktHmtftHDHyonRP { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:15058;line-height:1.5;letter-spacing:0;top:10.875rem;left:17.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P9TDFOV4vM4WmOyM2qhFpIrAUhN068zP { box-sizing:content-box;height:4.0625rem;width:23.75rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.375rem;left:13.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,171,247,0.5) ;display:none; }
#oAo9ZJL4JwhSAPd6XXt1gT3I7oXLiFeQ { color:#4dabf7;display:block;width:18.75rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:12.5625rem;left:17.1875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fREQnDUgv61DVCy4ufqTc9bpD9AEcvBc { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.875rem;left:14.0625rem;overflow:hidden;display:none; }
#mDlKwpnX2QBoqdmvNOvloSODadeP8HGy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60.0625rem;height:3.1875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:4.3125rem;left:7.09375rem;display:none; }
#WyQlSpOshauFdWtcaCsAqxs1eUEPbPDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHFpBwSTDtVNiubvWXKfMd7CQNoyGMuE { box-sizing:content-box;height:0.125rem;width:21.875rem;position:absolute;display:block;z-index:15051;background-color:#e8e8e8;background-image:none;top:44.375rem;left:47.4375rem;display:none; }
#U6JkK91k53MmsBF6Igp0yTy1tbOSsrhm { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.8125rem;top:37.25rem;left:46.9375rem;overflow:hidden;display:none; }
#J5lqNlycQFwdQ1mG07LTUt71N9ktOF0a { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:37.4375rem;left:50.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dB21Gd6MBNpH7gHr1hPb5AhzpTubU3Ch { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.75rem;left:47.4375rem;overflow:hidden;display:none; }
#SFClTNPMoBtZDT0BFpMGqQcThL4g87Vn { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:40.0625rem;left:50.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fwQZC6rCZ25P4FtHZnrEwUFlO4TvzfkE { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:42.125rem;left:47.4375rem;overflow:hidden;display:none; }
#Dbpb6ph8UCy3Hzk77vrRFaJl0eIt7o1k { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:42.4375rem;left:50.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tHAJKMFkmq0blUHV9tCeCld83JuWkBK6 { position:absolute;display:block;z-index:15099;height:5.5rem;width:68.25rem;top:28.625rem;left:3rem;display:block; }
#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row .container { background-color: transparent; background-image: none; }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row .container > .video-iframe-container { display: none; }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row > .video-iframe-container { display: none; }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .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); }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row .container { border-width: 0; border-radius: 0; }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#dC7za4cOJaTMysrXxiJIZrAhK0wbB9nT { position:absolute;display:block;z-index:15000;height:13rem;width:38.75rem;top:0.28125rem;left:18.125rem;display:block; }
#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc { position:relative;display:none; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc { border-width: 0; border-radius: 0; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .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; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .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:18.75rem;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:none; }#w0JR5m2Ic8JzxpvZ8Wf75zv50Q50eP0f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#SgS9iE7tr31dk89JBVTqg83K8Ho2bpKw { color:rgba(var(--color-tertiary-3),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.08740234375rem;left:3.125rem;height:;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;text-align:center;text-align-last:center;display:none; }
#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffedc3;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; }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row .container { background-color: transparent; background-image: none; }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row .container > .video-iframe-container { display: none; }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row > .video-iframe-container { display: none; }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .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); }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row .container { border-width: 0; border-radius: 0; }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#QKZ4DgBwRstyTOz74MH3zrv1FxW8l7MH { color:#48b0f7;display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:12.21875rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFcOE7enrVKSVg7US7Tz0PG5WVwy2NK0 { position:absolute;display:block;z-index:15004;height:13.0625rem;width:45.3125rem;top:5.6875rem;left:24.4013671875rem;display:block; }
#fe0LTp4TkPnxByO40DDERQKKSSuyAA7J { position:absolute;display:block;z-index:15005;height:25.25rem;width:45.3125rem;top:14.4375rem;left:24.4013671875rem;display:block; }
#pozUi48r7Zfd11XJSu7OQA42CD7GRFCf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.8125rem;width:17.1875rem;top:5.6875rem;left:5.09375rem;display:block; }
#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row .container { background-color: transparent; background-image: none; }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row .container > .video-iframe-container { display: none; }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row > .video-iframe-container { display: none; }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .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); }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row .container { border-width: 0; border-radius: 0; }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#pK74ggykVC0Q5fJS8KxALR5C3U1mufOh { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.3125rem;left:5.0625rem;height:1.4624rem;display:block; }
#p9IZWGOJ5efrVVRcqeyfakxOrlo4bDly { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:30.5rem;left:4.9375rem;height:1.4624rem;display:block; }
#pgZk1k2xB0EKfGM9ekgpJGgTye5UmMPm { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.875rem;left:4.9375rem;height:1.4624rem;display:block; }
#OnXpsioURaC6hw7DTNmp9TNrgyfcV0dZ { 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:15023;opacity:1;top:28.125rem;left:2.4375rem; }
#INrT1cuotphMDEhyzqJVfMdyKNN6b2Fp { 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:15024;opacity:1;top:30.3125rem;left:2.4375rem; }
#MIPXgUdlwZTC62zOqngHzSHsPHXCXMCi { 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:15025;opacity:1;top:32.6875rem;left:2.4375rem; }
#qXrskMA6mgTrCHeHHL8T25fqdHH4t0nF { box-sizing:content-box;height:32.625rem;width:16.25rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:none;top:1.875rem;left:44.03125rem;display:block; }
#EwLsyPrgRg3vGSPMTbguoAoHKy6iuGRI { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.25rem;left:45rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPOJt1VTE7nUvnMZdWpPKGTcuiEdU8HJ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.25rem;left:59.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRxbHTzfGHPqrfmV9si4S7Qh23GvfFbO { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:7.16259765625rem;left:45rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LuGzNAykSHIVymywQJcSyclNkXxBaBac { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:7.24365234375rem;left:59.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxDqITCT3yuuDoFUVZnrGTqvXyagHFNn { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:lora;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:7.71875rem;left:26.875rem;height:1.48730625rem;font-style:italic;display:block; }
#lCGhkLtzallh786vXTf3DVmtCIGCyugy { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15030;background-color:#d0d0d0;background-image:none;top:10.5625rem;left:26.875rem;display:block; }
#DMztaMFLPoqiivPBvgpwTsSLXImMV8HN { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5625rem;position:absolute;font-family:lora;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.625rem;left:26.875rem;height:1.54345625rem;font-style:italic;display:block; }
#IgKMqCet9EhDl4HXxvXERJIsta79PCsN { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15031;background-color:#d0d0d0;background-image:none;top:14.25rem;left:26.875rem;display:block; }
#vArXv0ZegIwOM19OMvziwK5WBZhc6KH4 { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15032;background-color:#d0d0d0;background-image:none;top:18rem;left:26.875rem;display:block; }
#k8dMk6Afq2xPbvr8clTJqKKbqm8ZL4ee { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15033;background-color:#d0d0d0;background-image:none;top:21.65625rem;left:26.875rem;display:block; }
#uwRxu13sgvzgRW6iZ4kVBwNGanpctsvM { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15034;background-color:#d0d0d0;background-image:none;top:25.5rem;left:26.875rem;display:block; }
#G3BTa20eRzxNDOVtCFoBrfBr2kCLqm9W { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15035;background-color:#d0d0d0;background-image:none;top:29rem;left:26.875rem;display:block; }
#MpKLdf22NxeIyuBpd2foayNawycil0Rf { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15036;background-color:#d0d0d0;background-image:none;top:33.76220703125rem;left:27.28125rem;display:block; }
#u1fRTUJ6LHHTtDXMCxhM5DGusRa1VnEX { color:rgba(var(--color-tertiary-3),1);display:block;width:16rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:15.25rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#ug78iasz6ViI7kfQX7oMFsFguQUgWOOO { color:rgba(var(--color-tertiary-3),1);display:block;width:16.75rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:19.125rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#pL0ZDceulaEePpuuI0BmwGnDoZMofcyZ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:22.625rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#O2izT9M2P6gPppE3Rc5r9NIQ9MliiuF9 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:26.35595703125rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#FlLOZTQ6tJPA5qXpJqmP5mREuz6GCSTG { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:29.77392578125rem;left:26.875rem;height:3.5rem;font-style:normal;display:block; }
#T7W65ALCxWkoooUGXWvqcmfNgQEzJI4Z { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:11.75rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrEAexckEsSVZSa400Gp84Ucr7TQAnKH { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.3125rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xg7TCRDMxFhsQL8zXDKNkrAKAdmnUnLP { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.1875rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJgWUTt4Oky6ynHOllBFim8eEJyDLykO { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.6875rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5MWxO89yRNPMTnhNXQxBBUJRkggOx9h { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.41845703125rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbPTB4ClHnI66IWO2VsrqTQuodP1cP8Z { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:30.46142578125rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7hExTrkByHtTrXACAT5QLuoTGyqbNvX { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:11.75rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pr2paKAKkJUNk5NeKRfRnuq2O5u5s3o0 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.3125rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEypBz793mA0tAV0ODThU9KgakLETvmN { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:19.1875rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZTa6XnWes0X81b3iuHC2DUFWxoFnk4F { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:22.6875rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CiFth8PvNV4sHgzM0IieTgusoMuhppPc { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:26.41845703125rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbkiUGgn3IxU2Ik99tUPN4SaN9w1a8xw { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:30.39892578125rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4ryeRAcH7xT5P1q5SsLbz0hGyc1uf8R { 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:43.1875rem;width:33.25rem;display:none; }
#BXcPqKdzKsUTJJVdPVLkps63W8Ndodoq { color:rgba(var(--color-primary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:2.4375rem;height:7.7998125rem;font-style:normal;display:block; }
#pzwayNlUlRdekukocF8CcileVG6gQrwt { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:lora;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.087890625rem;left:2.59375rem;height:8.7744125rem;font-style:italic;display:block; }
#fTU2OA0GnTmLsxkL3DxoR8pMkf09VyxN { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.4375rem 0rem #ff5b44 ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.5rem;left:2.375rem;display:block; }
#ipEb51ief0WVhTKAemLnZoeJeUIIylcD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row .container { background-color: transparent; background-image: none; }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row .container > .video-iframe-container { display: none; }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row > .video-iframe-container { display: none; }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .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); }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row .container { border-width: 0; border-radius: 0; }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#FOPvLyva8h42JT9hQOzEizt5pPrio10I { color:rgba(var(--color-tertiary-0),1);display:block;width:63.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6630859375rem;left:5.84375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0LLm0ZcsxyMkVX1h2yslQbUWoOqGf7E { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:19.25rem;left:10.21875rem;height:14rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2VqEWD8yUqOaEoZwciesDEVh9VgsSsg { color:rgba(var(--color-primary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8125rem;left:47.75rem;height:1.625rem;font-style:normal;display:block; }
#E6Bu1VNdMmp4mOM8ZOZzgBRvMhmhOUHz { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.0625rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#rERRsTTLVB3TbsVpunoccaSTpi25WQrI { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.3125rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#pTfR13X4lHNJIkf22qWXhlXUF4XyXuBx { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.125rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#JCSNnLhCPVZWhrfv8BhrCFEKZEcfQB4i { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.1875rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#TIgN6uOwbkHiINuh4GM6CJ6rLs2oeOqE { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.25rem;left:51.1875rem;height:1.625rem;font-style:normal;display:block; }
#K7TnenzW4tyACKv6vsFHtJgRMgaCaUGq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:19.5rem;left:47.75rem;overflow:hidden;display:block; }
#BprGkKhgoMadwyP9DNWw6m9L3AR1Ldn7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.1875rem;left:47.9375rem;overflow:hidden;display:block; }
#oAv6OhzJR8og9ncnveJRsTFJw85EZldO { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:14.875rem;left:47.75rem;overflow:hidden;display:block; }
#LJ8SHZOumFQcTG2UMfxRwhoLWaMT9ReM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:28.625rem;left:47.9375rem;overflow:hidden;display:block; }
#vvwvqqIQLDSmHqGJayhDG2T3SXEh4yAt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:32.8125rem;left:47.75rem;overflow:hidden;display:block; }
#WByc1CJfTHDkK23LQdLxCs2iIJ4VRL5r { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.6875rem;left:51.25rem;height:1.29980625rem;font-style:normal;display:block; }
#VaMM0WOysATrpGRBtSaZnhT131tlp9K6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:10.5rem;left:10.21875rem;overflow:hidden;display:block; }
#oB5dHfEoNeuElUNDn767lS8iO4MoMoSI { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.24951171875rem;left:17.4375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JECiCurvxUXWLOoZLuqOTS6OtxohkvRN { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.4375rem 0rem #ff5b44 ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.875rem;left:10.21875rem;display:block; }
#exK8a1v1k288TpSaaBoWkJkFNS1N3nXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v209m6VXX2LLRpr14pWE0aE4WvT1EX4Z { box-sizing:content-box;height:27.25rem;width:24.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.75rem;left:46.46875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#F9W2r9EiU6eLy3alnZm4Wnc40KFtzyJW { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:12.6875rem;left:19.125rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BhsUUqP1PXbazWaUSNi83I1nFCEiu5or { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;top:19.25rem;left:47.75rem;display:block; }
#ZEitLT0Wvou3e6N1T0LCsRao6a1ueh2g { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;top:14.8125rem;left:47.75rem;display:block; }
#WeGPXA4DCzDzgQSpMtq1Bk4IET1Xi7gr { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.9375rem;left:51.25rem;height:1.29980625rem;font-style:normal;display:block; }
#icdN8L5BJZCA50Uy5BZkFivPFeBHKOxI { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.03125rem;left:47.75rem;display:block; }
#ZmRkptNcrP16LxOkFx72KsfCNG6d4vZK { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:51.25rem;height:2.5996125rem;font-style:normal;display:block; }
#mm10yHJq1Mk0gA4cCD7kNgwK8TwpQbuL { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;top:28.5rem;left:47.75rem;display:block; }
#ZRVWZWVuDEB4my2Fsvdqxiq43AlvvQMK { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;top:32.65625rem;left:47.75rem;display:block; }
#oOX8dlv0CQGFsf4HkC3sOmZc88C8WOfT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.8125rem;left:51.25rem;height:1.29980625rem;font-style:normal;display:block; }
#ABPR3JmdxbN5wDdD0I7cHCizOlIvp8Iy { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.875rem;left:51.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#QMkfJzX4PvwUVrZkdNmUo1x3vKLu5nHA { color:rgba(var(--color-primary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:47.75rem;height:1.625rem;font-style:normal;display:none; }
#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container { background-color: transparent; background-image: none; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container > .video-iframe-container { display: none; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row > .video-iframe-container { display: none; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .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); }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container { border-width: 0; border-radius: 0; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#n5siBznxVakGm38HW3fQwGbqPTUldk3L { color:#12c0c5;display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:14.1875rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqE4zTQyGrWxONtrK3zOueSO84JZyeeV { color:rgba(var(--color-tertiary-3),1);display:block;width:43.5rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:6.75rem;left:15.75rem;height:3.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vn9cVW5M6MrP3ZHwmrrEt8ieS453U5Sn { color:rgba(var(--color-tertiary-3),1);display:block;width:43.3125rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.5625rem;left:27.875rem;height:12.25rem;font-style:italic;display:none; }
#vTG0iHxp0reuKTNk2RpBM8WMWwn1S4v9 { position:absolute;display:block;z-index:15005;height:21.75rem;width:61rem;top:12.625rem;left:7rem;display:block; }
#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row .container { background-color: transparent; background-image: none; }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row .container > .video-iframe-container { display: none; }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row > .video-iframe-container { display: none; }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .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); }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row .container { border-width: 0; border-radius: 0; }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#JlEGzGJga9v48elcqf6KQvd1eS4d10MJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:16.5625rem;left:1.375rem;height:7.8735625rem;font-style:normal;display:block; }
#h1euVM9O8Fh1ITLeUaNr5xxmm8vACnxC { color:#ffd6d4;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.0625rem;left:1.375rem;height:5.19965rem;font-style:normal;display:block; }
#lcT3u1QngSyuxmbOU0yZmT0JEzgJBTT8 { color:#ffd6d4;display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:19.0625rem;height:5.19921875rem;font-style:normal;display:block; }
#JsKzXiCHRhAi8BLP24k2RIxPw0GDoSUr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:16.5625rem;left:19.0625rem;height:7.8735625rem;font-style:normal;display:block; }
#MwXuuFRuwNob4eMyKB0bZZW0FwwmGlzN { color:#ffd6d4;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0625rem;left:37.125rem;height:5.19965rem;font-style:normal;display:block; }
#k6t2ekKtvtXpievWCT6SMPSMMAQEqUmC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.625rem;left:37.125rem;height:7.8735625rem;font-style:normal;display:block; }
#TnTWLvbbypMNchrP4X2n3be48UUNnXUg { color:#ffd6d4;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.025390625rem;left:56.375rem;height:5.19965rem;font-style:normal;display:block; }
#x8FyUHVCW4duh4baEt12xP2iSJw3xT35 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:16.56201171875rem;left:56.375rem;height:9.44825rem;font-style:normal;display:block; }
#HM7WNftvykIWDgOE0bvaebRRFOUuz40c { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7rem;top:3.25rem;left:1.375rem;overflow:hidden;display:block; }
#QVBXfcMiTV5vEdDsFLfA6S1stkBUkXpW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:4.375rem;top:3.25rem;left:19.0625rem;overflow:hidden;display:block; }
#P9csve5tLiH8i5RUzrDQGZe1FyaLdpbe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.9375rem;top:3.25rem;left:37.125rem;overflow:hidden;display:block; }
#z6TP9TZltg3m4vvgxxAH8oTTnRtD7hqW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:7.875rem;top:3.25rem;left:56.375rem;overflow:hidden;display:block; }
#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row .container { background-color: transparent; background-image: none; }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row .container > .video-iframe-container { display: none; }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row > .video-iframe-container { display: none; }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .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); }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row .container { border-width: 0; border-radius: 0; }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:block; }#OPyq7n2ey8Dbc5xqoTp4VxbdB3nUpPeL { color:#12c0c5;display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:16.5rem;height:3.8999rem;font-style:normal;display:block; }
#NQJgRQ5qPKxeTmHRNiTs7WRyRTocMZ35 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.125rem;left:17.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hakVzogT5Z30JMye02khDfS1UboXf3Th { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.4375rem 0rem #ff5b44 ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:60.375rem;left:27.65625rem;display:block; }
#D7Avpi06O3IEb6TTgoS6X9cmSMsO84D6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CRcAMhmFUAGUaAiRIICSF2cxfmJI1nhT { position:absolute;display:block;z-index:15010;height:44.0625rem;width:62.375rem;top:9.5rem;left:6.3125rem;display:block; }
#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #677be6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #677be6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #677be6);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #677be6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#677be6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#677be6' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #677be6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row .container { background-color: transparent; background-image: none; }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row .container > .video-iframe-container { display: none; }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row > .video-iframe-container { display: none; }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .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); }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row .container { border-width: 0; border-radius: 0; }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#P9tnCapT0tRoawMCGWnX3KzvQqHJrXKC { color:rgba(var(--color-tertiary-0),1);display:block;width:39.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.59375rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFGI1ruiJD2JNCmkgpeCOfz402EzTD2T { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.4375rem 0rem #ff5b44 ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.875rem;left:27.65625rem;display:block; }
#gSE59tHrygZbro4Qo1T9Bh4L4RlUynlz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scllMmxzk4lCdKdvMToQ880xeO6w9HfR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.25rem;left:27.65625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#WZaZSJoENmZkroKi7kQbScgoT0DGzHzI { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.974609375rem;left:21.34375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#VtVdvphba0auUoeJQchlz4JwDaXnzyfV { box-sizing:content-box;height:2.125rem;width:19.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:27.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UTTevwwL6bakXsGwJt3gaeTmyP9pncwU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.6875rem;left:28.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { background-color: transparent; background-image: none; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container > .video-iframe-container { display: none; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row > .video-iframe-container { display: none; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .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); }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { border-width: 0; border-radius: 0; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#ZMaWgzHuvsAMTMFzeg0h8cxmH52Cahv7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:0.84375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#BFnfyxnV8UbbmBxyVlDAbpVJCOzip6Ec { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZvV5P2F4IUa8GKgBnzsyVaoP4WyRDxgS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:1.25rem;left:30.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uU87u3F52ye9TeuxFMHCUMh99b5rTFRb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:0.84375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#uQsHcnX5CdeiLLIPNWRZADUD7l1eopvq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:19.15625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#WLZHumMZ15dMmM6FA3zDlCtSL6riniAu { position:absolute;display:block;z-index:15016;height:2.125rem;width:24.4375rem;top:1.25rem;left:46.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt { display:block; }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaWRX5sVkxluKBzBN6ewlPzW0ZVUurKD { width:5.5rem;height:3.4375rem;top:1.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQqZKfpQSOnh2PTnqhgOmqeDBe0lddC5 { display:block; }
 }@media only screen and (max-width: 763px) { #Jv9TlLJZPrJVMab9v0weapHpUJhu7tey { width:8.4375rem;height:3.4375rem;top:1.25rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRbqnWUSFuJzc0OPhWgmuSSSFf4Fdzft { display:block; }
 }@media only screen and (max-width: 763px) { #G0M4ytUR52Fwk09xXA86GtWTg3RTUs44 { width:5.5rem;height:3.4375rem;top:1.25rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLXDpcNOETiFmL8uJDdRnPUuwK6AMCO9 { display:block; }
 }@media only screen and (max-width: 763px) { #AMf7VngkunsDuHRXd2BPFqyHTOnOPwbr { width:14.875rem;height:3.125rem;top:1.25rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGWWqK2M8amVzrhHvs2NQpKbWVHaZlNL { display:block; }
 }@media only screen and (max-width: 763px) { #PZziHahwuoMbQMWkpdVVrBEt9Q7T6zfB { width:9.3125rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSdkKxFTPN7dF3Q0oMdNEDHhDwuOyx7H { top:1.125rem;left:0rem;width:17.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMPCIuB3oUNuRedegxspGFnTMWy8mv3R { top:0.9375rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 { display:block; }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eppVNRuREPewvbq8ZPbNGgCsIRCRtmQN { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMB9OO8OK3egTmeHFBcBNHk4naweKziw { top:8.6875rem;left:24rem;width:23.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQMUT9m7Od5SqBeiPtH6mCRRzt403uAW { top:9rem;left:34.375rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVuqQViJuhvBU2XsDux0NtJx409t0Za { top:11.75rem;left:31.875rem;width:15.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qoFXSqSVovXL9tdXpEdIVSSC52XRT2 { top:13.25rem;left:29rem;width:18.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpTGmbfpzITLwV4EOuqmuDXIWTxx3u9L { top:13.3125rem;left:35.125rem;width:12.5rem;height:1.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAfvo1M81eamiyudrVx2AcJzDe9y7ErL { top:15.375rem;left:35.125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alQdhZKMUeNcRe1mp1J81W4AtpcNTbQx { width:20.625rem;height:2.75rem;top:16.9375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW9CfxCipgWRzb8TJNZSKLT0uzPTtrsc { display:block; }
 }@media only screen and (max-width: 763px) { #OZZTTN2iJtROVKqmKTScbqAV4BKLgxos { top:17.0625rem;left:0rem;width:26.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpqnx31VTdw2zvd9eIIsxeoISuBUEHRT { top:19.6875rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhKBCLZ06O5lNozXys1L7abFuT3JcTN0 { top:24.3125rem;left:0rem;width:22.8125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKNpvv4eAKafrkEVTg37ZmiQsiCibc6 { width:26.25rem;height:17.5rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo0JWLBzi3D3HRMJ5rMnQlG5zOVt0bfC { display:block; }
 }@media only screen and (max-width: 763px) { #HJEH9hTJbvEefCqvcLm502DzGB4kvdpT { top:9.25rem;left:41.6875rem;width:6.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWFceq8DXf66k5mc7bn6hp4KZ23r2gn4 { top:9.3125rem;left:42.125rem;width:5.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLqu5rXMBXwgQioeIHA7Xpq0zvaDLyQr { top:9.4375rem;left:29.8125rem;width:7.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4HAeheLFtf4TLKde50BH11Q9KkeAhJQ { top:20.25rem;left:27.125rem;width:20.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g29JkRZCayUKp91AEFTd6vTm7ra3GFps { top:29rem;left:0rem;width:47.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1pIo44GPFAwrExbr9IvTRmR48rB9aR { top:38.625rem;left:2rem;width:43.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLtWlGvxX7MSRS7rxPIr4JGWacTLE1Pr { top:24.25rem;left:24.9375rem;width:22.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUM4xFB9aV5kr0TvTANuXvhv66vNy4kI { width:46.75rem;height:3.1875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIl8e84VKsOC7yn1VWTZOM8Vb5CtZ2E { display:block; }
 }@media only screen and (max-width: 763px) { #w8UilcyUJnlcKn43rDMp6M8fRs1g7xSJ { top:4.3125rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiW7umqPFGkfwG4UxQXhWvcBTSunxlfb { top:9.625rem;left:0rem;width:26.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4hlElSWCdaulQP9gktHmtftHDHyonRP { top:4.8125rem;left:0rem;width:13.625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9TDFOV4vM4WmOyM2qhFpIrAUhN068zP { top:10.375rem;left:0rem;width:23.75rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAo9ZJL4JwhSAPd6XXt1gT3I7oXLiFeQ { top:12.5625rem;left:3.5625rem;width:18.75rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fREQnDUgv61DVCy4ufqTc9bpD9AEcvBc { top:10.875rem;left:0.4375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDlKwpnX2QBoqdmvNOvloSODadeP8HGy { width:46.75rem;height:3.1875rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyQlSpOshauFdWtcaCsAqxs1eUEPbPDJ { display:block; }
 }@media only screen and (max-width: 763px) { #mHFpBwSTDtVNiubvWXKfMd7CQNoyGMuE { top:44.375rem;left:25.875rem;width:21.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6JkK91k53MmsBF6Igp0yTy1tbOSsrhm { top:37.25rem;left:33.3125rem;width:2.8125rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5lqNlycQFwdQ1mG07LTUt71N9ktOF0a { top:37.4375rem;left:29rem;width:18.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dB21Gd6MBNpH7gHr1hPb5AhzpTubU3Ch { top:39.75rem;left:33.8125rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFClTNPMoBtZDT0BFpMGqQcThL4g87Vn { top:40.0625rem;left:29rem;width:18.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwQZC6rCZ25P4FtHZnrEwUFlO4TvzfkE { top:42.125rem;left:33.8125rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dbpb6ph8UCy3Hzk77vrRFaJl0eIt7o1k { top:24.125rem;left:0rem;width:14.625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHAJKMFkmq0blUHV9tCeCld83JuWkBK6 { top:28.625rem;left:0rem;width:47.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 { display:block; }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dC7za4cOJaTMysrXxiJIZrAhK0wbB9nT { top:0.25rem;left:4.5rem;width:38.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc { display:none; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w0JR5m2Ic8JzxpvZ8Wf75zv50Q50eP0f { display:none; }
 }@media only screen and (max-width: 763px) { #SgS9iE7tr31dk89JBVTqg83K8Ho2bpKw { top:0.5625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #STdkCrkZTg6RgUUE967LbkLtBWG9HSDF { display:block; }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKZ4DgBwRstyTOz74MH3zrv1FxW8l7MH { top:1.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFcOE7enrVKSVg7US7Tz0PG5WVwy2NK0 { top:5.6875rem;left:2.4375rem;width:45.3125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe0LTp4TkPnxByO40DDERQKKSSuyAA7J { top:14.4375rem;left:2.4375rem;width:45.3125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pozUi48r7Zfd11XJSu7OQA42CD7GRFCf { top:5.6875rem;left:0rem;width:17.1875rem;height:30.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 { display:block; }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK74ggykVC0Q5fJS8KxALR5C3U1mufOh { top:28.3125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9IZWGOJ5efrVVRcqeyfakxOrlo4bDly { top:30.5rem;left:0rem;width:14.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgZk1k2xB0EKfGM9ekgpJGgTye5UmMPm { top:32.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnXpsioURaC6hw7DTNmp9TNrgyfcV0dZ { top:28.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INrT1cuotphMDEhyzqJVfMdyKNN6b2Fp { top:30.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIPXgUdlwZTC62zOqngHzSHsPHXCXMCi { top:32.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXrskMA6mgTrCHeHHL8T25fqdHH4t0nF { top:1.875rem;left:30.40625rem;width:16.25rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwLsyPrgRg3vGSPMTbguoAoHKy6iuGRI { top:3.25rem;left:31.375rem;width:14.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPOJt1VTE7nUvnMZdWpPKGTcuiEdU8HJ { top:3.25rem;left:33.4375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRxbHTzfGHPqrfmV9si4S7Qh23GvfFbO { top:7.125rem;left:31.375rem;width:14.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuGzNAykSHIVymywQJcSyclNkXxBaBac { top:7.1875rem;left:33.4375rem;width:14.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxDqITCT3yuuDoFUVZnrGTqvXyagHFNn { top:7.6875rem;left:13.25rem;width:10.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCGhkLtzallh786vXTf3DVmtCIGCyugy { top:10.5625rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMztaMFLPoqiivPBvgpwTsSLXImMV8HN { top:11.625rem;left:13.25rem;width:17.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgKMqCet9EhDl4HXxvXERJIsta79PCsN { top:14.25rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vArXv0ZegIwOM19OMvziwK5WBZhc6KH4 { top:18rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8dMk6Afq2xPbvr8clTJqKKbqm8ZL4ee { top:21.6875rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwRxu13sgvzgRW6iZ4kVBwNGanpctsvM { top:25.5rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3BTa20eRzxNDOVtCFoBrfBr2kCLqm9W { top:29rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpKLdf22NxeIyuBpd2foayNawycil0Rf { top:33.75rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1fRTUJ6LHHTtDXMCxhM5DGusRa1VnEX { top:15.25rem;left:13.25rem;width:16rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug78iasz6ViI7kfQX7oMFsFguQUgWOOO { top:19.125rem;left:13.25rem;width:16.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL0ZDceulaEePpuuI0BmwGnDoZMofcyZ { top:22.625rem;left:13.25rem;width:16.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2izT9M2P6gPppE3Rc5r9NIQ9MliiuF9 { top:26.3125rem;left:13.25rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlLOZTQ6tJPA5qXpJqmP5mREuz6GCSTG { top:29.75rem;left:13.25rem;width:15.9375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7W65ALCxWkoooUGXWvqcmfNgQEzJI4Z { top:11.75rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrEAexckEsSVZSa400Gp84Ucr7TQAnKH { top:15.3125rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg7TCRDMxFhsQL8zXDKNkrAKAdmnUnLP { top:19.1875rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJgWUTt4Oky6ynHOllBFim8eEJyDLykO { top:22.6875rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5MWxO89yRNPMTnhNXQxBBUJRkggOx9h { top:26.375rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbPTB4ClHnI66IWO2VsrqTQuodP1cP8Z { top:30.4375rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7hExTrkByHtTrXACAT5QLuoTGyqbNvX { top:11.75rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr2paKAKkJUNk5NeKRfRnuq2O5u5s3o0 { top:15.3125rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEypBz793mA0tAV0ODThU9KgakLETvmN { top:19.1875rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTa6XnWes0X81b3iuHC2DUFWxoFnk4F { top:22.6875rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiFth8PvNV4sHgzM0IieTgusoMuhppPc { top:26.375rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbkiUGgn3IxU2Ik99tUPN4SaN9w1a8xw { top:30.375rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ryeRAcH7xT5P1q5SsLbz0hGyc1uf8R { width:33.25rem;height:43.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXcPqKdzKsUTJJVdPVLkps63W8Ndodoq { top:3.25rem;left:0rem;width:22rem;height:7.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzwayNlUlRdekukocF8CcileVG6gQrwt { top:12.0625rem;left:0rem;width:17.4375rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTU2OA0GnTmLsxkL3DxoR8pMkf09VyxN { width:19.6875rem;height:3.4375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipEb51ief0WVhTKAemLnZoeJeUIIylcD { display:block; }
 }@media only screen and (max-width: 763px) { #BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT { display:block; }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOPvLyva8h42JT9hQOzEizt5pPrio10I { top:1.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0LLm0ZcsxyMkVX1h2yslQbUWoOqGf7E { top:19.25rem;left:0rem;width:24rem;height:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2VqEWD8yUqOaEoZwciesDEVh9VgsSsg { top:11.8125rem;left:31.0625rem;width:16.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Bu1VNdMmp4mOM8ZOZzgBRvMhmhOUHz { top:19.0625rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rERRsTTLVB3TbsVpunoccaSTpi25WQrI { top:14.3125rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfR13X4lHNJIkf22qWXhlXUF4XyXuBx { top:23.125rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSNnLhCPVZWhrfv8BhrCFEKZEcfQB4i { top:28.1875rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIgN6uOwbkHiINuh4GM6CJ6rLs2oeOqE { top:32.25rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TnenzW4tyACKv6vsFHtJgRMgaCaUGq { top:19.5rem;left:34.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BprGkKhgoMadwyP9DNWw6m9L3AR1Ldn7 { top:24.1875rem;left:34.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAv6OhzJR8og9ncnveJRsTFJw85EZldO { top:14.875rem;left:34.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ8SHZOumFQcTG2UMfxRwhoLWaMT9ReM { top:28.625rem;left:34.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvwvqqIQLDSmHqGJayhDG2T3SXEh4yAt { top:32.8125rem;left:34.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WByc1CJfTHDkK23LQdLxCs2iIJ4VRL5r { top:20.6875rem;left:29.3125rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaMM0WOysATrpGRBtSaZnhT131tlp9K6 { top:10.5rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB5dHfEoNeuElUNDn767lS8iO4MoMoSI { top:6.1875rem;left:3.8125rem;width:40.125rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JECiCurvxUXWLOoZLuqOTS6OtxohkvRN { width:19.6875rem;height:3.4375rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exK8a1v1k288TpSaaBoWkJkFNS1N3nXS { display:block; }
 }@media only screen and (max-width: 763px) { #v209m6VXX2LLRpr14pWE0aE4WvT1EX4Z { top:10.75rem;left:23.125rem;width:24.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9W2r9EiU6eLy3alnZm4Wnc40KFtzyJW { top:12.6875rem;left:5.5rem;width:13.1875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhsUUqP1PXbazWaUSNi83I1nFCEiu5or { top:19.25rem;left:34.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEitLT0Wvou3e6N1T0LCsRao6a1ueh2g { top:14.8125rem;left:34.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeGPXA4DCzDzgQSpMtq1Bk4IET1Xi7gr { top:15.9375rem;left:29.3125rem;width:18.4375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icdN8L5BJZCA50Uy5BZkFivPFeBHKOxI { top:24rem;left:34.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmRkptNcrP16LxOkFx72KsfCNG6d4vZK { top:24.75rem;left:29.3125rem;width:17.375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm10yHJq1Mk0gA4cCD7kNgwK8TwpQbuL { top:28.5rem;left:34.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRVWZWVuDEB4my2Fsvdqxiq43AlvvQMK { top:32.625rem;left:34.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOX8dlv0CQGFsf4HkC3sOmZc88C8WOfT { top:29.8125rem;left:29.3125rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABPR3JmdxbN5wDdD0I7cHCizOlIvp8Iy { top:33.875rem;left:29.3125rem;width:18.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMkfJzX4PvwUVrZkdNmUo1x3vKLu5nHA { top:10.0625rem;left:31.0625rem;width:16.6875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq { display:block; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5siBznxVakGm38HW3fQwGbqPTUldk3L { top:2rem;left:0.5625rem;width:46.625rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqE4zTQyGrWxONtrK3zOueSO84JZyeeV { top:6.75rem;left:2.125rem;width:43.5rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn9cVW5M6MrP3ZHwmrrEt8ieS453U5Sn { top:7.125rem;left:0rem;width:20rem;height:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTG0iHxp0reuKTNk2RpBM8WMWwn1S4v9 { top:12.625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEUod5Gsfs44cxF8HHUNX9TemN28LyAz { display:block; }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlEGzGJga9v48elcqf6KQvd1eS4d10MJ { top:16.5625rem;left:0rem;width:15.625rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1euVM9O8Fh1ITLeUaNr5xxmm8vACnxC { top:10.0625rem;left:0rem;width:15.625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcT3u1QngSyuxmbOU0yZmT0JEzgJBTT8 { top:10.0625rem;left:5.4375rem;width:14.9375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKzXiCHRhAi8BLP24k2RIxPw0GDoSUr { top:16.5625rem;left:5.4375rem;width:15.625rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwXuuFRuwNob4eMyKB0bZZW0FwwmGlzN { top:10.0625rem;left:23.5rem;width:15.625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6t2ekKtvtXpievWCT6SMPSMMAQEqUmC { top:16.625rem;left:23.5rem;width:15.625rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTWLvbbypMNchrP4X2n3be48UUNnXUg { top:10rem;left:32.125rem;width:15.625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8FyUHVCW4duh4baEt12xP2iSJw3xT35 { top:16.5rem;left:32.125rem;width:15.625rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM7WNftvykIWDgOE0bvaebRRFOUuz40c { top:3.25rem;left:0rem;width:7rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVBXfcMiTV5vEdDsFLfA6S1stkBUkXpW { top:3.25rem;left:5.4375rem;width:4.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9csve5tLiH8i5RUzrDQGZe1FyaLdpbe { top:3.25rem;left:23.5rem;width:7.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6TP9TZltg3m4vvgxxAH8oTTnRtD7hqW { top:3.25rem;left:39.875rem;width:7.875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 { display:block; }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPyq7n2ey8Dbc5xqoTp4VxbdB3nUpPeL { top:1.6875rem;left:2.875rem;width:42rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQJgRQ5qPKxeTmHRNiTs7WRyRTocMZ35 { top:6.125rem;left:3.59375rem;width:40.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hakVzogT5Z30JMye02khDfS1UboXf3Th { width:19.6875rem;height:3.4375rem;top:60.375rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Avpi06O3IEb6TTgoS6X9cmSMsO84D6 { display:block; }
 }@media only screen and (max-width: 763px) { #CRcAMhmFUAGUaAiRIICSF2cxfmJI1nhT { top:9.5rem;left:0rem;width:47.75rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #au1INtTqOxRb3TcTQVwG0IKOq1dhd17J { display:block; }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9tnCapT0tRoawMCGWnX3KzvQqHJrXKC { top:1.6875rem;left:3.96875rem;width:39.8125rem;height:7.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFGI1ruiJD2JNCmkgpeCOfz402EzTD2T { width:19.6875rem;height:3.4375rem;top:14.875rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSE59tHrygZbro4Qo1T9Bh4L4RlUynlz { display:block; }
 }@media only screen and (max-width: 763px) { #scllMmxzk4lCdKdvMToQ880xeO6w9HfR { top:19.25rem;left:14.03125rem;width:19.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZaZSJoENmZkroKi7kQbScgoT0DGzHzI { top:10.9375rem;left:7.71875rem;width:32.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtVdvphba0auUoeJQchlz4JwDaXnzyfV { top:21.25rem;left:14.0625rem;width:19.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTevwwL6bakXsGwJt3gaeTmyP9pncwU { top:21.6875rem;left:14.625rem;width:18.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C { display:block; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMaWgzHuvsAMTMFzeg0h8cxmH52Cahv7 { top:1.1875rem;left:0rem;width:12.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFnfyxnV8UbbmBxyVlDAbpVJCOzip6Ec { top:1.25rem;left:0rem;width:17.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvV5P2F4IUa8GKgBnzsyVaoP4WyRDxgS { top:1.25rem;left:16.6875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU87u3F52ye9TeuxFMHCUMh99b5rTFRb { top:1.25rem;left:0rem;width:15.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQsHcnX5CdeiLLIPNWRZADUD7l1eopvq { top:3.375rem;left:0rem;width:10.75rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLZHumMZ15dMmM6FA3zDlCtSL6riniAu { top:1.25rem;left:23.3125rem;width:24.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt { display:block; }#tVnrmhLm0R0V7lZ9MMJfn6eEpSzB6wvt > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaWRX5sVkxluKBzBN6ewlPzW0ZVUurKD { width:5.5rem;height:3.4375rem;top:3.5625rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQqZKfpQSOnh2PTnqhgOmqeDBe0lddC5 { display:block; }
 }@media only screen and (max-width: 763px) { #Jv9TlLJZPrJVMab9v0weapHpUJhu7tey { width:8.4375rem;height:3.4375rem;top:3.5625rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRbqnWUSFuJzc0OPhWgmuSSSFf4Fdzft { display:block; }
 }@media only screen and (max-width: 763px) { #G0M4ytUR52Fwk09xXA86GtWTg3RTUs44 { width:5.5rem;height:3.4375rem;top:3.5625rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLXDpcNOETiFmL8uJDdRnPUuwK6AMCO9 { display:block; }
 }@media only screen and (max-width: 763px) { #AMf7VngkunsDuHRXd2BPFqyHTOnOPwbr { width:14.1875rem;height:3.4375rem;top:3.5625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGWWqK2M8amVzrhHvs2NQpKbWVHaZlNL { display:block; }
 }@media only screen and (max-width: 763px) { #PZziHahwuoMbQMWkpdVVrBEt9Q7T6zfB { top:0.81201171875rem;left:0.25rem;width:3.375rem;height:3.375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rSdkKxFTPN7dF3Q0oMdNEDHhDwuOyx7H { width:14.125rem;height:2.69921875rem;top:1.189453125rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tMPCIuB3oUNuRedegxspGFnTMWy8mv3R { width:6.0625rem;height:6.0625rem;top:5.375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 { display:block; }#OvbgagWuaXxUH68ww3LbMCzeMfMNWoI6 > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eppVNRuREPewvbq8ZPbNGgCsIRCRtmQN { width:20rem;height:2.76171875rem;top:0.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMB9OO8OK3egTmeHFBcBNHk4naweKziw { width:20rem;height:23.1875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQMUT9m7Od5SqBeiPtH6mCRRzt403uAW { width:7rem;height:2.4375rem;top:9.375rem;left:0.5625rem;font-size:1.875rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #aXVuqQViJuhvBU2XsDux0NtJx409t0Za { width:7.8125rem;height:2.4375rem;top:11.625rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qoFXSqSVovXL9tdXpEdIVSSC52XRT2 { width:9.75rem;height:3.8125rem;top:9.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpTGmbfpzITLwV4EOuqmuDXIWTxx3u9L { width:6.4375rem;height:2.4375rem;top:9.9375rem;left:11.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAfvo1M81eamiyudrVx2AcJzDe9y7ErL { width:9.5625rem;height:1.21875rem;top:12rem;left:9.375rem;font-size:0.9375rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #alQdhZKMUeNcRe1mp1J81W4AtpcNTbQx { width:19rem;height:3.4375rem;top:76.26220703125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tW9CfxCipgWRzb8TJNZSKLT0uzPTtrsc { display:block; }
 }@media only screen and (max-width: 763px) { #OZZTTN2iJtROVKqmKTScbqAV4BKLgxos { width:20rem;height:7.9375rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpqnx31VTdw2zvd9eIIsxeoISuBUEHRT { width:19.375rem;height:3.8994125rem;top:84.6875rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhKBCLZ06O5lNozXys1L7abFuT3JcTN0 { width:19.375rem;height:3.41161875rem;top:88.5rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKNpvv4eAKafrkEVTg37ZmiQsiCibc6 { width:19.9375rem;height:13.375rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo0JWLBzi3D3HRMJ5rMnQlG5zOVt0bfC { display:block; }
 }@media only screen and (max-width: 763px) { #HJEH9hTJbvEefCqvcLm502DzGB4kvdpT { width:6.0625rem;height:2.1875rem;top:12.1875rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWFceq8DXf66k5mc7bn6hp4KZ23r2gn4 { width:5.625rem;height:0;top:12.25rem;left:14.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLqu5rXMBXwgQioeIHA7Xpq0zvaDLyQr { width:7.25rem;height:0;top:12.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4HAeheLFtf4TLKde50BH11Q9KkeAhJQ { width:19.75rem;height:3.125rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g29JkRZCayUKp91AEFTd6vTm7ra3GFps { width:20rem;height:21.75rem;top:33.42041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1pIo44GPFAwrExbr9IvTRmR48rB9aR { width:20rem;height:7.1875rem;top:70.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLtWlGvxX7MSRS7rxPIr4JGWacTLE1Pr { width:20rem;height:2rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUM4xFB9aV5kr0TvTANuXvhv66vNy4kI { width:20rem;height:6.4375rem;top:4.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGIl8e84VKsOC7yn1VWTZOM8Vb5CtZ2E { display:block; }
 }@media only screen and (max-width: 763px) { #w8UilcyUJnlcKn43rDMp6M8fRs1g7xSJ { width:20rem;height:6.0625rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiW7umqPFGkfwG4UxQXhWvcBTSunxlfb { width:20rem;height:13.333rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4hlElSWCdaulQP9gktHmtftHDHyonRP { width:13.625rem;height:1.3125rem;top:4.8125rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #P9TDFOV4vM4WmOyM2qhFpIrAUhN068zP { width:20rem;height:4.0625rem;top:4.3125rem;left:0.0625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #oAo9ZJL4JwhSAPd6XXt1gT3I7oXLiFeQ { width:12.5rem;height:1.3125rem;top:6.4375rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #fREQnDUgv61DVCy4ufqTc9bpD9AEcvBc { width:3.125rem;height:3.125rem;top:4.8125rem;left:0.6875rem;overflow:hidden;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #mDlKwpnX2QBoqdmvNOvloSODadeP8HGy { width:20rem;height:4.1875rem;top:4.25rem;left:0rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #WyQlSpOshauFdWtcaCsAqxs1eUEPbPDJ { display:block; }
 }@media only screen and (max-width: 763px) { #mHFpBwSTDtVNiubvWXKfMd7CQNoyGMuE { width:17.5rem;height:0.125rem;top:27.5rem;left:1.25rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #U6JkK91k53MmsBF6Igp0yTy1tbOSsrhm { width:2.8125rem;height:1.6875rem;top:18.375rem;left:0.5625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #J5lqNlycQFwdQ1mG07LTUt71N9ktOF0a { width:15.625rem;height:2.5996125rem;top:17.9375rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #dB21Gd6MBNpH7gHr1hPb5AhzpTubU3Ch { width:2.25rem;height:2.25rem;top:21.27490234375rem;left:1.125rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #SFClTNPMoBtZDT0BFpMGqQcThL4g87Vn { width:15.625rem;height:1.29980625rem;top:21.75rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #fwQZC6rCZ25P4FtHZnrEwUFlO4TvzfkE { width:2.8125rem;height:2.8125rem;top:24.0185546875rem;left:0.84375rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #Dbpb6ph8UCy3Hzk77vrRFaJl0eIt7o1k { width:14.625rem;height:2.5996125rem;top:24.125rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #tHAJKMFkmq0blUHV9tCeCld83JuWkBK6 { width:20rem;height:5.5rem;top:28.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 { display:none; }#Szu5GcO5lOyULtKuTPyEyHLsuqsB5DN5 > .row .container { width:20rem;height:20.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dC7za4cOJaTMysrXxiJIZrAhK0wbB9nT { width:20rem;height:13rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc { background-color:#3a8fc8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .row .container { background-color: transparent; background-image: none; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .row .container > .video-iframe-container { display: none; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .row > .video-iframe-container { display: none; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .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); }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .row .container { border-width: 0; border-radius: 0; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9BinKBBEfVGzuiOzJwgVQyqMQWK7vVc > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0JR5m2Ic8JzxpvZ8Wf75zv50Q50eP0f { top:3.3125rem;left:0.3125rem;width:19.375rem;height:34.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SgS9iE7tr31dk89JBVTqg83K8Ho2bpKw { width:20rem;height:;top:0.61328125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #STdkCrkZTg6RgUUE967LbkLtBWG9HSDF { display:block; }#STdkCrkZTg6RgUUE967LbkLtBWG9HSDF > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKZ4DgBwRstyTOz74MH3zrv1FxW8l7MH { width:20rem;height:4.54980625rem;top:0.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFcOE7enrVKSVg7US7Tz0PG5WVwy2NK0 { width:20rem;height:8.1875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe0LTp4TkPnxByO40DDERQKKSSuyAA7J { width:20rem;height:25.875rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pozUi48r7Zfd11XJSu7OQA42CD7GRFCf { top:40.8125rem;left:1.375rem;width:17.1875rem;height:30.8125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 { display:block; }#VBA0kXwxk1DLRJnGPaMmrr4viSTPfCK1 > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK74ggykVC0Q5fJS8KxALR5C3U1mufOh { width:12.5rem;height:0;top:23.125rem;left:5.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p9IZWGOJ5efrVVRcqeyfakxOrlo4bDly { width:12.5rem;height:0;top:25.3125rem;left:4.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgZk1k2xB0EKfGM9ekgpJGgTye5UmMPm { width:12.5rem;height:0;top:27.6875rem;left:4.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnXpsioURaC6hw7DTNmp9TNrgyfcV0dZ { display:flex;width:1.875rem;height:1.875rem;top:22.9375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #INrT1cuotphMDEhyzqJVfMdyKNN6b2Fp { display:flex;width:1.875rem;height:1.875rem;top:25.125rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIPXgUdlwZTC62zOqngHzSHsPHXCXMCi { display:flex;width:1.875rem;height:1.875rem;top:27.5rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXrskMA6mgTrCHeHHL8T25fqdHH4t0nF { width:16.25rem;height:32.625rem;top:1.875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwLsyPrgRg3vGSPMTbguoAoHKy6iuGRI { width:14.3125rem;height:auto;top:3.25rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPOJt1VTE7nUvnMZdWpPKGTcuiEdU8HJ { width:14.3125rem;height:0;top:5.0996125rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GRxbHTzfGHPqrfmV9si4S7Qh23GvfFbO { width:14.3125rem;height:auto;top:7.125rem;left:2.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuGzNAykSHIVymywQJcSyclNkXxBaBac { width:14.3125rem;height:auto;top:7.1875rem;left:2.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AxDqITCT3yuuDoFUVZnrGTqvXyagHFNn { width:10.625rem;height:0;top:8.8183625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCGhkLtzallh786vXTf3DVmtCIGCyugy { width:20rem;height:0.0625rem;top:11.6621125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMztaMFLPoqiivPBvgpwTsSLXImMV8HN { width:17.5625rem;height:auto;top:11.625rem;left:1.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgKMqCet9EhDl4HXxvXERJIsta79PCsN { width:20rem;height:0.0625rem;top:22.574225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vArXv0ZegIwOM19OMvziwK5WBZhc6KH4 { width:20rem;height:0.0625rem;top:26.574225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8dMk6Afq2xPbvr8clTJqKKbqm8ZL4ee { width:20rem;height:0.0625rem;top:40.136725rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwRxu13sgvzgRW6iZ4kVBwNGanpctsvM { width:20rem;height:0.0625rem;top:25.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3BTa20eRzxNDOVtCFoBrfBr2kCLqm9W { width:20rem;height:0.0625rem;top:59.69775703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpKLdf22NxeIyuBpd2foayNawycil0Rf { width:20rem;height:0.0625rem;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1fRTUJ6LHHTtDXMCxhM5DGusRa1VnEX { width:16rem;height:auto;top:15.25rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ug78iasz6ViI7kfQX7oMFsFguQUgWOOO { width:16.75rem;height:auto;top:19.125rem;left:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pL0ZDceulaEePpuuI0BmwGnDoZMofcyZ { width:16.9375rem;height:auto;top:22.625rem;left:1.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2izT9M2P6gPppE3Rc5r9NIQ9MliiuF9 { width:15.9375rem;height:0;top:45.02393203125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlLOZTQ6tJPA5qXpJqmP5mREuz6GCSTG { width:15.9375rem;height:auto;top:29.75rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7W65ALCxWkoooUGXWvqcmfNgQEzJI4Z { width:14.3125rem;height:auto;top:11.75rem;left:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrEAexckEsSVZSa400Gp84Ucr7TQAnKH { width:14.3125rem;height:auto;top:15.3125rem;left:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xg7TCRDMxFhsQL8zXDKNkrAKAdmnUnLP { width:14.3125rem;height:auto;top:19.1875rem;left:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJgWUTt4Oky6ynHOllBFim8eEJyDLykO { width:14.3125rem;height:auto;top:22.6875rem;left:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5MWxO89yRNPMTnhNXQxBBUJRkggOx9h { width:14.3125rem;height:auto;top:26.375rem;left:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbPTB4ClHnI66IWO2VsrqTQuodP1cP8Z { width:14.3125rem;height:auto;top:30.4375rem;left:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7hExTrkByHtTrXACAT5QLuoTGyqbNvX { width:10.25rem;height:auto;top:11.75rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Pr2paKAKkJUNk5NeKRfRnuq2O5u5s3o0 { width:10.25rem;height:auto;top:15.3125rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JEypBz793mA0tAV0ODThU9KgakLETvmN { width:10.25rem;height:auto;top:19.1875rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GZTa6XnWes0X81b3iuHC2DUFWxoFnk4F { width:10.25rem;height:auto;top:22.6875rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CiFth8PvNV4sHgzM0IieTgusoMuhppPc { width:10.25rem;height:auto;top:26.375rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hbkiUGgn3IxU2Ik99tUPN4SaN9w1a8xw { width:10.25rem;height:0;top:30.375rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F4ryeRAcH7xT5P1q5SsLbz0hGyc1uf8R { top:11.685546875rem;left:0rem;width:20rem;height:25.9375rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BXcPqKdzKsUTJJVdPVLkps63W8Ndodoq { width:20rem;height:4.7119125rem;top:0.625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#3a8fc8;display:block; }
 }@media only screen and (max-width: 763px) { #pzwayNlUlRdekukocF8CcileVG6gQrwt { width:20rem;height:5.199225rem;top:5.923828125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTU2OA0GnTmLsxkL3DxoR8pMkf09VyxN { width:19.6875rem;height:3.4375rem;top:36.5rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipEb51ief0WVhTKAemLnZoeJeUIIylcD { display:block; }
 }@media only screen and (max-width: 763px) { #BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT { display:block; }#BVByAo4XswPxvr2S3qIUq1ALvRBdPGmT > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOPvLyva8h42JT9hQOzEizt5pPrio10I { width:20rem;height:4.875rem;top:0.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0LLm0ZcsxyMkVX1h2yslQbUWoOqGf7E { width:20rem;height:14.17233125rem;top:49.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2VqEWD8yUqOaEoZwciesDEVh9VgsSsg { width:13.5rem;height:3.25rem;top:7.69921875rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #E6Bu1VNdMmp4mOM8ZOZzgBRvMhmhOUHz { width:15rem;height:1.4624rem;top:16.25rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rERRsTTLVB3TbsVpunoccaSTpi25WQrI { width:15rem;height:1.4624rem;top:21.75rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTfR13X4lHNJIkf22qWXhlXUF4XyXuBx { width:15rem;height:1.4624rem;top:27rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JCSNnLhCPVZWhrfv8BhrCFEKZEcfQB4i { width:15.625rem;height:1.4624rem;top:32.0625rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIgN6uOwbkHiINuh4GM6CJ6rLs2oeOqE { width:15.625rem;height:1.4624rem;top:35.875rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7TnenzW4tyACKv6vsFHtJgRMgaCaUGq { width:2.5rem;height:2.5rem;top:17.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BprGkKhgoMadwyP9DNWw6m9L3AR1Ldn7 { width:2.5rem;height:2.5rem;top:27.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAv6OhzJR8og9ncnveJRsTFJw85EZldO { width:2.5rem;height:2.5rem;top:22.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ8SHZOumFQcTG2UMfxRwhoLWaMT9ReM { width:2.5rem;height:2.5rem;top:32.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvwvqqIQLDSmHqGJayhDG2T3SXEh4yAt { width:2.5rem;height:2.5rem;top:36.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WByc1CJfTHDkK23LQdLxCs2iIJ4VRL5r { width:15rem;height:2.5996125rem;top:17.6875rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VaMM0WOysATrpGRBtSaZnhT131tlp9K6 { width:6.25rem;height:6.25rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB5dHfEoNeuElUNDn767lS8iO4MoMoSI { width:20rem;height:6.2988125rem;top:6.2353515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JECiCurvxUXWLOoZLuqOTS6OtxohkvRN { width:19.6875rem;height:3.4375rem;top:33.875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #exK8a1v1k288TpSaaBoWkJkFNS1N3nXS { display:block; }
 }@media only screen and (max-width: 763px) { #v209m6VXX2LLRpr14pWE0aE4WvT1EX4Z { width:20rem;height:28.1875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9W2r9EiU6eLy3alnZm4Wnc40KFtzyJW { width:13.1875rem;height:3.5rem;top:43.9375rem;left:6.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhsUUqP1PXbazWaUSNi83I1nFCEiu5or { width:2.8125rem;height:2.8125rem;top:16.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEitLT0Wvou3e6N1T0LCsRao6a1ueh2g { width:2.8125rem;height:2.8125rem;top:22.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeGPXA4DCzDzgQSpMtq1Bk4IET1Xi7gr { width:15rem;height:1.3808625rem;top:23.1875rem;left:4.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #icdN8L5BJZCA50Uy5BZkFivPFeBHKOxI { width:2.8125rem;height:2.8125rem;top:27.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmRkptNcrP16LxOkFx72KsfCNG6d4vZK { width:15rem;height:2.5996125rem;top:28.4375rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mm10yHJq1Mk0gA4cCD7kNgwK8TwpQbuL { width:2.8125rem;height:2.8125rem;top:32.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRVWZWVuDEB4my2Fsvdqxiq43AlvvQMK { width:2.8125rem;height:2.8125rem;top:36.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOX8dlv0CQGFsf4HkC3sOmZc88C8WOfT { width:15rem;height:1.29980625rem;top:33.5rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ABPR3JmdxbN5wDdD0I7cHCizOlIvp8Iy { width:15rem;height:2.5996125rem;top:37.3125rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QMkfJzX4PvwUVrZkdNmUo1x3vKLu5nHA { width:16.375rem;height:1.625rem;top:13.8125rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq { background-color:#eaf8ff;background-image:none;display:block; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container { background-color: transparent; background-image: none; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container > .video-iframe-container { display: none; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row > .video-iframe-container { display: none; }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .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); }#lNBNPBV7ETxVuPDCALUGmx0oTKuF0Imq > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5siBznxVakGm38HW3fQwGbqPTUldk3L { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LqE4zTQyGrWxONtrK3zOueSO84JZyeeV { width:20rem;height:0;top:7.69921875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:lora;display:none; }
 }@media only screen and (max-width: 763px) { #vn9cVW5M6MrP3ZHwmrrEt8ieS453U5Sn { width:20rem;height:6.9995rem;top:6.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:lora;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vTG0iHxp0reuKTNk2RpBM8WMWwn1S4v9 { width:20rem;height:21.75rem;top:14.06103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEUod5Gsfs44cxF8HHUNX9TemN28LyAz { display:block; }#QEUod5Gsfs44cxF8HHUNX9TemN28LyAz > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlEGzGJga9v48elcqf6KQvd1eS4d10MJ { width:15rem;height:7.4365rem;top:35.5625rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h1euVM9O8Fh1ITLeUaNr5xxmm8vACnxC { width:15rem;height:2.92480625rem;top:32.625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lcT3u1QngSyuxmbOU0yZmT0JEzgJBTT8 { width:15rem;height:2.92480625rem;top:2.0087890625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JsKzXiCHRhAi8BLP24k2RIxPw0GDoSUr { width:15rem;height:5.94921875rem;top:4.93359375rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MwXuuFRuwNob4eMyKB0bZZW0FwwmGlzN { width:15rem;height:1.4624rem;top:12.0625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k6t2ekKtvtXpievWCT6SMPSMMAQEqUmC { width:15rem;height:7.4365rem;top:13.5625rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnTWLvbbypMNchrP4X2n3be48UUNnXUg { width:15rem;height:1.4624rem;top:22.1875rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x8FyUHVCW4duh4baEt12xP2iSJw3xT35 { width:15rem;height:7.4365rem;top:23.625rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HM7WNftvykIWDgOE0bvaebRRFOUuz40c { width:4.25rem;height:3.3125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVBXfcMiTV5vEdDsFLfA6S1stkBUkXpW { width:4.375rem;height:5.625rem;top:1.94677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9csve5tLiH8i5RUzrDQGZe1FyaLdpbe { width:4.375rem;height:3rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6TP9TZltg3m4vvgxxAH8oTTnRtD7hqW { width:4.375rem;height:3.0625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 { display:block; }#o5Grlk0toftN0rCWX9o18VUNzOSWrkG1 > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPyq7n2ey8Dbc5xqoTp4VxbdB3nUpPeL { width:20rem;height:5.19921875rem;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQJgRQ5qPKxeTmHRNiTs7WRyRTocMZ35 { width:20rem;height:2.5996125rem;top:6.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hakVzogT5Z30JMye02khDfS1UboXf3Th { width:19.6875rem;height:3.4375rem;top:60.375rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7Avpi06O3IEb6TTgoS6X9cmSMsO84D6 { display:block; }
 }@media only screen and (max-width: 763px) { #CRcAMhmFUAGUaAiRIICSF2cxfmJI1nhT { width:20rem;height:44.0625rem;top:10.29883125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #au1INtTqOxRb3TcTQVwG0IKOq1dhd17J { display:block; }#au1INtTqOxRb3TcTQVwG0IKOq1dhd17J > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9tnCapT0tRoawMCGWnX3KzvQqHJrXKC { width:20rem;height:6.8246875rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFGI1ruiJD2JNCmkgpeCOfz402EzTD2T { width:19.6875rem;height:3.4375rem;top:20.6875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSE59tHrygZbro4Qo1T9Bh4L4RlUynlz { display:block; }
 }@media only screen and (max-width: 763px) { #scllMmxzk4lCdKdvMToQ880xeO6w9HfR { width:16.25rem;height:1.29980625rem;top:13.9375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WZaZSJoENmZkroKi7kQbScgoT0DGzHzI { width:20rem;height:4.38720625rem;top:8.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtVdvphba0auUoeJQchlz4JwDaXnzyfV { width:19.6875rem;height:2.125rem;top:15.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTevwwL6bakXsGwJt3gaeTmyP9pncwU { width:18.5625rem;height:1.21875rem;top:16.25rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C { display:block; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMaWgzHuvsAMTMFzeg0h8cxmH52Cahv7 { width:12.375rem;height:auto;top:1.1875rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BFnfyxnV8UbbmBxyVlDAbpVJCOzip6Ec { width:17.375rem;height:auto;top:1.25rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZvV5P2F4IUa8GKgBnzsyVaoP4WyRDxgS { width:12.5rem;height:1.05615rem;top:5.56689453125rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uU87u3F52ye9TeuxFMHCUMh99b5rTFRb { width:15.9375rem;height:1.13720625rem;top:1.30517578125rem;left:2.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uQsHcnX5CdeiLLIPNWRZADUD7l1eopvq { width:14.5rem;height:1.05615rem;top:3.498046875rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #WLZHumMZ15dMmM6FA3zDlCtSL6riniAu { width:20rem;height:2.125rem;top:7.87255703125rem;left:0rem;display:block; }
 }