.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:224,250,243;--color-primary-1:162,241,218;--color-primary-2:100,231,194;--color-primary-3:2,154,95;--color-primary-4:20,46,39;--color-secondary-0:254,244,232;--color-secondary-1:248,224,195;--color-secondary-2:242,136,125;--color-secondary-3:145,82,75;--color-secondary-4:48,27,25;--color-tertiary-0:255,255,255;--color-tertiary-1:225,225,225;--color-tertiary-2:121,121,112;--color-tertiary-3:73,73,67;--color-tertiary-4:31,31,17;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@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-secondary-0),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-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0rem;left:0rem;right:0rem;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#TZQ9VmhJ5s8HokKTXmhTOD503TaFCGPA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.4375rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#f8x6vvhlB7kzX4MMLpkFZs5SVerWIs4T { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.96875rem;left:60.1875rem;display:block; }
#UxkeEBDSdCOD4zdHxGAwHSpbBrdVLtQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7WaWzcyip9eD61d5O3PDiP2KZZMaTHT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:17.375rem;display:block; }
#WW3tysLg7yZX8KdvsTfAb5lu896peVTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kF0euImIpIeJz92q5O2iAKv0dl78cArD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1rem;left:26.75rem;display:block; }
#FQLu4kfv6WvHhuqXxya9lV9a1044461J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNI1AJFdXlTFq0OEB6kHauU7gx0vo5rV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:32rem;display:block; }
#GHIo7AhVnAhnxeNudIE2obA2AVyMPtVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qxn7OhPITf5Ff1lA1G8L3ZCskHNg0Dlm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:38.3125rem;display:block; }
#WZhhs36XKR42F4ln6h2nkaHWJacfA8ma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAIHLP5aLzszRznp6Tv0bqKLKMfu4Zxd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1rem;left:41.75rem;display:block; }
#IZPLdhxFJiSLuT67TaXyXlXZbQeGrrAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#frd4i01bWCtID2kBxk35ylpTxJnRNHPX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1rem;left:52.5625rem;display:block; }
#JE8vzEn5SEpiW223DXSMo8Ro0Xl8BRN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TT3s6TKVRNHpKkCILnR9FEytyRby6ZWp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.5625rem;left:71.875rem; }
#TT3s6TKVRNHpKkCILnR9FEytyRby6ZWp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ahV4JDWtLatnmQVT8be4MN4TL5ydQoqQ { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f7615, #00ff0d);background-image: -moz-linear-gradient(90deg, #0f7615, #00ff0d);background-image: -ms-linear-gradient(90deg, #0f7615, #00ff0d);background-image: -o-linear-gradient(90deg, #0f7615, #00ff0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7615', endColorstr='#00ff0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7615', endColorstr='#00ff0d' );";background-image: linear-gradient(90deg, #0f7615, #00ff0d);background-size:auto !important;top:0rem;left:71.3125rem;display:block; }
#D522wdSGyEBnJA7fwmliKMsUDZnACaTW { position:relative;display:block; }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW { background-color: transparent; background-image: none; }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW > .row .container > .video-iframe-container { display: none; }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW > .row > .video-iframe-container { display: none; }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW > .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); }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW { border-width: 0; border-radius: 0; }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW > .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; }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;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; }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row .container { border-width: 0; border-radius: 0; }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#fv8aGOiRTdrbXhHR5bLgg81rN2pFLEwA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.4375rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#TLwsrlDEvDGGb0k6GTQs3uKwwwtV8lOm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:23rem;display:block; }
#vp6KaVVkXMJwoDampdoFzru5OJDWw0c9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PqvIrs58asD1kxbkUtdbXeTTTiFJJPZ8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1rem;left:32.375rem;display:block; }
#hX5nBFcC9FTVQZXxDRXOyxA5BrHNmV2S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W7kknTt441yDpts6cJQTvvQ1KlbbXOZG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:37.625rem;display:block; }
#Vwpbl1uk3iO36ycsC2VWsLO39Zr9Hapa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThV6av1xFklUl6p9JkbitFReSP0Jisxc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:43.9375rem;display:block; }
#V2kaboXBwKZuD3gHuB6vwT6zqetwhDfX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCDEWgGXiAvgv0IJJm1dRBpfg1uoIsWl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1rem;left:47.375rem;display:block; }
#NE6wW1VcruZenb4HQ3gF14nzRDpfpi0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmZRcMfaBqZOt6yJzSGVEN1AID6v7SNt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1rem;left:58.1875rem;display:block; }
#yTTEvJq9r4lZEkmKOnDTRhmQ5OtGWma6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6Ug1u1Uv33v5b8nASPJTJQnTO64moOF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container { background-color: transparent; background-image: none; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container > .video-iframe-container { display: none; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row > .video-iframe-container { display: none; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .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); }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container { border-width: 0; border-radius: 0; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;overflow:visible;position:relative;display:block; }#NrXqVVmErDFpvMp4MqZAtIF4cxZTxJUT { color:#1f1f1f;display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:19rem;left:17.40625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#nWCt9cFgqioheKPF0ODLAOF6k4or6IDM { box-sizing:content-box;height:4.25rem;width:6.625rem;position:absolute;display:block;z-index:15003;background-color:#f3252c;background-image:none;top:8.6875rem;left:16.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#knmbxmURzdZc8Tq3CJZH3oV5zRI9476u { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.4375rem;left:19.4375rem;display:block; }
#ucFfzS9NQoLFTIB7VpGdpFF2pZkVaeeK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cL9TzxRIhMWJr5xJOlXzRP0ZQo6LV5fC { color:#1f1f1f;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:24.5625rem;left:34.5625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#QbyBf0Pf6vzeBut94HH6U5r4HA7hq2LI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:1.875rem;top:33.6875rem;left:32rem;overflow:hidden;display:block; }
#BG4X7qPtR9Tn68ZTiD0ePtk6OR95XpVp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:5rem;left:1.6875rem;overflow:hidden;display:block; }
#I1dDl17AgMs1xQUFaRvzLRkFmDMcQbCZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#Jr3KbzUfURH4oqLF9mRIo9a8cdWp8FsV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:1.125rem;left:52.84375rem;overflow:hidden;display:block; }
#QsC57oFKB2AkAatcbsqsvTxfkSszFlNT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:26.0625rem;left:7.75rem;overflow:hidden;display:block; }
#l57S6ZP9NeEQt33DKyS0o83U6M6rsWdu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:27.75rem;left:68.3125rem;overflow:hidden;display:block; }
#mtN47yksosDkpRfkKdHgWUcs1PTxQAtZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:3.375rem;left:62.4375rem;overflow:hidden;display:block; }
#hkeON9bnOBip2DGDSvz4BJ6y4cWpP0vh { box-sizing:content-box;height:4.1875rem;width:19.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.71875rem;left:39.09375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#GFz6FEHtmBmdgDu12GJ0C94rCvTrAsHH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.25rem;left:53.375rem; }
#hRpQaKpAtUz4bNEirMT11SFciTGRIPFS { position:absolute;display:block;z-index:15015;height:4.1875rem;width:7.5625rem;top:30.6875rem;left:35.4375rem;display:block; }
#enZ5zNh55ri5wuQkIKT0i6Ie4k8ZBHim { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fVJ1S5nup5X3NEgOp6V96O4ut2wHy8SF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:120rem;width:67.5rem;display:none; }
#Mc8GJWPoihZpQwGyspU54Bw0VI9B7SSt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.9375rem;top:9.03125rem;left:23.625rem;overflow:hidden;display:block; }
#UgvSXqoia84A9QCdbHhHuA5rWTXpWn6Z { color:#1f1f1f;display:block;width:43.9375rem;position:absolute;font-family:anton;font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:16.78125rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tdwpfyLePNDoCEe0CTJFqbVUboKoxOKi { color:#1f1f1f;display:block;width:43.9375rem;position:absolute;font-family:anton;font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:15.53125rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk { background-color:#010438;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; }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row .container { background-color: transparent; background-image: none; }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row .container > .video-iframe-container { display: none; }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row > .video-iframe-container { display: none; }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .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); }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row .container { border-width: 0; border-radius: 0; }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;overflow:visible;position:relative;display:block; }#nXIDwWOXSk6XGH28ZP1NLhTwJb19K0p7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:3.125rem;left:4.8125rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#h4ucuoi7f0uBR5WsCthTEUJXsXRp5SVm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#V5lzpaHrO6LnTwicd5QBawSwI4kwud6a { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:3.125rem;left:22.375rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#sKcPqBp5K6bkwwHdClAJmr1I9LUgtfVJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.1875rem;left:17.5625rem;overflow:hidden;display:block; }
#WFJqUlJOioMqbMZveUakTcE4TsB4H9lP { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3.125rem;left:44.6875rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#L2eKvFqVZN2fW3t0n1ZEoevJz7vEyWh9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.1875rem;left:39.875rem;overflow:hidden;display:block; }
#NfZDWIrfVrfLWpSCMZzRFek1k2rQBiDe { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.125rem;left:66rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#N9IPE1xrmOzxghNLWgU2S0ptNLUQQAxc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.1875rem;left:61.1875rem;overflow:hidden;display:block; }
#kIJ2IsB38F9nfy2zHMTReCLW8UZfSh8u { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15015;background-color:#979797;background-image:none;top:2.0625rem;left:15.21875rem;display:block; }
#OBzlKHvkRETSoaharn4MdrsyPsBBpW0E { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:#979797;background-image:none;top:2.0625rem;left:37.15625rem;display:block; }
#XZIFf7XDFCNn28Vx4QsSNq1KHttqyQ32 { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:#979797;background-image:none;top:2.0625rem;left:59.09375rem;display:block; }
#ufwXnvfiSVvo45b63lm14q2iJE6bCmCr { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ODcpDbhdA8AgIHfEPCbyzyJaZlP1ItrX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZmrgcHDAHGzIlx8qe4ACQiKgMQXK7MwL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef4e8;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; }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row .container { background-color: transparent; background-image: none; }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row .container > .video-iframe-container { display: none; }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row > .video-iframe-container { display: none; }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .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); }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row .container { border-width: 0; border-radius: 0; }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:75rem;position:relative;display:block; }#mETd87mUnc1EmOmroKh2oAFKPp0hC2pw { position:absolute;display:block;z-index:15000;height:16.6875rem;width:29.8125rem;top:0.84375rem;left:22.59375rem;display:block; }
#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container { background-color: transparent; background-image: none; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container > .video-iframe-container { display: none; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row > .video-iframe-container { display: none; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .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); }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container { border-width: 0; border-radius: 0; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;overflow:visible;position:relative;display:block; }#EdQSEfxBiELopuMobqk6bJBgbRIPqQuH { color:#1f1f1f;display:block;width:36.6875rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:19.15625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gcqv8LoGHp7EFuvP9dO2KInoxCa0yLan { color:#1f1f1f;display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.75rem;left:17.40625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#nyBZ4PSGuTOzwJSJPpsg6QTJMwlVvff6 { color:#1f1f1f;display:block;width:18.1875rem;position:absolute;font-family:anton;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5625rem;left:5.34375rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ppUlKwU3XO8EfKCiL7EmwNQb5UkgZw3b { color:#1f1f1f;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:29rem;left:1.625rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#VTgsTPVq1R0r50kqgExe3xZ3IN7ZSibc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.125rem;left:0rem; }
#Tk8D24By786TSziuQZItVWhtbkvWBlT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.8125rem;left:0rem; }
#Wl1HJCeQwkoN5ENw9sEsRdAlvMwAd985 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:32.5625rem;left:0rem; }
#gyhm7851wBzeBolaMINnLbLmn2qTvy60 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:34.1875rem;left:0rem; }
#cUvoBMETk4mEKUlJy2vKzBnOzLVGlvzF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:35.875rem;left:0rem; }
#fNUZ2PAhQIvCdXknC08nTq2xUpbeECpl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:1.9375rem;left:57.59375rem;overflow:hidden;display:block; }
#xoOCBm6TITDTGN5tH2ZdI3W8JfRCgdam { color:#1f1f1f;display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.625rem;left:1.625rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#K6zxATHR4Ff24h9TZm6bFwCIoe1JOMqZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.375rem;left:0rem; }
#TDWBelFLtiOdsopTfE2hJ3KLL9CzWGvZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:24.40625rem;left:19.15625rem;overflow:hidden;display:block; }
#eSoLTcEh2aGhua37Lq8wOoJUxTG1JfM7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.125rem;left:0rem; }
#FKxCqaASN6osX4U4d7s1Ly0vsvuU7Sub { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.8125rem;left:0rem; }
#JTZaUK1b0SVJ8FmBsfqr5hrfqNh2n7fC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.5625rem;left:0rem; }
#Qf6KN2GdsbMRApae9KGOZFOXrXxoAmpW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.1875rem;left:0rem; }
#RdVnKT4u5yqSei6k3E03dNLdbVrkPzFp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:36.625rem;top:14.625rem;left:33.875rem;overflow:hidden;display:block; }
#GiW2dC1WKe0oTE4bPcn2DTbJGv2FhpIA { box-sizing:content-box;height:22.125rem;width:38.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:13.875rem;left:33.0625rem;display:block; }
#PEnCKezLtia95RtFcvHuJCipmgzDTpIm { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row .container { background-color: transparent; background-image: none; }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row .container > .video-iframe-container { display: none; }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row > .video-iframe-container { display: none; }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .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); }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row .container { border-width: 0; border-radius: 0; }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ihskPGrL5QSdXi8etgCNdXScDT8xAOBd { color:#1f1f1f;display:block;width:35.125rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w10t4mN2BSnR5VX3GfzLv5wT26SuK6ye { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6rem;left:17.4375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#pyx1eJ1bxeFrMz0oIQglimNSGSnWhnfT { color:#1f1f1f;display:block;width:23.125rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOf4etDab0XSUzCsxalvfL8Vx4suQam0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:22.5625rem;left:1.5rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#brQMvuXIefUSb27JLGW6TtM8Nlc0esT8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:11.4375rem;left:8.125rem;overflow:hidden;display:block; }
#D5XePQF5avMRbMlNSxrNSrMC3WJvnOZx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:22.5625rem;left:27.4375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#IOLPaWUXmaqMPLgcsETOkuTDc64GcwdW { color:#1f1f1f;display:block;width:23.125rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.125rem;left:25.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zebEZfIHw9BJqSKiT9CAtG0xKXWx6VIN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:11.4375rem;left:33.875rem;overflow:hidden;display:block; }
#wSifoK01EyrmlmObAzdTzU9KyEDFouhy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:22.5625rem;left:53.375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#q2XmqnwXWeOa1aJNZ32vgVAHzl4ll5ga { color:#1f1f1f;display:block;width:23.125rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.125rem;left:51.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVXCqEdTV50S1HEXkbSbNvAlHVvyax9z { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:11.4375rem;left:59.75rem;overflow:hidden;display:block; }
#nXxy3cVT7QP5ND4nz1zTFFqRXannTtGh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:42.9375rem;left:53.375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#X0rx1LecZvSWwOguP340afLMMdmZz7kD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:42.9375rem;left:27.4375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#ZQsxnOnFmf4eeuXOXBdsZmJ977xsSP10 { color:#1f1f1f;display:block;width:23.125rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.5rem;left:25.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T34so74RUV3zqucL36XQCKCuns9ZoTON { color:#1f1f1f;display:block;width:23.125rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:40.5rem;left:51.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DtVm1HcRGCvdxnfNMEIvaRRIq0hHS16H { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:31.8125rem;left:59.75rem;overflow:hidden;display:block; }
#klR7ghuyUAAIp4xW4BEhT1fvunVe1ixr { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:31.8125rem;left:34.375rem;overflow:hidden;display:block; }
#VPDptAx9V7DIGurF9bTsETyTaakxKono { color:#1f1f1f;display:block;width:23.125rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:40.5rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGUC6NR6lBeFviruw25Drp0SEq0zXvqt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:42.9375rem;left:1.5rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#EFM0XC1UIzG7dPItuHX9zsI18Lm8981U { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:31.8125rem;left:8.125rem;overflow:hidden;display:block; }
#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container { background-color: transparent; background-image: none; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container > .video-iframe-container { display: none; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row > .video-iframe-container { display: none; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .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); }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container { border-width: 0; border-radius: 0; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container { font-size:0.875rem;font-family:arial;height:89.375rem;width:75rem;overflow:visible;position:relative;display:block; }#uBNy6G5ARaE7td9zv0BmoP3TV4zVD3Oa { color:#1f1f1f;display:block;width:35.125rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:19.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s0A41mBzRhcXVJC7ymCHnM4T58NLnqhI { color:#1f1f1f;display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.3125rem;left:17.40625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#mmz92KOUNcLi3AUF1wJOIg0aoTWE7vv3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.5rem;width:43.75rem;top:12.375rem;left:20.625rem;overflow:hidden;display:block; }
#tLb2kVEZN60HBeyeUwQhAGneGvvdSoHE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:21.1875rem;width:43.75rem;top:63.875rem;left:20.625rem;overflow:hidden;display:block; }
#FcVJO41FD8nSGmxfFIyAgoJDw0OStNEh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:12.1875rem;top:14.5rem;left:33.0625rem;overflow:hidden;display:none; }
#fFvpaQnrENpm989HlUgn60wg9iQasAST { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:39.0625rem;left:10.8125rem;overflow:hidden;display:block; }
#DmwlvzVv09HUBDx3hidCpER200BTXkXV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.8125rem;width:43.75rem;top:36rem;left:9.9375rem;overflow:hidden;display:block; }
#IGx0w5tk9T6PSn95o1QIZITzMou7cc9g { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:63.5rem;left:31.9375rem;overflow:hidden;display:block; }
#ZJTSRsFo8WamX1mAdm531qFes3Ueo4H0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:12.1875rem;top:14.5rem;left:33.0625rem;overflow:hidden;display:none; }
#uZB1BTBEC6bsrwc14yVldyQf0AHAOOOZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:18.4375rem;left:8.9375rem; }
#wkrqkiTwI7Ha3SBLar1HTJS3LO0Vg4DI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:21.5625rem;left:3.34375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#MBAnqHTzDZtcBvW6o04nNFTShTPnBEbV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:47.5625rem;left:56.625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#WGrdTE804I444uW7xkSevHikynL5QmKF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:44.4375rem;left:62.5rem; }
#J0XRN2nXMeI1alri23oni2w17ukaw5l7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:72.6875rem;left:3.0625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#RPx4UJ3GL1oMBlVPldGweyg0Ev8N9JJB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:69.5625rem;left:8.9375rem; }
#PPW75mdsisDTbnPEl37843NdqXhTrLBc { box-sizing:content-box;height:21.1875rem;width:45.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:11.53125rem;left:19.75rem;display:block; }
#h7nv9J7e2EoRDw7XfcS8SLxF2viBX1TZ { box-sizing:content-box;height:25.625rem;width:45.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:35.09375rem;left:9.0625rem;display:block; }
#WmTsTt0DXAoZozeC9cCeazbyD8OwLu1T { box-sizing:content-box;height:22.875rem;width:45.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:63.03125rem;left:19.75rem;display:block; }
#VyWZDqCkNf3Od4WNAfQWhomdzrggODZJ { box-sizing:content-box;height:0.25rem;width:11.8125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:40.3125rem;left:16.84375rem;display:block; }
#KqJlM6bTamhImyvtNTlDoVEchHG2go3e { background-color:rgba(var(--color-secondary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container { background-color: transparent; background-image: none; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container > .video-iframe-container { display: none; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row > .video-iframe-container { display: none; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .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); }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container { border-width: 0; border-radius: 0; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ZBBdhVp9UKHkEvZ2ryoTxTLywJ7Kt9i9 { color:#1f1f1f;display:block;width:35.125rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0625rem;left:19.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rPXlOVy9TIDGLlohxN2U2AnpHMsUvh5q { color:#1f1f1f;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.125rem;left:13.71875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#HN6Uz7RHbGhlJ38E1LAwTBSx4qooGVUp { position:absolute;display:block;z-index:15050;height:21.75rem;width:34.625rem;top:16.75rem;left:20.1875rem;display:block; }
#Xwb7Pc0ZT0Z2G6QevGsqatCJc8UzHCTs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:10.4375rem;width:34.5625rem;top:12.375rem;left:20.25rem;overflow:hidden;display:block; }
#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container { background-color: transparent; background-image: none; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container > .video-iframe-container { display: none; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row > .video-iframe-container { display: none; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .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); }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container { border-width: 0; border-radius: 0; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#uDfpSVeGyyZXPT3gk3xoi7rPamaf3OXq { color:#1f1f1f;display:block;width:35.125rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQvNtT2657ueJ5GXWEg9cNWfb0b5bdrE { color:#1f1f1f;display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.625rem;left:17.40625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#v0B9WU7N7vFkpL9rgUwX3OfqK1FWGfas { box-sizing:content-box;height:23.75rem;width:18.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),0.8);background-image:none;top:12.25rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hZPENlImgB1CKVGyinKWloPx7TXtEsfg { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14rem;left:1.5625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eop03ox81pTfHT8Jds3aHShWdXBQmqO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:16.5625rem;left:1.5625rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#OMH3pkiEzP5xCiwNOJ0Cml33wiELM0Pi { box-sizing:content-box;height:0.3125rem;width:15rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:20.25rem;left:1.5625rem;display:block; }
#I7wqXQ0PPdbd4aODF2Jh6xKnXPZSU7nh { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:21.9375rem;left:1.5625rem;height:7.1875rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#I7wqXQ0PPdbd4aODF2Jh6xKnXPZSU7nh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I7wqXQ0PPdbd4aODF2Jh6xKnXPZSU7nh li:before{  }
#Nx1TTF6fysOCz6IbxUJy8VkbBTKMutJB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:#1f1f1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.40625rem;left:1.5625rem;display:block; }
#zMaNJfUpqa26lTnws28EG87LLAe5PSpq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X0XPLkPKTBfCVF3WblOqwmRSF9otROys { box-sizing:content-box;height:36rem;width:18.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),0.8);background-image:none;top:12.25rem;left:19rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#M5v1Uz03DAheJFTCoT1bl0u8TXPwTs3X { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14rem;left:20.5625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FORWhN8ScAcq9AOEmmByCi2c338qWITn { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:16.5625rem;left:20.5625rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#zyMDv9y4A1Op92vnqebnrVx7TT9PDN0D { box-sizing:content-box;height:0.3125rem;width:15rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:20.25rem;left:20.5625rem;display:block; }
#dFHzEhUDd1yhmTNnF3CQ1uECXdg7abAT { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:21.9375rem;left:20.5625rem;height:19.25rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#dFHzEhUDd1yhmTNnF3CQ1uECXdg7abAT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dFHzEhUDd1yhmTNnF3CQ1uECXdg7abAT li:before{  }
#L8KaeAmzBHhpxycCpnD1p21Og7u7ZBam { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:#1f1f1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.625rem;left:20.5625rem;display:block; }
#JXqw91cwL2yV1Oo70elbrhzgF8wtIkht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pn0OL2CuAbNFEVOgr6qVAQDIwRFgFTRc { box-sizing:content-box;height:38.75rem;width:18.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),0.8);background-image:none;top:12.25rem;left:37.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dHtTzO0mqSQ4TnpcHWuVsGi6ZfQAPvBT { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14rem;left:39.5rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vEFoXKEl1eNcJOlwp4mNk6Zzo7h80dEI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:16.5625rem;left:39.5rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#TUNiFRHsprcw4WOzvr0TTpsDmb9Qsfyl { box-sizing:content-box;height:0.3125rem;width:15rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:20.25rem;left:39.5rem;display:block; }
#QD0yEC228ARwGBoQHT1vJ3w9oBPOqOZc { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:21.9375rem;left:39.5rem;height:22.1875rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#QD0yEC228ARwGBoQHT1vJ3w9oBPOqOZc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QD0yEC228ARwGBoQHT1vJ3w9oBPOqOZc li:before{  }
#wEE8A87Bfz1WZDm4O0zg6XO5ZS6CNsX6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:#1f1f1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:45.5rem;left:39.5rem;display:block; }
#kO4w3S4pSSBlqa1mVv65GpvXkSTeszkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CR6bVDkAyhlEr56bhESaNLXAii5cdIsf { box-sizing:content-box;height:21.6875rem;width:18.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),0.8);background-image:none;top:12.25rem;left:56.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OanUMmTE4JotIKgxZOzOgd8hXoXRdM4p { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:anton;font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14rem;left:58.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A2TZT3snbF0TRVMEzF56vPHlMaRER0bZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:16.5625rem;left:58.4375rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#frTzpHlMFnmAy0kVfJsRnQifiqbLiUnw { box-sizing:content-box;height:0.3125rem;width:15rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:20.25rem;left:58.4375rem;display:block; }
#bNoQrpQvvmIEwiL0ZQXtWEVBJ9UzqKil { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:21.9375rem;left:58.4375rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#bNoQrpQvvmIEwiL0ZQXtWEVBJ9UzqKil li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bNoQrpQvvmIEwiL0ZQXtWEVBJ9UzqKil li:before{  }
#msCadA4Xro8OiEfzmlpp13KKQsh4elqD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:#1f1f1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:28.125rem;left:58.4375rem;display:block; }
#cscqzBBCKfq3cdvgrtNV6kHT2kbNSXbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rdcqXTKJ9hhWOluCoq2D2qGJ3KpUxrc7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:22rem;left:1.5625rem;overflow:hidden;display:block; }
#t9IWoJiUPAb2OvIWerZ7IJXveA8TiHsR { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:24.84375rem;left:1.5625rem;overflow:hidden;display:block; }
#XZKDLTB6Oz2JIT6eyCvVWFfSgKGtQg7b { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:26.625rem;left:1.5625rem;overflow:hidden;display:block; }
#iiSalnet1qJRIl8fgbI5T4B1K5IiJgl7 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:21.9375rem;left:20.5rem;overflow:hidden;display:block; }
#pQtZWzx6l6DOaNgQtnoKt1UrlbRc5D7F { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:23.625rem;left:20.5rem;overflow:hidden;display:block; }
#SzUi4a7n6lkfQKMxektWxpT8vf7V79fJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:25.25rem;left:20.5rem;overflow:hidden;display:block; }
#G4karDRIkoG63OBzkd3Cdl3uKqls5pWC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:28.1875rem;left:20.5rem;overflow:hidden;display:block; }
#l2gKfXcxBN5CrFBBRHTObnDZ3oAExhgQ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:31.125rem;left:20.5rem;overflow:hidden;display:block; }
#AFphALTmMmT86kZgnPCCTb3Kiq68QdxI { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:34.0625rem;left:20.5rem;overflow:hidden;display:block; }
#M4lCH3a67Ftkt5wNJwmNWmmcZKTOfhOz { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:37rem;left:20.5rem;overflow:hidden;display:block; }
#OKfnLuHNWcRGHzfd6mdIhOb0PPAWLGDJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:21.9375rem;left:39.5rem;overflow:hidden;display:block; }
#FoL5TtGar6Uw4f9fBtDIzlbE3k1ufZS4 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:23.625rem;left:39.5rem;overflow:hidden;display:block; }
#oWswzIcOzfObynO8ZJcmzvmF4ffQGJ8K { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:25.25rem;left:39.5rem;overflow:hidden;display:block; }
#Fqs1byABeVRyLLw7fW9JtBEJmMnt47DZ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:28.1875rem;left:39.5rem;overflow:hidden;display:block; }
#CQ3A9WJphLHn3xu4Tdk2Tsyx6Bdq3fhm { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:31.125rem;left:39.5rem;overflow:hidden;display:block; }
#HEQQ3e9M31uzkEhB0XwTuEw07GzMUeCs { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:34.0625rem;left:39.5rem;overflow:hidden;display:block; }
#MUwVgWSx35nM97MVgNkC0vO9F0K0yHvS { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:37rem;left:39.5rem;overflow:hidden;display:block; }
#XVsJP6PRSR22i5ki1BWef9rXsGcyJeOl { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:40rem;left:39.5rem;overflow:hidden;display:block; }
#aih8b5ry9GSNrlFRfkkyt85Q3dLl0wgB { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:21.9375rem;left:58.4375rem;overflow:hidden;display:block; }
#MBe7MyLdEoihPrN9OWyhWVFRiLLOQAiy { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:23.59375rem;left:58.4375rem;overflow:hidden;display:block; }
#bAuagZ452u38Mkhv4V6HozSNBycHsSCJ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:25.28125rem;left:58.4375rem;overflow:hidden;display:block; }
#nCI8C3nVay9bfIBhKFlTdb1B2e3a5hsi { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:39.8125rem;left:20.5rem;overflow:hidden;display:block; }
#xnuJTxxdr6dRDo3bGD2ONv4Xy2QPiH38 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:41.625rem;left:39.5rem;overflow:hidden;display:block; }
#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC { background-color:#010438;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; }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row .container { background-color: transparent; background-image: none; }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row .container > .video-iframe-container { display: none; }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row > .video-iframe-container { display: none; }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .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); }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row .container { border-width: 0; border-radius: 0; }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#wM9lt2w7m6t14nRD7buAaAmwxc8IU5Ku { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.28125rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NQXuIvkWFM22KZLGcCcJJTVCH1Sx9OvL { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-tertiary-0),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.46875rem;left:61.1875rem;display:block; }
#ac1PRoAiaynrVQsZJqGtcRXwILG8Cy7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl { background-color:rgba(var(--color-secondary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container { background-color: transparent; background-image: none; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container > .video-iframe-container { display: none; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row > .video-iframe-container { display: none; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .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); }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container { border-width: 0; border-radius: 0; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container { font-size:0.875rem;font-family:arial;height:292.125rem;width:75rem;overflow:visible;position:relative;display:block; }#tiLPWN0l0sfPu2Kc1dwkLXTqvM3pUlCd { color:#1f1f1f;display:block;width:35.125rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:19.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CtdMsLAdQfJz3O07Nk7H6gdFappZ6iNE { color:#1f1f1f;display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.375rem;left:17.4375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#uVrTXNlLCUlMOXcvMtlTv3FBhnP8fo2L { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:5.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#vecRIr0ZpKRGpRpqrUx6D2dV3uyJCMXr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:8.125rem;top:40.9375rem;left:7.125rem;overflow:hidden;display:block; }
#dU5TDnt4RmpH7dA4sg75JeHwz7fHWdO5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.9375rem;left:26.3125rem;display:block; }
#fU1nAr0vpr2SX92eTDgcs8nMlh0B02z0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABK5RcBkJ3QR3bRoNsdBboJF5xHI7SAI { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:13.4375rem;left:6.5rem;overflow:hidden;display:block; }
#xKNnMd5xXuByJCp2ne1wfTWT6BQO9J00 { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#Ng9AltZbNR0q1cHqVTnRVQTi50eVIF2W { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.9375rem;left:59rem;display:block; }
#CldElH9IhXbF02OoSlRhPSDmHmMXVuoG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FE7dzHKpXunKD0PONIp4PT4Z5CRPz6ud { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:13.4375rem;left:39.1875rem;overflow:hidden;display:block; }
#XbSOVOBpqU7WDNvn97hgIuzSZwVMAtLI { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.3125rem;left:5.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#NWhWhJhQN7TIqVBmRA4MP8tksvIlA5rA { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:75.4375rem;left:26.3125rem;display:block; }
#opyRLqLpeI48gAs9sFIb6rV9z4v0buFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHMwBpRTR72dyBPCA94L4ArSJAcbBvRS { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.8125rem;top:75.625rem;left:7.5625rem;overflow:hidden;display:block; }
#FriJkTZuV8SfvchE0AWgc3E6ivMBlJEu { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:47.9375rem;left:6.5rem;overflow:hidden;display:block; }
#F9ZKUx7TdsO2imTyODJ4uJnUx7VqP3hM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:8.625rem;top:41rem;left:40.40625rem;overflow:hidden;display:block; }
#zfKyPVrZ0wNSGeLh4yfFGlDlFuTi34pF { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.3125rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#vVphfrnaX33qgOlQrtwA386zocPQyoMG { position:absolute;display:block;z-index:15029;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:47.9375rem;left:39.1875rem;overflow:hidden;display:block; }
#enLvHSOV78mJPI4v2guJ7eEP0WxawkTh { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:75.4375rem;left:59rem;display:block; }
#ZFvF7BRo2hocItb3nb8ErJSFXhIgCEsi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ElvPHl6dfvhfEEUhElPTJQcX7ri4Peqv { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:10.3125rem;top:75.5625rem;left:40.65625rem;overflow:hidden;display:block; }
#B2bEhUK6rDwsL2fl3vJEvMfEB9Byuzm8 { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:81.8125rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#I3h2E9L70lr6Mxr4BURmV0VbFb0TWfdf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:109.9375rem;left:59rem;display:block; }
#HWm6orBMOzKbg4NAfo4bygfNnTvtdaKs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HzyHXS0QFiy3QXAaTFIi8W0amnlaw2Vi { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:81.8125rem;left:5.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#HZuJxFRz19XSy39pAAZFGd4tDy94ewcT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:109.9375rem;left:26.3125rem;display:block; }
#TD6FZTddg8uiz1uwWULr391eTqbnEAzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqyV6pIkWFJ5yRS3CKZ0RiFnLwv76dsk { position:absolute;display:block;z-index:15033;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:82.4375rem;left:6.5rem;overflow:hidden;display:block; }
#T4yl2iwugGJenu54VqHcJGxopEJsMHos { position:absolute;display:block;z-index:15037;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:82.4375rem;left:39.1875rem;overflow:hidden;display:block; }
#Lf5OMgc6iaxdQETgNv1QC0py61Wzf0df { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.875rem;top:109.875rem;left:7.875rem;overflow:hidden;display:block; }
#GgS7OFCuAP7sql32XW0QdwbFvMuynzop { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:109.8125rem;left:40.78125rem;overflow:hidden;display:block; }
#DLTbZ6I4mHUMOLRoMLZAfhymp70oqhyc { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:116.3125rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#Q9Ngk6ag2OckbPiMnXRo0lZvTZAxBnz3 { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:116.3125rem;left:5.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#inDTaHwACZXWVn0FWKc6D8g7TSe2XTEQ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:144.4375rem;left:59rem;display:block; }
#sXbZQ8dq7viNTItyTEe0y6pPTCJ7dx0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XlUg6xu2uv4CRMQVWF15uvQ6mmTgxaJL { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:144.4375rem;left:26.3125rem;display:block; }
#ATDDJA58nzODB8vJLHNT7TrQMmZkz2eM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P08RdI1rFtAMqDrAeT0BdteoSsaAAdDx { position:absolute;display:block;z-index:15041;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:116.9375rem;left:6.5rem;overflow:hidden;display:block; }
#pGRU93DEnu7IFk8xi0JiTO6Rl2Lu4naO { position:absolute;display:block;z-index:15045;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:116.9375rem;left:39.1875rem;overflow:hidden;display:block; }
#y0vJ6ql0whbzsHdX7e9rF6pC4nh9Cdc8 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:144.125rem;left:7.5625rem;overflow:hidden;display:block; }
#FyMKsEmzoJJ0ATAoecGiK8K3cEUoSg7W { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:10.625rem;top:144.125rem;left:39.1875rem;overflow:hidden;display:block; }
#K4yWlMtX7FlcsVF7zmdI7fkP9Fi7ZMog { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:150.75rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#LRslfVIna8gOd44KZJ23pb73h02JiSC0 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:178.875rem;left:59rem;display:block; }
#PC38BHNOapzJ5b5Zg4g3d6EDVkh7L5qk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XPeAL5fLEocCsCWzqq0yBrV7PefovHFT { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:150.75rem;left:5.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#W7HVfF3iqVBwEf0woWotCggUaHQL8fRo { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:178.875rem;left:26.3125rem;display:block; }
#LZwEEexCBT7G3CUQDMWk0lvnDsGigG8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBhQwfPRT6f395h4zAXAzinNKBJXtD2X { position:absolute;display:block;z-index:15049;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:151.375rem;left:6.5rem;overflow:hidden;display:block; }
#yNEyovaUTRGazCL7dEQM8rH8hOvN4T0M { position:absolute;display:block;z-index:15053;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:151.375rem;left:39.1875rem;overflow:hidden;display:block; }
#ad4rTiK0v7gD5e04sLLAxLOx3AJbT5lP { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:185.1875rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#ogagHWaIHrFyvFHtn5g7imfZXn0rt3Mn { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:213.3125rem;left:59rem;display:block; }
#BKRywmsDULg1KlUGnhpd2e2Wlfo19GEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oNOoPvsRPknU0Z0x2U2VIVd1qRtfp7dB { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:185.1875rem;left:5.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#fOd5QL2KotuHWvaORLDeDAmouZvlrlLh { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:213.3125rem;left:26.3125rem;display:block; }
#QcWAB5mCk1kdUdg29KaztTllcRMBnWB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXcqfyyTF6sGVJpnvICGy8NnSJVtZlkV { position:absolute;display:block;z-index:15057;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:185.8125rem;left:6.5rem;overflow:hidden;display:block; }
#OmmgSn9gM7NIKJ5KDDn09iNP2FxIqFlU { position:absolute;display:block;z-index:15061;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:185.8125rem;left:39.1875rem;overflow:hidden;display:block; }
#DTzTnyiq2eQn799luM2JHEr8nmef3E30 { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:254.125rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#nBLCAB711g0WmABWgT4JDLx9MPX5K9oT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:282.25rem;left:59rem;display:block; }
#weIFo60ksFwktCm8iXkXeEMHe2f8285r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQoviiX3Qi7CrZEEOwZIfDaBfa9Oef65 { position:absolute;display:block;z-index:15077;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:254.75rem;left:39.1875rem;overflow:hidden;display:block; }
#OPKh8K3FlEZm8Td6lWH4cvGkvEGUIkRR { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:254.125rem;left:5.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#Ufm6ucvNsheXniS1uJlqRJqWAkcusnnU { position:absolute;display:block;z-index:15073;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:254.75rem;left:6.5rem;overflow:hidden;display:block; }
#gL8wA31meE9lnMUkHh63BkLzywrlWGqq { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:282.25rem;left:26.3125rem;display:block; }
#ooHP0c1SLvB5FCvULSCtVwKImARNSX1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKsALSLb40GIr7P4ctHuiKP0PTGo44Gw { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:219.6875rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#S696agk4MEPKpgD5UEanHy8V5nnDoFvp { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:247.8125rem;left:59rem;display:block; }
#anfrwNCUUp3GGG3qTM5b3gP6qQc1WrfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGTfV08TxQiTRrJ3sMN0ZcFlGaVB9FHp { box-sizing:content-box;height:32.4375rem;width:30.625rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:219.6875rem;left:5.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#ru9xfTcqgnAQULM2FtBuD233XtImQSsy { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:247.8125rem;left:26.3125rem;display:block; }
#rPTn0hP47Mud5Efuco5zePfvTwOyNBEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IKSDibfxvirBccJ2SLEIv4nHOkgbqoCU { position:absolute;display:block;z-index:15065;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:220.3125rem;left:6.5rem;overflow:hidden;display:block; }
#HkqM6Lz0VJvXGFy8QNQuzMBIKQ9FglPG { position:absolute;display:block;z-index:15069;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:29.375rem;top:220.3125rem;left:39.1875rem;overflow:hidden;display:block; }
#sFBgrU0mHKJ3LkpdiirQgftbdqGWd8Dd { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:178.90625rem;left:7.75rem;overflow:hidden;display:block; }
#yxAFO2wOxtgLuoP5X9ipmXSHLySlCK7E { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.1875rem;top:178.75rem;left:41.03125rem;overflow:hidden;display:block; }
#A6IsVCgt2IyLVuTNGZQ1TC2rBhKM6viw { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:12.125rem;top:213.59375rem;left:8.125rem;overflow:hidden;display:block; }
#bT8uhV1eEcFMxQRF9Mei6095rJ9f8mH7 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:12.875rem;top:213.6875rem;left:41.03125rem;overflow:hidden;display:block; }
#ktA7rCP18MX8NLFBqwG5ADld0GTp145D { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:10.1875rem;top:248.5rem;left:8.46875rem;overflow:hidden;display:block; }
#To7dKDGxJg2tcGFEE4x9uHNJ7NNCpTf5 { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9.75rem;top:248.65625rem;left:40.9375rem;overflow:hidden;display:block; }
#WTKfUGlfG5Rh7cxJqGwOywuo8e4gLvzy { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:6.625rem;top:282.0625rem;left:7.875rem;overflow:hidden;display:block; }
#nPFkhfKmFFNZaqVXqMbnOTTdSZKU6Mf2 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:5.25rem;top:282.28125rem;left:40.65625rem;overflow:hidden;display:block; }
#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 { background-color:rgba(var(--color-secondary-0),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; }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row .container { background-color: transparent; background-image: none; }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row .container > .video-iframe-container { display: none; }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row > .video-iframe-container { display: none; }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .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); }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row .container { border-width: 0; border-radius: 0; }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#lUorfINkOge3InVXqsDHTTzdIHl97uME { position:absolute;display:block;z-index:15024;height:32.3125rem;width:68.75rem;top:12.5rem;left:3.125rem;display:block; }
#Ht26MsABkErz5blELNTFRVMcLThP4EZk { color:#1f1f1f;display:block;width:35.125rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QU2t3nJfZniQZtWaHCIVfobbb4H4zzGA { color:#1f1f1f;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.4375rem;left:16.59375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s { background-color:#010438;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; }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row .container { background-color: transparent; background-image: none; }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row .container > .video-iframe-container { display: none; }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row > .video-iframe-container { display: none; }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .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); }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row .container { border-width: 0; border-radius: 0; }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#qaLdAm8wH3QyLvTsZgVNgG8x9HZ14Sga { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.28125rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CbVNtw8UUvNo173evPNwiGbdMJ8mSVBm { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-tertiary-0),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.46875rem;left:61.1875rem;display:block; }
#nRwZqexDbrIOGMPshBGoeSyptLTzL2r6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row .container { background-color: transparent; background-image: none; }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row .container > .video-iframe-container { display: none; }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row > .video-iframe-container { display: none; }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .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); }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row .container { border-width: 0; border-radius: 0; }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row .container { font-size:0.875rem;font-family:arial;height:62.75rem;width:75rem;overflow:visible;position:relative;display:block; }#sV43IdpACEWXycgQH1w2QnJHD5k61oeQ { color:#1f1f1f;display:block;width:51.375rem;position:absolute;font-family:anton;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.125rem;left:11.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2oU4FiEnbuKATbkkLEghrtG00UTTMdO { color:#1f1f1f;display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.625rem;left:12.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#DhnClBgbHzRV6WzNB3qhL1HRWPPsK6Hi { position:absolute;display:block;z-index:15011;height:31.25rem;width:63.6875rem;top:12.96875rem;left:5.65625rem;display:block; }
#CDs2s6morA3y3oQ4Acg05GI315aHC0Go { position:absolute;display:block;z-index:15012;height:31.25rem;width:63.6875rem;top:21.25rem;left:5.65625rem;display:none; }
#kkNCTnQXz4lgwMmP0Cpt75S5Jk4qgo0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:55rem;left:43.125rem;display:none; }
#kkNCTnQXz4lgwMmP0Cpt75S5Jk4qgo0T > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 { background-color:#010438;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; }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row .container { background-color: transparent; background-image: none; }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row .container > .video-iframe-container { display: none; }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row > .video-iframe-container { display: none; }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .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); }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row .container { border-width: 0; border-radius: 0; }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;overflow:visible;position:relative;display:block; }#UhkyCS9CbG9bbWlBNnkZhTJNZClFrHuX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:8.4375rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#WCIDvh399Z4HbtdarvKkvndoiuQZJQz2 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:anton;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.59375rem;left:26rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OkgvxPMwwwmqFG6RA153ghTdzo9LxqKy { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.5rem;left:27.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#iob5vXFK5KQUmBwWVtDth2cJ9wD8vtgE { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:8.6875rem;left:26rem;height:1.2246125rem;text-align:left;text-align-last:left;display:block; }
#dnv8t7bOc9VohgArZCfqPbx4Q8i1KnGb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:10.9375rem;left:27.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#m3cDl8KXlzKvDTaieTnLELGbJATcfanZ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:13.8125rem;left:27.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#n4qPfKcdtvEeTDH5TPaGv47vQFDcQRO4 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:16rem;left:26rem;height:1.2246125rem;text-align:left;text-align-last:left;display:block; }
#TT6kVuBrUNTZBTGXClQ9Z7eeNFlszbof { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:anton;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.82421875rem;left:52.125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FTTJdQ9r84zxxuPE6tvTrBZ0C7l9DHiJ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:8.375rem;left:0rem;height:1.2246125rem;text-align:left;text-align-last:left;display:block; }
#MfiLALRW23XiwsFP8ATKl3AOnhOAU6in { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:2;letter-spacing:0;top:6.5rem;left:52.125rem;height:10rem;text-align:left;text-align-last:left;display:block; }
#fD9ex8mZTQrSLVpMX4kT9v3kh5bmyLBq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:6.8125rem;left:26rem;overflow:hidden;display:block; }
#nZQ3Aw9LQVmgXbpPFhE2oMN4QOPLw3N4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:11.3125rem;left:26rem;overflow:hidden;display:block; }
#F2ILTnCas5BiD0TFOzv9t61F35KwvFKO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:14.0625rem;left:25.9375rem;overflow:hidden;display:block; }
#QvpywBvNCmMPf5FkzGokxl8cODXovH73 { position:relative;display:none; }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 { border-width: 0; border-radius: 0; }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 > .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; }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ARAcpPg6XxQDB8qvFGx2mp2aAEDKp2kT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ARAcpPg6XxQDB8qvFGx2mp2aAEDKp2kT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ZE1VLgBQep0MTcocogMfrf36MpolKCbi { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.25rem 0rem rgba(var(--color-primary-3),0.42) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anton;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:55.4375rem;left:31.4375rem;display:none; }
#brUeDlGDIGb2BpuFimMEaccJQtWlUGT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bWiU1dPJmaO6JX7r0ScFIQSrxcfeRgqJ { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f7615, #00ff0d);background-image: -moz-linear-gradient(90deg, #0f7615, #00ff0d);background-image: -ms-linear-gradient(90deg, #0f7615, #00ff0d);background-image: -o-linear-gradient(90deg, #0f7615, #00ff0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7615', endColorstr='#00ff0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7615', endColorstr='#00ff0d' );";background-image: linear-gradient(90deg, #0f7615, #00ff0d);background-size:auto !important;top:54.4375rem;left:42.5625rem;display:none; }
@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) { #TZQ9VmhJ5s8HokKTXmhTOD503TaFCGPA { top:0.4375rem;left:0rem;width:7.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8x6vvhlB7kzX4MMLpkFZs5SVerWIs4T { width:11.125rem;height:3.125rem;top:0.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxkeEBDSdCOD4zdHxGAwHSpbBrdVLtQf { display:block; }
 }@media only screen and (max-width: 763px) { #p7WaWzcyip9eD61d5O3PDiP2KZZMaTHT { width:9.375rem;height:3.125rem;top:1rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW3tysLg7yZX8KdvsTfAb5lu896peVTH { display:block; }
 }@media only screen and (max-width: 763px) { #kF0euImIpIeJz92q5O2iAKv0dl78cArD { width:5.25rem;height:3.125rem;top:1rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQLu4kfv6WvHhuqXxya9lV9a1044461J { display:block; }
 }@media only screen and (max-width: 763px) { #bNI1AJFdXlTFq0OEB6kHauU7gx0vo5rV { width:6.3125rem;height:3.125rem;top:1rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHIo7AhVnAhnxeNudIE2obA2AVyMPtVm { display:block; }
 }@media only screen and (max-width: 763px) { #Qxn7OhPITf5Ff1lA1G8L3ZCskHNg0Dlm { width:3.4375rem;height:3.125rem;top:1rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhhs36XKR42F4ln6h2nkaHWJacfA8ma { display:block; }
 }@media only screen and (max-width: 763px) { #bAIHLP5aLzszRznp6Tv0bqKLKMfu4Zxd { width:10.8125rem;height:3.125rem;top:1rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPLdhxFJiSLuT67TaXyXlXZbQeGrrAq { display:block; }
 }@media only screen and (max-width: 763px) { #frd4i01bWCtID2kBxk35ylpTxJnRNHPX { width:5.0625rem;height:3.125rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE8vzEn5SEpiW223DXSMo8Ro0Xl8BRN0 { display:block; }
 }@media only screen and (max-width: 763px) { #TT3s6TKVRNHpKkCILnR9FEytyRby6ZWp { top:0.5625rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#TT3s6TKVRNHpKkCILnR9FEytyRby6ZWp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ahV4JDWtLatnmQVT8be4MN4TL5ydQoqQ { top:0rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D522wdSGyEBnJA7fwmliKMsUDZnACaTW { display:block; }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAhH28fbln9Z8Na97K9O4yutCGVXp0nc { display:none; }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fv8aGOiRTdrbXhHR5bLgg81rN2pFLEwA { top:0.4375rem;left:0rem;width:7.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwsrlDEvDGGb0k6GTQs3uKwwwtV8lOm { width:9.375rem;height:3.125rem;top:1rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp6KaVVkXMJwoDampdoFzru5OJDWw0c9 { display:block; }
 }@media only screen and (max-width: 763px) { #PqvIrs58asD1kxbkUtdbXeTTTiFJJPZ8 { width:5.25rem;height:3.125rem;top:1rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX5nBFcC9FTVQZXxDRXOyxA5BrHNmV2S { display:block; }
 }@media only screen and (max-width: 763px) { #W7kknTt441yDpts6cJQTvvQ1KlbbXOZG { width:6.3125rem;height:3.125rem;top:1rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwpbl1uk3iO36ycsC2VWsLO39Zr9Hapa { display:block; }
 }@media only screen and (max-width: 763px) { #ThV6av1xFklUl6p9JkbitFReSP0Jisxc { width:3.4375rem;height:3.125rem;top:1rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2kaboXBwKZuD3gHuB6vwT6zqetwhDfX { display:block; }
 }@media only screen and (max-width: 763px) { #sCDEWgGXiAvgv0IJJm1dRBpfg1uoIsWl { width:10.8125rem;height:3.125rem;top:1rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE6wW1VcruZenb4HQ3gF14nzRDpfpi0Z { display:block; }
 }@media only screen and (max-width: 763px) { #BmZRcMfaBqZOt6yJzSGVEN1AID6v7SNt { width:5.0625rem;height:3.125rem;top:1rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTEvJq9r4lZEkmKOnDTRhmQ5OtGWma6 { display:block; }
 }@media only screen and (max-width: 763px) { #T6Ug1u1Uv33v5b8nASPJTJQnTO64moOF { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW { display:block; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrXqVVmErDFpvMp4MqZAtIF4cxZTxJUT { top:19rem;left:3.78125rem;width:40.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWCt9cFgqioheKPF0ODLAOF6k4or6IDM { top:8.6875rem;left:2.8125rem;width:6.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmbxmURzdZc8Tq3CJZH3oV5zRI9476u { width:13.8125rem;height:3.75rem;top:23.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucFfzS9NQoLFTIB7VpGdpFF2pZkVaeeK { display:block; }
 }@media only screen and (max-width: 763px) { #cL9TzxRIhMWJr5xJOlXzRP0ZQo6LV5fC { top:24.5625rem;left:20.9375rem;width:18.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbyBf0Pf6vzeBut94HH6U5r4HA7hq2LI { top:33.6875rem;left:18.375rem;width:1.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4X7qPtR9Tn68ZTiD0ePtk6OR95XpVp { top:5rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1dDl17AgMs1xQUFaRvzLRkFmDMcQbCZ { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jr3KbzUfURH4oqLF9mRIo9a8cdWp8FsV { top:1.125rem;left:39.21875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsC57oFKB2AkAatcbsqsvTxfkSszFlNT { top:26.0625rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l57S6ZP9NeEQt33DKyS0o83U6M6rsWdu { top:27.75rem;left:39.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtN47yksosDkpRfkKdHgWUcs1PTxQAtZ { top:3.375rem;left:38.125rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkeON9bnOBip2DGDSvz4BJ6y4cWpP0vh { top:8.6875rem;left:25.46875rem;width:19.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFz6FEHtmBmdgDu12GJ0C94rCvTrAsHH { top:24.25rem;left:39.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRpQaKpAtUz4bNEirMT11SFciTGRIPFS { top:30.6875rem;left:21.8125rem;width:7.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZ5zNh55ri5wuQkIKT0i6Ie4k8ZBHim { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVJ1S5nup5X3NEgOp6V96O4ut2wHy8SF { width:47.6875rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mc8GJWPoihZpQwGyspU54Bw0VI9B7SSt { top:9rem;left:10rem;width:10.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvSXqoia84A9QCdbHhHuA5rWTXpWn6Z { top:3.5rem;left:3.15625rem;width:43.9375rem;height:14.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdwpfyLePNDoCEe0CTJFqbVUboKoxOKi { top:4.125rem;left:0rem;width:18.9375rem;height:10.6875rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk { display:block; }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXIDwWOXSk6XGH28ZP1NLhTwJb19K0p7 { top:3.125rem;left:0rem;width:9rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ucuoi7f0uBR5WsCthTEUJXsXRp5SVm { top:3.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5lzpaHrO6LnTwicd5QBawSwI4kwud6a { top:3.125rem;left:8.75rem;width:9.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKcPqBp5K6bkwwHdClAJmr1I9LUgtfVJ { top:3.1875rem;left:3.9375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFJqUlJOioMqbMZveUakTcE4TsB4H9lP { top:3.125rem;left:31.0625rem;width:11rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2eKvFqVZN2fW3t0n1ZEoevJz7vEyWh9 { top:3.1875rem;left:26.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfZDWIrfVrfLWpSCMZzRFek1k2rQBiDe { top:3.125rem;left:38.75rem;width:9rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9IPE1xrmOzxghNLWgU2S0ptNLUQQAxc { top:3.1875rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIJ2IsB38F9nfy2zHMTReCLW8UZfSh8u { top:2.0625rem;left:1.59375rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBzlKHvkRETSoaharn4MdrsyPsBBpW0E { top:2.0625rem;left:23.53125rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZIFf7XDFCNn28Vx4QsSNq1KHttqyQ32 { top:2.0625rem;left:45.46875rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufwXnvfiSVvo45b63lm14q2iJE6bCmCr { display:none; }
 }@media only screen and (max-width: 763px) { #ODcpDbhdA8AgIHfEPCbyzyJaZlP1ItrX { display:none; }
 }@media only screen and (max-width: 763px) { #ZmrgcHDAHGzIlx8qe4ACQiKgMQXK7MwL { display:none; }
 }@media only screen and (max-width: 763px) { #u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH { display:block; }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mETd87mUnc1EmOmroKh2oAFKPp0hC2pw { top:0.8125rem;left:8.96875rem;width:29.8125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu { display:block; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdQSEfxBiELopuMobqk6bJBgbRIPqQuH { top:2.6875rem;left:5.53125rem;width:36.6875rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcqv8LoGHp7EFuvP9dO2KInoxCa0yLan { top:6.75rem;left:3.78125rem;width:40.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBZ4PSGuTOzwJSJPpsg6QTJMwlVvff6 { top:22.5625rem;left:0rem;width:18.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppUlKwU3XO8EfKCiL7EmwNQb5UkgZw3b { top:29rem;left:0rem;width:27.625rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgsTPVq1R0r50kqgExe3xZ3IN7ZSibc { top:29.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8D24By786TSziuQZItVWhtbkvWBlT9 { top:30.8125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl1HJCeQwkoN5ENw9sEsRdAlvMwAd985 { top:32.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyhm7851wBzeBolaMINnLbLmn2qTvy60 { top:34.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUvoBMETk4mEKUlJy2vKzBnOzLVGlvzF { top:35.875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNUZ2PAhQIvCdXknC08nTq2xUpbeECpl { top:1.9375rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoOCBm6TITDTGN5tH2ZdI3W8JfRCgdam { top:12.625rem;left:0rem;width:26.125rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6zxATHR4Ff24h9TZm6bFwCIoe1JOMqZ { top:12.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWBelFLtiOdsopTfE2hJ3KLL9CzWGvZ { top:24.375rem;left:5.53125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSoLTcEh2aGhua37Lq8wOoJUxTG1JfM7 { top:14.125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKxCqaASN6osX4U4d7s1Ly0vsvuU7Sub { top:15.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTZaUK1b0SVJ8FmBsfqr5hrfqNh2n7fC { top:17.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf6KN2GdsbMRApae9KGOZFOXrXxoAmpW { top:19.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdVnKT4u5yqSei6k3E03dNLdbVrkPzFp { top:14.625rem;left:11.125rem;width:36.625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiW2dC1WKe0oTE4bPcn2DTbJGv2FhpIA { top:13.875rem;left:9.4375rem;width:38.3125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEnCKezLtia95RtFcvHuJCipmgzDTpIm { display:block; }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihskPGrL5QSdXi8etgCNdXScDT8xAOBd { top:1.5rem;left:6.3125rem;width:35.125rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10t4mN2BSnR5VX3GfzLv5wT26SuK6ye { top:6rem;left:3.8125rem;width:40.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyx1eJ1bxeFrMz0oIQglimNSGSnWhnfT { top:20.125rem;left:0rem;width:23.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOf4etDab0XSUzCsxalvfL8Vx4suQam0 { top:22.5625rem;left:0rem;width:20.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brQMvuXIefUSb27JLGW6TtM8Nlc0esT8 { top:11.4375rem;left:0rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5XePQF5avMRbMlNSxrNSrMC3WJvnOZx { top:22.5625rem;left:13.8125rem;width:20.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOLPaWUXmaqMPLgcsETOkuTDc64GcwdW { top:20.125rem;left:12.3125rem;width:23.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zebEZfIHw9BJqSKiT9CAtG0xKXWx6VIN { top:11.4375rem;left:20.25rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSifoK01EyrmlmObAzdTzU9KyEDFouhy { top:22.5625rem;left:27.625rem;width:20.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2XmqnwXWeOa1aJNZ32vgVAHzl4ll5ga { top:20.125rem;left:24.625rem;width:23.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVXCqEdTV50S1HEXkbSbNvAlHVvyax9z { top:11.4375rem;left:40.3125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXxy3cVT7QP5ND4nz1zTFFqRXannTtGh { top:42.9375rem;left:27.625rem;width:20.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0rx1LecZvSWwOguP340afLMMdmZz7kD { top:42.9375rem;left:13.8125rem;width:20.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQsxnOnFmf4eeuXOXBdsZmJ977xsSP10 { top:40.5rem;left:12.3125rem;width:23.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34so74RUV3zqucL36XQCKCuns9ZoTON { top:40.5rem;left:24.625rem;width:23.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtVm1HcRGCvdxnfNMEIvaRRIq0hHS16H { top:31.8125rem;left:40.3125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klR7ghuyUAAIp4xW4BEhT1fvunVe1ixr { top:31.8125rem;left:20.75rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPDptAx9V7DIGurF9bTsETyTaakxKono { top:40.5rem;left:0rem;width:23.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGUC6NR6lBeFviruw25Drp0SEq0zXvqt { top:42.9375rem;left:0rem;width:20.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFM0XC1UIzG7dPItuHX9zsI18Lm8981U { top:31.8125rem;left:0rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT { display:block; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBNy6G5ARaE7td9zv0BmoP3TV4zVD3Oa { top:2.625rem;left:6.3125rem;width:35.125rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0A41mBzRhcXVJC7ymCHnM4T58NLnqhI { top:7.3125rem;left:3.78125rem;width:40.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmz92KOUNcLi3AUF1wJOIg0aoTWE7vv3 { top:12.375rem;left:4rem;width:43.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLb2kVEZN60HBeyeUwQhAGneGvvdSoHE { top:63.875rem;left:4rem;width:43.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcVJO41FD8nSGmxfFIyAgoJDw0OStNEh { top:14.5rem;left:19.4375rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvpaQnrENpm989HlUgn60wg9iQasAST { top:39.0625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwlvzVv09HUBDx3hidCpER200BTXkXV { top:36rem;left:0rem;width:43.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGx0w5tk9T6PSn95o1QIZITzMou7cc9g { top:63.5rem;left:18.3125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTSRsFo8WamX1mAdm531qFes3Ueo4H0 { top:14.5rem;left:19.4375rem;width:12.1875rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZB1BTBEC6bsrwc14yVldyQf0AHAOOOZ { top:18.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkrqkiTwI7Ha3SBLar1HTJS3LO0Vg4DI { top:21.5625rem;left:0rem;width:14.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBAnqHTzDZtcBvW6o04nNFTShTPnBEbV { top:47.5625rem;left:32.875rem;width:14.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGrdTE804I444uW7xkSevHikynL5QmKF { top:44.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0XRN2nXMeI1alri23oni2w17ukaw5l7 { top:72.6875rem;left:0rem;width:14.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPx4UJ3GL1oMBlVPldGweyg0Ev8N9JJB { top:69.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPW75mdsisDTbnPEl37843NdqXhTrLBc { top:11.5rem;left:2.25rem;width:45.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7nv9J7e2EoRDw7XfcS8SLxF2viBX1TZ { top:35.0625rem;left:0rem;width:45.5rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmTsTt0DXAoZozeC9cCeazbyD8OwLu1T { top:63rem;left:2.25rem;width:45.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyWZDqCkNf3Od4WNAfQWhomdzrggODZJ { top:40.3125rem;left:3.21875rem;width:11.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqJlM6bTamhImyvtNTlDoVEchHG2go3e { display:block; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBBdhVp9UKHkEvZ2ryoTxTLywJ7Kt9i9 { top:4.0625rem;left:6.3125rem;width:35.125rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPXlOVy9TIDGLlohxN2U2AnpHMsUvh5q { top:8.125rem;left:0.09375rem;width:47.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN6Uz7RHbGhlJ38E1LAwTBSx4qooGVUp { top:16.75rem;left:6.5625rem;width:34.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwb7Pc0ZT0Z2G6QevGsqatCJc8UzHCTs { top:12.375rem;left:6.625rem;width:34.5625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTi3eFo822WMilsWnLANtRtLM7mgvW1 { display:block; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDfpSVeGyyZXPT3gk3xoi7rPamaf3OXq { top:4.125rem;left:6.3125rem;width:35.125rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQvNtT2657ueJ5GXWEg9cNWfb0b5bdrE { top:8.625rem;left:3.78125rem;width:40.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0B9WU7N7vFkpL9rgUwX3OfqK1FWGfas { top:12.25rem;left:0rem;width:18.125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZPENlImgB1CKVGyinKWloPx7TXtEsfg { top:14rem;left:0rem;width:15rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eop03ox81pTfHT8Jds3aHShWdXBQmqO5 { top:16.5625rem;left:0rem;width:15rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMH3pkiEzP5xCiwNOJ0Cml33wiELM0Pi { top:20.25rem;left:0rem;width:15rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7wqXQ0PPdbd4aODF2Jh6xKnXPZSU7nh { top:21.9375rem;left:0rem;width:15rem;height:7.1875rem;font-size:0.9375rem;display:block; }#I7wqXQ0PPdbd4aODF2Jh6xKnXPZSU7nh li:before{  }
 }@media only screen and (max-width: 763px) { #Nx1TTF6fysOCz6IbxUJy8VkbBTKMutJB { width:9.625rem;height:3.125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMaNJfUpqa26lTnws28EG87LLAe5PSpq { display:block; }
 }@media only screen and (max-width: 763px) { #X0XPLkPKTBfCVF3WblOqwmRSF9otROys { top:12.25rem;left:5.375rem;width:18.125rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5v1Uz03DAheJFTCoT1bl0u8TXPwTs3X { top:14rem;left:6.9375rem;width:15rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FORWhN8ScAcq9AOEmmByCi2c338qWITn { top:16.5625rem;left:6.9375rem;width:15rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyMDv9y4A1Op92vnqebnrVx7TT9PDN0D { top:20.25rem;left:6.9375rem;width:15rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFHzEhUDd1yhmTNnF3CQ1uECXdg7abAT { top:21.9375rem;left:6.9375rem;width:15rem;height:19.25rem;font-size:0.9375rem;display:block; }#dFHzEhUDd1yhmTNnF3CQ1uECXdg7abAT li:before{  }
 }@media only screen and (max-width: 763px) { #L8KaeAmzBHhpxycCpnD1p21Og7u7ZBam { width:9.625rem;height:3.125rem;top:42.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXqw91cwL2yV1Oo70elbrhzgF8wtIkht { display:block; }
 }@media only screen and (max-width: 763px) { #pn0OL2CuAbNFEVOgr6qVAQDIwRFgFTRc { top:12.25rem;left:24.3125rem;width:18.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHtTzO0mqSQ4TnpcHWuVsGi6ZfQAPvBT { top:14rem;left:25.875rem;width:15rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEFoXKEl1eNcJOlwp4mNk6Zzo7h80dEI { top:16.5625rem;left:25.875rem;width:12.375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUNiFRHsprcw4WOzvr0TTpsDmb9Qsfyl { top:20.25rem;left:25.875rem;width:15rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD0yEC228ARwGBoQHT1vJ3w9oBPOqOZc { top:21.9375rem;left:25.875rem;width:15rem;height:22.1875rem;font-size:0.9375rem;display:block; }#QD0yEC228ARwGBoQHT1vJ3w9oBPOqOZc li:before{  }
 }@media only screen and (max-width: 763px) { #wEE8A87Bfz1WZDm4O0zg6XO5ZS6CNsX6 { width:9.625rem;height:3.125rem;top:45.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO4w3S4pSSBlqa1mVv65GpvXkSTeszkh { display:block; }
 }@media only screen and (max-width: 763px) { #CR6bVDkAyhlEr56bhESaNLXAii5cdIsf { top:12.25rem;left:29.625rem;width:18.125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OanUMmTE4JotIKgxZOzOgd8hXoXRdM4p { top:14rem;left:32.75rem;width:15rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TZT3snbF0TRVMEzF56vPHlMaRER0bZ { top:16.5625rem;left:32.75rem;width:15rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTzpHlMFnmAy0kVfJsRnQifiqbLiUnw { top:20.25rem;left:32.75rem;width:15rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNoQrpQvvmIEwiL0ZQXtWEVBJ9UzqKil { top:21.9375rem;left:32.75rem;width:15rem;height:;font-size:0.9375rem;display:block; }#bNoQrpQvvmIEwiL0ZQXtWEVBJ9UzqKil li:before{  }
 }@media only screen and (max-width: 763px) { #msCadA4Xro8OiEfzmlpp13KKQsh4elqD { width:9.625rem;height:3.125rem;top:28.125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cscqzBBCKfq3cdvgrtNV6kHT2kbNSXbH { display:block; }
 }@media only screen and (max-width: 763px) { #rdcqXTKJ9hhWOluCoq2D2qGJ3KpUxrc7 { top:22rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9IWoJiUPAb2OvIWerZ7IJXveA8TiHsR { top:24.8125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZKDLTB6Oz2JIT6eyCvVWFfSgKGtQg7b { top:26.625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiSalnet1qJRIl8fgbI5T4B1K5IiJgl7 { top:21.9375rem;left:6.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQtZWzx6l6DOaNgQtnoKt1UrlbRc5D7F { top:23.625rem;left:6.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzUi4a7n6lkfQKMxektWxpT8vf7V79fJ { top:25.25rem;left:6.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4karDRIkoG63OBzkd3Cdl3uKqls5pWC { top:28.1875rem;left:6.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2gKfXcxBN5CrFBBRHTObnDZ3oAExhgQ { top:31.125rem;left:6.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFphALTmMmT86kZgnPCCTb3Kiq68QdxI { top:34.0625rem;left:6.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4lCH3a67Ftkt5wNJwmNWmmcZKTOfhOz { top:37rem;left:6.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKfnLuHNWcRGHzfd6mdIhOb0PPAWLGDJ { top:21.9375rem;left:25.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoL5TtGar6Uw4f9fBtDIzlbE3k1ufZS4 { top:23.625rem;left:25.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWswzIcOzfObynO8ZJcmzvmF4ffQGJ8K { top:25.25rem;left:25.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqs1byABeVRyLLw7fW9JtBEJmMnt47DZ { top:28.1875rem;left:25.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ3A9WJphLHn3xu4Tdk2Tsyx6Bdq3fhm { top:31.125rem;left:25.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQQ3e9M31uzkEhB0XwTuEw07GzMUeCs { top:34.0625rem;left:25.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUwVgWSx35nM97MVgNkC0vO9F0K0yHvS { top:37rem;left:25.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVsJP6PRSR22i5ki1BWef9rXsGcyJeOl { top:40rem;left:25.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aih8b5ry9GSNrlFRfkkyt85Q3dLl0wgB { top:21.9375rem;left:44.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBe7MyLdEoihPrN9OWyhWVFRiLLOQAiy { top:23.5625rem;left:44.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuagZ452u38Mkhv4V6HozSNBycHsSCJ { top:25.25rem;left:44.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCI8C3nVay9bfIBhKFlTdb1B2e3a5hsi { top:39.8125rem;left:6.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnuJTxxdr6dRDo3bGD2ONv4Xy2QPiH38 { top:41.625rem;left:25.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC { display:block; }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wM9lt2w7m6t14nRD7buAaAmwxc8IU5Ku { top:1.25rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXuIvkWFM22KZLGcCcJJTVCH1Sx9OvL { width:13.8125rem;height:3.75rem;top:3.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac1PRoAiaynrVQsZJqGtcRXwILG8Cy7d { display:block; }
 }@media only screen and (max-width: 763px) { #bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl { display:block; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiLPWN0l0sfPu2Kc1dwkLXTqvM3pUlCd { top:3.875rem;left:6.3125rem;width:35.125rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtdMsLAdQfJz3O07Nk7H6gdFappZ6iNE { top:8.375rem;left:3.8125rem;width:40.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVrTXNlLCUlMOXcvMtlTv3FBhnP8fo2L { top:12.8125rem;left:0rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecRIr0ZpKRGpRpqrUx6D2dV3uyJCMXr { top:40.9375rem;left:0rem;width:8.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU5TDnt4RmpH7dA4sg75JeHwz7fHWdO5 { width:9.625rem;height:3.125rem;top:40.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU1nAr0vpr2SX92eTDgcs8nMlh0B02z0 { display:block; }
 }@media only screen and (max-width: 763px) { #ABK5RcBkJ3QR3bRoNsdBboJF5xHI7SAI { top:13.4375rem;left:0rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNnMd5xXuByJCp2ne1wfTWT6BQO9J00 { top:12.8125rem;left:17.125rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng9AltZbNR0q1cHqVTnRVQTi50eVIF2W { width:9.625rem;height:3.125rem;top:40.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CldElH9IhXbF02OoSlRhPSDmHmMXVuoG { display:block; }
 }@media only screen and (max-width: 763px) { #FE7dzHKpXunKD0PONIp4PT4Z5CRPz6ud { top:13.4375rem;left:18.25rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbSOVOBpqU7WDNvn97hgIuzSZwVMAtLI { top:47.3125rem;left:0rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWhWhJhQN7TIqVBmRA4MP8tksvIlA5rA { width:9.625rem;height:3.125rem;top:75.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opyRLqLpeI48gAs9sFIb6rV9z4v0buFn { display:block; }
 }@media only screen and (max-width: 763px) { #bHMwBpRTR72dyBPCA94L4ArSJAcbBvRS { top:75.625rem;left:0rem;width:9.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FriJkTZuV8SfvchE0AWgc3E6ivMBlJEu { top:47.9375rem;left:0rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ZKUx7TdsO2imTyODJ4uJnUx7VqP3hM { top:41rem;left:26.78125rem;width:8.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfKyPVrZ0wNSGeLh4yfFGlDlFuTi34pF { top:47.3125rem;left:17.125rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVphfrnaX33qgOlQrtwA386zocPQyoMG { top:47.9375rem;left:18.25rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enLvHSOV78mJPI4v2guJ7eEP0WxawkTh { width:9.625rem;height:3.125rem;top:75.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFvF7BRo2hocItb3nb8ErJSFXhIgCEsi { display:block; }
 }@media only screen and (max-width: 763px) { #ElvPHl6dfvhfEEUhElPTJQcX7ri4Peqv { top:75.5625rem;left:27.03125rem;width:10.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2bEhUK6rDwsL2fl3vJEvMfEB9Byuzm8 { top:81.8125rem;left:17.125rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3h2E9L70lr6Mxr4BURmV0VbFb0TWfdf { width:9.625rem;height:3.125rem;top:109.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWm6orBMOzKbg4NAfo4bygfNnTvtdaKs { display:block; }
 }@media only screen and (max-width: 763px) { #HzyHXS0QFiy3QXAaTFIi8W0amnlaw2Vi { top:81.8125rem;left:0rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZuJxFRz19XSy39pAAZFGd4tDy94ewcT { width:9.625rem;height:3.125rem;top:109.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD6FZTddg8uiz1uwWULr391eTqbnEAzc { display:block; }
 }@media only screen and (max-width: 763px) { #LqyV6pIkWFJ5yRS3CKZ0RiFnLwv76dsk { top:82.4375rem;left:0rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4yl2iwugGJenu54VqHcJGxopEJsMHos { top:82.4375rem;left:18.25rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf5OMgc6iaxdQETgNv1QC0py61Wzf0df { top:109.875rem;left:0rem;width:9.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgS7OFCuAP7sql32XW0QdwbFvMuynzop { top:109.8125rem;left:27.15625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLTbZ6I4mHUMOLRoMLZAfhymp70oqhyc { top:116.3125rem;left:17.125rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Ngk6ag2OckbPiMnXRo0lZvTZAxBnz3 { top:116.3125rem;left:0rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDTaHwACZXWVn0FWKc6D8g7TSe2XTEQ { width:9.625rem;height:3.125rem;top:144.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXbZQ8dq7viNTItyTEe0y6pPTCJ7dx0h { display:block; }
 }@media only screen and (max-width: 763px) { #XlUg6xu2uv4CRMQVWF15uvQ6mmTgxaJL { width:9.625rem;height:3.125rem;top:144.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATDDJA58nzODB8vJLHNT7TrQMmZkz2eM { display:block; }
 }@media only screen and (max-width: 763px) { #P08RdI1rFtAMqDrAeT0BdteoSsaAAdDx { top:116.9375rem;left:0rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGRU93DEnu7IFk8xi0JiTO6Rl2Lu4naO { top:116.9375rem;left:18.25rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0vJ6ql0whbzsHdX7e9rF6pC4nh9Cdc8 { top:144.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyMKsEmzoJJ0ATAoecGiK8K3cEUoSg7W { top:144.125rem;left:25.5625rem;width:10.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4yWlMtX7FlcsVF7zmdI7fkP9Fi7ZMog { top:150.75rem;left:17.125rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRslfVIna8gOd44KZJ23pb73h02JiSC0 { width:9.625rem;height:3.125rem;top:178.875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC38BHNOapzJ5b5Zg4g3d6EDVkh7L5qk { display:block; }
 }@media only screen and (max-width: 763px) { #XPeAL5fLEocCsCWzqq0yBrV7PefovHFT { top:150.75rem;left:0rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7HVfF3iqVBwEf0woWotCggUaHQL8fRo { width:9.625rem;height:3.125rem;top:178.875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZwEEexCBT7G3CUQDMWk0lvnDsGigG8J { display:block; }
 }@media only screen and (max-width: 763px) { #yBhQwfPRT6f395h4zAXAzinNKBJXtD2X { top:151.375rem;left:0rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNEyovaUTRGazCL7dEQM8rH8hOvN4T0M { top:151.375rem;left:18.25rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad4rTiK0v7gD5e04sLLAxLOx3AJbT5lP { top:185.1875rem;left:17.125rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogagHWaIHrFyvFHtn5g7imfZXn0rt3Mn { width:9.625rem;height:3.125rem;top:213.3125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKRywmsDULg1KlUGnhpd2e2Wlfo19GEU { display:block; }
 }@media only screen and (max-width: 763px) { #oNOoPvsRPknU0Z0x2U2VIVd1qRtfp7dB { top:185.1875rem;left:0rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOd5QL2KotuHWvaORLDeDAmouZvlrlLh { width:9.625rem;height:3.125rem;top:213.3125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcWAB5mCk1kdUdg29KaztTllcRMBnWB3 { display:block; }
 }@media only screen and (max-width: 763px) { #TXcqfyyTF6sGVJpnvICGy8NnSJVtZlkV { top:185.8125rem;left:0rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmmgSn9gM7NIKJ5KDDn09iNP2FxIqFlU { top:185.8125rem;left:18.25rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTzTnyiq2eQn799luM2JHEr8nmef3E30 { top:254.125rem;left:17.125rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBLCAB711g0WmABWgT4JDLx9MPX5K9oT { width:9.625rem;height:3.125rem;top:282.25rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weIFo60ksFwktCm8iXkXeEMHe2f8285r { display:block; }
 }@media only screen and (max-width: 763px) { #XQoviiX3Qi7CrZEEOwZIfDaBfa9Oef65 { top:254.75rem;left:18.25rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPKh8K3FlEZm8Td6lWH4cvGkvEGUIkRR { top:254.125rem;left:0rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufm6ucvNsheXniS1uJlqRJqWAkcusnnU { top:254.75rem;left:0rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL8wA31meE9lnMUkHh63BkLzywrlWGqq { width:9.625rem;height:3.125rem;top:282.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooHP0c1SLvB5FCvULSCtVwKImARNSX1g { display:block; }
 }@media only screen and (max-width: 763px) { #JKsALSLb40GIr7P4ctHuiKP0PTGo44Gw { top:219.6875rem;left:17.125rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S696agk4MEPKpgD5UEanHy8V5nnDoFvp { width:9.625rem;height:3.125rem;top:247.8125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anfrwNCUUp3GGG3qTM5b3gP6qQc1WrfI { display:block; }
 }@media only screen and (max-width: 763px) { #VGTfV08TxQiTRrJ3sMN0ZcFlGaVB9FHp { top:219.6875rem;left:0rem;width:30.625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru9xfTcqgnAQULM2FtBuD233XtImQSsy { width:9.625rem;height:3.125rem;top:247.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTn0hP47Mud5Efuco5zePfvTwOyNBEO { display:block; }
 }@media only screen and (max-width: 763px) { #IKSDibfxvirBccJ2SLEIv4nHOkgbqoCU { top:220.3125rem;left:0rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkqM6Lz0VJvXGFy8QNQuzMBIKQ9FglPG { top:220.3125rem;left:18.25rem;width:29.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFBgrU0mHKJ3LkpdiirQgftbdqGWd8Dd { top:178.875rem;left:0rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxAFO2wOxtgLuoP5X9ipmXSHLySlCK7E { top:178.75rem;left:27.40625rem;width:11.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6IsVCgt2IyLVuTNGZQ1TC2rBhKM6viw { top:213.5625rem;left:0rem;width:12.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8uhV1eEcFMxQRF9Mei6095rJ9f8mH7 { top:213.6875rem;left:27.40625rem;width:12.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktA7rCP18MX8NLFBqwG5ADld0GTp145D { top:248.5rem;left:0rem;width:10.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To7dKDGxJg2tcGFEE4x9uHNJ7NNCpTf5 { top:248.625rem;left:27.3125rem;width:9.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKfUGlfG5Rh7cxJqGwOywuo8e4gLvzy { top:282.0625rem;left:0rem;width:6.625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPFkhfKmFFNZaqVXqMbnOTTdSZKU6Mf2 { top:282.25rem;left:27.03125rem;width:5.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 { display:block; }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUorfINkOge3InVXqsDHTTzdIHl97uME { top:12.5rem;left:0rem;width:47.75rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht26MsABkErz5blELNTFRVMcLThP4EZk { top:4.125rem;left:6.3125rem;width:35.125rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU2t3nJfZniQZtWaHCIVfobbb4H4zzGA { top:8.4375rem;left:2.96875rem;width:41.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlI9BoW6ZQtongCKplL4aQlX1cziHh9s { display:block; }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaLdAm8wH3QyLvTsZgVNgG8x9HZ14Sga { top:1.25rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbVNtw8UUvNo173evPNwiGbdMJ8mSVBm { width:13.8125rem;height:3.75rem;top:3.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRwZqexDbrIOGMPshBGoeSyptLTzL2r6 { display:block; }
 }@media only screen and (max-width: 763px) { #FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT { display:block; }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sV43IdpACEWXycgQH1w2QnJHD5k61oeQ { top:4.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2oU4FiEnbuKATbkkLEghrtG00UTTMdO { top:8.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhnClBgbHzRV6WzNB3qhL1HRWPPsK6Hi { top:12.9375rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDs2s6morA3y3oQ4Acg05GI315aHC0Go { top:21.25rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNCTnQXz4lgwMmP0Cpt75S5Jk4qgo0T { top:55rem;left:29.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#kkNCTnQXz4lgwMmP0Cpt75S5Jk4qgo0T > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ng0DqPdxevnV2FBixDd54hKsdtixB9K8 { display:block; }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhkyCS9CbG9bbWlBNnkZhTJNZClFrHuX { top:2.375rem;left:0rem;width:8.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIDvh399Z4HbtdarvKkvndoiuQZJQz2 { top:3.5625rem;left:12.375rem;width:17.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkgvxPMwwwmqFG6RA153ghTdzo9LxqKy { top:6.5rem;left:14.125rem;width:11rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iob5vXFK5KQUmBwWVtDth2cJ9wD8vtgE { top:8.6875rem;left:12.375rem;width:14.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnv8t7bOc9VohgArZCfqPbx4Q8i1KnGb { top:10.9375rem;left:14.125rem;width:18.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3cDl8KXlzKvDTaieTnLELGbJATcfanZ { top:13.8125rem;left:14.125rem;width:19.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4qPfKcdtvEeTDH5TPaGv47vQFDcQRO4 { top:16rem;left:12.375rem;width:18.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6kVuBrUNTZBTGXClQ9Z7eeNFlszbof { top:3.8125rem;left:30rem;width:17.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTJdQ9r84zxxuPE6tvTrBZ0C7l9DHiJ { top:8.375rem;left:0rem;width:18.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfiLALRW23XiwsFP8ATKl3AOnhOAU6in { top:6.5rem;left:31.25rem;width:16.5rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD9ex8mZTQrSLVpMX4kT9v3kh5bmyLBq { top:6.8125rem;left:12.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZQ3Aw9LQVmgXbpPFhE2oMN4QOPLw3N4 { top:11.3125rem;left:12.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ILTnCas5BiD0TFOzv9t61F35KwvFKO { top:14.0625rem;left:12.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvpywBvNCmMPf5FkzGokxl8cODXovH73 { display:none; }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ARAcpPg6XxQDB8qvFGx2mp2aAEDKp2kT { display:none; }
#ARAcpPg6XxQDB8qvFGx2mp2aAEDKp2kT > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #ZE1VLgBQep0MTcocogMfrf36MpolKCbi { width:11.125rem;height:3.125rem;top:55.4375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brUeDlGDIGb2BpuFimMEaccJQtWlUGT9 { display:block; }
 }@media only screen and (max-width: 763px) { #bWiU1dPJmaO6JX7r0ScFIQSrxcfeRgqJ { top:54.4375rem;left:28.9375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZQ9VmhJ5s8HokKTXmhTOD503TaFCGPA { width:7.4375rem;height:4.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8x6vvhlB7kzX4MMLpkFZs5SVerWIs4T { width:11.125rem;height:3.125rem;top:17.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxkeEBDSdCOD4zdHxGAwHSpbBrdVLtQf { display:block; }
 }@media only screen and (max-width: 763px) { #p7WaWzcyip9eD61d5O3PDiP2KZZMaTHT { width:9.375rem;height:3.125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW3tysLg7yZX8KdvsTfAb5lu896peVTH { display:block; }
 }@media only screen and (max-width: 763px) { #kF0euImIpIeJz92q5O2iAKv0dl78cArD { width:5.25rem;height:3.125rem;top:8rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQLu4kfv6WvHhuqXxya9lV9a1044461J { display:block; }
 }@media only screen and (max-width: 763px) { #bNI1AJFdXlTFq0OEB6kHauU7gx0vo5rV { width:6.3125rem;height:3.125rem;top:11.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHIo7AhVnAhnxeNudIE2obA2AVyMPtVm { display:block; }
 }@media only screen and (max-width: 763px) { #Qxn7OhPITf5Ff1lA1G8L3ZCskHNg0Dlm { width:3.4375rem;height:3.125rem;top:11.0625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhhs36XKR42F4ln6h2nkaHWJacfA8ma { display:block; }
 }@media only screen and (max-width: 763px) { #bAIHLP5aLzszRznp6Tv0bqKLKMfu4Zxd { width:10.8125rem;height:3.125rem;top:14.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPLdhxFJiSLuT67TaXyXlXZbQeGrrAq { display:block; }
 }@media only screen and (max-width: 763px) { #frd4i01bWCtID2kBxk35ylpTxJnRNHPX { width:5.0625rem;height:3.125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE8vzEn5SEpiW223DXSMo8Ro0Xl8BRN0 { display:block; }
 }@media only screen and (max-width: 763px) { #TT3s6TKVRNHpKkCILnR9FEytyRby6ZWp { display:flex;width:1.9375rem;height:1.9375rem;top:21.4375rem;left:9rem;display:none; }
#TT3s6TKVRNHpKkCILnR9FEytyRby6ZWp > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #ahV4JDWtLatnmQVT8be4MN4TL5ydQoqQ { width:1.9375rem;height:1.9375rem;top:24.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #D522wdSGyEBnJA7fwmliKMsUDZnACaTW { display:none; }#D522wdSGyEBnJA7fwmliKMsUDZnACaTW > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EAhH28fbln9Z8Na97K9O4yutCGVXp0nc { background-color:#fef4e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row .container { background-color: transparent; background-image: none; }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row .container > .video-iframe-container { display: none; }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row > .video-iframe-container { display: none; }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .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); }#EAhH28fbln9Z8Na97K9O4yutCGVXp0nc > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fv8aGOiRTdrbXhHR5bLgg81rN2pFLEwA { width:7.4375rem;height:4.125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwsrlDEvDGGb0k6GTQs3uKwwwtV8lOm { width:9.375rem;height:2.5rem;top:7rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp6KaVVkXMJwoDampdoFzru5OJDWw0c9 { display:block; }
 }@media only screen and (max-width: 763px) { #PqvIrs58asD1kxbkUtdbXeTTTiFJJPZ8 { width:5.25rem;height:2.5rem;top:9.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX5nBFcC9FTVQZXxDRXOyxA5BrHNmV2S { display:block; }
 }@media only screen and (max-width: 763px) { #W7kknTt441yDpts6cJQTvvQ1KlbbXOZG { width:6.3125rem;height:2.5rem;top:12.03125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwpbl1uk3iO36ycsC2VWsLO39Zr9Hapa { display:block; }
 }@media only screen and (max-width: 763px) { #ThV6av1xFklUl6p9JkbitFReSP0Jisxc { width:3.4375rem;height:2.5rem;top:14.53125rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2kaboXBwKZuD3gHuB6vwT6zqetwhDfX { display:block; }
 }@media only screen and (max-width: 763px) { #sCDEWgGXiAvgv0IJJm1dRBpfg1uoIsWl { width:10.8125rem;height:2.5rem;top:17.03125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE6wW1VcruZenb4HQ3gF14nzRDpfpi0Z { display:block; }
 }@media only screen and (max-width: 763px) { #BmZRcMfaBqZOt6yJzSGVEN1AID6v7SNt { width:5.0625rem;height:2.5rem;top:19.53125rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTEvJq9r4lZEkmKOnDTRhmQ5OtGWma6 { display:block; }
 }@media only screen and (max-width: 763px) { #T6Ug1u1Uv33v5b8nASPJTJQnTO64moOF { top:1.875rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW { background-color:#fef4e8;background-image:none;display:block; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container { background-color: transparent; background-image: none; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container > .video-iframe-container { display: none; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row > .video-iframe-container { display: none; }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .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); }#TidXnemOCOEdrmPCTaSC4rs1QhRFHFfW > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrXqVVmErDFpvMp4MqZAtIF4cxZTxJUT { width:20rem;height:7.5rem;top:16.9228515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWCt9cFgqioheKPF0ODLAOF6k4or6IDM { width:3.8125rem;height:2.5625rem;top:6.7978515625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmbxmURzdZc8Tq3CJZH3oV5zRI9476u { width:13.8125rem;height:3.75rem;top:25.62939453125rem;left:3.09375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ucFfzS9NQoLFTIB7VpGdpFF2pZkVaeeK { display:block; }
 }@media only screen and (max-width: 763px) { #cL9TzxRIhMWJr5xJOlXzRP0ZQo6LV5fC { width:10.75rem;height:3rem;top:30.26904296875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbyBf0Pf6vzeBut94HH6U5r4HA7hq2LI { width:1.875rem;height:3.0625rem;top:39.14404296875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4X7qPtR9Tn68ZTiD0ePtk6OR95XpVp { width:2.375rem;height:2.375rem;top:1.0068359375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1dDl17AgMs1xQUFaRvzLRkFmDMcQbCZ { top:26.4228515625rem;left:4rem;width:1.875rem;height:1.875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jr3KbzUfURH4oqLF9mRIo9a8cdWp8FsV { width:2.25rem;height:2.25rem;top:14.5478515625rem;left:1.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QsC57oFKB2AkAatcbsqsvTxfkSszFlNT { width:2.375rem;height:2.375rem;top:29.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l57S6ZP9NeEQt33DKyS0o83U6M6rsWdu { width:1.8125rem;height:1.8125rem;top:12.111328125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtN47yksosDkpRfkKdHgWUcs1PTxQAtZ { width:2.375rem;height:2.375rem;top:27.95654296875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkeON9bnOBip2DGDSvz4BJ6y4cWpP0vh { width:11rem;height:2.5625rem;top:9.5rem;left:0.21875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFz6FEHtmBmdgDu12GJ0C94rCvTrAsHH { display:flex;width:2.1875rem;height:2.1875rem;top:30.64404296875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #hRpQaKpAtUz4bNEirMT11SFciTGRIPFS { width:7.6875rem;height:4.25rem;top:35.89404296875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZ5zNh55ri5wuQkIKT0i6Ie4k8ZBHim { width:19.875rem;height:11.125rem;top:39.742531446541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVJ1S5nup5X3NEgOp6V96O4ut2wHy8SF { top:12.111328125rem;left:0rem;width:20rem;height:35.5625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mc8GJWPoihZpQwGyspU54Bw0VI9B7SSt { width:7.9375rem;height:2.4375rem;top:6.9228515625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvSXqoia84A9QCdbHhHuA5rWTXpWn6Z { width:20rem;height:0;top:4.0693359375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tdwpfyLePNDoCEe0CTJFqbVUboKoxOKi { width:18.9375rem;height:10.7226625rem;top:4.13134765625rem;left:0.5rem;font-size:2.0625rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk { display:block; }#TLCaJ1K2XyqGSIo3qPQ7SKffJeGhBFDk > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXIDwWOXSk6XGH28ZP1NLhTwJb19K0p7 { width:13.25rem;height:1.875rem;top:6.375rem;left:3.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4ucuoi7f0uBR5WsCthTEUJXsXRp5SVm { width:3.8125rem;height:3.8125rem;top:1.75rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5lzpaHrO6LnTwicd5QBawSwI4kwud6a { width:19.0625rem;height:1.875rem;top:16.5rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKcPqBp5K6bkwwHdClAJmr1I9LUgtfVJ { width:3.8125rem;height:3.8125rem;top:11.625rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFJqUlJOioMqbMZveUakTcE4TsB4H9lP { width:20rem;height:1.875rem;top:26.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2eKvFqVZN2fW3t0n1ZEoevJz7vEyWh9 { width:3.8125rem;height:3.8125rem;top:22.1875rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfZDWIrfVrfLWpSCMZzRFek1k2rQBiDe { width:20rem;height:1.875rem;top:36.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9IPE1xrmOzxghNLWgU2S0ptNLUQQAxc { width:3.8125rem;height:3.8125rem;top:32.15625rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIJ2IsB38F9nfy2zHMTReCLW8UZfSh8u { width:0.0625rem;height:6.25rem;top:8.6875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBzlKHvkRETSoaharn4MdrsyPsBBpW0E { width:0.0625rem;height:6.25rem;top:27.9375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZIFf7XDFCNn28Vx4QsSNq1KHttqyQ32 { width:0.0625rem;height:6.25rem;top:30.1875rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufwXnvfiSVvo45b63lm14q2iJE6bCmCr { top:9.6875rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15018;background-color:#979797;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ODcpDbhdA8AgIHfEPCbyzyJaZlP1ItrX { top:20.125rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15019;background-color:#979797;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZmrgcHDAHGzIlx8qe4ACQiKgMQXK7MwL { top:30.59375rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15020;background-color:#979797;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH { display:block; }#u0EdK1g7oKE8O4Kg5AtxyWXqWFGZoTHH > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mETd87mUnc1EmOmroKh2oAFKPp0hC2pw { width:20rem;height:16.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu { background-color:#fef4e8;background-image:none;display:block; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container { background-color: transparent; background-image: none; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container > .video-iframe-container { display: none; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row > .video-iframe-container { display: none; }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .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); }#MNAts1Xuxurr9maaVBgT8Z3Qpih0oIbu > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdQSEfxBiELopuMobqk6bJBgbRIPqQuH { width:18.875rem;height:4.875rem;top:1.4375rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gcqv8LoGHp7EFuvP9dO2KInoxCa0yLan { width:18.125rem;height:3rem;top:6.5625rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyBZ4PSGuTOzwJSJPpsg6QTJMwlVvff6 { width:16.875rem;height:4.0625rem;top:36.625rem;left:1.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ppUlKwU3XO8EfKCiL7EmwNQb5UkgZw3b { width:17.75rem;height:10.5rem;top:42.8125rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTgsTPVq1R0r50kqgExe3xZ3IN7ZSibc { display:flex;width:1.3125rem;height:1.3125rem;top:42.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tk8D24By786TSziuQZItVWhtbkvWBlT9 { display:flex;width:1.3125rem;height:1.3125rem;top:44.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wl1HJCeQwkoN5ENw9sEsRdAlvMwAd985 { display:flex;width:1.3125rem;height:1.3125rem;top:45.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gyhm7851wBzeBolaMINnLbLmn2qTvy60 { display:flex;width:1.3125rem;height:1.3125rem;top:48.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cUvoBMETk4mEKUlJy2vKzBnOzLVGlvzF { display:flex;width:1.3125rem;height:1.3125rem;top:52rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fNUZ2PAhQIvCdXknC08nTq2xUpbeECpl { width:2.1875rem;height:2.1875rem;top:3.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoOCBm6TITDTGN5tH2ZdI3W8JfRCgdam { width:17.5625rem;height:12rem;top:23rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K6zxATHR4Ff24h9TZm6bFwCIoe1JOMqZ { display:flex;width:1.8125rem;height:1.8125rem;top:22.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TDWBelFLtiOdsopTfE2hJ3KLL9CzWGvZ { width:2.625rem;height:2.625rem;top:38.875rem;left:14.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eSoLTcEh2aGhua37Lq8wOoJUxTG1JfM7 { display:flex;width:1.8125rem;height:1.8125rem;top:24.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FKxCqaASN6osX4U4d7s1Ly0vsvuU7Sub { display:flex;width:1.8125rem;height:1.8125rem;top:28.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JTZaUK1b0SVJ8FmBsfqr5hrfqNh2n7fC { display:flex;width:1.8125rem;height:1.8125rem;top:25.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qf6KN2GdsbMRApae9KGOZFOXrXxoAmpW { display:flex;width:1.8125rem;height:1.8125rem;top:31.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RdVnKT4u5yqSei6k3E03dNLdbVrkPzFp { width:19rem;height:10.4375rem;top:10.84375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiW2dC1WKe0oTE4bPcn2DTbJGv2FhpIA { width:20rem;height:11.4375rem;top:10.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEnCKezLtia95RtFcvHuJCipmgzDTpIm { display:block; }#PEnCKezLtia95RtFcvHuJCipmgzDTpIm > .row .container { width:20rem;height:119rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihskPGrL5QSdXi8etgCNdXScDT8xAOBd { width:20rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w10t4mN2BSnR5VX3GfzLv5wT26SuK6ye { width:20rem;height:3rem;top:5.0996125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyx1eJ1bxeFrMz0oIQglimNSGSnWhnfT { width:20rem;height:1.94970625rem;top:18.724609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOf4etDab0XSUzCsxalvfL8Vx4suQam0 { width:20rem;height:3rem;top:21.111328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brQMvuXIefUSb27JLGW6TtM8Nlc0esT8 { width:6.9375rem;height:6.9375rem;top:10.287109375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5XePQF5avMRbMlNSxrNSrMC3WJvnOZx { width:20rem;height:4.5rem;top:36.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOLPaWUXmaqMPLgcsETOkuTDc64GcwdW { width:20rem;height:1.94970625rem;top:34.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zebEZfIHw9BJqSKiT9CAtG0xKXWx6VIN { width:7.25rem;height:7.25rem;top:26.111328125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSifoK01EyrmlmObAzdTzU9KyEDFouhy { width:20rem;height:6rem;top:54.634765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2XmqnwXWeOa1aJNZ32vgVAHzl4ll5ga { width:20rem;height:1.94970625rem;top:52.248046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVXCqEdTV50S1HEXkbSbNvAlHVvyax9z { width:7.4375rem;height:7.4375rem;top:43.498046875rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXxy3cVT7QP5ND4nz1zTFFqRXannTtGh { width:20rem;height:3rem;top:113.044921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0rx1LecZvSWwOguP340afLMMdmZz7kD { width:20rem;height:6rem;top:93.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQsxnOnFmf4eeuXOXBdsZmJ977xsSP10 { width:20rem;height:1.94970625rem;top:91.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T34so74RUV3zqucL36XQCKCuns9ZoTON { width:20rem;height:1.94970625rem;top:110.533203125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtVm1HcRGCvdxnfNMEIvaRRIq0hHS16H { width:7.4375rem;height:7.4375rem;top:101.845703125rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klR7ghuyUAAIp4xW4BEhT1fvunVe1ixr { width:6.8125rem;height:6.8125rem;top:82.572265625rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPDptAx9V7DIGurF9bTsETyTaakxKono { width:20rem;height:1.94970625rem;top:71.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGUC6NR6lBeFviruw25Drp0SEq0zXvqt { width:20rem;height:6rem;top:73.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFM0XC1UIzG7dPItuHX9zsI18Lm8981U { width:6.9375rem;height:6.9375rem;top:63.072265625rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT { background-color:#fef4e8;background-image:none;display:block; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container { background-color: transparent; background-image: none; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container > .video-iframe-container { display: none; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row > .video-iframe-container { display: none; }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .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); }#s8bXuF0G2xFbFpfW79BmVck0IEo1RKvT > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBNy6G5ARaE7td9zv0BmoP3TV4zVD3Oa { width:20rem;height:2.4375rem;top:1.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0A41mBzRhcXVJC7ymCHnM4T58NLnqhI { width:20rem;height:1.5rem;top:4.599609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmz92KOUNcLi3AUF1wJOIg0aoTWE7vv3 { width:20rem;height:9.09475rem;top:14.8125rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tLb2kVEZN60HBeyeUwQhAGneGvvdSoHE { width:20rem;height:9.745125rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcVJO41FD8nSGmxfFIyAgoJDw0OStNEh { width:1.9375rem;height:1.9375rem;top:33.625rem;left:2.6875rem;overflow:hidden;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fFvpaQnrENpm989HlUgn60wg9iQasAST { width:11.5rem;height:11.5rem;top:35.5019609375rem;left:4.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #DmwlvzVv09HUBDx3hidCpER200BTXkXV { width:20rem;height:11rem;top:33.8125rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #IGx0w5tk9T6PSn95o1QIZITzMou7cc9g { width:5.25rem;height:5.25rem;top:107.463875rem;left:12.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ZJTSRsFo8WamX1mAdm531qFes3Ueo4H0 { width:2.0625rem;height:2.0625rem;top:55.5rem;left:2.625rem;overflow:hidden;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #uZB1BTBEC6bsrwc14yVldyQf0AHAOOOZ { display:flex;width:3.125rem;height:3.125rem;top:8.8125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #wkrqkiTwI7Ha3SBLar1HTJS3LO0Vg4DI { width:14.3125rem;height:4.5rem;top:8.125rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MBAnqHTzDZtcBvW6o04nNFTShTPnBEbV { width:14.75rem;height:6rem;top:25.875rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WGrdTE804I444uW7xkSevHikynL5QmKF { display:flex;width:3.125rem;height:3.125rem;top:27.3125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #J0XRN2nXMeI1alri23oni2w17ukaw5l7 { width:14.875rem;height:6rem;top:46.75rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RPx4UJ3GL1oMBlVPldGweyg0Ev8N9JJB { display:flex;width:3.125rem;height:3.125rem;top:47.4375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #PPW75mdsisDTbnPEl37843NdqXhTrLBc { width:20rem;height:10.6875rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7nv9J7e2EoRDw7XfcS8SLxF2viBX1TZ { width:20rem;height:11.9375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmTsTt0DXAoZozeC9cCeazbyD8OwLu1T { width:20rem;height:10rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyWZDqCkNf3Od4WNAfQWhomdzrggODZJ { width:5rem;height:0.125rem;top:35.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqJlM6bTamhImyvtNTlDoVEchHG2go3e { background-color:#f8e0c3;background-image:none;display:block; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container { background-color: transparent; background-image: none; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container > .video-iframe-container { display: none; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row > .video-iframe-container { display: none; }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .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); }#KqJlM6bTamhImyvtNTlDoVEchHG2go3e > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBBdhVp9UKHkEvZ2ryoTxTLywJ7Kt9i9 { width:20rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPXlOVy9TIDGLlohxN2U2AnpHMsUvh5q { width:20rem;height:4.5rem;top:5.0996125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HN6Uz7RHbGhlJ38E1LAwTBSx4qooGVUp { width:20rem;height:21.75rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwb7Pc0ZT0Z2G6QevGsqatCJc8UzHCTs { width:20rem;height:6.16650625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTi3eFo822WMilsWnLANtRtLM7mgvW1 { background-color:#fef4e8;background-image:none;display:block; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container { background-color: transparent; background-image: none; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container > .video-iframe-container { display: none; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row > .video-iframe-container { display: none; }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .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); }#AbTi3eFo822WMilsWnLANtRtLM7mgvW1 > .row .container { width:20rem;height:131rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDfpSVeGyyZXPT3gk3xoi7rPamaf3OXq { width:20rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQvNtT2657ueJ5GXWEg9cNWfb0b5bdrE { width:20rem;height:3rem;top:5.099609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0B9WU7N7vFkpL9rgUwX3OfqK1FWGfas { width:20rem;height:23rem;top:9.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZPENlImgB1CKVGyinKWloPx7TXtEsfg { width:15rem;height:1.94970625rem;top:11.474609375rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eop03ox81pTfHT8Jds3aHShWdXBQmqO5 { width:16.875rem;height:2.625rem;top:14.037109375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMH3pkiEzP5xCiwNOJ0Cml33wiELM0Pi { width:16.875rem;height:0.3125rem;top:17.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7wqXQ0PPdbd4aODF2Jh6xKnXPZSU7nh { width:16.875rem;height:5.875rem;top:19.412109375rem;left:1.5625rem;font-size:0.9375rem;display:block; }#I7wqXQ0PPdbd4aODF2Jh6xKnXPZSU7nh li:before{  }
 }@media only screen and (max-width: 763px) { #Nx1TTF6fysOCz6IbxUJy8VkbBTKMutJB { width:9.625rem;height:3.125rem;top:27.068359375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMaNJfUpqa26lTnws28EG87LLAe5PSpq { display:block; }
 }@media only screen and (max-width: 763px) { #X0XPLkPKTBfCVF3WblOqwmRSF9otROys { width:20rem;height:33.875rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5v1Uz03DAheJFTCoT1bl0u8TXPwTs3X { width:15rem;height:1.94970625rem;top:35.75rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FORWhN8ScAcq9AOEmmByCi2c338qWITn { width:16.875rem;height:1.3125rem;top:38.3125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyMDv9y4A1Op92vnqebnrVx7TT9PDN0D { width:16.875rem;height:0.3125rem;top:40.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFHzEhUDd1yhmTNnF3CQ1uECXdg7abAT { width:16.875rem;height:17.9375rem;top:42.5rem;left:1.5625rem;font-size:0.9375rem;display:block; }#dFHzEhUDd1yhmTNnF3CQ1uECXdg7abAT li:before{  }
 }@media only screen and (max-width: 763px) { #L8KaeAmzBHhpxycCpnD1p21Og7u7ZBam { width:9.625rem;height:3.125rem;top:62.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXqw91cwL2yV1Oo70elbrhzgF8wtIkht { display:block; }
 }@media only screen and (max-width: 763px) { #pn0OL2CuAbNFEVOgr6qVAQDIwRFgFTRc { width:20rem;height:35.625rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHtTzO0mqSQ4TnpcHWuVsGi6ZfQAPvBT { width:15rem;height:1.94970625rem;top:70.875rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEFoXKEl1eNcJOlwp4mNk6Zzo7h80dEI { width:16.875rem;height:1.3125rem;top:73.4375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUNiFRHsprcw4WOzvr0TTpsDmb9Qsfyl { width:16.875rem;height:0.3125rem;top:76rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD0yEC228ARwGBoQHT1vJ3w9oBPOqOZc { width:16.875rem;height:19.5625rem;top:77.6875rem;left:1.5625rem;font-size:0.9375rem;display:block; }#QD0yEC228ARwGBoQHT1vJ3w9oBPOqOZc li:before{  }
 }@media only screen and (max-width: 763px) { #wEE8A87Bfz1WZDm4O0zg6XO5ZS6CNsX6 { width:9.625rem;height:3.125rem;top:99.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO4w3S4pSSBlqa1mVv65GpvXkSTeszkh { display:block; }
 }@media only screen and (max-width: 763px) { #CR6bVDkAyhlEr56bhESaNLXAii5cdIsf { width:20rem;height:21.875rem;top:106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OanUMmTE4JotIKgxZOzOgd8hXoXRdM4p { width:15rem;height:1.94970625rem;top:107.75rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TZT3snbF0TRVMEzF56vPHlMaRER0bZ { width:16.875rem;height:2.625rem;top:110.3125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTzpHlMFnmAy0kVfJsRnQifiqbLiUnw { width:16.875rem;height:0.3125rem;top:114rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNoQrpQvvmIEwiL0ZQXtWEVBJ9UzqKil { width:16.875rem;height:4.5625rem;top:115.6875rem;left:1.5625rem;font-size:0.9375rem;display:block; }#bNoQrpQvvmIEwiL0ZQXtWEVBJ9UzqKil li:before{  }
 }@media only screen and (max-width: 763px) { #msCadA4Xro8OiEfzmlpp13KKQsh4elqD { width:9.625rem;height:3.125rem;top:121.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cscqzBBCKfq3cdvgrtNV6kHT2kbNSXbH { display:block; }
 }@media only screen and (max-width: 763px) { #rdcqXTKJ9hhWOluCoq2D2qGJ3KpUxrc7 { width:1.125rem;height:1.125rem;top:19.474609375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9IWoJiUPAb2OvIWerZ7IJXveA8TiHsR { width:1.125rem;height:1.125rem;top:22.318359375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZKDLTB6Oz2JIT6eyCvVWFfSgKGtQg7b { width:1.125rem;height:1.125rem;top:24.099609375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiSalnet1qJRIl8fgbI5T4B1K5IiJgl7 { width:1.125rem;height:1.125rem;top:42.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQtZWzx6l6DOaNgQtnoKt1UrlbRc5D7F { width:1.125rem;height:1.125rem;top:44.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzUi4a7n6lkfQKMxektWxpT8vf7V79fJ { width:1.125rem;height:1.125rem;top:45.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4karDRIkoG63OBzkd3Cdl3uKqls5pWC { width:1.125rem;height:1.125rem;top:47.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2gKfXcxBN5CrFBBRHTObnDZ3oAExhgQ { width:1.125rem;height:1.125rem;top:50.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFphALTmMmT86kZgnPCCTb3Kiq68QdxI { width:1.125rem;height:1.125rem;top:53.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4lCH3a67Ftkt5wNJwmNWmmcZKTOfhOz { width:1.125rem;height:1.125rem;top:56.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKfnLuHNWcRGHzfd6mdIhOb0PPAWLGDJ { width:1.125rem;height:1.125rem;top:77.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoL5TtGar6Uw4f9fBtDIzlbE3k1ufZS4 { width:1.125rem;height:1.125rem;top:79.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWswzIcOzfObynO8ZJcmzvmF4ffQGJ8K { width:1.125rem;height:1.125rem;top:81rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqs1byABeVRyLLw7fW9JtBEJmMnt47DZ { width:1.125rem;height:1.125rem;top:82.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ3A9WJphLHn3xu4Tdk2Tsyx6Bdq3fhm { width:1.125rem;height:1.125rem;top:85.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQQ3e9M31uzkEhB0XwTuEw07GzMUeCs { width:1.125rem;height:1.125rem;top:88.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUwVgWSx35nM97MVgNkC0vO9F0K0yHvS { width:1.125rem;height:1.125rem;top:91.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVsJP6PRSR22i5ki1BWef9rXsGcyJeOl { width:1.125rem;height:1.125rem;top:94.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aih8b5ry9GSNrlFRfkkyt85Q3dLl0wgB { width:1.125rem;height:1.125rem;top:115.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBe7MyLdEoihPrN9OWyhWVFRiLLOQAiy { width:1.125rem;height:1.125rem;top:117.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuagZ452u38Mkhv4V6HozSNBycHsSCJ { width:1.125rem;height:1.125rem;top:59.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCI8C3nVay9bfIBhKFlTdb1B2e3a5hsi { width:1.125rem;height:1.125rem;top:96.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnuJTxxdr6dRDo3bGD2ONv4Xy2QPiH38 { width:1.125rem;height:1.125rem;top:119rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC { display:block; }#Fc84RERvmmg1kGJU1TIm7ol1nwTiLpgC > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wM9lt2w7m6t14nRD7buAaAmwxc8IU5Ku { width:20rem;height:7.3125rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQXuIvkWFM22KZLGcCcJJTVCH1Sx9OvL { width:13.8125rem;height:3.375rem;top:10.5478515625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac1PRoAiaynrVQsZJqGtcRXwILG8Cy7d { display:block; }
 }@media only screen and (max-width: 763px) { #bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl { background-color:#f8e0c3;background-image:none;display:block; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container { background-color: transparent; background-image: none; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container > .video-iframe-container { display: none; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row > .video-iframe-container { display: none; }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .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); }#bwt6cmrVD5HweFSfzfEHZ5LIyaqnGhnl > .row .container { width:20rem;height:398.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiLPWN0l0sfPu2Kc1dwkLXTqvM3pUlCd { width:20rem;height:2.4375rem;top:2.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CtdMsLAdQfJz3O07Nk7H6gdFappZ6iNE { width:20rem;height:1.5rem;top:5.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVrTXNlLCUlMOXcvMtlTv3FBhnP8fo2L { width:20rem;height:23.0625rem;top:8.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecRIr0ZpKRGpRpqrUx6D2dV3uyJCMXr { width:7.8125rem;height:3.1875rem;top:27.162109375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU5TDnt4RmpH7dA4sg75JeHwz7fHWdO5 { width:8.75rem;height:2.8125rem;top:27.068359375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU1nAr0vpr2SX92eTDgcs8nMlh0B02z0 { display:block; }
 }@media only screen and (max-width: 763px) { #ABK5RcBkJ3QR3bRoNsdBboJF5xHI7SAI { width:18.75rem;height:16.875rem;top:8.912109375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNnMd5xXuByJCp2ne1wfTWT6BQO9J00 { width:20rem;height:23.0625rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng9AltZbNR0q1cHqVTnRVQTi50eVIF2W { width:8.75rem;height:2.8125rem;top:51.4375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CldElH9IhXbF02OoSlRhPSDmHmMXVuoG { display:block; }
 }@media only screen and (max-width: 763px) { #FE7dzHKpXunKD0PONIp4PT4Z5CRPz6ud { width:18.75rem;height:16.9375rem;top:33.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbSOVOBpqU7WDNvn97hgIuzSZwVMAtLI { width:20rem;height:23.0625rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWhWhJhQN7TIqVBmRA4MP8tksvIlA5rA { width:8.75rem;height:2.8125rem;top:75.75rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opyRLqLpeI48gAs9sFIb6rV9z4v0buFn { display:block; }
 }@media only screen and (max-width: 763px) { #bHMwBpRTR72dyBPCA94L4ArSJAcbBvRS { width:9.4375rem;height:2.6875rem;top:75.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FriJkTZuV8SfvchE0AWgc3E6ivMBlJEu { width:18.75rem;height:16.9375rem;top:57.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ZKUx7TdsO2imTyODJ4uJnUx7VqP3hM { width:8.25rem;height:2.8125rem;top:51.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfKyPVrZ0wNSGeLh4yfFGlDlFuTi34pF { width:20rem;height:23.0625rem;top:81.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVphfrnaX33qgOlQrtwA386zocPQyoMG { width:18.75rem;height:16.9375rem;top:81.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enLvHSOV78mJPI4v2guJ7eEP0WxawkTh { width:8.75rem;height:2.8125rem;top:100.125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFvF7BRo2hocItb3nb8ErJSFXhIgCEsi { display:block; }
 }@media only screen and (max-width: 763px) { #ElvPHl6dfvhfEEUhElPTJQcX7ri4Peqv { width:9.3125rem;height:2.5rem;top:100.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2bEhUK6rDwsL2fl3vJEvMfEB9Byuzm8 { width:20rem;height:23.0625rem;top:129.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3h2E9L70lr6Mxr4BURmV0VbFb0TWfdf { width:8.75rem;height:2.8125rem;top:148.625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWm6orBMOzKbg4NAfo4bygfNnTvtdaKs { display:block; }
 }@media only screen and (max-width: 763px) { #HzyHXS0QFiy3QXAaTFIi8W0amnlaw2Vi { width:20rem;height:23.0625rem;top:105.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZuJxFRz19XSy39pAAZFGd4tDy94ewcT { width:8.75rem;height:2.8125rem;top:124.4375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD6FZTddg8uiz1uwWULr391eTqbnEAzc { display:block; }
 }@media only screen and (max-width: 763px) { #LqyV6pIkWFJ5yRS3CKZ0RiFnLwv76dsk { width:18.75rem;height:16.9375rem;top:106.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4yl2iwugGJenu54VqHcJGxopEJsMHos { width:18.75rem;height:16.9375rem;top:130.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf5OMgc6iaxdQETgNv1QC0py61Wzf0df { width:9.375rem;height:3.0625rem;top:124.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgS7OFCuAP7sql32XW0QdwbFvMuynzop { width:3.125rem;height:3.125rem;top:148.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLTbZ6I4mHUMOLRoMLZAfhymp70oqhyc { width:20rem;height:23.0625rem;top:178.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Ngk6ag2OckbPiMnXRo0lZvTZAxBnz3 { width:20rem;height:23.0625rem;top:154.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDTaHwACZXWVn0FWKc6D8g7TSe2XTEQ { width:8.75rem;height:2.8125rem;top:197.1875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXbZQ8dq7viNTItyTEe0y6pPTCJ7dx0h { display:block; }
 }@media only screen and (max-width: 763px) { #XlUg6xu2uv4CRMQVWF15uvQ6mmTgxaJL { width:8.75rem;height:2.8125rem;top:172.875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATDDJA58nzODB8vJLHNT7TrQMmZkz2eM { display:block; }
 }@media only screen and (max-width: 763px) { #P08RdI1rFtAMqDrAeT0BdteoSsaAAdDx { width:18.75rem;height:16.9375rem;top:154.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGRU93DEnu7IFk8xi0JiTO6Rl2Lu4naO { width:18.75rem;height:16.9375rem;top:179.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0vJ6ql0whbzsHdX7e9rF6pC4nh9Cdc8 { width:3.5rem;height:3.5rem;top:172.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyMKsEmzoJJ0ATAoecGiK8K3cEUoSg7W { width:9.5rem;height:3.6875rem;top:196.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4yWlMtX7FlcsVF7zmdI7fkP9Fi7ZMog { width:20rem;height:23.0625rem;top:227.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRslfVIna8gOd44KZJ23pb73h02JiSC0 { width:8.75rem;height:2.8125rem;top:245.9375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC38BHNOapzJ5b5Zg4g3d6EDVkh7L5qk { display:block; }
 }@media only screen and (max-width: 763px) { #XPeAL5fLEocCsCWzqq0yBrV7PefovHFT { width:20rem;height:23.0625rem;top:202.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7HVfF3iqVBwEf0woWotCggUaHQL8fRo { width:8.75rem;height:2.8125rem;top:221.5rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZwEEexCBT7G3CUQDMWk0lvnDsGigG8J { display:block; }
 }@media only screen and (max-width: 763px) { #yBhQwfPRT6f395h4zAXAzinNKBJXtD2X { width:18.75rem;height:16.9375rem;top:203.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNEyovaUTRGazCL7dEQM8rH8hOvN4T0M { width:18.75rem;height:16.9375rem;top:227.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad4rTiK0v7gD5e04sLLAxLOx3AJbT5lP { width:20rem;height:23.0625rem;top:275.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogagHWaIHrFyvFHtn5g7imfZXn0rt3Mn { width:8.75rem;height:2.8125rem;top:294.5rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKRywmsDULg1KlUGnhpd2e2Wlfo19GEU { display:block; }
 }@media only screen and (max-width: 763px) { #oNOoPvsRPknU0Z0x2U2VIVd1qRtfp7dB { width:20rem;height:23.0625rem;top:251.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOd5QL2KotuHWvaORLDeDAmouZvlrlLh { width:8.75rem;height:2.8125rem;top:270.1875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcWAB5mCk1kdUdg29KaztTllcRMBnWB3 { display:block; }
 }@media only screen and (max-width: 763px) { #TXcqfyyTF6sGVJpnvICGy8NnSJVtZlkV { width:18.75rem;height:16.9375rem;top:252.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmmgSn9gM7NIKJ5KDDn09iNP2FxIqFlU { width:18.75rem;height:16.9375rem;top:276.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTzTnyiq2eQn799luM2JHEr8nmef3E30 { width:20rem;height:23.0625rem;top:373rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBLCAB711g0WmABWgT4JDLx9MPX5K9oT { width:8.75rem;height:2.8125rem;top:391.8125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weIFo60ksFwktCm8iXkXeEMHe2f8285r { display:block; }
 }@media only screen and (max-width: 763px) { #XQoviiX3Qi7CrZEEOwZIfDaBfa9Oef65 { width:18.75rem;height:16.9375rem;top:373.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPKh8K3FlEZm8Td6lWH4cvGkvEGUIkRR { width:20rem;height:23.0625rem;top:348.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufm6ucvNsheXniS1uJlqRJqWAkcusnnU { width:18.75rem;height:16.9375rem;top:349.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL8wA31meE9lnMUkHh63BkLzywrlWGqq { width:8.75rem;height:2.8125rem;top:367.375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooHP0c1SLvB5FCvULSCtVwKImARNSX1g { display:block; }
 }@media only screen and (max-width: 763px) { #JKsALSLb40GIr7P4ctHuiKP0PTGo44Gw { width:20rem;height:23.0625rem;top:324.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S696agk4MEPKpgD5UEanHy8V5nnDoFvp { width:8.75rem;height:2.8125rem;top:343rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anfrwNCUUp3GGG3qTM5b3gP6qQc1WrfI { display:block; }
 }@media only screen and (max-width: 763px) { #VGTfV08TxQiTRrJ3sMN0ZcFlGaVB9FHp { width:20rem;height:23.0625rem;top:300.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru9xfTcqgnAQULM2FtBuD233XtImQSsy { width:8.75rem;height:2.8125rem;top:318.8125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTn0hP47Mud5Efuco5zePfvTwOyNBEO { display:block; }
 }@media only screen and (max-width: 763px) { #IKSDibfxvirBccJ2SLEIv4nHOkgbqoCU { width:18.75rem;height:16.9375rem;top:300.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkqM6Lz0VJvXGFy8QNQuzMBIKQ9FglPG { width:18.75rem;height:16.9375rem;top:325rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFBgrU0mHKJ3LkpdiirQgftbdqGWd8Dd { width:8.4375rem;height:2.8125rem;top:221.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxAFO2wOxtgLuoP5X9ipmXSHLySlCK7E { width:9.0625rem;height:2.6875rem;top:246rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6IsVCgt2IyLVuTNGZQ1TC2rBhKM6viw { width:8.4375rem;height:1.6875rem;top:270.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8uhV1eEcFMxQRF9Mei6095rJ9f8mH7 { width:8.625rem;height:1.5rem;top:295.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktA7rCP18MX8NLFBqwG5ADld0GTp145D { width:7.75rem;height:1.25rem;top:319.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #To7dKDGxJg2tcGFEE4x9uHNJ7NNCpTf5 { width:8.6875rem;height:1.25rem;top:343.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKfUGlfG5Rh7cxJqGwOywuo8e4gLvzy { width:6.625rem;height:3.5rem;top:367.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPFkhfKmFFNZaqVXqMbnOTTdSZKU6Mf2 { width:5.25rem;height:3.0625rem;top:391.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 { display:block; }#nZJHQbCrc7RzUMrFnR0F5QSWhOixPtV7 > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUorfINkOge3InVXqsDHTTzdIHl97uME { width:20rem;height:32.3125rem;top:8.0371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht26MsABkErz5blELNTFRVMcLThP4EZk { width:20rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QU2t3nJfZniQZtWaHCIVfobbb4H4zzGA { width:20rem;height:1.5rem;top:5.0996125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlI9BoW6ZQtongCKplL4aQlX1cziHh9s { display:block; }#xlI9BoW6ZQtongCKplL4aQlX1cziHh9s > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaLdAm8wH3QyLvTsZgVNgG8x9HZ14Sga { width:20rem;height:7.3125rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbVNtw8UUvNo173evPNwiGbdMJ8mSVBm { width:13.8125rem;height:3.375rem;top:10.5478515625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRwZqexDbrIOGMPshBGoeSyptLTzL2r6 { display:block; }
 }@media only screen and (max-width: 763px) { #FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT { display:block; }#FtUVWMZJEm9blnQeVQDcPq5ItycTuOsT > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sV43IdpACEWXycgQH1w2QnJHD5k61oeQ { width:20rem;height:4.875rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2oU4FiEnbuKATbkkLEghrtG00UTTMdO { width:20rem;height:6rem;top:7.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhnClBgbHzRV6WzNB3qhL1HRWPPsK6Hi { width:20rem;height:43.75rem;top:14.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDs2s6morA3y3oQ4Acg05GI315aHC0Go { width:20rem;height:31.25rem;top:15.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNCTnQXz4lgwMmP0Cpt75S5Jk4qgo0T { display:flex;width:2.1875rem;height:2.1875rem;top:48.13671875rem;left:8.875rem;display:none; }
#kkNCTnQXz4lgwMmP0Cpt75S5Jk4qgo0T > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ng0DqPdxevnV2FBixDd54hKsdtixB9K8 { display:block; }#ng0DqPdxevnV2FBixDd54hKsdtixB9K8 > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhkyCS9CbG9bbWlBNnkZhTJNZClFrHuX { width:8.4375rem;height:4.625rem;top:1.6875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIDvh399Z4HbtdarvKkvndoiuQZJQz2 { width:17.75rem;height:1.7871125rem;top:7.125rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkgvxPMwwwmqFG6RA153ghTdzo9LxqKy { width:11.0625rem;height:1.875rem;top:10.8125rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iob5vXFK5KQUmBwWVtDth2cJ9wD8vtgE { width:20rem;height:1.2246125rem;top:13.173828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnv8t7bOc9VohgArZCfqPbx4Q8i1KnGb { width:16.1875rem;height:1.875rem;top:15.0859375rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m3cDl8KXlzKvDTaieTnLELGbJATcfanZ { width:17.5625rem;height:1.875rem;top:17.65625rem;left:2.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n4qPfKcdtvEeTDH5TPaGv47vQFDcQRO4 { width:20rem;height:1.2246125rem;top:19.8359375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT6kVuBrUNTZBTGXClQ9Z7eeNFlszbof { width:17.75rem;height:1.7871125rem;top:23.07421875rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTTJdQ9r84zxxuPE6tvTrBZ0C7l9DHiJ { width:20rem;height:1.2246125rem;top:37.16015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfiLALRW23XiwsFP8ATKl3AOnhOAU6in { width:20rem;height:10rem;top:25.736328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fD9ex8mZTQrSLVpMX4kT9v3kh5bmyLBq { width:1.375rem;height:1.375rem;top:11rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZQ3Aw9LQVmgXbpPFhE2oMN4QOPLw3N4 { width:1.375rem;height:1.375rem;top:15.3984375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ILTnCas5BiD0TFOzv9t61F35KwvFKO { width:1.375rem;height:1.375rem;top:17.96875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvpywBvNCmMPf5FkzGokxl8cODXovH73 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 { background-color: transparent; background-image: none; }#QvpywBvNCmMPf5FkzGokxl8cODXovH73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 > .row .container > .video-iframe-container { display: none; }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 > .row > .video-iframe-container { display: none; }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 > .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); }#QvpywBvNCmMPf5FkzGokxl8cODXovH73 > .row .container { width:20rem;height:4.3125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARAcpPg6XxQDB8qvFGx2mp2aAEDKp2kT { display:flex;top:0.875rem;left:15.3125rem;width:2.4375rem;height:2.4375rem;z-index:15004; }
#ARAcpPg6XxQDB8qvFGx2mp2aAEDKp2kT > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #ZE1VLgBQep0MTcocogMfrf36MpolKCbi { width:12.375rem;height:3.375rem;top:0.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brUeDlGDIGb2BpuFimMEaccJQtWlUGT9 { display:block; }
 }@media only screen and (max-width: 763px) { #bWiU1dPJmaO6JX7r0ScFIQSrxcfeRgqJ { width:3.5625rem;height:3.5625rem;top:0.375rem;left:14.75rem;display:block; }
 }