.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,249,227;--color-primary-1:255,229,143;--color-primary-2:255,211,69;--color-primary-3:252,110,3;--color-primary-4:255,94,0;--color-secondary-0:204,235,253;--color-secondary-1:103,254,255;--color-secondary-2:1,254,255;--color-secondary-3:0,63,249;--color-secondary-4:0,19,75;--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:"Archivo";--paragraphs-font-family:"Archivo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { background-color: transparent; background-image: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .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); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { border-width: 0; border-radius: 0; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#rnxKP00LSvk152uiwetigHTcdxlKmRfv { display:block;width:64.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:6.25rem;left:5.375rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { 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:5.5625rem;width:6.375rem;top:0.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#aEVLpvgQGUsTiQ9tHJWM2CxktB5ffytu { color:#111111;display:block;width:72.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dFGX3gn8bgH1WA8zWPzfJyWadmKTOHPl { box-sizing:content-box;height:0.6875rem;width:70.375rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:14.5rem;left:2.3125rem;display:block; }
#MRqbVoZTVbZ7tGv7T78BuFurzfd1pFQl { 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:25.5rem;width:14.3125rem;top:18.375rem;left:19.40625rem;overflow:hidden;display:none; }
#Vrwyd40OOOIctLiJ0vCuG6bNNTgxwiVK { 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:29.125rem;width:41.3125rem;top:17.75rem;left:16.84375rem;overflow:hidden;display:block; }
#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebfd;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; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { background-color: transparent; background-image: none; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container > .video-iframe-container { display: none; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row > .video-iframe-container { display: none; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .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); }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { border-width: 0; border-radius: 0; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#G6n6ayrKNyk6tz5gsqnOUTD0xklFSngn { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16.1875rem;width:20.5625rem;top:2.1875rem;left:2.25rem;display:block; }
#Mge1aSwOvhHJV4zuUbBnNteSMoXAfp2g { color:#080909;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:10.875rem;left:4.09375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DMAFRaqHEiHSfcUu2DsUWn1EiXuEy3Ic { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15076;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(125deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #ffd345, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:9.9375rem;display:block; }
#Zzs5t54VNwKV35AUx2Hv3FqiZy6S664S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:5.125rem;left:10.75rem; }
#pzee8plQkGJITCA5Lc6Zgh04rcIQAk0I { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16rem;width:20.5625rem;top:2.1875rem;left:27.25rem;display:block; }
#iHOuuitiRc5r8cXaI2R0TG1EGsUKHx3J { color:#080909;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:10.875rem;left:29.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fl0dqRonhhViVEQfx3bIk0R8ze9bHIUo { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15080;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(125deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #ffd345, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:34.9375rem;display:block; }
#yzMa5xQt4h211LOnOD0XFZIoqUmiHHI2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:5.125rem;left:35.75rem; }
#mQnlV1W1ZrWqmmKg6F7pSWoDwqy3ozAv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:15.9375rem;width:20.5625rem;top:2.1875rem;left:52.25rem;display:block; }
#tLcmxgwwU89fKamEgGlA3Tuf59snIHRN { color:#080909;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:10.875rem;left:53.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qW7LMCepNatfn37ZND7Ed8q9wziHLi6g { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15084;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(125deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #ffd345, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:59.9375rem;display:block; }
#DvKKTZsCNXphKCTulyDNFnL3CKLGKVky { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:5.125rem;left:60.75rem; }
#SBtBZ36sn2V9H8ZzSEp676qMUt5RW6TU { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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:#f5f5f5;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:21.3125rem;left:27.3125rem;display:block; }
#fTqGbZP9THw1V8sXZQsDuhnIrA7M8yRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { background-color: transparent; background-image: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container > .video-iframe-container { display: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container { display: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .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); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { border-width: 0; border-radius: 0; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#emXCyiQ37fn3WMhgsKhwv32UbznsB5p1 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:20.5625rem;top:3.5rem;left:1.6875rem;display:block; }
#xbaOJIlPSgofr9VsgtqB66u1VIUXacf5 { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15071;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(125deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #ffd345, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:9.375rem;display:block; }
#RcZuGV50W47GsEKIbW20hhb5l80o9Qk0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:6.4375rem;left:10.1875rem; }
#HNmSFiN8popoS6AJg7pz9WNmN6G2HbgL { background-color:#ccebfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:12.875rem;left:4.0625rem;display:block; }
#kgemomkmdqGmEKN03uRcqoXwKJLxlQXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMVgelgdnG0Eqp01eR04CtCTTE9flFBa { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:20.5625rem;top:3.5rem;left:27.5rem;display:block; }
#wRaJzG4KxQkmd4DTZ49iN06qDsbTh8Pt { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15075;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(125deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #ffd345, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:35.1875rem;display:block; }
#R0oDFKscnDp07EZMrrOeRJlzGTxHiQJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:6.4375rem;left:36rem; }
#Xwfc01zFrtbdVhnwa8lm4p0gEcemSy0P { background-color:#ccebfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.8125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:12.875rem;left:29.875rem;display:block; }
#ZEPfSpmHDVDEHJASpDGsFWq4PyqTOiSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWzdxrUrzzx6fQac8bgGwL4EqW5rw2tT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:20.5625rem;top:3.5rem;left:52.8125rem;display:block; }
#b7pDBDQwNPS9fDs8sOKDkt6xwFhNN3tp { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15079;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(125deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #ffd345, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:60.5rem;display:block; }
#V9qSFwsGouMokUlKLHWMGrGxViStZ1K3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:6.4375rem;left:61.3125rem; }
#Xz1efsV83qa4QeNa0D4qNqsoI5bpgZ4d { background-color:#ccebfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:2.8125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:12.875rem;left:54.4375rem;display:block; }
#Itrrcy1rS7eyNymm5OwLEmpRVTA7Uc9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { background-color: transparent; background-image: none; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container > .video-iframe-container { display: none; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row > .video-iframe-container { display: none; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .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); }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { border-width: 0; border-radius: 0; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#iwePe5a10W5AKH6SewMGl7BK6EyfXTxp { color:#111111;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:6.1875rem;left:37.5rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V4lSWBcOVmHJMTMdc9KFJfyDivJlCoVX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:11.25rem;left:37.5rem; }
#shbaW18ms4mF5H0Li5P2zDPm764PQqro { color:#080909;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:11.375rem;left:40.3125rem;height:1.4375rem;display:block; }
#QlgCo4yHTGcN8WBaPqRUmmFEIXM7q9SR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:14.25rem;left:37.5rem; }
#AcCsioT3ql7xQUfzPwnMiVhqlTvTIlpV { color:#080909;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:14.375rem;left:40.25rem;height:1.4375rem;display:block; }
#eOP1g00HHmFwNbevOLuQiyCH7hSiZGCT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:16.9375rem;left:37.5rem; }
#p3aFhyJPVrHnooRa5Q4AHvTI0BdxieBM { color:#080909;display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:17.0625rem;left:40.3125rem;height:2.875rem;display:block; }
#Py70tOlfeI4ryybhg9qU3dzBBH43qDBk { 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:21.4375rem;width:24.5rem;top:2.3125rem;left:5.875rem;overflow:hidden;display:block; }
#Bu8y7KAaUovUSKaD3zWuQUL01nTDofTB { 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:8.810546875rem;width:8.810546875rem;top:15rem;left:24.8125rem;overflow:hidden;display:block; }
#kmiDusQJeVHzgE8aanw9mq0EWluXnL2A { 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:15.3125rem;width:17.875rem;top:13.75rem;left:1.4375rem;overflow:hidden;display:block; }
#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud { 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; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { background-color: transparent; background-image: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container > .video-iframe-container { display: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container { display: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .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); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { border-width: 0; border-radius: 0; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#s1siCthvQfV9p2P133Ch2vWrCO320SoO { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.40625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rftid3FDKhSPZr2Vq9WtvoV4xvnsb7MZ { display:block;width:58.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.53125rem;left:8.46875rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#IwXyfNsU2D68wAZsvhQ1vr8VDEVFrJ4B { box-sizing:content-box;height:2.9375rem;width:2.9375rem;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:15064;background-color:transparent;background-image: -webkit-linear-gradient(80deg, #019eff, #30b4ba);background-image: -moz-linear-gradient(80deg, #019eff, #30b4ba);background-image: -ms-linear-gradient(80deg, #019eff, #30b4ba);background-image: -o-linear-gradient(80deg, #019eff, #30b4ba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eff', endColorstr='#30b4ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eff', endColorstr='#30b4ba' );";background-image: linear-gradient(80deg, #019eff, #30b4ba);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:27.5625rem;display:block; }
#Hv7BI7EKSKfyfwDm122LS56x7IipIhRv { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:28.9375rem;display:block; }
#UI08OouLFr1bgDGh5zoTzGigNukVTf19 { display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.375rem;left:28rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;display:block; }
#UEr20Am4UeXl7sLzn2U80t0zSca1Uc4v { display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:31.6875rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#Bev27WL1hbZ75zSgEi4TgMyFld3EuWlS { display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.875rem;left:31.6875rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#laMWaer2cqBV3mx1ByuIJayJnSsV8W7g { box-sizing:content-box;height:2.9375rem;width:2.9375rem;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:15068;background-color:transparent;background-image: -webkit-linear-gradient(80deg, #019eff, #30b4ba);background-image: -moz-linear-gradient(80deg, #019eff, #30b4ba);background-image: -ms-linear-gradient(80deg, #019eff, #30b4ba);background-image: -o-linear-gradient(80deg, #019eff, #30b4ba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eff', endColorstr='#30b4ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eff', endColorstr='#30b4ba' );";background-image: linear-gradient(80deg, #019eff, #30b4ba);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.25rem;left:27.5625rem;display:block; }
#Rtqrmvm2J5XMTg1p9TTElRhH9GEIMWMF { display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:18.875rem;left:28rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;display:block; }
#cFrNwnTrr7FwBpMAGGiodTg7yQgKMZSv { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:28.9375rem;display:block; }
#y7tKZTfV3wDVHhq54pQ1ZCMWoRU9UXzD { box-sizing:content-box;height:2.9375rem;width:2.9375rem;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:15072;background-color:transparent;background-image: -webkit-linear-gradient(80deg, #019eff, #30b4ba);background-image: -moz-linear-gradient(80deg, #019eff, #30b4ba);background-image: -ms-linear-gradient(80deg, #019eff, #30b4ba);background-image: -o-linear-gradient(80deg, #019eff, #30b4ba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eff', endColorstr='#30b4ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eff', endColorstr='#30b4ba' );";background-image: linear-gradient(80deg, #019eff, #30b4ba);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:27.5625rem;display:block; }
#KAdysx2LNF3OTEXSaExL0NyC8lPOEpu6 { display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.375rem;left:31.6875rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#CTsC3NcCbiCsKCfhbuoR66BUFf8e69Qe { display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:25.375rem;left:28rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;display:block; }
#tymtvrmvoSmu4tdq7mEenVm0MgbUKJMW { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:28.9375rem;display:block; }
#gyHrK5zQptns0P0dhlVayI0lEwodcBX4 { box-sizing:content-box;height:2.9375rem;width:2.9375rem;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:15075;background-color:transparent;background-image: -webkit-linear-gradient(80deg, #019eff, #30b4ba);background-image: -moz-linear-gradient(80deg, #019eff, #30b4ba);background-image: -ms-linear-gradient(80deg, #019eff, #30b4ba);background-image: -o-linear-gradient(80deg, #019eff, #30b4ba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eff', endColorstr='#30b4ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eff', endColorstr='#30b4ba' );";background-image: linear-gradient(80deg, #019eff, #30b4ba);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:27.5625rem;display:block; }
#wyxaWuoPtUuu6iuzRSx3oZrqbu93Vrpx { display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.9375rem;left:31.6875rem;height:3.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#vX8oZQkLGxAnEB0VaP8iUbDL2d3Nr8RN { display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:31.9375rem;left:28rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;display:block; }
#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q { 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; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { background-color: transparent; background-image: none; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container > .video-iframe-container { display: none; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row > .video-iframe-container { display: none; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .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); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { border-width: 0; border-radius: 0; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#INtPRhiL8lxTbVeT9z0k9FtK3OEvTvqT { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
#DIZ4x6HsZWo9hG2PHyDakuI157zq1I02 { 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:5.8125rem;width:13.4375rem;top:0.46875rem;left:2.78125rem;overflow:hidden;display:block; }
#gnxJTmJLPGIg7dQ4U8XV1zJSHZZANt4s { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM { display:block; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { top:0.6875rem;left:20.6875rem;width:6.375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEVLpvgQGUsTiQ9tHJWM2CxktB5ffytu { top:10.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFGX3gn8bgH1WA8zWPzfJyWadmKTOHPl { top:14.5rem;left:0rem;width:47.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRqbVoZTVbZ7tGv7T78BuFurzfd1pFQl { top:18.375rem;left:5.78125rem;width:14.3125rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrwyd40OOOIctLiJ0vCuG6bNNTgxwiVK { top:17.75rem;left:3.21875rem;width:41.3125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 { display:block; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6n6ayrKNyk6tz5gsqnOUTD0xklFSngn { top:2.1875rem;left:0rem;width:20.5625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mge1aSwOvhHJV4zuUbBnNteSMoXAfp2g { top:10.875rem;left:0rem;width:16.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMAFRaqHEiHSfcUu2DsUWn1EiXuEy3Ic { top:4.3125rem;left:5.375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzs5t54VNwKV35AUx2Hv3FqiZy6S664S { top:5.125rem;left:6.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzee8plQkGJITCA5Lc6Zgh04rcIQAk0I { top:2.1875rem;left:11.1875rem;width:20.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHOuuitiRc5r8cXaI2R0TG1EGsUKHx3J { top:10.875rem;left:14.9375rem;width:16.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl0dqRonhhViVEQfx3bIk0R8ze9bHIUo { top:4.3125rem;left:21.25rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzMa5xQt4h211LOnOD0XFZIoqUmiHHI2 { top:5.125rem;left:22.0625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQnlV1W1ZrWqmmKg6F7pSWoDwqy3ozAv { top:2.1875rem;left:27.0625rem;width:20.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLcmxgwwU89fKamEgGlA3Tuf59snIHRN { top:10.875rem;left:28.75rem;width:18.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW7LMCepNatfn37ZND7Ed8q9wziHLi6g { top:4.3125rem;left:37.125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvKKTZsCNXphKCTulyDNFnL3CKLGKVky { top:5.125rem;left:37.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBtBZ36sn2V9H8ZzSEp676qMUt5RW6TU { width:20.375rem;height:3.0625rem;top:21.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTqGbZP9THw1V8sXZQsDuhnIrA7M8yRB { display:block; }
 }@media only screen and (max-width: 763px) { #FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn { display:block; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emXCyiQ37fn3WMhgsKhwv32UbznsB5p1 { top:3.5rem;left:0rem;width:20.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaOJIlPSgofr9VsgtqB66u1VIUXacf5 { top:5.625rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcZuGV50W47GsEKIbW20hhb5l80o9Qk0 { top:6.4375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmSFiN8popoS6AJg7pz9WNmN6G2HbgL { width:15.875rem;height:2.8125rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgemomkmdqGmEKN03uRcqoXwKJLxlQXe { display:block; }
 }@media only screen and (max-width: 763px) { #RMVgelgdnG0Eqp01eR04CtCTTE9flFBa { top:3.5rem;left:13.875rem;width:20.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRaJzG4KxQkmd4DTZ49iN06qDsbTh8Pt { top:5.625rem;left:21.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0oDFKscnDp07EZMrrOeRJlzGTxHiQJE { top:6.4375rem;left:22.375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwfc01zFrtbdVhnwa8lm4p0gEcemSy0P { width:15.875rem;height:2.8125rem;top:12.875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEPfSpmHDVDEHJASpDGsFWq4PyqTOiSB { display:block; }
 }@media only screen and (max-width: 763px) { #qWzdxrUrzzx6fQac8bgGwL4EqW5rw2tT { top:3.5rem;left:27.1875rem;width:20.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7pDBDQwNPS9fDs8sOKDkt6xwFhNN3tp { top:5.625rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9qSFwsGouMokUlKLHWMGrGxViStZ1K3 { top:6.4375rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz1efsV83qa4QeNa0D4qNqsoI5bpgZ4d { width:17.25rem;height:2.8125rem;top:12.875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itrrcy1rS7eyNymm5OwLEmpRVTA7Uc9A { display:block; }
 }@media only screen and (max-width: 763px) { #FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye { display:block; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwePe5a10W5AKH6SewMGl7BK6EyfXTxp { top:6.1875rem;left:10.25rem;width:37.5rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4lSWBcOVmHJMTMdc9KFJfyDivJlCoVX { top:11.25rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shbaW18ms4mF5H0Li5P2zDPm764PQqro { top:11.375rem;left:13.0625rem;width:34.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlgCo4yHTGcN8WBaPqRUmmFEIXM7q9SR { top:14.25rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcCsioT3ql7xQUfzPwnMiVhqlTvTIlpV { top:14.375rem;left:19.0625rem;width:28.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOP1g00HHmFwNbevOLuQiyCH7hSiZGCT { top:16.9375rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3aFhyJPVrHnooRa5Q4AHvTI0BdxieBM { top:17.0625rem;left:18.625rem;width:29.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py70tOlfeI4ryybhg9qU3dzBBH43qDBk { top:2.3125rem;left:0rem;width:24.5rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu8y7KAaUovUSKaD3zWuQUL01nTDofTB { top:15rem;left:15.125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmiDusQJeVHzgE8aanw9mq0EWluXnL2A { top:13.75rem;left:0rem;width:17.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud { display:block; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1siCthvQfV9p2P133Ch2vWrCO320SoO { top:3.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rftid3FDKhSPZr2Vq9WtvoV4xvnsb7MZ { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwXyfNsU2D68wAZsvhQ1vr8VDEVFrJ4B { top:11.75rem;left:13.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv7BI7EKSKfyfwDm122LS56x7IipIhRv { top:15.1875rem;left:15.3125rem;width:0.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI08OouLFr1bgDGh5zoTzGigNukVTf19 { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEr20Am4UeXl7sLzn2U80t0zSca1Uc4v { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bev27WL1hbZ75zSgEi4TgMyFld3EuWlS { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laMWaer2cqBV3mx1ByuIJayJnSsV8W7g { top:18.25rem;left:13.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtqrmvm2J5XMTg1p9TTElRhH9GEIMWMF { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFrNwnTrr7FwBpMAGGiodTg7yQgKMZSv { top:21.6875rem;left:15.3125rem;width:0.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7tKZTfV3wDVHhq54pQ1ZCMWoRU9UXzD { top:24.75rem;left:13.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAdysx2LNF3OTEXSaExL0NyC8lPOEpu6 { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsC3NcCbiCsKCfhbuoR66BUFf8e69Qe { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tymtvrmvoSmu4tdq7mEenVm0MgbUKJMW { top:28.1875rem;left:15.3125rem;width:0.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHrK5zQptns0P0dhlVayI0lEwodcBX4 { top:31.3125rem;left:13.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyxaWuoPtUuu6iuzRSx3oZrqbu93Vrpx { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX8oZQkLGxAnEB0VaP8iUbDL2d3Nr8RN { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQMtEFpnVOZo4asGePvPvhSOuym7s6q { display:block; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INtPRhiL8lxTbVeT9z0k9FtK3OEvTvqT { top:1.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIZ4x6HsZWo9hG2PHyDakuI157zq1I02 { top:0.4375rem;left:0rem;width:13.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxJTmJLPGIg7dQ4U8XV1zJSHZZANt4s { top:3.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM { background-color:#fbfbfb;background-image:none;display:block; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { background-color: transparent; background-image: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .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); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:20rem;height:3.625rem;top:7.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { width:7.125rem;height:6.25rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEVLpvgQGUsTiQ9tHJWM2CxktB5ffytu { width:20rem;height:7.5rem;top:11.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #dFGX3gn8bgH1WA8zWPzfJyWadmKTOHPl { width:20rem;height:0.3125rem;top:12.375rem;left:0rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #MRqbVoZTVbZ7tGv7T78BuFurzfd1pFQl { width:20rem;height:35.9375rem;top:20.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vrwyd40OOOIctLiJ0vCuG6bNNTgxwiVK { width:20rem;height:14.09984871407rem;top:57.9375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 { display:block; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6n6ayrKNyk6tz5gsqnOUTD0xklFSngn { width:20rem;height:13.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mge1aSwOvhHJV4zuUbBnNteSMoXAfp2g { width:16.8125rem;height:3.25rem;top:9.9375rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMAFRaqHEiHSfcUu2DsUWn1EiXuEy3Ic { width:5.1875rem;height:5.1875rem;top:3.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzs5t54VNwKV35AUx2Hv3FqiZy6S664S { display:flex;width:3.5625rem;height:3.5625rem;top:4.1875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #pzee8plQkGJITCA5Lc6Zgh04rcIQAk0I { width:20rem;height:13.8125rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHOuuitiRc5r8cXaI2R0TG1EGsUKHx3J { width:16.8125rem;height:3.25rem;top:24.5rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fl0dqRonhhViVEQfx3bIk0R8ze9bHIUo { width:5.1875rem;height:5.1875rem;top:17.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzMa5xQt4h211LOnOD0XFZIoqUmiHHI2 { display:flex;width:3.5625rem;height:3.5625rem;top:18.75rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #mQnlV1W1ZrWqmmKg6F7pSWoDwqy3ozAv { width:20rem;height:16.125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLcmxgwwU89fKamEgGlA3Tuf59snIHRN { width:18.875rem;height:4.875rem;top:39.375rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qW7LMCepNatfn37ZND7Ed8q9wziHLi6g { width:5.1875rem;height:5.1875rem;top:32.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvKKTZsCNXphKCTulyDNFnL3CKLGKVky { display:flex;width:3.5625rem;height:3.5625rem;top:33.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #SBtBZ36sn2V9H8ZzSEp676qMUt5RW6TU { width:19rem;height:3.0625rem;top:48.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTqGbZP9THw1V8sXZQsDuhnIrA7M8yRB { display:block; }
 }@media only screen and (max-width: 763px) { #FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn { background-color:#fbfbfb;background-image:none;display:block; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { background-color: transparent; background-image: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container > .video-iframe-container { display: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container { display: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .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); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emXCyiQ37fn3WMhgsKhwv32UbznsB5p1 { width:20rem;height:12.625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaOJIlPSgofr9VsgtqB66u1VIUXacf5 { width:5.125rem;height:5.125rem;top:3.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcZuGV50W47GsEKIbW20hhb5l80o9Qk0 { display:flex;width:3.0625rem;height:3.0625rem;top:4.9375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #HNmSFiN8popoS6AJg7pz9WNmN6G2HbgL { width:16rem;height:2.8125rem;top:10.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgemomkmdqGmEKN03uRcqoXwKJLxlQXe { display:block; }
 }@media only screen and (max-width: 763px) { #RMVgelgdnG0Eqp01eR04CtCTTE9flFBa { width:20rem;height:14.5625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRaJzG4KxQkmd4DTZ49iN06qDsbTh8Pt { width:5.1875rem;height:5.1875rem;top:18.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0oDFKscnDp07EZMrrOeRJlzGTxHiQJE { display:flex;width:3.5625rem;height:3.5625rem;top:19.3125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Xwfc01zFrtbdVhnwa8lm4p0gEcemSy0P { width:15.875rem;height:2.8125rem;top:25.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEPfSpmHDVDEHJASpDGsFWq4PyqTOiSB { display:block; }
 }@media only screen and (max-width: 763px) { #qWzdxrUrzzx6fQac8bgGwL4EqW5rw2tT { width:20rem;height:14.5625rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7pDBDQwNPS9fDs8sOKDkt6xwFhNN3tp { width:5.1875rem;height:5.1875rem;top:34.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9qSFwsGouMokUlKLHWMGrGxViStZ1K3 { display:flex;width:3.5625rem;height:3.5625rem;top:35.125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Xz1efsV83qa4QeNa0D4qNqsoI5bpgZ4d { width:17.25rem;height:2.8125rem;top:41.5625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itrrcy1rS7eyNymm5OwLEmpRVTA7Uc9A { display:block; }
 }@media only screen and (max-width: 763px) { #FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye { display:block; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwePe5a10W5AKH6SewMGl7BK6EyfXTxp { width:20rem;height:2.25rem;top:2.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #V4lSWBcOVmHJMTMdc9KFJfyDivJlCoVX { display:flex;width:1.8125rem;height:1.8125rem;top:6.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #shbaW18ms4mF5H0Li5P2zDPm764PQqro { width:17.4375rem;height:1.25rem;top:6.90625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlgCo4yHTGcN8WBaPqRUmmFEIXM7q9SR { display:flex;width:1.75rem;height:1.75rem;top:9.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AcCsioT3ql7xQUfzPwnMiVhqlTvTIlpV { width:16.4375rem;height:1.25rem;top:9.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOP1g00HHmFwNbevOLuQiyCH7hSiZGCT { display:flex;width:1.75rem;height:1.75rem;top:11.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p3aFhyJPVrHnooRa5Q4AHvTI0BdxieBM { width:16.6875rem;height:5rem;top:11.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py70tOlfeI4ryybhg9qU3dzBBH43qDBk { width:20rem;height:17.53125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu8y7KAaUovUSKaD3zWuQUL01nTDofTB { width:8.75rem;height:8.75rem;top:9.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmiDusQJeVHzgE8aanw9mq0EWluXnL2A { width:8.5rem;height:7.25rem;top:31.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud { background-color:#fbfbfb;background-image:none;display:block; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { background-color: transparent; background-image: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container > .video-iframe-container { display: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container { display: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .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); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1siCthvQfV9p2P133Ch2vWrCO320SoO { width:18.875rem;height:2.0625rem;top:3.3125rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #rftid3FDKhSPZr2Vq9WtvoV4xvnsb7MZ { width:20rem;height:4.125rem;top:7.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwXyfNsU2D68wAZsvhQ1vr8VDEVFrJ4B { width:2.9375rem;height:2.9375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv7BI7EKSKfyfwDm122LS56x7IipIhRv { width:0.125rem;height:2.5rem;top:17.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI08OouLFr1bgDGh5zoTzGigNukVTf19 { width:2rem;height:1.625rem;top:14.8125rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEr20Am4UeXl7sLzn2U80t0zSca1Uc4v { width:16rem;height:1.5rem;top:14.90625rem;left:4.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bev27WL1hbZ75zSgEi4TgMyFld3EuWlS { width:15.25rem;height:1.5rem;top:21.15625rem;left:4.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #laMWaer2cqBV3mx1ByuIJayJnSsV8W7g { width:2.9375rem;height:2.9375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtqrmvm2J5XMTg1p9TTElRhH9GEIMWMF { width:2rem;height:1.625rem;top:21.0625rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFrNwnTrr7FwBpMAGGiodTg7yQgKMZSv { width:0.125rem;height:2.5rem;top:23.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7tKZTfV3wDVHhq54pQ1ZCMWoRU9UXzD { width:2.9375rem;height:2.9375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAdysx2LNF3OTEXSaExL0NyC8lPOEpu6 { width:15.25rem;height:1.5rem;top:27.09375rem;left:4.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTsC3NcCbiCsKCfhbuoR66BUFf8e69Qe { width:2rem;height:1.625rem;top:27rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tymtvrmvoSmu4tdq7mEenVm0MgbUKJMW { width:0.125rem;height:2.5rem;top:29.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHrK5zQptns0P0dhlVayI0lEwodcBX4 { width:2.9375rem;height:2.9375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyxaWuoPtUuu6iuzRSx3oZrqbu93Vrpx { width:14.8125rem;height:3rem;top:31.90625rem;left:4.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vX8oZQkLGxAnEB0VaP8iUbDL2d3Nr8RN { width:2rem;height:1.625rem;top:32.5625rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOQMtEFpnVOZo4asGePvPvhSOuym7s6q { display:block; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INtPRhiL8lxTbVeT9z0k9FtK3OEvTvqT { width:9.3125rem;height:1.125rem;top:7.25rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIZ4x6HsZWo9hG2PHyDakuI157zq1I02 { width:13.4375rem;height:5.5625rem;top:0.5625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxJTmJLPGIg7dQ4U8XV1zJSHZZANt4s { width:12.125rem;height:1.125rem;top:9.625rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }