.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:219,240,251;--color-primary-1:135,205,242;--color-primary-2:15,154,229;--color-primary-3:8,77,115;--color-primary-4:2,23,34;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:250,193,208;--color-tertiary-2:238,49,98;--color-tertiary-3:119,25,49;--color-tertiary-4:24,5,10;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { position:relative;display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NXIfTywHNftlaahXZs3sfOovJx9IlLdV { z-index:15005;top:1.25rem;left:5.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#062b31;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:7.25rem;height:3.75rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#u3EJzF3wmJMGyv3fw7fFZk3kz8ef8GEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUEQFBoSgzDqQLGiXMbolJDdGhnpdc4T { z-index:15004;top:1.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#062b31;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:3.75rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#zZmE4ibrL9Um1ZQKqBNk2L5emPBOfVrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { position:relative;display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.3125rem;left:3.4375rem;height:3.9375rem;font-style:normal;display:block; }
#ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:16rem;left:0rem;height:5.0625rem;text-align:justify;text-align-last:initial;display:block; }
#x7MvqyTnEHCBZHT3nTnPVE7IWbNMpdPk { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:15.4375rem;top:13.75rem;left:44.5625rem;display:block; }
#O3NqWnbW75UTSzuXhVOGBeMz2TuBe8vo { position:absolute;display:block;z-index:14999;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:10.75rem;width:14.8125rem;top:16.875rem;left:42.76171875rem;overflow:hidden;display:block; }
#PufMeNHXmXqWSTqTyiNztwRbEFGZTE1a { z-index:15003;top:24.25rem;left:0.9375rem;background-color:#012f94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uTeCNsnGcdFkJZ0vDbe4oW8kyiGiTv28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J4ZzkWQkWO8ozUMfVnCX0m1cs8vXLGI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:5.75rem;left:17.5rem;height:7rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .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); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.875rem;left:10.5rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6PxBONCOW5GRTudcRRn9tb2MZv0NoGx { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.662109375rem;left:10.5rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHmtgZRCcdzUcIkIto5amcVLIbNOxd36 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:9.724609375rem;left:6.6875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQJ9kbfBULt5VTceWZtpTUo4bxnQtrKH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.412109375rem;left:17.875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tqObBT57gyP3qXnopIDudTw3Gvcf48Ca { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.923828125rem;left:17.875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qboSIhTVZvNqUsEOtZEaOhWr1nvRqU08 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:15.498046875rem;left:17.875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aJsKcg4tz5wAxnhEJ1GMFQ9bhzrIJTuI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:17.072265625rem;left:17.875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KsULmpZnncxz4SymSnUvF3uuHMFvwpr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:19.912109375rem;left:10.28125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xgs9OdfisgeOl9dGEbI6FXf3kteXi3hC { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:22.912109375rem;left:10.28125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuiW0LuTnRnepOuzFnq8DTtPhXOGyF94 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:25.849609375rem;left:0.15625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gypPQNBDcLlEi2av9xgNkT0Fc0btouKT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:28.974609375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PspyeTG4kSqAxDRVqiIAF6N4sEW7bFo8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:32.099609375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inKb9NfqoogT0AL3rOHrsxwWUat3y60d { 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; }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row .container { background-color: transparent; background-image: none; }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row .container > .video-iframe-container { display: none; }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row > .video-iframe-container { display: none; }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .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); }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row .container { border-width: 0; border-radius: 0; }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#fvJpoBTkCcIiCwILBxIKEaHnzA2At6TB { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.287109375rem;left:6.78125rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A045DNhTtcdquTKvBhxL3bygtZbrnD4Z { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vThOuUmHFScWzWrQOhmlDIT7mBizDJdS { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:12.9375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ra17kukLVVbnTyrsE0BqveaJfuKruWFf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.037109375rem;left:18.1875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eBLtoJiD1a3kC8W33HX2VhnwVefUQmoF { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:19.25rem;left:21.4375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pFfmOF6TLne0ea5IKXkGNBEAR163q1xw { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:20.8125rem;left:21.4375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P88v19MKKiei9lQfpFANNSriE9I6Ew1C { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:22.375rem;left:21.4375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kVEubu9Vv0doOXAQlmJXm2zdyT339ZHT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:24rem;left:21.4375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bxG47DqCPFSGGmSpbEdLAlS0v5tLArFl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:27.625rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IyFksZa3ITtlR6DH3Wct5wkUlbyTq5u1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.4375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUllRUiPFkTiwkecbvtgKMSQxeiGyUnf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.4375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k5VPBkDI2BwIGakrotkIWxnHLwsoxvsT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:37.6875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCPzVJbOvxBTr7v41TJ1HpQcM6qICR1K { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:39.4375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row .container { background-color: transparent; background-image: none; }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row .container > .video-iframe-container { display: none; }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row > .video-iframe-container { display: none; }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .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); }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row .container { border-width: 0; border-radius: 0; }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:block; }#XelZTdKCDTivIkiSfKbgLGKQkV7nwKJo { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.599609375rem;left:9.5rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vix56hmRaTBg6RmKs7cEmLi6nu6gVsL7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:6.4375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKp9pZOEoLOHCNQVmHCRO3D4ccXD0rgz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:9.4375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQqDWaUGew9KXa6z5pDpU1PwTzPJNdid { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:11.1875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZiEh3F14t1NtgDWd1gGDBD4LSexCwCl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.9375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nf5wxrAfFJT7545tJD3gOKvO0xeFJNcV { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:15.6875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HhuhqkOruEC3ZzL6XdQKGV3guqsOEx61 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:17.4375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXcJAXdZxmzTZn1r559cF3b5hTJwyGzT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:20.75rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwGZT0L80OkVp1CRv0kwOA9oSkyyzaKN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:23.6875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BzoicECEcBgarCkmdtGSQ5bW3uehZPKq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:26.8125rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBhk485DIPMqtuLDkcEKi0pMo3aZmKeU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:29.5rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t0Eg0gkNGIKKUqgnrbwVSsLiuAs4vSVK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:31.25rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5OLWCTomhSgJTq7espQOg2PaRWvKEOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:32.9375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ig419vusTPiXy68QbQx5Toa5y5EIdAi8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:36.125rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 { 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; }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row .container { background-color: transparent; background-image: none; }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row .container > .video-iframe-container { display: none; }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row > .video-iframe-container { display: none; }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .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); }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row .container { border-width: 0; border-radius: 0; }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#pMqoFyXmcMrrwoR9Wcn6yMxfZsqznIML { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.787109375rem;left:12.625rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfZiaurpx0bsJLJ8tni4u1QBidVcJdid { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:6.6875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeIMBZavuoVrq3z0E3bcexf9NKWT8OdV { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:9.375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuHyGRoc4KxCxBBaPgLgf8ZWt21OuEBd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:12.25rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hc1Z0M4gxK9RdifTWnEfOPr5eQxUtG17 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:15.53125rem;left:20.25rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4D5Cx0XiA9Jt7lPIQUQPqGthqXBGVFp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:18.5625rem;left:22.5625rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MObeqPTMp5GGWuXN42VHARK0VHqEB2Oe { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:20.125rem;left:22.5625rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VtT2H6xFBzzedhuQJXna8VKEUTZfkwCy { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:21.6875rem;left:22.5625rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAsPpNVM5Pxnxqhma2tQ8NrfF99HEU4Z { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:24.6875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akG3PHDaJ0XbAZ7xiQRX7dyrKmyn86rw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:27.0625rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cQT0bpxdkED2Cs4t84nnwuN5DCf7naBN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:29.5625rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row .container { background-color: transparent; background-image: none; }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row .container > .video-iframe-container { display: none; }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row > .video-iframe-container { display: none; }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .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); }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row .container { border-width: 0; border-radius: 0; }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#o5tyq4l3UxwRsV9Pa8HGAgVp6cPuanQT { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.0625rem;left:9.625rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDFwlKXQMJqF3AqHr0HU9eixDIFR2VCu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:8.9375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcJ17AaastM71WaUVWFAr8Ea2N2N3HT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:11.8125rem;left:9.625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dG86X1AZOZBtMgQsbusTRoQLGFnTo63d { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:14.6875rem;left:16.875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lU7uDBFnNJ6mH2ZnuKeS8mN195QPtgFL { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:16.25rem;left:16.875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GGwmIIRQ1zudT1Ku0eIFcWGhVE4atSdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:17.8125rem;left:16.875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QggthZ1MThpOUEFClUlSJ8LN0RpeJRlU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:19.38671875rem;left:16.875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F0bVdbrthc127VOWioVXmQioQovfQyDP { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:25.4375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scc79M12FtHdrJwNlAsiLQDI89czAr9F { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:22.375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e { 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; }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row .container { background-color: transparent; background-image: none; }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row .container > .video-iframe-container { display: none; }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row > .video-iframe-container { display: none; }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .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); }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row .container { border-width: 0; border-radius: 0; }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#TMBfPtU1yMeczdMXQyRhpBsz9bTJNPDT { color:rgba(var(--color-tertiary-4),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0.625rem;left:10.1875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnyLyE8lK4yqJ9H38KKNUEM6fdCeIaT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:8.75rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEVz6f6PGCrrgk10xpJof2UaoT9PxdiU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:11.125rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDBF6c4e9ZenIBT8KHITesr4ZuX3ZO40 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:13.625rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MZmODmrtyRN4HpdznDNOqaFSxwlBKJTD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:16.625rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRKTTfQI0kE1EdKMrqX8S7Tre8v9AH2C { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:21.25rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pywWa6C6GuL87bWvlidMrm0xPKpn8v8l { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:24.125rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row .container { background-color: transparent; background-image: none; }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row .container > .video-iframe-container { display: none; }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row > .video-iframe-container { display: none; }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .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); }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row .container { border-width: 0; border-radius: 0; }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#Pzbwns03vAa7I2Jko40HmgNO757Z8gyG { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0.875rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CfepH0QZtrUp6W6J7y02Xt9kMQERISIU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.6875rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#HFQkbsFEfLGZMXtTyysnvvnyGhPJE5XK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.5625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#zK965kkedou7VVKkTaQh1XwxO7vCoLyG { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.4375rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#RZ9qiGqsDHoNLZ8fHh96pFigBzcS1Kh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.9375rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#e7Jwb3Aiu4gsqbM3sIL2aOp5J7a36bXC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.375rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#uCRTrgG5TEgqJTSJhcr5L40uLO0NzgWa { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:18.25rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#eRzk9MfnumPhGL0TGkSKBXhQPqQTV3vW { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:20.125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#ATyK63IbICqE5dyZT3tkv3W5puy0O1SQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#fMCa3lIJhI26XQTu16nwSqLnh3sQo4In { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:26.9375rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#U2OtEVDSCTgNWGoeDX4KSznVf7G8yrxs { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:30.3125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 { position:relative;display:block; }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 { background-color: transparent; background-image: none; }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 > .row .container > .video-iframe-container { display: none; }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 > .row > .video-iframe-container { display: none; }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 > .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); }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 { border-width: 0; border-radius: 0; }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yvkN9JzVI0i2SHgufu8bZ4VP7kKXtf5X { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:0.9375rem;left:0rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpSs4gzDzfrkN1pgiaUPT9wWdqdJCm4F { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5.4375rem;left:1.125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#i1pe76r2qC6TXTQDsppAAGaTytcmV07n { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:7.125rem;left:1.125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#zWeGhJCCLXv9Bs06USaitlhlhdB48HeP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:8.8125rem;left:1.125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#aXdppHaBpd4JbS7AqP0zXqNn9VO4ataa { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:10.5rem;left:1.125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#loDvmIal4rmbgXF0mTZqe7FhPBLSvOCK { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.6875rem;left:30rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BLAUakKgqX3pZzalCXxTAkIdVkBNymwk { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:17.5625rem;left:29.9375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#JwNVnCpCAfnDWNBSw1DyTVmHdX3DUnlf { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:19.25rem;left:29.9375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#SAgumyZy4N3xAe15T4R8VMZKwdVuI9p3 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:20.9375rem;left:29.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#DwpvzEZwbEiHd8utsUWOktudTU3axoAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row .container { background-color: transparent; background-image: none; }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row .container > .video-iframe-container { display: none; }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row > .video-iframe-container { display: none; }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .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); }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row .container { border-width: 0; border-radius: 0; }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#JcpylHOTTpKHXGIZzGDiGP6KmUqVFfyK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.25rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2rFVoy2KTqTQV28I3GumT20blZkrTTd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#usq8xyLx8HaJLIi4RfaidK4nveAvniBN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.5625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#CzHGA52efypLu7KCGA14MeAaQX421rvd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#cObskBNgJcNFVbd6my6URVbUJImAAaWw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:15.0625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row .container { background-color: transparent; background-image: none; }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row .container > .video-iframe-container { display: none; }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row > .video-iframe-container { display: none; }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .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); }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row .container { border-width: 0; border-radius: 0; }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#k9o4KJ7U7WraH02FDoLS3vANGlqZBqi1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.1875rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPRT8dd0rsJasJRSJWixgBWM55DBcNTt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.0625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#DQncrgmyJ9kZbstPD6TIyR0ogbJ79Z5y { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.9375rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#xy1ErEnAfqmbQTeIfwZNQ6R9NsAIxGPi { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.0625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#bXwrGOPamlQaATvbl2ZTZH6PaPk8TqXW { z-index:15004;top:15.5rem;left:15.9375rem;background-color:#012f94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KuTWRfkroZ52sx4ki1gbUaOZg2DcvTWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row .container { background-color: transparent; background-image: none; }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row .container > .video-iframe-container { display: none; }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row > .video-iframe-container { display: none; }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .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); }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row .container { border-width: 0; border-radius: 0; }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#MsFCRwc7eoqg8g9GWQBXSBmytBJHkaTT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.25rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eqQobANbBJDekWRUsooc7StGEe2JxpJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#V3GnXkGT7wk8uSf0O7FTw63Dfs14tfD7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.5625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#TqM7CVD9heX4V6Oky9qVae0nmffdK3PP { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#qodQ4xnTHGgL9v4JiTeAMs7SxWIq3dJN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:15.0625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row .container { background-color: transparent; background-image: none; }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row .container > .video-iframe-container { display: none; }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row > .video-iframe-container { display: none; }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .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); }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row .container { border-width: 0; border-radius: 0; }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#yE4PKDezbyDIXitzbDd6teTJXoaZGgAW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.0625rem;left:2rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QLv50DOK8HwtASVJ4kCiVn9dXgOFX8a8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:14.125rem;left:20.625rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#qTVQnppuSSrGmTACDrPKVTa3qBVcokbe { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;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:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.375rem;left:20.625rem;display:block; }#qTVQnppuSSrGmTACDrPKVTa3qBVcokbe.adaptive-delivery-prevent-bg, #qTVQnppuSSrGmTACDrPKVTa3qBVcokbe.lazyload, #qTVQnppuSSrGmTACDrPKVTa3qBVcokbe.lazyloading { background-image: none; }
#E5TOx0cMyXAPa9J7hogIpa8w9x6SW3TL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nLdtOnppxcGiQayAaUGVSvRNOMiU7qqX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.375rem;left:16.0625rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#rogJ7JHoq9JGTBhCieE1qUOTgk42Aqt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:1.8681625rem;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) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXIfTywHNftlaahXZs3sfOovJx9IlLdV { top:1.25rem;left:0rem;width:7.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3EJzF3wmJMGyv3fw7fFZk3kz8ef8GEl { display:block; }
 }@media only screen and (max-width: 763px) { #oUEQFBoSgzDqQLGiXMbolJDdGhnpdc4T { top:1.25rem;left:0rem;width:5.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZmE4ibrL9Um1ZQKqBNk2L5emPBOfVrS { display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:1.3125rem;left:0rem;width:30rem;height:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { top:16rem;left:0rem;width:38.625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7MvqyTnEHCBZHT3nTnPVE7IWbNMpdPk { width:15.4375rem;height:17rem;top:13.75rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3NqWnbW75UTSzuXhVOGBeMz2TuBe8vo { width:14.8125rem;height:10.75rem;top:16.875rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PufMeNHXmXqWSTqTyiNztwRbEFGZTE1a { top:24.25rem;left:0rem;width:28.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTeCNsnGcdFkJZ0vDbe4oW8kyiGiTv28 { display:block; }
 }@media only screen and (max-width: 763px) { #J4ZzkWQkWO8ozUMfVnCX0m1cs8vXLGI3 { top:5.75rem;left:0rem;width:37rem;height:7rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { top:1.875rem;left:4.375rem;width:39rem;height:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6PxBONCOW5GRTudcRRn9tb2MZv0NoGx { top:6.625rem;left:4.375rem;width:39rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmtgZRCcdzUcIkIto5amcVLIbNOxd36 { top:9.6875rem;left:0.5625rem;width:22.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQJ9kbfBULt5VTceWZtpTUo4bxnQtrKH { top:12.375rem;left:11.75rem;width:27.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqObBT57gyP3qXnopIDudTw3Gvcf48Ca { top:13.875rem;left:11.75rem;width:28.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qboSIhTVZvNqUsEOtZEaOhWr1nvRqU08 { top:15.4375rem;left:11.75rem;width:28.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJsKcg4tz5wAxnhEJ1GMFQ9bhzrIJTuI { top:17.0625rem;left:11.75rem;width:28.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsULmpZnncxz4SymSnUvF3uuHMFvwpr0 { top:19.875rem;left:4.15625rem;width:39.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgs9OdfisgeOl9dGEbI6FXf3kteXi3hC { top:22.875rem;left:4.15625rem;width:39.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuiW0LuTnRnepOuzFnq8DTtPhXOGyF94 { top:25.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gypPQNBDcLlEi2av9xgNkT0Fc0btouKT { top:28.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PspyeTG4kSqAxDRVqiIAF6N4sEW7bFo8 { top:32.0625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inKb9NfqoogT0AL3rOHrsxwWUat3y60d { display:block; }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvJpoBTkCcIiCwILBxIKEaHnzA2At6TB { top:2.25rem;left:0.65625rem;width:46.4375rem;height:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A045DNhTtcdquTKvBhxL3bygtZbrnD4Z { top:10rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vThOuUmHFScWzWrQOhmlDIT7mBizDJdS { top:12.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra17kukLVVbnTyrsE0BqveaJfuKruWFf { top:16rem;left:12.0625rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBLtoJiD1a3kC8W33HX2VhnwVefUQmoF { top:19.25rem;left:15.3125rem;width:23rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFfmOF6TLne0ea5IKXkGNBEAR163q1xw { top:20.8125rem;left:15.3125rem;width:23rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88v19MKKiei9lQfpFANNSriE9I6Ew1C { top:22.375rem;left:15.3125rem;width:25.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVEubu9Vv0doOXAQlmJXm2zdyT339ZHT { top:24rem;left:15.3125rem;width:25.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxG47DqCPFSGGmSpbEdLAlS0v5tLArFl { top:27.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyFksZa3ITtlR6DH3Wct5wkUlbyTq5u1 { top:30.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUllRUiPFkTiwkecbvtgKMSQxeiGyUnf { top:33.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5VPBkDI2BwIGakrotkIWxnHLwsoxvsT { top:37.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCPzVJbOvxBTr7v41TJ1HpQcM6qICR1K { top:39.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS { display:block; }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XelZTdKCDTivIkiSfKbgLGKQkV7nwKJo { top:1.5625rem;left:3.375rem;width:39rem;height:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vix56hmRaTBg6RmKs7cEmLi6nu6gVsL7 { top:6.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKp9pZOEoLOHCNQVmHCRO3D4ccXD0rgz { top:9.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQqDWaUGew9KXa6z5pDpU1PwTzPJNdid { top:11.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZiEh3F14t1NtgDWd1gGDBD4LSexCwCl { top:13.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf5wxrAfFJT7545tJD3gOKvO0xeFJNcV { top:15.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhuhqkOruEC3ZzL6XdQKGV3guqsOEx61 { top:17.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXcJAXdZxmzTZn1r559cF3b5hTJwyGzT { top:20.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwGZT0L80OkVp1CRv0kwOA9oSkyyzaKN { top:23.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzoicECEcBgarCkmdtGSQ5bW3uehZPKq { top:26.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhk485DIPMqtuLDkcEKi0pMo3aZmKeU { top:29.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Eg0gkNGIKKUqgnrbwVSsLiuAs4vSVK { top:31.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5OLWCTomhSgJTq7espQOg2PaRWvKEOQ { top:32.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig419vusTPiXy68QbQx5Toa5y5EIdAi8 { top:36.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 { display:block; }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMqoFyXmcMrrwoR9Wcn6yMxfZsqznIML { top:1.75rem;left:6.5rem;width:39rem;height:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfZiaurpx0bsJLJ8tni4u1QBidVcJdid { top:6.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeIMBZavuoVrq3z0E3bcexf9NKWT8OdV { top:9.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHyGRoc4KxCxBBaPgLgf8ZWt21OuEBd { top:12.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1Z0M4gxK9RdifTWnEfOPr5eQxUtG17 { top:15.5rem;left:14.125rem;width:21.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4D5Cx0XiA9Jt7lPIQUQPqGthqXBGVFp { top:18.5625rem;left:16.4375rem;width:21.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MObeqPTMp5GGWuXN42VHARK0VHqEB2Oe { top:20.125rem;left:16.4375rem;width:21.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtT2H6xFBzzedhuQJXna8VKEUTZfkwCy { top:21.6875rem;left:16.4375rem;width:21.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAsPpNVM5Pxnxqhma2tQ8NrfF99HEU4Z { top:24.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akG3PHDaJ0XbAZ7xiQRX7dyrKmyn86rw { top:27.0625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQT0bpxdkED2Cs4t84nnwuN5DCf7naBN { top:29.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 { display:block; }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5tyq4l3UxwRsV9Pa8HGAgVp6cPuanQT { top:1.0625rem;left:3.5rem;width:39rem;height:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDFwlKXQMJqF3AqHr0HU9eixDIFR2VCu { top:8.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcJ17AaastM71WaUVWFAr8Ea2N2N3HT1 { top:11.8125rem;left:3.5rem;width:16.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG86X1AZOZBtMgQsbusTRoQLGFnTo63d { top:14.6875rem;left:10.75rem;width:30.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU7uDBFnNJ6mH2ZnuKeS8mN195QPtgFL { top:16.25rem;left:10.75rem;width:30.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGwmIIRQ1zudT1Ku0eIFcWGhVE4atSdJ { top:17.8125rem;left:10.75rem;width:34.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QggthZ1MThpOUEFClUlSJ8LN0RpeJRlU { top:19.375rem;left:10.75rem;width:34.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0bVdbrthc127VOWioVXmQioQovfQyDP { top:25.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scc79M12FtHdrJwNlAsiLQDI89czAr9F { top:22.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e { display:block; }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMBfPtU1yMeczdMXQyRhpBsz9bTJNPDT { top:0.625rem;left:4.0625rem;width:39.625rem;height:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnyLyE8lK4yqJ9H38KKNUEM6fdCeIaT1 { top:8.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEVz6f6PGCrrgk10xpJof2UaoT9PxdiU { top:11.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDBF6c4e9ZenIBT8KHITesr4ZuX3ZO40 { top:13.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZmODmrtyRN4HpdznDNOqaFSxwlBKJTD { top:16.625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRKTTfQI0kE1EdKMrqX8S7Tre8v9AH2C { top:21.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pywWa6C6GuL87bWvlidMrm0xPKpn8v8l { top:24.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T { display:block; }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pzbwns03vAa7I2Jko40HmgNO757Z8gyG { top:0.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfepH0QZtrUp6W6J7y02Xt9kMQERISIU { top:5.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFQkbsFEfLGZMXtTyysnvvnyGhPJE5XK { top:7.5625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK965kkedou7VVKkTaQh1XwxO7vCoLyG { top:9.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ9qiGqsDHoNLZ8fHh96pFigBzcS1Kh9 { top:12.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Jwb3Aiu4gsqbM3sIL2aOp5J7a36bXC { top:16.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCRTrgG5TEgqJTSJhcr5L40uLO0NzgWa { top:18.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRzk9MfnumPhGL0TGkSKBXhQPqQTV3vW { top:20.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATyK63IbICqE5dyZT3tkv3W5puy0O1SQ { top:23.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCa3lIJhI26XQTu16nwSqLnh3sQo4In { top:26.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2OtEVDSCTgNWGoeDX4KSznVf7G8yrxs { top:30.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 { display:block; }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvkN9JzVI0i2SHgufu8bZ4VP7kKXtf5X { top:0.9375rem;left:0rem;width:29.8125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSs4gzDzfrkN1pgiaUPT9wWdqdJCm4F { top:5.4375rem;left:0rem;width:30.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1pe76r2qC6TXTQDsppAAGaTytcmV07n { top:7.125rem;left:0rem;width:30.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWeGhJCCLXv9Bs06USaitlhlhdB48HeP { top:8.8125rem;left:0rem;width:30.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXdppHaBpd4JbS7AqP0zXqNn9VO4ataa { top:10.5rem;left:0rem;width:30.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loDvmIal4rmbgXF0mTZqe7FhPBLSvOCK { top:13.6875rem;left:17.625rem;width:30.125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLAUakKgqX3pZzalCXxTAkIdVkBNymwk { top:17.5625rem;left:0rem;width:30.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwNVnCpCAfnDWNBSw1DyTVmHdX3DUnlf { top:19.25rem;left:0rem;width:30.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAgumyZy4N3xAe15T4R8VMZKwdVuI9p3 { top:20.9375rem;left:0rem;width:30.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwpvzEZwbEiHd8utsUWOktudTU3axoAK { display:block; }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcpylHOTTpKHXGIZzGDiGP6KmUqVFfyK { top:2.25rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2rFVoy2KTqTQV28I3GumT20blZkrTTd { top:7.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usq8xyLx8HaJLIi4RfaidK4nveAvniBN { top:9.5625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzHGA52efypLu7KCGA14MeAaQX421rvd { top:12.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cObskBNgJcNFVbd6my6URVbUJImAAaWw { top:15.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB { display:block; }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9o4KJ7U7WraH02FDoLS3vANGlqZBqi1 { top:1.1875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPRT8dd0rsJasJRSJWixgBWM55DBcNTt { top:6.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQncrgmyJ9kZbstPD6TIyR0ogbJ79Z5y { top:7.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1ErEnAfqmbQTeIfwZNQ6R9NsAIxGPi { top:11.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXwrGOPamlQaATvbl2ZTZH6PaPk8TqXW { top:15.5rem;left:9.8125rem;width:28.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTWRfkroZ52sx4ki1gbUaOZg2DcvTWk { display:block; }
 }@media only screen and (max-width: 763px) { #sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F { display:block; }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsFCRwc7eoqg8g9GWQBXSBmytBJHkaTT { top:2.25rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqQobANbBJDekWRUsooc7StGEe2JxpJ5 { top:7.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GnXkGT7wk8uSf0O7FTw63Dfs14tfD7 { top:9.5625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqM7CVD9heX4V6Oky9qVae0nmffdK3PP { top:12.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qodQ4xnTHGgL9v4JiTeAMs7SxWIq3dJN { top:15.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 { display:block; }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE4PKDezbyDIXitzbDd6teTJXoaZGgAW { top:1.0625rem;left:0rem;width:38.4375rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLv50DOK8HwtASVJ4kCiVn9dXgOFX8a8 { top:14.125rem;left:14.5rem;width:21.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTVQnppuSSrGmTACDrPKVTa3qBVcokbe { width:18.75rem;height:2.8125rem;top:11.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TOx0cMyXAPa9J7hogIpa8w9x6SW3TL { display:block; }
 }@media only screen and (max-width: 763px) { #nLdtOnppxcGiQayAaUGVSvRNOMiU7qqX { top:7.375rem;left:9.9375rem;width:21.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rogJ7JHoq9JGTBhCieE1qUOTgk42Aqt9 { top:2.5625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXIfTywHNftlaahXZs3sfOovJx9IlLdV { top:0.78125rem;left:9.8125rem;width:7.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3EJzF3wmJMGyv3fw7fFZk3kz8ef8GEl { display:block; }
 }@media only screen and (max-width: 763px) { #oUEQFBoSgzDqQLGiXMbolJDdGhnpdc4T { top:0.78125rem;left:4.125rem;width:5.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZmE4ibrL9Um1ZQKqBNk2L5emPBOfVrS { display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:20rem;height:2.625rem;top:0.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { width:20rem;height:6rem;top:12.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7MvqyTnEHCBZHT3nTnPVE7IWbNMpdPk { width:15.8125rem;height:13.25rem;top:19.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3NqWnbW75UTSzuXhVOGBeMz2TuBe8vo { width:15.0625rem;height:11.0625rem;top:20.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PufMeNHXmXqWSTqTyiNztwRbEFGZTE1a { top:33.6875rem;left:0.5625rem;width:18.875rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTeCNsnGcdFkJZ0vDbe4oW8kyiGiTv28 { display:block; }
 }@media only screen and (max-width: 763px) { #J4ZzkWQkWO8ozUMfVnCX0m1cs8vXLGI3 { width:20rem;height:6.2988125rem;top:4.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { width:17.9375rem;height:5.25rem;top:1.1875rem;left:1.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6PxBONCOW5GRTudcRRn9tb2MZv0NoGx { width:20rem;height:3.5rem;top:7.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHmtgZRCcdzUcIkIto5amcVLIbNOxd36 { width:20rem;height:1.75rem;top:13.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQJ9kbfBULt5VTceWZtpTUo4bxnQtrKH { width:20rem;height:1.57421875rem;top:16.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqObBT57gyP3qXnopIDudTw3Gvcf48Ca { width:20rem;height:3.1484375rem;top:18.26171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qboSIhTVZvNqUsEOtZEaOhWr1nvRqU08 { width:20rem;height:1.57421875rem;top:21.41015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJsKcg4tz5wAxnhEJ1GMFQ9bhzrIJTuI { width:20rem;height:3.1484375rem;top:22.984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsULmpZnncxz4SymSnUvF3uuHMFvwpr0 { width:20rem;height:3.5rem;top:28.2578125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xgs9OdfisgeOl9dGEbI6FXf3kteXi3hC { width:20rem;height:3.5rem;top:34.6328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuiW0LuTnRnepOuzFnq8DTtPhXOGyF94 { width:20rem;height:5.25rem;top:41.2578125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gypPQNBDcLlEi2av9xgNkT0Fc0btouKT { width:20rem;height:3.5rem;top:50.1953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PspyeTG4kSqAxDRVqiIAF6N4sEW7bFo8 { width:20rem;height:5.25rem;top:57.4453125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inKb9NfqoogT0AL3rOHrsxwWUat3y60d { display:block; }#inKb9NfqoogT0AL3rOHrsxwWUat3y60d > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvJpoBTkCcIiCwILBxIKEaHnzA2At6TB { width:20rem;height:7.875rem;top:0.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A045DNhTtcdquTKvBhxL3bygtZbrnD4Z { width:20rem;height:5.25rem;top:9.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vThOuUmHFScWzWrQOhmlDIT7mBizDJdS { width:20rem;height:3.5rem;top:16.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ra17kukLVVbnTyrsE0BqveaJfuKruWFf { width:15.9375rem;height:1.75rem;top:22.1875rem;left:2.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBLtoJiD1a3kC8W33HX2VhnwVefUQmoF { width:20rem;height:1.57421875rem;top:25.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFfmOF6TLne0ea5IKXkGNBEAR163q1xw { width:20rem;height:1.57421875rem;top:26.69921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P88v19MKKiei9lQfpFANNSriE9I6Ew1C { width:20rem;height:3.1484375rem;top:28.2734375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVEubu9Vv0doOXAQlmJXm2zdyT339ZHT { width:20rem;height:1.57421875rem;top:31.421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxG47DqCPFSGGmSpbEdLAlS0v5tLArFl { width:20rem;height:3.5rem;top:35.43359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyFksZa3ITtlR6DH3Wct5wkUlbyTq5u1 { width:20rem;height:1.75rem;top:41.43359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUllRUiPFkTiwkecbvtgKMSQxeiGyUnf { width:20rem;height:3.5rem;top:46.18359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5VPBkDI2BwIGakrotkIWxnHLwsoxvsT { width:20rem;height:3.5rem;top:53.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCPzVJbOvxBTr7v41TJ1HpQcM6qICR1K { width:20rem;height:1.75rem;top:57.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS { display:block; }#MAlAmJJ5VIdTTAWdKnCK5kThCwpvbQZS > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XelZTdKCDTivIkiSfKbgLGKQkV7nwKJo { width:17.9375rem;height:5.25rem;top:1.8125rem;left:1.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vix56hmRaTBg6RmKs7cEmLi6nu6gVsL7 { width:20rem;height:1.75rem;top:7.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKp9pZOEoLOHCNQVmHCRO3D4ccXD0rgz { width:20rem;height:5.25rem;top:10.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQqDWaUGew9KXa6z5pDpU1PwTzPJNdid { width:20rem;height:3.5rem;top:15.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZiEh3F14t1NtgDWd1gGDBD4LSexCwCl { width:20rem;height:1.75rem;top:21.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nf5wxrAfFJT7545tJD3gOKvO0xeFJNcV { width:20rem;height:1.75rem;top:23.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhuhqkOruEC3ZzL6XdQKGV3guqsOEx61 { width:20rem;height:3.5rem;top:25.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXcJAXdZxmzTZn1r559cF3b5hTJwyGzT { width:20rem;height:3.5rem;top:31.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwGZT0L80OkVp1CRv0kwOA9oSkyyzaKN { width:20rem;height:5.25rem;top:37rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzoicECEcBgarCkmdtGSQ5bW3uehZPKq { width:20rem;height:5.25rem;top:43.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBhk485DIPMqtuLDkcEKi0pMo3aZmKeU { width:20rem;height:1.75rem;top:51.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0Eg0gkNGIKKUqgnrbwVSsLiuAs4vSVK { width:20rem;height:1.75rem;top:53.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5OLWCTomhSgJTq7espQOg2PaRWvKEOQ { width:20rem;height:5.25rem;top:55.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ig419vusTPiXy68QbQx5Toa5y5EIdAi8 { width:20rem;height:5.25rem;top:62.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 { display:block; }#poiTy5OS9wh5bqihRuHAyBcxDmAUKID3 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMqoFyXmcMrrwoR9Wcn6yMxfZsqznIML { width:20rem;height:5.25rem;top:0.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfZiaurpx0bsJLJ8tni4u1QBidVcJdid { width:20rem;height:1.75rem;top:7.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeIMBZavuoVrq3z0E3bcexf9NKWT8OdV { width:20rem;height:5.25rem;top:10.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuHyGRoc4KxCxBBaPgLgf8ZWt21OuEBd { width:20rem;height:1.75rem;top:16.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1Z0M4gxK9RdifTWnEfOPr5eQxUtG17 { width:20rem;height:1.75rem;top:19.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4D5Cx0XiA9Jt7lPIQUQPqGthqXBGVFp { width:20rem;height:1.57421875rem;top:22.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MObeqPTMp5GGWuXN42VHARK0VHqEB2Oe { width:20rem;height:1.57421875rem;top:24.38671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtT2H6xFBzzedhuQJXna8VKEUTZfkwCy { width:20rem;height:1.57421875rem;top:25.9609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAsPpNVM5Pxnxqhma2tQ8NrfF99HEU4Z { width:20rem;height:1.75rem;top:30.03515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akG3PHDaJ0XbAZ7xiQRX7dyrKmyn86rw { width:20rem;height:1.75rem;top:33.03515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQT0bpxdkED2Cs4t84nnwuN5DCf7naBN { width:20rem;height:1.75rem;top:36.22265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 { display:block; }#ZwHXBeXnTTnEQZ6rHF7iGrrN1B7dqPT5 > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5tyq4l3UxwRsV9Pa8HGAgVp6cPuanQT { width:20rem;height:7.875rem;top:0.78125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDFwlKXQMJqF3AqHr0HU9eixDIFR2VCu { width:20rem;height:5.25rem;top:9.90625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcJ17AaastM71WaUVWFAr8Ea2N2N3HT1 { width:16.1875rem;height:1.75rem;top:16.40625rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dG86X1AZOZBtMgQsbusTRoQLGFnTo63d { width:20rem;height:3.1484375rem;top:19.40625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lU7uDBFnNJ6mH2ZnuKeS8mN195QPtgFL { width:20rem;height:1.57421875rem;top:22.5546875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGwmIIRQ1zudT1Ku0eIFcWGhVE4atSdJ { width:20rem;height:3.1484375rem;top:24.12890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QggthZ1MThpOUEFClUlSJ8LN0RpeJRlU { width:20rem;height:1.57421875rem;top:27.83984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0bVdbrthc127VOWioVXmQioQovfQyDP { width:20rem;height:5.25rem;top:35.4140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scc79M12FtHdrJwNlAsiLQDI89czAr9F { width:20rem;height:1.75rem;top:31.6640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e { display:block; }#bO1ghV0KX5KwNDM5SZcdPOs6g1bnvF6e > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMBfPtU1yMeczdMXQyRhpBsz9bTJNPDT { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnyLyE8lK4yqJ9H38KKNUEM6fdCeIaT1 { width:20rem;height:1.75rem;top:10.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEVz6f6PGCrrgk10xpJof2UaoT9PxdiU { width:20rem;height:1.75rem;top:13.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDBF6c4e9ZenIBT8KHITesr4ZuX3ZO40 { width:20rem;height:1.75rem;top:16.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZmODmrtyRN4HpdznDNOqaFSxwlBKJTD { width:20rem;height:7rem;top:19.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRKTTfQI0kE1EdKMrqX8S7Tre8v9AH2C { width:20rem;height:1.75rem;top:27.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pywWa6C6GuL87bWvlidMrm0xPKpn8v8l { width:20rem;height:5.25rem;top:30.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T { display:block; }#XDZKRSkz8SeLHUHqDOfdkKUhVziTT67T > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pzbwns03vAa7I2Jko40HmgNO757Z8gyG { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfepH0QZtrUp6W6J7y02Xt9kMQERISIU { width:20rem;height:1.5rem;top:7.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFQkbsFEfLGZMXtTyysnvvnyGhPJE5XK { width:20rem;height:1.5rem;top:8.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zK965kkedou7VVKkTaQh1XwxO7vCoLyG { width:20rem;height:1.5rem;top:10.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZ9qiGqsDHoNLZ8fHh96pFigBzcS1Kh9 { width:20rem;height:3rem;top:13.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7Jwb3Aiu4gsqbM3sIL2aOp5J7a36bXC { width:20rem;height:1.5rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCRTrgG5TEgqJTSJhcr5L40uLO0NzgWa { width:20rem;height:1.5rem;top:20.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRzk9MfnumPhGL0TGkSKBXhQPqQTV3vW { width:20rem;height:1.5rem;top:22rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATyK63IbICqE5dyZT3tkv3W5puy0O1SQ { width:20rem;height:1.5rem;top:25.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMCa3lIJhI26XQTu16nwSqLnh3sQo4In { width:20rem;height:1.5rem;top:28.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2OtEVDSCTgNWGoeDX4KSznVf7G8yrxs { width:20rem;height:1.5rem;top:31.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 { display:block; }#KIP3A3I4bc9AVfkpxiqkBtLigZBgpSS5 > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvkN9JzVI0i2SHgufu8bZ4VP7kKXtf5X { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpSs4gzDzfrkN1pgiaUPT9wWdqdJCm4F { width:20rem;height:3.375rem;top:5.29980625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1pe76r2qC6TXTQDsppAAGaTytcmV07n { width:20rem;height:3.375rem;top:8.6748046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWeGhJCCLXv9Bs06USaitlhlhdB48HeP { width:20rem;height:3.375rem;top:12.0498046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXdppHaBpd4JbS7AqP0zXqNn9VO4ataa { width:20rem;height:3.375rem;top:15.4248046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #loDvmIal4rmbgXF0mTZqe7FhPBLSvOCK { width:20rem;height:5.5996125rem;top:20.82421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLAUakKgqX3pZzalCXxTAkIdVkBNymwk { width:20rem;height:3.375rem;top:28.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwNVnCpCAfnDWNBSw1DyTVmHdX3DUnlf { width:20rem;height:3.375rem;top:31.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAgumyZy4N3xAe15T4R8VMZKwdVuI9p3 { width:20rem;height:3.375rem;top:34.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwpvzEZwbEiHd8utsUWOktudTU3axoAK { display:block; }#DwpvzEZwbEiHd8utsUWOktudTU3axoAK > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcpylHOTTpKHXGIZzGDiGP6KmUqVFfyK { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2rFVoy2KTqTQV28I3GumT20blZkrTTd { width:20rem;height:3rem;top:8.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usq8xyLx8HaJLIi4RfaidK4nveAvniBN { width:20rem;height:3rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzHGA52efypLu7KCGA14MeAaQX421rvd { width:20rem;height:3rem;top:17.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cObskBNgJcNFVbd6my6URVbUJImAAaWw { width:20rem;height:3rem;top:21.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB { display:block; }#QeV7aMaIN5RkDmiUZkKK72Of3KbmBwdB > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9o4KJ7U7WraH02FDoLS3vANGlqZBqi1 { width:20rem;height:2.625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPRT8dd0rsJasJRSJWixgBWM55DBcNTt { width:20rem;height:1.5rem;top:5.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQncrgmyJ9kZbstPD6TIyR0ogbJ79Z5y { width:20rem;height:3rem;top:7.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xy1ErEnAfqmbQTeIfwZNQ6R9NsAIxGPi { width:20rem;height:3rem;top:12.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXwrGOPamlQaATvbl2ZTZH6PaPk8TqXW { top:17.25rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTWRfkroZ52sx4ki1gbUaOZg2DcvTWk { display:block; }
 }@media only screen and (max-width: 763px) { #sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F { display:block; }#sNPQFUo9VuTRTq1BGUctLUIG4XpFeg3F > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsFCRwc7eoqg8g9GWQBXSBmytBJHkaTT { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqQobANbBJDekWRUsooc7StGEe2JxpJ5 { width:20rem;height:1.5rem;top:7.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3GnXkGT7wk8uSf0O7FTw63Dfs14tfD7 { width:20rem;height:1.5rem;top:11.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqM7CVD9heX4V6Oky9qVae0nmffdK3PP { width:20rem;height:1.5rem;top:14.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qodQ4xnTHGgL9v4JiTeAMs7SxWIq3dJN { width:20rem;height:1.5rem;top:17.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 { display:block; }#lUBL25swXSJeNVXJtIv8wG7eWhOwhdP8 > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE4PKDezbyDIXitzbDd6teTJXoaZGgAW { width:19.4375rem;height:2.625rem;top:0.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLv50DOK8HwtASVJ4kCiVn9dXgOFX8a8 { width:18.75rem;height:1.5rem;top:12.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTVQnppuSSrGmTACDrPKVTa3qBVcokbe { width:18.75rem;height:2.8125rem;top:9.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TOx0cMyXAPa9J7hogIpa8w9x6SW3TL { display:block; }
 }@media only screen and (max-width: 763px) { #nLdtOnppxcGiQayAaUGVSvRNOMiU7qqX { width:20rem;height:1.5rem;top:6.7216796875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { background-color:#f2f2f2;background-image:none;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rogJ7JHoq9JGTBhCieE1qUOTgk42Aqt9 { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }