.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:247,251,253;--color-primary-1:229,241,247;--color-primary-2:203,227,239;--color-primary-3:102,114,120;--color-primary-4:30,34,36;--color-secondary-0:226,248,229;--color-secondary-1:159,230,170;--color-secondary-2:63,205,84;--color-secondary-3:32,103,42;--color-secondary-4:9,31,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU { 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; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { background-color: transparent; background-image: none; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container > .video-iframe-container { display: none; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row > .video-iframe-container { display: none; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .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); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { border-width: 0; border-radius: 0; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#HhH40zlU52wqSMx6faRVeSuBnQh0Fn9G { 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:3.4375rem;width:13.5625rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#bloK8l0G7CCUdZ1TcmHsKFFoXZT7GGr3 { position:absolute;display:block;z-index:15082;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.749825rem;width:19.6244375rem;top:1.5625rem;left:52.687322616577rem;overflow:hidden;display:block; }
#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { background-color:#664bcc;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; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { background-color: transparent; background-image: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .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); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { border-width: 0; border-radius: 0; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:75rem;height:97.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#hSe2mlpfrU9HrRCiHVTQMfgFO0T9onQZ { color:#107ff6;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:1.125rem;left:9.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9e9e9e;border-left:0.125rem solid #9e9e9e;border-right:0.125rem solid #9e9e9e;border-bottom:0.125rem solid #9e9e9e;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: none;height:3rem;width:6.9375rem;top:44.60000038147rem;left:29.125rem;display:none; }
#fA2A10Efga9SNA0TniM3BirvpA4lB6Fu { color:#ff6f39;display:block;width:43.6239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.2750352621079rem;left:3.8414421081543rem;height:6.937125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y5f9l7C0MM5KgiiuiS5wz8Ma732wwD0v { color:#ffffff;display:block;width:38.3718125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.110617041588rem;left:3.8432159423828rem;height:23.23245rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V8qLZDAUk7gyE0UAaVkfFLKrPOGBvKEv { background-color:#14cf30;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5601875rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:36.214487433434rem;left:47.364168167114rem;display:block; }
#a4Jg23fpgzENPEpJuJaKLenSLEUGXL8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ma4EQkA1qiHzTPJW1QcxBcTyzh0euIp5 { color:#0f0f10;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:43.25rem;left:20.0625rem;height:2.1937125rem;text-align:center;text-align-last:center;display:block; }
#pXQJQDdEEcaWzdZ63MXZdPV6yf9rW2Kr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43696875rem;width:6.6868125rem;top:48rem;left:5.75rem;overflow:hidden;display:block; }
#lE75J2hm2fr6q1GBqP7IZa7UwAW43u6f { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43696875rem;width:8.4375rem;top:48rem;left:14.5rem;overflow:hidden;display:block; }
#gdR09fz4CE3mgT6VeULhi77rRONnK6yn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.999825rem;width:4.249825rem;top:47.75rem;left:25.25rem;overflow:hidden;display:block; }
#f72LACc1yIIcadb0GygVThnwqKR2x0WW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81196875rem;width:7.1244375rem;top:48.3125rem;left:31.875rem;overflow:hidden;display:block; }
#Ek26bxg0kxTC0ufyDAwIg3ZTuGxGWshV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.93696875rem;top:48.3125rem;left:41.0625rem;overflow:hidden;display:block; }
#D0UgkNfifeoMSnzd2tsa3Im5tJ9PCTOL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.31196875rem;top:48.125rem;left:47.875rem;overflow:hidden;display:block; }
#n45RF3tro5adri8w6hRisrv2psh9Kbk6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.3748125rem;top:48.3125rem;left:53.75rem;overflow:hidden;display:block; }
#Md015A3JSeI1E9CcTRvZbPimoXL508c9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:6.4373125rem;top:48.125rem;left:62.3125rem;overflow:hidden;display:block; }
#ofK1wSTdF87cF0tXJI01VrkMfcD6n5ow { box-sizing:content-box;height:10.6875rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5rem;left:0rem;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; }
#cA5aivRdTT8lzMk2ff9Sv9GONBN5nn9U { color:#ff6f39;display:block;width:51.624625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:55.08522605896rem;left:12.217683792114rem;height:6.012075rem;text-align:center;text-align-last:center;display:block; }
#LAuXIxZJiRsouo9RnTSWCnUMLKen0TNd { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:62.061431884766rem;left:1.3725128173828rem;height:26.80665rem;display:block; }
#WNnqqFPKmkMzn1rxTVNpa3IfW03e1pxC { background-color:#14cf30;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5601875rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:91.090198516844rem;left:25.249467849731rem;display:block; }
#SgReBaKwpka3hT39ZnQyp0IfhSQTrqZx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K25aM8XJUHHrUN8UAUxHU89GUOTQsBGs { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.1875rem;width:27.1875rem;top:7.9607594609263rem;left:46.518110275269rem;overflow:hidden;display:block; }
#pkPz8KNZ3l5i0H65okqDB13oTUbkZtkN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -moz-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -ms-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -o-linear-gradient(180deg, #eb764f, #ff9b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb764f', endColorstr='#ff9b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb764f', endColorstr='#ff9b00' );";background-image: linear-gradient(180deg, #eb764f, #ff9b00);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5601875rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:36.214487433434rem;left:47.364168167114rem;display:none; }
#m8kcswP4WwaWcFaOoDc7az752KzGAn5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#664bcc;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; }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row .container { background-color: transparent; background-image: none; }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row .container > .video-iframe-container { display: none; }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row > .video-iframe-container { display: none; }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .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); }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row .container { border-width: 0; border-radius: 0; }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#iio0CETiqiRrkvpn0TIJCAeKgodhF3kM { color:#ff6f39;display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6397361755371rem;left:4.9058952331543rem;height:6.012075rem;text-align:center;text-align-last:center;display:block; }
#XSlbEFgTT4Bh4MiUS8XIAD5xpgeqziLn { color:#ffffff;display:block;width:72.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5383501052856rem;left:1.3423290252686rem;height:16.08399375rem;display:block; }
#ZnUurd6Q3NtcbfaXTWPJzKgFGDWW90ZT { background-color:#14cf30;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5593125rem;height:3.4375rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:27.140446662903rem;left:24.718572616577rem;display:block; }
#uaBE7JGBQRtkfHkbxNv6G3600DrMDUqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#664bcc;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; }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row .container { background-color: transparent; background-image: none; }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row .container > .video-iframe-container { display: none; }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row > .video-iframe-container { display: none; }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .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); }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row .container { border-width: 0; border-radius: 0; }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:75rem;position:relative;display:block; }#GmWP6Vo5ZgfnfTullPFyMfxn0VBG16Sn { color:#ff6f39;display:block;width:37.3118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9131746292114rem;left:0rem;height:2.68021875rem;text-align:center;text-align-last:center;display:block; }
#wzap92canNAySVeTwtb6viaRgyDcL9VG { color:#ffffff;display:block;width:37.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.2755651474rem;left:0rem;height:41.103475rem;display:block; }
#FDhlwAa2VfAbCu2z3eOyUT0yI6rx0zgs { color:#ff6f39;display:block;width:31.1860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9140596389771rem;left:40.65606880188rem;height:5.3604375rem;text-align:center;text-align-last:center;display:block; }
#LgUGn31bL4OBTloD6DzUKKzQFhVpwHd8 { color:#ffffff;display:block;width:32.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.2480459213256rem;left:39.14772605896rem;height:49.45760625rem;display:block; }
#qAF4NXGCBaZeIb9KM65ZT2PexBChipV7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -moz-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -ms-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -o-linear-gradient(180deg, #eb764f, #ff9b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb764f', endColorstr='#ff9b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb764f', endColorstr='#ff9b00' );";background-image: linear-gradient(180deg, #eb764f, #ff9b00);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:13.43572473526rem;left:48.217329025269rem;display:none; }
#neufhGipqCsAbXkqNKyDR4Ut3M00NdUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#664bcc;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; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { background-color: transparent; background-image: none; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container > .video-iframe-container { display: none; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row > .video-iframe-container { display: none; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .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); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { border-width: 0; border-radius: 0; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#a61GTHWVKGkWuKmbb840e3UJZnAxbBks { box-sizing:content-box;height:12.25rem;width:15.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.2498168945312rem;left:9.18678855896rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
#yeehp1CLquwyU9Q6L3q3Hz9bPdzgDc0z { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.4;letter-spacing:0;top:12.448684692382rem;left:11.281070709229rem;height:5.24946875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6QJUI3c3enDPQrdbZsJmLC5HUsVph4m { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:10.698860168457rem;left:30.249464035034rem;height:8.74911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KE2IEW6QOGyK2QDxOOGw4S1kcLlv924W { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:12.437141418457rem;left:51.37428855896rem;height:5.24946875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDKJaSetipi96vAOI3hFI4T5hevkELCe { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:8.2494659423825rem;left:15.874467849731rem;height:3.23775rem;text-align:center;text-align-last:center;display:block; }
#sMdgd7es51XRf2MlJsFfGRI7DVPSHxBI { box-sizing:content-box;height:12.25rem;width:15.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.2498168945312rem;left:29.562322616577rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
#QBaU8EHTfI8yFT8OFDgJ2J4pdIhVO5Cn { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:8.2494659423825rem;left:36.249998092651rem;height:3.23775rem;text-align:center;text-align-last:center;display:block; }
#fRmEQiA0EFgFQsQBNdMDhVXN4lhwD1VS { box-sizing:content-box;height:12.25rem;width:15.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.2498168945312rem;left:49.999998092651rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
#dP6pJ5IGFhSqzEvHSvElLqxzgAQU6hKx { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:8.2494659423825rem;left:56.68678855896rem;height:3.23775rem;text-align:center;text-align-last:center;display:block; }
#KuESbhZq3BboKDDXEPlN4R4XcVm2ANiv { color:#ff5a0f;display:block;width:69.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.3645229339599rem;left:2.6242885589599rem;height:;display:block; }
#aZIlxTW67lq8OdCKol8vrPrBq8JT8ATo { color:rgba(var(--color-tertiary-4),1);display:block;width:69.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.3645229339599rem;left:2.6242885589599rem;height:;display:none; }
#uCfBUCoTDQ8e31KlvVJu1EXAlmZu15BA { background-color:#14cf30;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:22.290482521057rem;left:29.218748092651rem;display:block; }
#C1rnASKSF4MZTEuA1A5AuxpMypeGtUJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#664bcc;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; }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row .container { background-color: transparent; background-image: none; }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row .container > .video-iframe-container { display: none; }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row > .video-iframe-container { display: none; }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .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); }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row .container { border-width: 0; border-radius: 0; }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#Iinsmtvx9wX0ZOwrXqx26o6U2JmKI89b { color:#ffffff;display:block;width:72.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.60086107254rem;left:0.74662590026856rem;height:30.3808625rem;display:block; }
#s64P6n5w4Zf6bZzU1RnnMPskJFIyMaFP { color:#ff6f39;display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4517116546631rem;left:4.3101921081543rem;height:3.0060375rem;text-align:center;text-align-last:center;display:block; }
#wMBW7mfvKuRgbInbSuuFnir3XTasBhFM { background-color:#14cf30;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5593125rem;height:3.4375rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:42.459161281586rem;left:24.718572616577rem;display:block; }
#va7E5GXyKTu8sKPpnuVD4b47BoJ2Saqn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#664bcc;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; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { background-color: transparent; background-image: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container > .video-iframe-container { display: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row > .video-iframe-container { display: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .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); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { border-width: 0; border-radius: 0; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#hDdi6UV1LKwIoJ6XkHf1InAFDDUGiWx9 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12rem;width:24.0625rem;top:5.65625rem;left:50.807960893855rem;overflow:hidden;display:block; }
#uD2V6VndImJGE5vpxp7VZqqolORwFxgc { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.4375rem;width:23.9375rem;top:5.5625rem;left:25.920599489796rem;overflow:hidden;display:block; }
#nNrNtzpPAnTySQh8xokga0WudZDMtHdK { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:1.375rem;left:12.1875rem;height:2.43696875rem;text-align:center;text-align-last:center;display:block; }
#wvToyKUBhRBe0NQuoGRAxVh7hbpu1r0v { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.75rem;width:25.375rem;top:5.46875rem;left:0rem;overflow:hidden;display:block; }
#rHHEZ05mJ1MkL6QMmNlLSrPHRTVTLJW6 { position:absolute;display:block;z-index:15070;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.8125rem;width:3.75rem;top:61.0625rem;left:65rem;overflow:hidden;display:none; }
#wlKPnT5qTnpowTkquLLURdTVxgTTstIh { position:absolute;display:block;z-index:15070;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.8125rem;width:3.5rem;top:61.0625rem;left:65rem;overflow:hidden;display:none; }
#TzKzhC3qgA048h3IotW1kS92erw1nxZs { position:absolute;display:block;z-index:15070;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.75rem;width:3.5rem;top:61.0625rem;left:65rem;overflow:hidden;display:none; }
#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { background-color:#4d4d4d;background-image:none;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; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { background-color: transparent; background-image: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container > .video-iframe-container { display: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container { display: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .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); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { border-width: 0; border-radius: 0; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:9.125rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4234390258789rem;left:21.0625rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4638671875rem;left:29.5625rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4234390258789rem;left:45.9375rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU { display:block; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhH40zlU52wqSMx6faRVeSuBnQh0Fn9G { top:0.625rem;left:0rem;width:13.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bloK8l0G7CCUdZ1TcmHsKFFoXZT7GGr3 { top:1.5625rem;left:28.125rem;width:19.5625rem;height:1.7443023048431rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSe2mlpfrU9HrRCiHVTQMfgFO0T9onQZ { top:1.125rem;left:0rem;width:26.4375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { top:44.5625rem;left:15.5rem;width:6.9375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #fA2A10Efga9SNA0TniM3BirvpA4lB6Fu { width:43.5625rem;height:6.875rem;top:3.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5f9l7C0MM5KgiiuiS5wz8Ma732wwD0v { width:38.3125rem;height:23.1875rem;top:11.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qLZDAUk7gyE0UAaVkfFLKrPOGBvKEv { width:25.5rem;height:3.4375rem;top:36.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Jg23fpgzENPEpJuJaKLenSLEUGXL8M { display:block; }
 }@media only screen and (max-width: 763px) { #Ma4EQkA1qiHzTPJW1QcxBcTyzh0euIp5 { top:43.25rem;left:6.4375rem;width:35.9375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXQJQDdEEcaWzdZ63MXZdPV6yf9rW2Kr { top:48rem;left:0rem;width:6.625rem;height:2.4144415547393rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE75J2hm2fr6q1GBqP7IZa7UwAW43u6f { top:48rem;left:0.875rem;width:8.4375rem;height:2.43696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdR09fz4CE3mgT6VeULhi77rRONnK6yn { top:47.75rem;left:11.625rem;width:4.1875rem;height:2.9558316371851rem;display:block; }
 }@media only screen and (max-width: 763px) { #f72LACc1yIIcadb0GygVThnwqKR2x0WW { top:48.3125rem;left:18.25rem;width:7.0625rem;height:1.7964367262693rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek26bxg0kxTC0ufyDAwIg3ZTuGxGWshV { top:48.3125rem;left:27.4375rem;width:4.875rem;height:1.8514650310476rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0UgkNfifeoMSnzd2tsa3Im5tJ9PCTOL { top:48.125rem;left:34.25rem;width:4.25rem;height:2.1560627033765rem;display:block; }
 }@media only screen and (max-width: 763px) { #n45RF3tro5adri8w6hRisrv2psh9Kbk6 { top:48.3125rem;left:40.125rem;width:7.3125rem;height:1.8593780459897rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md015A3JSeI1E9CcTRvZbPimoXL508c9 { top:48.125rem;left:41.375rem;width:6.375rem;height:2.0426395618694rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofK1wSTdF87cF0tXJI01VrkMfcD6n5ow { top:42.5rem;left:0rem;width:47.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5aivRdTT8lzMk2ff9Sv9GONBN5nn9U { top:55.0625rem;left:0rem;width:47.75rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAuXIxZJiRsouo9RnTSWCnUMLKen0TNd { top:62rem;left:0rem;width:47.75rem;height:26.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNnqqFPKmkMzn1rxTVNpa3IfW03e1pxC { width:25.5rem;height:3.4375rem;top:91.0625rem;left:11.624467849731rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgReBaKwpka3hT39ZnQyp0IfhSQTrqZx { display:block; }
 }@media only screen and (max-width: 763px) { #K25aM8XJUHHrUN8UAUxHU89GUOTQsBGs { top:7.9375rem;left:20.5rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkPz8KNZ3l5i0H65okqDB13oTUbkZtkN { width:25.5rem;height:3.4375rem;top:36.1875rem;left:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8kcswP4WwaWcFaOoDc7az752KzGAn5E { display:block; }
 }@media only screen and (max-width: 763px) { #gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA { display:block; }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iio0CETiqiRrkvpn0TIJCAeKgodhF3kM { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSlbEFgTT4Bh4MiUS8XIAD5xpgeqziLn { top:9.5rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnUurd6Q3NtcbfaXTWPJzKgFGDWW90ZT { width:25.5rem;height:3.4375rem;top:27.125rem;left:11.093572616577rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaBE7JGBQRtkfHkbxNv6G3600DrMDUqs { display:block; }
 }@media only screen and (max-width: 763px) { #cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA { display:block; }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmWP6Vo5ZgfnfTullPFyMfxn0VBG16Sn { top:1.875rem;left:0rem;width:37.25rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzap92canNAySVeTwtb6viaRgyDcL9VG { top:9.25rem;left:0rem;width:37.0625rem;height:41.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDhlwAa2VfAbCu2z3eOyUT0yI6rx0zgs { top:1.875rem;left:16.625rem;width:31.125rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgUGn31bL4OBTloD6DzUKKzQFhVpwHd8 { top:9.1875rem;left:15.0625rem;width:32.6875rem;height:49.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAF4NXGCBaZeIb9KM65ZT2PexBChipV7 { width:17.5rem;height:3.4375rem;top:13.375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #neufhGipqCsAbXkqNKyDR4Ut3M00NdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU { display:block; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a61GTHWVKGkWuKmbb840e3UJZnAxbBks { top:7.1875rem;left:0rem;width:15.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeehp1CLquwyU9Q6L3q3Hz9bPdzgDc0z { top:12.4375rem;left:4.1875rem;width:11.6875rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QJUI3c3enDPQrdbZsJmLC5HUsVph4m { top:10.6875rem;left:16.561964035034rem;width:14.5rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2IEW6QOGyK2QDxOOGw4S1kcLlv924W { top:12.375rem;left:31.75rem;width:13.125rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDKJaSetipi96vAOI3hFI4T5hevkELCe { top:8.1875rem;left:11.311967849731rem;width:2.5625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdgd7es51XRf2MlJsFfGRI7DVPSHxBI { top:7.1875rem;left:15.75rem;width:15.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBaU8EHTfI8yFT8OFDgJ2J4pdIhVO5Cn { top:8.1875rem;left:22.562498092651rem;width:2.5625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRmEQiA0EFgFQsQBNdMDhVXN4lhwD1VS { top:7.1875rem;left:15.75rem;width:15.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP6pJ5IGFhSqzEvHSvElLqxzgAQU6hKx { top:8.1875rem;left:33.87428855896rem;width:2.5625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuESbhZq3BboKDDXEPlN4R4XcVm2ANiv { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIlxTW67lq8OdCKol8vrPrBq8JT8ATo { top:0.9375rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCfBUCoTDQ8e31KlvVJu1EXAlmZu15BA { width:16.5625rem;height:3.4375rem;top:22.25rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1rnASKSF4MZTEuA1A5AuxpMypeGtUJy { display:block; }
 }@media only screen and (max-width: 763px) { #UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO { display:block; }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iinsmtvx9wX0ZOwrXqx26o6U2JmKI89b { top:8.5625rem;left:0rem;width:47.75rem;height:30.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s64P6n5w4Zf6bZzU1RnnMPskJFIyMaFP { top:3.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMBW7mfvKuRgbInbSuuFnir3XTasBhFM { width:25.5rem;height:3.4375rem;top:42.4375rem;left:11.093572616577rem;display:block; }
 }@media only screen and (max-width: 763px) { #va7E5GXyKTu8sKPpnuVD4b47BoJ2Saqn { display:block; }
 }@media only screen and (max-width: 763px) { #r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDdi6UV1LKwIoJ6XkHf1InAFDDUGiWx9 { top:5.625rem;left:23.6875rem;width:24.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD2V6VndImJGE5vpxp7VZqqolORwFxgc { top:5.5625rem;left:12.295599489796rem;width:23.9375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNrNtzpPAnTySQh8xokga0WudZDMtHdK { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvToyKUBhRBe0NQuoGRAxVh7hbpu1r0v { top:5.4375rem;left:0rem;width:25.375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHEZ05mJ1MkL6QMmNlLSrPHRTVTLJW6 { top:61.0625rem;left:42.5rem;width:3.75rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlKPnT5qTnpowTkquLLURdTVxgTTstIh { top:61.0625rem;left:42.5rem;width:3.5rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzKzhC3qgA048h3IotW1kS92erw1nxZs { top:61.0625rem;left:42.5rem;width:3.5rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { top:1.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { top:3.375rem;left:7.4375rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { top:3.4375rem;left:15.9375rem;width:15.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { top:3.375rem;left:32.3125rem;width:6.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU { display:block; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhH40zlU52wqSMx6faRVeSuBnQh0Fn9G { width:12.1218125rem;height:2.74946875rem;top:1.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bloK8l0G7CCUdZ1TcmHsKFFoXZT7GGr3 { width:20rem;height:0.374645rem;top:3.1241137447357rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { background-color:#664bcc;background-image:none;display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { background-color: transparent; background-image: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .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); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:20rem;height:150.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSe2mlpfrU9HrRCiHVTQMfgFO0T9onQZ { width:18.0593125rem;height:0;top:1.25rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { width:6.9375rem;height:3rem;top:48.880008538819rem;left:13.0625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #fA2A10Efga9SNA0TniM3BirvpA4lB6Fu { width:20rem;height:auto;top:3.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15082;color:#ff6f39;display:none; }
 }@media only screen and (max-width: 763px) { #y5f9l7C0MM5KgiiuiS5wz8Ma732wwD0v { width:19.1868125rem;height:0;top:6.7116479873656rem;left:0.40482950210571rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15082;color:#252424;display:none; }
 }@media only screen and (max-width: 763px) { #V8qLZDAUk7gyE0UAaVkfFLKrPOGBvKEv { width:18.25rem;height:3.4375rem;top:35.712888717651rem;left:1.2491122484207rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4Jg23fpgzENPEpJuJaKLenSLEUGXL8M { display:block; }
 }@media only screen and (max-width: 763px) { #Ma4EQkA1qiHzTPJW1QcxBcTyzh0euIp5 { width:20rem;height:3.2492875rem;top:126.4375rem;left:0rem;font-size:1.25rem;color:#f78d2e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXQJQDdEEcaWzdZ63MXZdPV6yf9rW2Kr { width:6.622875rem;height:2.4138875rem;top:130.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE75J2hm2fr6q1GBqP7IZa7UwAW43u6f { width:8.4375rem;height:2.43696875rem;top:130.3125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdR09fz4CE3mgT6VeULhi77rRONnK6yn { width:4.184125rem;height:2.95276875rem;top:66.966440200806rem;left:2.2496448755264rem;display:none; }
 }@media only screen and (max-width: 763px) { #f72LACc1yIIcadb0GygVThnwqKR2x0WW { width:7.0614375rem;height:1.7959875rem;top:67.544387817381rem;left:11.991299033165rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ek26bxg0kxTC0ufyDAwIg3ZTuGxGWshV { width:6.4968125rem;height:2.374825rem;top:139.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0UgkNfifeoMSnzd2tsa3Im5tJ9PCTOL { width:6.4364375rem;height:3.125rem;top:134.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n45RF3tro5adri8w6hRisrv2psh9Kbk6 { width:7.3118125rem;height:1.85635625rem;top:139.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md015A3JSeI1E9CcTRvZbPimoXL508c9 { width:6.3743125rem;height:2.04190625rem;top:135.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofK1wSTdF87cF0tXJI01VrkMfcD6n5ow { width:20rem;height:22.75rem;top:48.467506408691rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #cA5aivRdTT8lzMk2ff9Sv9GONBN5nn9U { width:20rem;height:10.39775rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAuXIxZJiRsouo9RnTSWCnUMLKen0TNd { width:20rem;height:82.207025rem;top:41.432883739471rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WNnqqFPKmkMzn1rxTVNpa3IfW03e1pxC { width:19rem;height:3.4375rem;top:145.66583061218rem;left:0.49893462657929rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgReBaKwpka3hT39ZnQyp0IfhSQTrqZx { display:block; }
 }@media only screen and (max-width: 763px) { #K25aM8XJUHHrUN8UAUxHU89GUOTQsBGs { width:20rem;height:20rem;top:12.958096027374rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkPz8KNZ3l5i0H65okqDB13oTUbkZtkN { width:19.5623125rem;height:3.4375rem;top:35.107419967651rem;left:0.21750712394714rem;z-index:15084;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8kcswP4WwaWcFaOoDc7az752KzGAn5E { display:block; }
 }@media only screen and (max-width: 763px) { #gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA { display:block; }#gRsb8JQTflW6dZ05LUWJ0nRCJgH4TmwA > .row .container { width:20rem;height:115.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iio0CETiqiRrkvpn0TIJCAeKgodhF3kM { width:20rem;height:10.39775rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSlbEFgTT4Bh4MiUS8XIAD5xpgeqziLn { width:20rem;height:96.5039rem;top:13.397548675537rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZnUurd6Q3NtcbfaXTWPJzKgFGDWW90ZT { width:19rem;height:3.4375rem;top:110.650875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaBE7JGBQRtkfHkbxNv6G3600DrMDUqs { display:block; }
 }@media only screen and (max-width: 763px) { #cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA { display:block; }#cMfNFJ0bAq6EohxCTcT51SoSAtW7kCEA > .row .container { width:20rem;height:175.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmWP6Vo5ZgfnfTullPFyMfxn0VBG16Sn { width:20rem;height:5.1988625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzap92canNAySVeTwtb6viaRgyDcL9VG { width:20rem;height:69.697275rem;top:7.697975rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FDhlwAa2VfAbCu2z3eOyUT0yI6rx0zgs { width:20rem;height:7.7983125rem;top:78.645475rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgUGn31bL4OBTloD6DzUKKzQFhVpwHd8 { width:20rem;height:80.15535625rem;top:87.6937875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qAF4NXGCBaZeIb9KM65ZT2PexBChipV7 { width:17.5rem;height:3.4375rem;top:170.16335105896rem;left:1.2491122484207rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #neufhGipqCsAbXkqNKyDR4Ut3M00NdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU { display:block; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a61GTHWVKGkWuKmbb840e3UJZnAxbBks { width:19.8739375rem;height:4.874825rem;top:5.91086875rem;left:0.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
 }@media only screen and (max-width: 763px) { #yeehp1CLquwyU9Q6L3q3Hz9bPdzgDc0z { width:12.8125rem;height:2.974075rem;top:6.9176139831544rem;left:4.3123224973679rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QJUI3c3enDPQrdbZsJmLC5HUsVph4m { width:14.4993125rem;height:5.94815rem;top:10.875rem;left:4.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KE2IEW6QOGyK2QDxOOGw4S1kcLlv924W { width:14.8739375rem;height:2.974075rem;top:18.443713188171rem;left:4.311967253685rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pDKJaSetipi96vAOI3hFI4T5hevkELCe { width:2.55859375rem;height:2.2745rem;top:7.2674007415769rem;left:1.4630681276321rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdgd7es51XRf2MlJsFfGRI7DVPSHxBI { width:19.8739375rem;height:4.874825rem;top:11.5625rem;left:0rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBaU8EHTfI8yFT8OFDgJ2J4pdIhVO5Cn { width:2.55859375rem;height:2.2745rem;top:12.709517478943rem;left:1.4630681276321rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRmEQiA0EFgFQsQBNdMDhVXN4lhwD1VS { width:19.8739375rem;height:4.874825rem;top:17.4375rem;left:0rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP6pJ5IGFhSqzEvHSvElLqxzgAQU6hKx { width:2.55859375rem;height:2.2745rem;top:18.661398887634rem;left:1.4630681276321rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuESbhZq3BboKDDXEPlN4R4XcVm2ANiv { width:20rem;height:auto;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aZIlxTW67lq8OdCKol8vrPrBq8JT8ATo { width:18.3735625rem;height:3.41086875rem;top:1.25rem;left:0.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #uCfBUCoTDQ8e31KlvVJu1EXAlmZu15BA { width:16.5625rem;height:3.4375rem;top:24.540141582489rem;left:1.7178622484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1rnASKSF4MZTEuA1A5AuxpMypeGtUJy { display:block; }
 }@media only screen and (max-width: 763px) { #UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO { display:block; }#UAKWyo6aAZd0mFD5BCQRrAlyhUDNxrpO > .row .container { width:20rem;height:114.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iinsmtvx9wX0ZOwrXqx26o6U2JmKI89b { width:20rem;height:98.291025rem;top:10.2983125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s64P6n5w4Zf6bZzU1RnnMPskJFIyMaFP { width:20rem;height:7.7983125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMBW7mfvKuRgbInbSuuFnir3XTasBhFM { width:19rem;height:3.4375rem;top:109.8395625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #va7E5GXyKTu8sKPpnuVD4b47BoJ2Saqn { display:block; }
 }@media only screen and (max-width: 763px) { #r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDdi6UV1LKwIoJ6XkHf1InAFDDUGiWx9 { width:15.125rem;height:7.5625rem;top:119.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uD2V6VndImJGE5vpxp7VZqqolORwFxgc { width:20rem;height:10.5593125rem;top:16.097325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNrNtzpPAnTySQh8xokga0WudZDMtHdK { width:20rem;height:3.0877125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvToyKUBhRBe0NQuoGRAxVh7hbpu1r0v { width:20rem;height:9.2605rem;top:5.586825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHEZ05mJ1MkL6QMmNlLSrPHRTVTLJW6 { width:20rem;height:9.122875rem;top:27.9066375rem;left:0rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wlKPnT5qTnpowTkquLLURdTVxgTTstIh { width:20rem;height:10.4989375rem;top:27.9066375rem;left:0rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TzKzhC3qgA048h3IotW1kS92erw1nxZs { width:20rem;height:10rem;top:27.9066375rem;left:0rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { width:20rem;height:2.43696875rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { width:4.74698125rem;height:0.9747875rem;top:4.93696875rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { width:8.8743125rem;height:1.78621875rem;top:7.16175625rem;left:5.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { width:6.935375rem;height:0.9747875rem;top:10.1970875rem;left:6.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }