.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:233,219,247;--color-primary-1:181,136,229;--color-primary-2:106,17,203;--color-primary-3:53,9,102;--color-primary-4:16,3,30;--color-secondary-0:255,230,217;--color-secondary-1:255,170,128;--color-secondary-2:255,85,0;--color-secondary-3:128,43,0;--color-secondary-4:38,13,0;--color-tertiary-0:255,255,255;--color-tertiary-1:195,182,209;--color-tertiary-2:55,10,102;--color-tertiary-3:28,5,51;--color-tertiary-4:5,1,10;--headlines-font-family:"GT";--paragraphs-font-family:"GT"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;overflow:visible;position:relative;display:block; }#hz8F8Q2F52TIbXlyv0PMGMaoNq9J2pCP { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:19.875rem;top:2.75rem;left:27.5625rem;overflow:hidden;display:block; }
#ESWLJH27i1OG477V5F5ESfD6yatiau7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row .container { background-color: transparent; background-image: none; }#ESWLJH27i1OG477V5F5ESfD6yatiau7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row .container > .video-iframe-container { display: none; }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row > .video-iframe-container { display: none; }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .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); }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row .container { border-width: 0; border-radius: 0; }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#TWlZs4rV39up0qUaxK7gBPb2UBTut8Li { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:36.3125rem;top:3.8125rem;left:18.8232421875rem;overflow:hidden;display:block; }
#SvBGW6I3nCRSghVSuiBpzPHNkIsZ2HSs { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:43.0625rem;top:12.0625rem;left:16rem;overflow:hidden;display:block; }
#POBQFdhMemp3Eiqw9Q8culGDQaNcTF1m { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:18.75rem;top:8.1875rem;left:50.09375rem;overflow:hidden;display:block; }
#ePxOxSM0DV5GK2hrr8BFiCiTJgfFtwJ1 { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:18.75rem;top:8.1875rem;left:5.03125rem;overflow:hidden;display:block; }
#LDiHDhp1AnMpbFIKf57ppQBtBg9k0DhU { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:22.5rem;left:15.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row .container { background-color: transparent; background-image: none; }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row .container > .video-iframe-container { display: none; }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row > .video-iframe-container { display: none; }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .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); }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row .container { border-width: 0; border-radius: 0; }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#PUVWZORAg0egFp9KAqp7DBinXJDWpAsc { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:51.125rem;overflow:hidden;display:block; }
#Rizk4Q5gAJiesdKZWKDpe1gSPcy7Ticy { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:40.4375rem;overflow:hidden;display:block; }
#usU3CPEsdXOdH6o6HWEmbhKlMDPJIP6Z { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6490888595581rem;left:2.90625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#hqzTwUazW2Zoy4duZZEwd3t26yVmT8OQ { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:10.4375rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#ukJP1fTTysq49esDLO3TdVBuOusrTP76 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.75rem;top:4.5rem;left:61.625rem;overflow:hidden;display:block; }
#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row .container { background-color: transparent; background-image: none; }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row .container > .video-iframe-container { display: none; }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row > .video-iframe-container { display: none; }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .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); }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row .container { border-width: 0; border-radius: 0; }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#SHmccIRnZRe7qEx6UdTCLrdPfSXTOHH8 { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13rem;width:13.125rem;top:2.75rem;left:19.5625rem;overflow:hidden;display:block; }
#k4d4fUXa0kKWzuuA1mGMAizAZdqQmX5H { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:8.875rem;overflow:hidden;display:block; }
#EXRlp9EGcE5UaROW0AazBxEOFnCJc2FC { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.228515625rem;left:40.437502384186rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#t7mxw9bv6bMSonu8md9ffAo0vMT75eLO { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:10.874349594116rem;left:40.437502384186rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#idytW7E6nbrdtCeduDlbMy7sLCR48ATw { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:11.75rem;top:4.25rem;left:1.3125rem;overflow:hidden;display:block; }
#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row .container { background-color: transparent; background-image: none; }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row .container > .video-iframe-container { display: none; }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row > .video-iframe-container { display: none; }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .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); }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row .container { border-width: 0; border-radius: 0; }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#seeBcK5b0eiHVHNohiZ0gfRsR6reUGvD { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:51.125rem;overflow:hidden;display:block; }
#Z80OX2VdRakPalFWqWHF8KSdmd1EAKFD { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:40.4375rem;overflow:hidden;display:block; }
#HrJPU0mWKNHWnnnTOx7pypRnu5VCP0gV { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.6875rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#Axnho9HxW0n2dypz48gbcHeQ2Aoor7ly { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:11.2119140625rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#VoUfNe2mMdrnXK0h2kyZxMvwHg2FiSxl { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.75rem;top:4.5rem;left:61.625rem;overflow:hidden;display:block; }
#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row .container { background-color: transparent; background-image: none; }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row .container > .video-iframe-container { display: none; }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row > .video-iframe-container { display: none; }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .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); }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row .container { border-width: 0; border-radius: 0; }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#eTZCxeymhkLvrCJKOD4LP4q6GbXkoiGS { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:19.5625rem;overflow:hidden;display:block; }
#wsTopDc89PKf8b0yFIkDC7a7ViTntRc8 { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:8.875rem;overflow:hidden;display:block; }
#BA4xOCkZ5poiUJkKLlCNzRLOVdiJIy8Q { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.5625rem;left:40.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#QJpQM6HmEm685X6T6qsPwOZVpUcEZTog { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:11.5rem;left:40.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#CPwGzVn8T6FG9n7GHIT1hC9DWEaTe8CL { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:11.75rem;top:4.25rem;left:1.3125rem;overflow:hidden;display:block; }
#rvfeklNshuDUNPV2Tmpz46CurqkenWDC { position:relative;display:block; }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC { background-color: transparent; background-image: none; }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC > .row .container > .video-iframe-container { display: none; }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC > .row > .video-iframe-container { display: none; }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC > .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); }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC { border-width: 0; border-radius: 0; }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC > .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; }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:39rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NUXlKDxR5kXdDJfABohTsHJpHCAJSAPa { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:2.5rem;left:18.125rem;display:block; }
#D2gPZCGcayNvLJKAalGkITLwBvN621c0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row .container { background-color: transparent; background-image: none; }#D2gPZCGcayNvLJKAalGkITLwBvN621c0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row .container > .video-iframe-container { display: none; }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row > .video-iframe-container { display: none; }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .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); }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row .container { border-width: 0; border-radius: 0; }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#dplgJ84zXg1qLPyX7ezqcbXFM12rawUS { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:19.5625rem;overflow:hidden;display:block; }
#HNwpplEKfqkAeI86DfXezn45mZy5CvOD { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:8.875rem;overflow:hidden;display:block; }
#fCSCqUEF5FAhLnKgs4LJMM83v2WZGSJo { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.5625rem;left:40.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#KImBg8Xg2wMcahtZvwcnZftUQhSlBNg4 { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:11.5rem;left:40.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#L1aso9lTIBuaWEXFHtAseQVVKVcTp1Zg { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:11.75rem;top:4.25rem;left:1.3125rem;overflow:hidden;display:block; }
#F51HKpa39NW4aqWP3mQmdPKLTyfARKse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row .container { background-color: transparent; background-image: none; }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row .container > .video-iframe-container { display: none; }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row > .video-iframe-container { display: none; }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .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); }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row .container { border-width: 0; border-radius: 0; }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#eT9gCMVrp3C5vAsCvKoJ0AOrsgayeOg8 { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:51.125rem;overflow:hidden;display:block; }
#uBAFCZompAnARDiggHAxPcTWB7PdE3Lu { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:40.4375rem;overflow:hidden;display:block; }
#p33JZ54uHM2XOAKTXBuM1Pl6y57NWcOn { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.8125rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#Dv7fg9ZE3kPbgA4GdTwD9P8UIfAcUS0f { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12.1875rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#K9sP7nDqUntW36mWKrVwHR9WPhelTTB9 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.75rem;top:4.5rem;left:61.625rem;overflow:hidden;display:block; }
#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row .container { background-color: transparent; background-image: none; }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row .container > .video-iframe-container { display: none; }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row > .video-iframe-container { display: none; }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .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); }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row .container { border-width: 0; border-radius: 0; }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#VIUa6LQs3sKicRoXP0pBy6wvTcl1wyiT { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:19.5625rem;overflow:hidden;display:block; }
#ovWC0dC0J4uOowGF1xuOLZuta1vR5MDu { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:8.875rem;overflow:hidden;display:block; }
#iSZPO2HVxMvH9bVgAthdAMySMxGRD0eN { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.5625rem;left:40.4375rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#WSa9IvMmG4zR5CrPuGgDcVbmvF8Tw12r { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:11.1875rem;left:40.437502384186rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#XFcT3lfZJw82A7TZq0fmrxuDS6Jdc98F { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:11.75rem;top:4.25rem;left:1.3125rem;overflow:hidden;display:block; }
#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row .container { background-color: transparent; background-image: none; }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row .container > .video-iframe-container { display: none; }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row > .video-iframe-container { display: none; }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .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); }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row .container { border-width: 0; border-radius: 0; }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#F6rEGGvaWTW88gy0usobKqakA3o0HdXa { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:51.125rem;overflow:hidden;display:block; }
#y610iuMQ9t8LwnQlxFaVGralWOARAHo3 { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:40.4375rem;overflow:hidden;display:block; }
#lTfMpGE0FSrXFsJmZ354Dsr0bKsqlrX2 { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.8125rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#KXFd94T8EIKbzSrs3TbZ0NpS0mefsych { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12.1875rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#whMzEDCnEL05K7K8uqfX5gaENTV9xIfo { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.75rem;top:4.5rem;left:61.625rem;overflow:hidden;display:block; }
#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row .container { background-color: transparent; background-image: none; }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row .container > .video-iframe-container { display: none; }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row > .video-iframe-container { display: none; }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .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); }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row .container { border-width: 0; border-radius: 0; }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#TDTzr3HHLLgU1md1GCA75uxoU77CTDnB { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:19.5625rem;overflow:hidden;display:block; }
#uh8zdWtSQM8Nd4cegSRvUx7OVNmFZ8Eg { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:8.875rem;overflow:hidden;display:block; }
#D42FUAJflp8rTc3cOF6UgvPiQh35fsAF { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.875rem;left:40.437502384186rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#OgTilhqeZgOgvONLi9gTP8dbNAE7eyGn { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:10.718753814698rem;left:40.437502384186rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#oRP8JNn5IC4nyMdzAWLQSit2qXpR3BKI { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:11.75rem;top:4.25rem;left:1.3125rem;overflow:hidden;display:block; }
#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh { position:relative;display:block; }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh { background-color: transparent; background-image: none; }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh > .row .container > .video-iframe-container { display: none; }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh > .row > .video-iframe-container { display: none; }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh > .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); }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh { border-width: 0; border-radius: 0; }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh > .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; }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:39rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hoKmftWZrkXDlI1Tc4lAKbtz4kuVPvsD { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:2.5rem;left:18.125rem;display:block; }
#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row .container { background-color: transparent; background-image: none; }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row .container > .video-iframe-container { display: none; }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row > .video-iframe-container { display: none; }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .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); }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row .container { border-width: 0; border-radius: 0; }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#R77J6faFOmXXbTVB1Vf5tan76GN9asQS { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:12.5625rem;top:2.75rem;left:51.125rem;overflow:hidden;display:block; }
#DpgeyZ2m8KmlT1L7du0COnwqfi87Ji8B { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:40.4375rem;overflow:hidden;display:block; }
#eKRz7Nktc5TNoUsAcpUX70pPXtplrXlW { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.8125rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#t0BHhgmyReVlqMCpqr0CpwRmvIcOtTPd { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12.1875rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#rripT5uxqDRq1LNxfIDkqMndUFA20TUU { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.75rem;top:4.5rem;left:61.625rem;overflow:hidden;display:block; }
#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row .container { background-color: transparent; background-image: none; }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row .container > .video-iframe-container { display: none; }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row > .video-iframe-container { display: none; }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .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); }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row .container { border-width: 0; border-radius: 0; }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#taU5iCyEiwmltFPclkyZKFcEUSyC1iwG { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13rem;width:13.125rem;top:2.75rem;left:19.5625rem;overflow:hidden;display:block; }
#dQobUe9vgxPvu8zEW2TvTsG9iOiL5WNr { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:8.875rem;overflow:hidden;display:block; }
#DOffZy8OMV3d9QedUqPgtVFtWdSosp2v { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6875rem;left:40.4375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#noUbQqfWnrsbuFDfAJos8F9V5abdMmrW { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:10.3125rem;left:40.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#gcaBFf3e4RpK5mygMaeRoHDJsiWO096B { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:11.75rem;top:4.25rem;left:1.3125rem;overflow:hidden;display:block; }
#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row .container { background-color: transparent; background-image: none; }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row .container > .video-iframe-container { display: none; }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row > .video-iframe-container { display: none; }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .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); }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row .container { border-width: 0; border-radius: 0; }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#zzsKfMLV0PSLFoKfviwlN3AH6GP948cF { position:absolute;display:block;z-index:15001;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:12.5625rem;width:12.5625rem;top:2.75rem;left:51.125rem;overflow:hidden;display:block; }
#yl05XSE5oxnsW3xIuM6pnXObyZEwdwTQ { position:absolute;display:block;z-index:15002;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;box-shadow: 0.375rem 0.375rem 0.9375rem rgba(0,0,0,0.54) ;height:13.125rem;width:13.125rem;top:2.75rem;left:40.4375rem;overflow:hidden;display:block; }
#a59f7Kl6y5VBdf4hTTyZG6Bly9AFAfRt { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.8125rem;left:2.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#uXAgSeuT4nNHbVXHtqVGiDLNG64pm24F { color:#ff5500;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12.1875rem;left:2.90625rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#XeJoaDTa9ufP54gXLSsafXGX1imOHAJS { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.75rem;top:4.5rem;left:61.625rem;overflow:hidden;display:block; }
#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC { position:relative;display:block; }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC { background-color: transparent; background-image: none; }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC > .row .container > .video-iframe-container { display: none; }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC > .row > .video-iframe-container { display: none; }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC > .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); }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC { border-width: 0; border-radius: 0; }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC > .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; }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TxevgVFuvAlEgEzNCHDbEO79iqVswyKa { background-color:#ffcc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:6.8743495941163rem;left:51.166666507721rem;display:block; }
#mWe72mAWWtK0cUZqeh3Dx7MECqwd94fg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbcNw7rAxOFBnNPnX3IeXFwTFeIIJzk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2825527191162rem;left:5.916015625rem;height:14.6223875rem;display:block; }
#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row .container { background-color: transparent; background-image: none; }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row .container > .video-iframe-container { display: none; }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row > .video-iframe-container { display: none; }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .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); }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row .container { border-width: 0; border-radius: 0; }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#hxSRJQ8ZaEJMT0exhaBATgqNQK9sl1gH { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:13.25rem;top:1.125rem;left:30.875rem;overflow:hidden;display:block; }
#HwpcTteVm3492fAmLEmOgZkoNUXgMB7r { color:#6b6b6b;display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7558479309082rem;left:18.562500476837rem;height:0.9746125rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz8F8Q2F52TIbXlyv0PMGMaoNq9J2pCP { top:2.75rem;left:13.9375rem;width:19.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESWLJH27i1OG477V5F5ESfD6yatiau7r { display:block; }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWlZs4rV39up0qUaxK7gBPb2UBTut8Li { top:3.8125rem;left:5.1982421875rem;width:36.3125rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBGW6I3nCRSghVSuiBpzPHNkIsZ2HSs { top:12.0625rem;left:2.375rem;width:43.0625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POBQFdhMemp3Eiqw9Q8culGDQaNcTF1m { top:8.1875rem;left:29rem;width:18.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxOxSM0DV5GK2hrr8BFiCiTJgfFtwJ1 { top:8.1875rem;left:0rem;width:18.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDiHDhp1AnMpbFIKf57ppQBtBg9k0DhU { top:22.5rem;left:1.625rem;width:44.5rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy { display:block; }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUVWZORAg0egFp9KAqp7DBinXJDWpAsc { top:2.75rem;left:30.6875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rizk4Q5gAJiesdKZWKDpe1gSPcy7Ticy { top:2.75rem;left:23.875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usU3CPEsdXOdH6o6HWEmbhKlMDPJIP6Z { top:7.625rem;left:0rem;width:33.5625rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqzTwUazW2Zoy4duZZEwd3t26yVmT8OQ { top:10.4375rem;left:0rem;width:33.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukJP1fTTysq49esDLO3TdVBuOusrTP76 { top:4.5rem;left:36rem;width:11.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFLC22tfRM4ixQSSfGN3iZSggs9ca859 { display:block; }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHmccIRnZRe7qEx6UdTCLrdPfSXTOHH8 { top:2.75rem;left:10rem;width:13.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4d4fUXa0kKWzuuA1mGMAizAZdqQmX5H { top:2.75rem;left:2.0625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXRlp9EGcE5UaROW0AazBxEOFnCJc2FC { top:6.1875rem;left:14.1875rem;width:33.5625rem;height:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7mxw9bv6bMSonu8md9ffAo0vMT75eLO { top:10.8125rem;left:14.1875rem;width:33.5625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idytW7E6nbrdtCeduDlbMy7sLCR48ATw { top:4.25rem;left:0rem;width:11.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 { display:block; }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seeBcK5b0eiHVHNohiZ0gfRsR6reUGvD { top:2.75rem;left:30.6875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z80OX2VdRakPalFWqWHF8KSdmd1EAKFD { top:2.75rem;left:23.875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrJPU0mWKNHWnnnTOx7pypRnu5VCP0gV { top:8.6875rem;left:0rem;width:33.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axnho9HxW0n2dypz48gbcHeQ2Aoor7ly { top:11.1875rem;left:0rem;width:33.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoUfNe2mMdrnXK0h2kyZxMvwHg2FiSxl { top:4.5rem;left:36rem;width:11.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE { display:block; }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTZCxeymhkLvrCJKOD4LP4q6GbXkoiGS { top:2.75rem;left:10rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsTopDc89PKf8b0yFIkDC7a7ViTntRc8 { top:2.75rem;left:2.0625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA4xOCkZ5poiUJkKLlCNzRLOVdiJIy8Q { top:6.5625rem;left:14.1875rem;width:33.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJpQM6HmEm685X6T6qsPwOZVpUcEZTog { top:11.5rem;left:14.1875rem;width:33.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPwGzVn8T6FG9n7GHIT1hC9DWEaTe8CL { top:4.25rem;left:0rem;width:11.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvfeklNshuDUNPV2Tmpz46CurqkenWDC { display:block; }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUXlKDxR5kXdDJfABohTsHJpHCAJSAPa { top:2.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2gPZCGcayNvLJKAalGkITLwBvN621c0 { display:block; }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dplgJ84zXg1qLPyX7ezqcbXFM12rawUS { top:2.75rem;left:10rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNwpplEKfqkAeI86DfXezn45mZy5CvOD { top:2.75rem;left:2.0625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCSCqUEF5FAhLnKgs4LJMM83v2WZGSJo { top:6.5625rem;left:14.1875rem;width:33.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KImBg8Xg2wMcahtZvwcnZftUQhSlBNg4 { top:11.5rem;left:14.1875rem;width:33.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1aso9lTIBuaWEXFHtAseQVVKVcTp1Zg { top:4.25rem;left:0rem;width:11.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F51HKpa39NW4aqWP3mQmdPKLTyfARKse { display:block; }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eT9gCMVrp3C5vAsCvKoJ0AOrsgayeOg8 { top:2.75rem;left:30.6875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBAFCZompAnARDiggHAxPcTWB7PdE3Lu { top:2.75rem;left:23.875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p33JZ54uHM2XOAKTXBuM1Pl6y57NWcOn { top:7.8125rem;left:0rem;width:33.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv7fg9ZE3kPbgA4GdTwD9P8UIfAcUS0f { top:12.1875rem;left:0rem;width:33.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9sP7nDqUntW36mWKrVwHR9WPhelTTB9 { top:4.5rem;left:36rem;width:11.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVTexfXyN3k53tpKTHgiiEuieWhoIG8h { display:block; }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIUa6LQs3sKicRoXP0pBy6wvTcl1wyiT { top:2.75rem;left:10rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovWC0dC0J4uOowGF1xuOLZuta1vR5MDu { top:2.75rem;left:2.0625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSZPO2HVxMvH9bVgAthdAMySMxGRD0eN { top:6.5625rem;left:14.1875rem;width:33.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSa9IvMmG4zR5CrPuGgDcVbmvF8Tw12r { top:11.1875rem;left:14.1875rem;width:33.5625rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFcT3lfZJw82A7TZq0fmrxuDS6Jdc98F { top:4.25rem;left:0rem;width:11.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP { display:block; }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6rEGGvaWTW88gy0usobKqakA3o0HdXa { top:2.75rem;left:30.6875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y610iuMQ9t8LwnQlxFaVGralWOARAHo3 { top:2.75rem;left:23.875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTfMpGE0FSrXFsJmZ354Dsr0bKsqlrX2 { top:7.8125rem;left:0rem;width:33.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXFd94T8EIKbzSrs3TbZ0NpS0mefsych { top:12.1875rem;left:0rem;width:33.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMzEDCnEL05K7K8uqfX5gaENTV9xIfo { top:4.5rem;left:36rem;width:11.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS { display:block; }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDTzr3HHLLgU1md1GCA75uxoU77CTDnB { top:2.75rem;left:10rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh8zdWtSQM8Nd4cegSRvUx7OVNmFZ8Eg { top:2.75rem;left:2.0625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D42FUAJflp8rTc3cOF6UgvPiQh35fsAF { top:7.875rem;left:14.1875rem;width:33.5625rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgTilhqeZgOgvONLi9gTP8dbNAE7eyGn { top:10.6875rem;left:14.1875rem;width:33.5625rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRP8JNn5IC4nyMdzAWLQSit2qXpR3BKI { top:4.25rem;left:0rem;width:11.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh { display:block; }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoKmftWZrkXDlI1Tc4lAKbtz4kuVPvsD { top:2.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS { display:block; }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R77J6faFOmXXbTVB1Vf5tan76GN9asQS { top:2.75rem;left:30.6875rem;width:12.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpgeyZ2m8KmlT1L7du0COnwqfi87Ji8B { top:2.75rem;left:23.875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKRz7Nktc5TNoUsAcpUX70pPXtplrXlW { top:7.8125rem;left:0rem;width:33.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0BHhgmyReVlqMCpqr0CpwRmvIcOtTPd { top:12.1875rem;left:0rem;width:33.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rripT5uxqDRq1LNxfIDkqMndUFA20TUU { top:4.5rem;left:36rem;width:11.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w09Th2SxqhxzLBplEupwW4MNbVNGOV22 { display:block; }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taU5iCyEiwmltFPclkyZKFcEUSyC1iwG { top:2.75rem;left:10rem;width:13.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQobUe9vgxPvu8zEW2TvTsG9iOiL5WNr { top:2.75rem;left:2.0625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOffZy8OMV3d9QedUqPgtVFtWdSosp2v { top:7.6875rem;left:14.1875rem;width:33.5625rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUbQqfWnrsbuFDfAJos8F9V5abdMmrW { top:10.3125rem;left:14.1875rem;width:33.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcaBFf3e4RpK5mygMaeRoHDJsiWO096B { top:4.25rem;left:0rem;width:11.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ { display:block; }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzsKfMLV0PSLFoKfviwlN3AH6GP948cF { top:2.75rem;left:30.6875rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl05XSE5oxnsW3xIuM6pnXObyZEwdwTQ { top:2.75rem;left:23.875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59f7Kl6y5VBdf4hTTyZG6Bly9AFAfRt { top:7.8125rem;left:0rem;width:33.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAgSeuT4nNHbVXHtqVGiDLNG64pm24F { top:12.1875rem;left:0rem;width:33.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeJoaDTa9ufP54gXLSsafXGX1imOHAJS { top:4.5rem;left:36rem;width:11.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC { display:block; }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxevgVFuvAlEgEzNCHDbEO79iqVswyKa { width:17.5rem;height:3.4375rem;top:6.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWe72mAWWtK0cUZqeh3Dx7MECqwd94fg { display:block; }
 }@media only screen and (max-width: 763px) { #hbcNw7rAxOFBnNPnX3IeXFwTFeIIJzk5 { top:1.25rem;left:0rem;width:38.125rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW { display:block; }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxSRJQ8ZaEJMT0exhaBATgqNQK9sl1gH { top:1.125rem;left:17.25rem;width:13.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwpcTteVm3492fAmLEmOgZkoNUXgMB7r { top:3.75rem;left:4.9375004768372rem;width:37.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz8F8Q2F52TIbXlyv0PMGMaoNq9J2pCP { width:19.875rem;height:2.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESWLJH27i1OG477V5F5ESfD6yatiau7r { display:block; }#ESWLJH27i1OG477V5F5ESfD6yatiau7r > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWlZs4rV39up0qUaxK7gBPb2UBTut8Li { width:20rem;height:17.728rem;top:2.94775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBGW6I3nCRSghVSuiBpzPHNkIsZ2HSs { width:20rem;height:4.84716875rem;top:7.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POBQFdhMemp3Eiqw9Q8culGDQaNcTF1m { width:11.1875rem;height:12.625rem;top:9.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxOxSM0DV5GK2hrr8BFiCiTJgfFtwJ1 { width:18.75rem;height:21.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDiHDhp1AnMpbFIKf57ppQBtBg9k0DhU { width:20rem;height:3.41145625rem;top:13.311199188233rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy { display:block; }#PxZNqMM4753OdCDDeTfTx7Tc62qL3ECy > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUVWZORAg0egFp9KAqp7DBinXJDWpAsc { width:9.375rem;height:9.375rem;top:8.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rizk4Q5gAJiesdKZWKDpe1gSPcy7Ticy { width:9.375rem;height:9.375rem;top:8.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usU3CPEsdXOdH6o6HWEmbhKlMDPJIP6Z { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqzTwUazW2Zoy4duZZEwd3t26yVmT8OQ { width:20rem;height:1.375rem;top:4rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukJP1fTTysq49esDLO3TdVBuOusrTP76 { width:11.75rem;height:13.25rem;top:9.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFLC22tfRM4ixQSSfGN3iZSggs9ca859 { display:block; }#oFLC22tfRM4ixQSSfGN3iZSggs9ca859 > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHmccIRnZRe7qEx6UdTCLrdPfSXTOHH8 { width:9.375rem;height:9.25rem;top:10.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4d4fUXa0kKWzuuA1mGMAizAZdqQmX5H { width:9.375rem;height:9.375rem;top:10.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXRlp9EGcE5UaROW0AazBxEOFnCJc2FC { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7mxw9bv6bMSonu8md9ffAo0vMT75eLO { width:20rem;height:4.125rem;top:4.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idytW7E6nbrdtCeduDlbMy7sLCR48ATw { width:11.75rem;height:13.1875rem;top:11.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 { display:block; }#HpkC9dOqsVNKtpefcyy82BlMsZAK2Jv0 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seeBcK5b0eiHVHNohiZ0gfRsR6reUGvD { width:9.375rem;height:9.375rem;top:9.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z80OX2VdRakPalFWqWHF8KSdmd1EAKFD { width:9.375rem;height:9.375rem;top:9.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrJPU0mWKNHWnnnTOx7pypRnu5VCP0gV { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Axnho9HxW0n2dypz48gbcHeQ2Aoor7ly { width:20rem;height:2.75rem;top:6.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoUfNe2mMdrnXK0h2kyZxMvwHg2FiSxl { width:11.75rem;height:13.25rem;top:11.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE { display:block; }#uPz10Aefc7NOlq5w3wbAsJyTRmzIhdiE > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTZCxeymhkLvrCJKOD4LP4q6GbXkoiGS { width:9.375rem;height:9.375rem;top:11.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsTopDc89PKf8b0yFIkDC7a7ViTntRc8 { width:9.375rem;height:9.375rem;top:11.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA4xOCkZ5poiUJkKLlCNzRLOVdiJIy8Q { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJpQM6HmEm685X6T6qsPwOZVpUcEZTog { width:20rem;height:2.75rem;top:8.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPwGzVn8T6FG9n7GHIT1hC9DWEaTe8CL { width:11.75rem;height:13.1875rem;top:12.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvfeklNshuDUNPV2Tmpz46CurqkenWDC { display:block; }#rvfeklNshuDUNPV2Tmpz46CurqkenWDC > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUXlKDxR5kXdDJfABohTsHJpHCAJSAPa { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2gPZCGcayNvLJKAalGkITLwBvN621c0 { display:block; }#D2gPZCGcayNvLJKAalGkITLwBvN621c0 > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dplgJ84zXg1qLPyX7ezqcbXFM12rawUS { width:9.375rem;height:9.375rem;top:11.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNwpplEKfqkAeI86DfXezn45mZy5CvOD { width:9.375rem;height:9.375rem;top:11.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCSCqUEF5FAhLnKgs4LJMM83v2WZGSJo { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KImBg8Xg2wMcahtZvwcnZftUQhSlBNg4 { width:20rem;height:2.75rem;top:8.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1aso9lTIBuaWEXFHtAseQVVKVcTp1Zg { width:11.75rem;height:13.1875rem;top:12.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F51HKpa39NW4aqWP3mQmdPKLTyfARKse { display:block; }#F51HKpa39NW4aqWP3mQmdPKLTyfARKse > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eT9gCMVrp3C5vAsCvKoJ0AOrsgayeOg8 { width:9.375rem;height:9.375rem;top:10.3125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBAFCZompAnARDiggHAxPcTWB7PdE3Lu { width:9.375rem;height:9.375rem;top:10.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p33JZ54uHM2XOAKTXBuM1Pl6y57NWcOn { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dv7fg9ZE3kPbgA4GdTwD9P8UIfAcUS0f { width:20rem;height:2.75rem;top:7.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9sP7nDqUntW36mWKrVwHR9WPhelTTB9 { width:11.75rem;height:13.25rem;top:12.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVTexfXyN3k53tpKTHgiiEuieWhoIG8h { display:block; }#wVTexfXyN3k53tpKTHgiiEuieWhoIG8h > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIUa6LQs3sKicRoXP0pBy6wvTcl1wyiT { width:9.375rem;height:9.375rem;top:11.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovWC0dC0J4uOowGF1xuOLZuta1vR5MDu { width:9.375rem;height:9.375rem;top:11.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSZPO2HVxMvH9bVgAthdAMySMxGRD0eN { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSa9IvMmG4zR5CrPuGgDcVbmvF8Tw12r { width:20rem;height:1.375rem;top:8.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFcT3lfZJw82A7TZq0fmrxuDS6Jdc98F { width:11.75rem;height:13.1875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP { display:block; }#Kp2XfC1AV7igTvNen5a2HaZ13EirMsxP > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6rEGGvaWTW88gy0usobKqakA3o0HdXa { width:9.375rem;height:9.375rem;top:10.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y610iuMQ9t8LwnQlxFaVGralWOARAHo3 { width:9.375rem;height:9.375rem;top:10.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTfMpGE0FSrXFsJmZ354Dsr0bKsqlrX2 { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXFd94T8EIKbzSrs3TbZ0NpS0mefsych { width:20rem;height:1.375rem;top:7.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whMzEDCnEL05K7K8uqfX5gaENTV9xIfo { width:11.75rem;height:13.25rem;top:12.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS { display:block; }#F6cuLWKb20LFrnXRMn3ORRlxsxIEmiDS > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDTzr3HHLLgU1md1GCA75uxoU77CTDnB { width:9.375rem;height:9.375rem;top:9.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh8zdWtSQM8Nd4cegSRvUx7OVNmFZ8Eg { width:9.375rem;height:9.375rem;top:9.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D42FUAJflp8rTc3cOF6UgvPiQh35fsAF { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgTilhqeZgOgvONLi9gTP8dbNAE7eyGn { width:20rem;height:1.375rem;top:6.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRP8JNn5IC4nyMdzAWLQSit2qXpR3BKI { width:11.75rem;height:13.1875rem;top:10.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh { display:block; }#QyC96Vy0WpBXhbz4SuCoO76KJlqhWIqh > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoKmftWZrkXDlI1Tc4lAKbtz4kuVPvsD { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS { display:block; }#hShvoKaSlgPbwhxpLgx1EezDn4kLp4rS > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R77J6faFOmXXbTVB1Vf5tan76GN9asQS { width:9rem;height:9.375rem;top:10.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpgeyZ2m8KmlT1L7du0COnwqfi87Ji8B { width:9.375rem;height:9.375rem;top:10.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKRz7Nktc5TNoUsAcpUX70pPXtplrXlW { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0BHhgmyReVlqMCpqr0CpwRmvIcOtTPd { width:20rem;height:2.75rem;top:7.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rripT5uxqDRq1LNxfIDkqMndUFA20TUU { width:11.75rem;height:13.25rem;top:12.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w09Th2SxqhxzLBplEupwW4MNbVNGOV22 { display:block; }#w09Th2SxqhxzLBplEupwW4MNbVNGOV22 > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taU5iCyEiwmltFPclkyZKFcEUSyC1iwG { width:9.375rem;height:9.3125rem;top:7.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQobUe9vgxPvu8zEW2TvTsG9iOiL5WNr { width:9.375rem;height:9.375rem;top:7.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOffZy8OMV3d9QedUqPgtVFtWdSosp2v { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noUbQqfWnrsbuFDfAJos8F9V5abdMmrW { width:20rem;height:1.375rem;top:4.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcaBFf3e4RpK5mygMaeRoHDJsiWO096B { width:11.75rem;height:13.1875rem;top:9.9375019073488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ { display:block; }#zZScJk0p9PXZq8Jfo9Fp4TB7zWn4rWzQ > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzsKfMLV0PSLFoKfviwlN3AH6GP948cF { width:9rem;height:9rem;top:10.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl05XSE5oxnsW3xIuM6pnXObyZEwdwTQ { width:9.375rem;height:9.375rem;top:10.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59f7Kl6y5VBdf4hTTyZG6Bly9AFAfRt { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXAgSeuT4nNHbVXHtqVGiDLNG64pm24F { width:20rem;height:1.375rem;top:7.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeJoaDTa9ufP54gXLSsafXGX1imOHAJS { width:11.75rem;height:13.25rem;top:12.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC { display:block; }#ydv5Jz9IbqTgvKzdqoe5fTOlnSB5pEXC > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxevgVFuvAlEgEzNCHDbEO79iqVswyKa { width:17.5rem;height:3.4375rem;top:27.145182609558rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWe72mAWWtK0cUZqeh3Dx7MECqwd94fg { display:block; }
 }@media only screen and (max-width: 763px) { #hbcNw7rAxOFBnNPnX3IeXFwTFeIIJzk5 { width:20rem;height:23.39584375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW { display:block; }#K4vRliHfdpIvGg77MCqrfNMGsiXTE5VW > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxSRJQ8ZaEJMT0exhaBATgqNQK9sl1gH { width:13.25rem;height:1.8125rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwpcTteVm3492fAmLEmOgZkoNUXgMB7r { width:20rem;height:1.94921875rem;top:4.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }