.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,248,225;--color-primary-1:255,231,154;--color-primary-2:255,207,52;--color-primary-3:128,104,26;--color-primary-4:38,31,8;--color-secondary-0:231,225,239;--color-secondary-1:176,157,203;--color-secondary-2:97,58,150;--color-secondary-3:49,29,75;--color-secondary-4:15,9,23;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Russo One";--paragraphs-font-family:"Russo One"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row .container { background-color: transparent; background-image: none; }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row .container > .video-iframe-container { display: none; }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row > .video-iframe-container { display: none; }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .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); }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row .container { border-width: 0; border-radius: 0; }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#vQATeBUXkwOSfo1QT4FmdLzH4A81ns32 { z-index:15000;top:1.5rem;left:15.875rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TwNu2lboTxl0T5oU3S4vLDCPC1UGZwJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZKD9Anfr3zivDS6kG30Mi09uXZEwL3T { z-index:15001;top:1.5rem;left:31.9375rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#o3GUkBhxIgprLwfi2BvSxGp2LHI1v2u3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZxC11pHcQWTol2QPMTf82uZs14cP7Cp9 { z-index:15002;top:1.5rem;left:47.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E77eT671JwqkGPwwD9wWNr4TdD4JayL2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmJ1yxlC2q2Q3bP5CmSaN2TTAOLoiFtD { z-index:15001;top:1.5rem;left:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OExiSZz2TBbvtmg4pKHgJamtt4REV6LZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container { background-color: transparent; background-image: none; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container > .video-iframe-container { display: none; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row > .video-iframe-container { display: none; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .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); }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container { border-width: 0; border-radius: 0; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container { font-size:0.875rem;font-family:"open sans";height:52.625rem;width:60rem;position:relative;display:block; }#oFScMEnrhJAGgp0hKanhgqWDI8SvvJuJ { 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:45.875rem;width:43.5625rem;top:6.09375rem;left:4.5rem;overflow:hidden;display:block; }
#sNLAxOp6SG5yPA7GgUlEUhvaKy0Ckh0b { position:absolute;display:block;z-index:14997;background-color:#e01010;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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:37.5rem;width:37.5rem;top:8.25rem;left:4.5rem;display:block; }
#inkB6wg5U9qxEIrr3Ff8dB4kTn8wU4iy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:9.125rem;left:42.9375rem;height:26.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wfCFSCtfVuJpTZsun5P9TWJZsFqAglGF { z-index:15001;top:37.125rem;left:43.75rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #e01010;border-bottom:0.4375rem solid #e01010;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.25rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xvFq2ey2BwMVJhnGPXUHDEnubmF29wzk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbTQsOMRysXHSWiwIwJza3oLvGC6cFxq { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-4),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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:38.25rem;left:8.4375rem;display:block; }
#CnDs6rikKN8IpNspi6PxBCCNyqORIAIl { color:rgba(var(--color-tertiary-0),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:43.6875rem;left:7.6875rem;height:1.57421875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KS8ii4wtp3mO20GkTxmRKG14hK3932td { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e01010;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; }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row .container { background-color: transparent; background-image: none; }#KS8ii4wtp3mO20GkTxmRKG14hK3932td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row .container > .video-iframe-container { display: none; }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row > .video-iframe-container { display: none; }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .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); }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row .container { border-width: 0; border-radius: 0; }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row .container { font-size:0.875rem;font-family:arial;height:85.6875rem;width:60rem;position:relative;display:block; }#HXrM0KunazVarSbpOR7SQkTRPV9spXat { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:2.73046875rem;left:2.5rem;height:23.7890625rem;text-align:justify;text-align-last:initial;display:block; }
#A3xuvCez7nF3TwPgaSvyfssc7IvdRc58 { 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:26.6875rem;width:30rem;top:33.9375rem;left:24.375rem;overflow:hidden;display:block; }
#GDFou3hzCAwEhGDzyKvsb3rbc6TLMewV { position:absolute;display:block;z-index:14997;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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:31.25rem;width:31.25rem;top:29.3125rem;left:28.1875rem;display:block; }
#TvLQrHzQPLnwEuRJpRNOyvGZ1Du4dBah { z-index:15001;top:65.625rem;left:35.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZQoLnlS7sI3AE1pEFqG4M2Ts32orCl6w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zf5nWFRTZAo1EOHoSsyney9S6J4pbOvU { z-index:14996;top:75.625rem;left:35.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-tertiary-4),1);border-left:0rem solid rgba(var(--color-tertiary-4),1);border-right:0.5rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IDwGoM2PZ0JBMJO0GakLWCGAMN4fOUBd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgzqvsMscl0p2WyEEZ8gKyyBuIxV97VM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.9375rem;top:80.625rem;left:39.25rem;overflow:hidden;display:block; }
#F28VhwRuHp8MrQ5ElQkot1cd689lBzRP { 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.8125rem;width:10.875rem;top:70.5625rem;left:38.4375rem;overflow:hidden;display:block; }
#zISn3zNR7cTVF5LAwVDW5WQAitxmmQP9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:13.8125rem;width:13.8125rem;top:3.6875rem;left:46.1875rem;display:block; }
#XgETOWpK1a1SIT9pSih5IPf2FfHTZD49 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.21875rem;left:46.8125rem;height:6.7480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KB1prV8xQqZEZXEhlu8MDso5TFAFWi02 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:32.037109375rem;left:37.46875rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AcJWnmm4Npnb7A3CQmIqqVXZvnCmq2rt { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:27.7021484375rem;left:2.5rem;height:8.49609375rem;text-align:left;text-align-last:left;display:block; }
#zBfpgCDwU5qw6lXOJV3pHbpy0SKf7BZE { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:42.578125rem;left:2.5rem;height:35.68353125rem;text-align:left;text-align-last:left;display:block; }
#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e01010;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; }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row .container { background-color: transparent; background-image: none; }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row .container > .video-iframe-container { display: none; }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row > .video-iframe-container { display: none; }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .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); }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row .container { border-width: 0; border-radius: 0; }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;position:relative;display:block; }#RVTa34iDPBoeeRWk9DunKzIOdr4NQXR2 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:6.0625rem;left:9.3125rem;height:;text-align:justify;text-align-last:initial;display:block; }#RVTa34iDPBoeeRWk9DunKzIOdr4NQXR2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RVTa34iDPBoeeRWk9DunKzIOdr4NQXR2 li:before{  }
#goKmNGaxbyrfsWK6hpt4nhyQ72HgKIW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.037109375rem;left:4.59375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e01010;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; }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row .container { background-color: transparent; background-image: none; }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row .container > .video-iframe-container { display: none; }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row > .video-iframe-container { display: none; }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .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); }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row .container { border-width: 0; border-radius: 0; }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#Qx09ZdNpWg9PfQyRTTDBNEmge0o0Of5F { color:#070f27;display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.9375rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eQc2K4FXEurK2ZKJ067NLfk2TA9Qn6s8 { 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:1.625rem;width:9.125rem;top:4.8125rem;left:20.5rem;overflow:hidden;display:block; }
#fIZubevAubt2qgWBBP54UB08QC3b9102 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.5rem;top:3.875rem;left:30.8125rem;overflow:hidden;display:block; }
#raHQJlWHkkNOV7v2WRmFTDEs6R4hCJzl { 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.6875rem;width:8.8125rem;top:3.75rem;left:9.625rem;overflow:hidden;display:block; }
#dXAQLGp05VkT3x3wyemOfTWtzLel5FMo { 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.5625rem;width:8.1875rem;top:4.375rem;left:42.1875rem;overflow:hidden;display:block; }
#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container { background-color: transparent; background-image: none; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container > .video-iframe-container { display: none; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row > .video-iframe-container { display: none; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .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); }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container { border-width: 0; border-radius: 0; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container { font-size:0.875rem;font-family:"open sans";height:52.625rem;width:60rem;position:relative;display:block; }#h3k7QrFyRvhNKNNxR7hcJBoHNIw9SLGK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.4375rem;width:49.4375rem;top:2.28125rem;left:0rem;overflow:hidden;display:block; }
#N4l7q7uudrH1qUnqfJykoJUTT8d6evCC { position:absolute;display:block;z-index:14999;background-color:#0286b8;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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:37.5rem;width:37.5rem;top:8.25rem;left:4.5rem;display:block; }
#rSFssRZMCMUceLdMIanlt65x0VyOepag { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:9.125rem;left:42.9375rem;height:26.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lsWTWXaDAkZC9KIz7FvIfr2AMEHOwFMa { z-index:15001;top:37.125rem;left:43.75rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #0286b8;border-bottom:0.4375rem solid #0286b8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.25rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cNLN3cZ5sdnp2T24ODPiIZ6Tqioxfh4s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOXsCAk9agfedxv4pIMGsZPOEyvbGnsh { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:38.25rem;left:8.4375rem;display:block; }
#ZDMy88Gr9ko76IR4brbRg5VJzmx9E5Uk { color:rgba(var(--color-tertiary-0),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:43.6875rem;left:7.6875rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0286b8;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; }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row .container { background-color: transparent; background-image: none; }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row .container > .video-iframe-container { display: none; }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row > .video-iframe-container { display: none; }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .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); }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row .container { border-width: 0; border-radius: 0; }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:60rem;position:relative;display:block; }#Pr7vpiDch7XxuDp1uepy6GLeOEagRZ3w { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:2.73046875rem;left:2.5rem;height:18.69146875rem;text-align:justify;text-align-last:initial;display:block; }
#QiIaQLR8hGr4hmKON6SdqnfU2IcKGlsP { 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:26.6875rem;width:35.625rem;top:33.9375rem;left:24.375rem;overflow:hidden;display:block; }
#BUIRIRTLy2fIaVVzfXSxpDuk01Evf0v9 { position:absolute;display:block;z-index:14997;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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:31.25rem;width:31.25rem;top:29.3125rem;left:28.1875rem;display:block; }
#nPbH1STBon3s8SZpxLcI5zB6e9Wdcx4Q { z-index:15001;top:48.6875rem;left:2.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dTRhRlx9vl7vclDIqNmwg65ROwhGNCkF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4SR2gRLSPCEbT26zDgmpEXOXOfrFIre { z-index:14996;top:58.6875rem;left:2.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-tertiary-4),1);border-left:0rem solid rgba(var(--color-tertiary-4),1);border-right:0.5rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AWUyrc3VkvJNCmMVMI2T6T4q8BgRnqKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5hSOtdLHBAIxDVKfQ8Ame2SIDKho13y { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.9375rem;top:63.6875rem;left:6.6875rem;overflow:hidden;display:block; }
#bxnmi31rnWoFddB3yp5nTCPeCKMhEuIJ { 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.8125rem;width:10.875rem;top:53.625rem;left:5.875rem;overflow:hidden;display:block; }
#H95cXTW397g8q7fOVsnkadIVenhDqeDJ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:13.8125rem;width:13.8125rem;top:3.6875rem;left:46.1875rem;display:block; }
#onTvCGUtxPJcFHmsACHRvww1m6hrqAUT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.5439453125rem;left:46.75rem;height:8.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmTJLlN6siFtzXG2tGua3xRz7aEb7wVm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:32.037109375rem;left:37.46875rem;height:4.048825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#unoBPLur1ksmB2wBS2lTOvJ7Sx3J11Xo { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:27.2392578125rem;left:2.5rem;height:11.89453125rem;text-align:left;text-align-last:left;display:block; }
#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0286b8;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; }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row .container { background-color: transparent; background-image: none; }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row .container > .video-iframe-container { display: none; }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row > .video-iframe-container { display: none; }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .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); }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row .container { border-width: 0; border-radius: 0; }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:block; }#kATzhieCVZ9yT1iSD50abSnEC9F9fsbT { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:6.0625rem;left:9.3125rem;height:23.78909375rem;text-align:justify;text-align-last:initial;display:block; }
#kReXsq578CWAyJaMxRgllbWtte49sVZn { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.037109375rem;left:4.59375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xkpq828x7Sw4y3lTWu71eAUTLq4xgeNh { 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:5.75rem;width:2.6875rem;top:5.1875rem;left:4.59375rem;overflow:hidden;display:block; }
#m3He4b41NiWMLteMHBVNiMT81MfS2aun { 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:5.75rem;width:2.6875rem;top:17.169921875rem;left:4.59375rem;overflow:hidden;display:block; }
#x6L3UCMvViuyVRtuiw1i6hOvN9mLTzHu { 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:5.75rem;width:2.6875rem;top:25.8623046875rem;left:4.59375rem;overflow:hidden;display:block; }
#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row .container { background-color: transparent; background-image: none; }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row .container > .video-iframe-container { display: none; }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row > .video-iframe-container { display: none; }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .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); }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row .container { border-width: 0; border-radius: 0; }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#NMphqTcQ5CI13ZwcTyO5CfhFBkCFW3VN { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0286b8;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; }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row .container { background-color: transparent; background-image: none; }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row .container > .video-iframe-container { display: none; }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row > .video-iframe-container { display: none; }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .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); }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row .container { border-width: 0; border-radius: 0; }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#QLtleiKKF5px9ZrzcoBcRIvBCHkmGOK0 { color:#070f27;display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.9375rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVWBAMl4bsD8gJlns7RAHBvR8NXti3Wl { 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:1.625rem;width:9.125rem;top:4.6875rem;left:10.84375rem;overflow:hidden;display:block; }
#WPZvLaFtmi3BLo7SuLdQzC4tUQTh42W7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.9375rem;top:5.125rem;left:20.65625rem;overflow:hidden;display:block; }
#UwfpJpf2MrXu11TS4QQLJ9OhXm5PLdNn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.5rem;top:3.75rem;left:39.1455078125rem;overflow:hidden;display:block; }
#CxSzrAuy4PNq5UBPeQAMshWLoBnRsr78 { 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.6875rem;width:8.8125rem;top:3.84375rem;left:0.96875rem;overflow:hidden;display:block; }
#Qg9lND5ScdNDTlZhb3ZwKPKG1uCCxAxg { 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:1.9375rem;width:6.6875rem;top:4.71875rem;left:30.84375rem;overflow:hidden;display:block; }
#raG4gcbrVCKBMKpiy5wEFOGyoAlcretM { 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.5625rem;width:8.1875rem;top:4.40625rem;left:49.62890625rem;overflow:hidden;display:block; }
#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container { background-color: transparent; background-image: none; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container > .video-iframe-container { display: none; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row > .video-iframe-container { display: none; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .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); }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container { border-width: 0; border-radius: 0; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container { font-size:0.875rem;font-family:"open sans";height:107.1875rem;width:60rem;position:relative;display:block; }#PMEEgWSxSZf7PIGxKkfWERaUZUrJxmAu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.125rem;left:13.5625rem;height:11.3965rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CzQgUoDXq6mZ923q5ckc9LdNXnTTOyxn { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.626953125rem;left:12.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MyirEExfRFSwwWyuJAtJ5iNg5ATu2vVN { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.0625rem;left:11.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uJzsRQFRAUBVTz77rlzyTlPq56JbCy3P { 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:20.125rem;width:13.25rem;top:11.294921875rem;left:0rem;overflow:hidden;display:block; }
#PJDerhEBesclDMq5DW7ONg8WgKkVsPCR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:25.5rem;left:13.5625rem;height:9.4970625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#v8Lg0wTTnviHiX5vKPluBrFKvnZnCmDn { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.083984375rem;left:12.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m1fS1GNLbIvCEuTxtJyuCzs37cQgR4Ci { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:40.5625rem;left:14.6875rem;height:9.4970625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EumAFvfPOXCK1U0buA6MPmJRsvK2CtH2 { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:52.86328125rem;left:12.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sydhEQ0RqkeKnce1n4Qtk5ukoDwJJeFE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:57.375rem;left:13.5625rem;height:9.4970625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EBDBP12WcauBUHpUoiNWiQiQAuRLXOF8 { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:79.521484375rem;left:12.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSDS6J9v71r8xT7loK08KTKiaHcVOLbV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:72.875rem;left:13.5625rem;height:3.798825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VmFMao1PbpzwNAJkbD4Ow0kcqT9DWTIg { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:68.021484375rem;left:12.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmSXvl9BxzqWkrvFpXnA98ymG0cZhJ59 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:84.5625rem;left:13.5625rem;height:11.3965rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#cEKIBlfsxu9y979LZ12LNay49x5xA7L9 { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:99.146484375rem;left:12.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dIKNWIP7cUTQ6i0cnX2h7205IB7pJO1V { 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:20.125rem;width:9.375rem;top:55.107421875rem;left:46.4375rem;overflow:hidden;display:block; }
#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container { background-color: transparent; background-image: none; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container > .video-iframe-container { display: none; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row > .video-iframe-container { display: none; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .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); }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container { border-width: 0; border-radius: 0; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container { font-size:0.875rem;font-family:"open sans";height:49.4375rem;width:60rem;position:relative;display:block; }#kPbO0oN0QGr5mTblSOtLNtu6PpXly8mF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:37.5rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#neAmg8z7c5nPyOFumFNodSwBKUnCUyGE { position:absolute;display:block;z-index:14999;background-color:#e6503a;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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:37.5rem;width:37.5rem;top:8.25rem;left:4.5rem;display:block; }
#mH9RE8kVGBVZfHIiZTxKtNsFVln4TTre { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:13.125rem;left:44.125rem;height:18.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zhMGz4ZUW632CgitP7UqK8psQJdFD7cZ { z-index:15001;top:37.375rem;left:42.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #e6503a;border-bottom:0.4375rem solid #e6503a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.25rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lCaRkEFxyEB7sCxg7vTxNHyO5UfrKEA4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edGXguHFTzcFbdWgNGCUpTreBipgNHWO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:38.25rem;left:8.4375rem;display:block; }
#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row .container { background-color: transparent; background-image: none; }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row .container > .video-iframe-container { display: none; }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row > .video-iframe-container { display: none; }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .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); }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row .container { border-width: 0; border-radius: 0; }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:60rem;position:relative;display:block; }#USDE0Ipxw3e4IvrdDUlDmXnxUPTFDIAr { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:2.73046875rem;left:2.5rem;height:16.9921875rem;text-align:justify;text-align-last:initial;display:block; }
#EuDXIT2129DXH0GXgnM8uP1aeeH4fQwl { 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:37.5rem;width:39.4375rem;top:21.1875rem;left:20.5625rem;overflow:hidden;display:block; }
#Q97vtzvRiGoL7A39yH75XZwXnkGR3yla { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:31.25rem;width:31.25rem;top:29.3125rem;left:28.75rem;display:block; }
#mybT6AfWZ94sXlz3GFzwTu4qIpvLEwrd { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:23.0625rem;left:2.5rem;height:15.293rem;text-align:justify;text-align-last:initial;display:block; }
#ef0IXBbfmKqRQNiRKR58FUWQWuOr9KR8 { z-index:15001;top:48.6875rem;left:2.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #e6503a;border-bottom:0.4375rem solid #e6503a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hWlonvgMk7WFpapbToDnIZIG7hdNrWlF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJdbCzscNnfdB00JL3N3TBWKAEnLZsQQ { z-index:15002;top:58.6875rem;left:2.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #e6503a;border-bottom:0.4375rem solid #e6503a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sMdvb4pzINeLggHSpTNKeOCxxGX7iTEP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTudEWh8WxXUntinMGQx5oLwIzDh1owH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.9375rem;top:63.6875rem;left:6.6875rem;overflow:hidden;display:block; }
#Ao6Cia1G2QuvpTVxqEK48UCvtev4Oig9 { 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.8125rem;width:10.875rem;top:53.625rem;left:5.875rem;overflow:hidden;display:block; }
#hpgTSf2u2LWEgRWsr5TVESSNNzohNtK9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:4.9375rem;left:46.25rem;display:block; }
#KPVxVfALLpxvpDksIdhRvQXgMeVOg77I { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.8125rem;left:45rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#igek6TiUGp5nKQdeO3JTcab2ekP4phgp { position:absolute;display:block;z-index:15002;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:18.75rem;width:18.75rem;top:65.625rem;left:10.0625rem;overflow:hidden;display:block; }
#dVPcArOn1SBw86pRNMnqkLWNvWSTBQmK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:3.125rem;width:3.125rem;top:64.875rem;left:22.4375rem;display:block; }
#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row .container { background-color: transparent; background-image: none; }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row .container > .video-iframe-container { display: none; }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row > .video-iframe-container { display: none; }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .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); }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row .container { border-width: 0; border-radius: 0; }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#d4nsi9fqIEba8TU9s1xhzAzWiuJSTfAx { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:6.9375rem;left:6.6875rem;display:block; }
#fyVH3p2gfah8PeXObzx5qB89Rnuoo8vM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:3.125rem;width:3.125rem;top:14rem;left:23rem;display:block; }
#AA98RZU1XxS14LTTKIGsbCA8nCTH3WdA { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.76171875rem;left:21.375rem;height:8.77441875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aWm4gCIv6btB3uvp2v6li15bT7vKlFyC { z-index:15002;top:13.78125rem;left:41.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #e6503a;border-bottom:0.4375rem solid #e6503a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nS7hZCTz7NTmb8IOHPtAIBK2BvMymmaz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row .container { background-color: transparent; background-image: none; }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row .container > .video-iframe-container { display: none; }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row > .video-iframe-container { display: none; }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .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); }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row .container { border-width: 0; border-radius: 0; }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#gZFOP5zsTDgHmF9kVtZzpSd1fVEKIdRG { 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:1.25rem;width:36.5625rem;top:4.625rem;left:11.71875rem;overflow:hidden;display:block; }
#GV8UopUcE58vcgIKCkXUI7qogyQskqIG { color:rgba(var(--color-tertiary-0),1);display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:6.9375rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEeskbddszJlWWo0zvQRTrm8m7bdgutM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container { background-color: transparent; background-image: none; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container > .video-iframe-container { display: none; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row > .video-iframe-container { display: none; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .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); }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container { border-width: 0; border-radius: 0; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container { font-size:0.875rem;font-family:"open sans";height:33.25rem;width:60rem;position:relative;display:block; }#D6BtQvqymTo0lICSgtITTLfZKyxp0UTn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:7rem;left:13.5625rem;height:5.69824375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lukW5IfeUz1EvQ8BDadwcSov0ZrcuxA0 { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:12.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AsS7mTDQaQT6vv2DP5AtQsJeduUGUKxw { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.0625rem;left:11.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DR1zmJNxvfLbuHFTC8TtKHBHQWkBGywS { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:20.9375rem;left:13.5625rem;height:5.69824375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Tvd80u3N59zcL6KTROr7SM3eol6X8DQN { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#okqTxH15LyBrOonqMgLd1tvhzFJsI8Hn { 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:11.5rem;width:15.1875rem;top:12.1875rem;left:42.09375rem;overflow:hidden;display:block; }
#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row .container { background-color: transparent; background-image: none; }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row .container > .video-iframe-container { display: none; }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row > .video-iframe-container { display: none; }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .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); }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row .container { border-width: 0; border-radius: 0; }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Ihlsf7JQQmBXi7wRbOTm1ACDf3VsLZzf { color:rgba(var(--color-secondary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqCNHW7KyJi4Lnz6Nq7Qrrxe3K1BpaHT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:2.1875rem;left:1.875rem;height:5.69824375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ed138QJfCiM09oelnB1K541zTEniZdlR { color:rgba(var(--color-secondary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5625rem;left:20rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l8OFZLhWhtUDOvWlOiTW0uPayasP4Z9p { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:2.1875rem;left:21.5rem;height:9.4970625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vSIr6FzTqxKTSpWf7MbIRpDaN3FBc1c3 { color:rgba(var(--color-secondary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.875rem;left:40.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qn1Tw02g39b6gzczN0zdP88cdBMC7ONa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:2.1875rem;left:41.5rem;height:3.798825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row .container { background-color: transparent; background-image: none; }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row .container > .video-iframe-container { display: none; }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row > .video-iframe-container { display: none; }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .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); }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row .container { border-width: 0; border-radius: 0; }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row .container { font-size:0.875rem;font-family:"open sans";height:44.4375rem;width:60rem;position:relative;display:block; }#FddZS9L9w0pMbv4gP4NMWThZRbD9R51M { color:rgba(var(--color-primary-2),1);display:block;width:49.5625rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:19.60546875rem;left:5.21875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUnt9SnULykHefwVGtzaIBlT5w57ZpuH { color:rgba(var(--color-tertiary-0),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.875rem;left:6.5rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krC8rTrHMFVtCVTzqr2pydcpq03BeI95 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:23rem;left:10.625rem;height:17.53125rem;text-align:center;text-align-last:center;display:block; }
#HenU9dXXNEGoyCWchhaBJyfMq7Jz07WX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:2.8125rem;left:22.9375rem;overflow:hidden;display:block; }
#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row .container { background-color: transparent; background-image: none; }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row .container > .video-iframe-container { display: none; }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row > .video-iframe-container { display: none; }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .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); }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row .container { border-width: 0; border-radius: 0; }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#Ue7bEpQAy91TzR5vKSCZTGQTAwzeUo64 { z-index:15005;top:2.4375rem;left:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #e6503a;border-bottom:0.4375rem solid #e6503a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cxkxfl2o2wCuaV0URdIStt8rdyQBfL4v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6g4JDT6kE17kEfubwfvgq20zZzWpTxG { 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:2.8125rem;width:10.875rem;top:7.375rem;left:9.625rem;overflow:hidden;display:block; }
#a2TaIkPT5NvEymD7IPFX3ZVMBbFVlymK { z-index:15006;top:2.4375rem;left:36.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #e6503a;border-bottom:0.4375rem solid #e6503a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vT3wr2AH5X0rrzslQ0yTusHmIyOgURmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDzKVvsH5V39XZ9J1RKF4nUfnFb5PTXz { 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:2.5rem;width:8.9375rem;top:7rem;left:40.4375rem;overflow:hidden;display:block; }
#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row .container { background-color: transparent; background-image: none; }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row .container > .video-iframe-container { display: none; }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row > .video-iframe-container { display: none; }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .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); }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row .container { border-width: 0; border-radius: 0; }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#UtFLc0fdhoQGwiLWtsLUBR8AOAKlvxb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.197265625rem;left:6.9375rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row .container { background-color: transparent; background-image: none; }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row .container > .video-iframe-container { display: none; }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row > .video-iframe-container { display: none; }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .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); }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row .container { border-width: 0; border-radius: 0; }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;position:relative;display:block; }#OJnFhxQ7TKMZgTewCRHx7LUOU1wCkCm6 { 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:32.375rem;width:25rem;top:0rem;left:3.78125rem;overflow:hidden;display:block; }
#e23HXps3sqpdyIJkCxebduKUckKcpagO { z-index:15002;top:26.6875rem;left:42.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #e6503a;border-bottom:0.4375rem solid #e6503a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.25rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RPJniolcTgyTPcKXKX9L9xeNDw9IuaTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILJvqdlBsGFzx5JNbXlhvLaQvObhZK6p { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:2.5625rem;left:30.9375rem;height:21.09375rem;text-align:left;text-align-last:left;display:block; }
#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row .container { background-color: transparent; background-image: none; }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row .container > .video-iframe-container { display: none; }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row > .video-iframe-container { display: none; }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .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); }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row .container { border-width: 0; border-radius: 0; }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:block; }#qLPTclklzidTTCl3IO7VpyLfu2wAF1J9 { 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:32.375rem;width:25rem;top:0rem;left:32.5rem;overflow:hidden;display:block; }
#gWPRDwbWJsryDJG8mKXhB1BOU7Wn2rnp { z-index:15003;top:34.0625rem;left:12.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #e6503a;border-bottom:0.4375rem solid #e6503a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.25rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gXP6tpSMrT05fwNa1sIJ5bTozgzqIBpl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2gdJlKqDBwQwITGzGk33TIWnxoJF7ED { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:14999;line-height:1.5;letter-spacing:0;top:2.5625rem;left:0.9375rem;height:28.125rem;text-align:left;text-align-last:left;display:block; }
#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row .container { background-color: transparent; background-image: none; }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row .container > .video-iframe-container { display: none; }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row > .video-iframe-container { display: none; }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .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); }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row .container { border-width: 0; border-radius: 0; }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#uWyiSBzPiWEvpdNn971XE634X3rOpfn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:4.453125rem;left:10.625rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl { display:block; }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQATeBUXkwOSfo1QT4FmdLzH4A81ns32 { top:1.5rem;left:9.75rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwNu2lboTxl0T5oU3S4vLDCPC1UGZwJw { display:block; }
 }@media only screen and (max-width: 763px) { #GZKD9Anfr3zivDS6kG30Mi09uXZEwL3T { top:1.5rem;left:25.8125rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3GUkBhxIgprLwfi2BvSxGp2LHI1v2u3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZxC11pHcQWTol2QPMTf82uZs14cP7Cp9 { top:1.5rem;left:35.25rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E77eT671JwqkGPwwD9wWNr4TdD4JayL2 { display:block; }
 }@media only screen and (max-width: 763px) { #mmJ1yxlC2q2Q3bP5CmSaN2TTAOLoiFtD { top:1.5rem;left:0rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OExiSZz2TBbvtmg4pKHgJamtt4REV6LZ { display:block; }
 }@media only screen and (max-width: 763px) { #dKNkKFNidn34l5KFvHTFVASpmgpW3eyD { display:block; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFScMEnrhJAGgp0hKanhgqWDI8SvvJuJ { top:6.0625rem;left:0rem;width:43.5625rem;height:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNLAxOp6SG5yPA7GgUlEUhvaKy0Ckh0b { top:8.25rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkB6wg5U9qxEIrr3Ff8dB4kTn8wU4iy { top:9.125rem;left:31.4375rem;width:16.3125rem;height:26.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfCFSCtfVuJpTZsun5P9TWJZsFqAglGF { top:37.125rem;left:31.5rem;width:16.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvFq2ey2BwMVJhnGPXUHDEnubmF29wzk { display:block; }
 }@media only screen and (max-width: 763px) { #fbTQsOMRysXHSWiwIwJza3oLvGC6cFxq { top:38.25rem;left:2.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnDs6rikKN8IpNspi6PxBCCNyqORIAIl { top:43.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS8ii4wtp3mO20GkTxmRKG14hK3932td { display:block; }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXrM0KunazVarSbpOR7SQkTRPV9spXat { top:2.6875rem;left:0rem;width:41.375rem;height:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3xuvCez7nF3TwPgaSvyfssc7IvdRc58 { top:33.9375rem;left:12.125rem;width:30rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDFou3hzCAwEhGDzyKvsb3rbc6TLMewV { top:29.3125rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvLQrHzQPLnwEuRJpRNOyvGZ1Du4dBah { top:65.625rem;left:28.9375rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQoLnlS7sI3AE1pEFqG4M2Ts32orCl6w { display:block; }
 }@media only screen and (max-width: 763px) { #zf5nWFRTZAo1EOHoSsyney9S6J4pbOvU { top:75.625rem;left:28.9375rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDwGoM2PZ0JBMJO0GakLWCGAMN4fOUBd { display:block; }
 }@media only screen and (max-width: 763px) { #pgzqvsMscl0p2WyEEZ8gKyyBuIxV97VM { top:80.625rem;left:33.125rem;width:8.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F28VhwRuHp8MrQ5ElQkot1cd689lBzRP { top:70.5625rem;left:32.3125rem;width:10.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zISn3zNR7cTVF5LAwVDW5WQAitxmmQP9 { top:3.6875rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgETOWpK1a1SIT9pSih5IPf2FfHTZD49 { top:7.1875rem;left:35.0625rem;width:12.6875rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB1prV8xQqZEZXEhlu8MDso5TFAFWi02 { top:32rem;left:31.34375rem;width:12.6875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcJWnmm4Npnb7A3CQmIqqVXZvnCmq2rt { top:27.6875rem;left:0rem;width:24.8125rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBfpgCDwU5qw6lXOJV3pHbpy0SKf7BZE { top:42.5625rem;left:0rem;width:24.625rem;height:39.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcCzgriHE2owy3KnTU212QC6ZEyacZ2K { display:block; }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVTa34iDPBoeeRWk9DunKzIOdr4NQXR2 { top:6.0625rem;left:3.1875rem;width:41.375rem;height:;font-size:1rem;display:block; }#RVTa34iDPBoeeRWk9DunKzIOdr4NQXR2 li:before{  }
 }@media only screen and (max-width: 763px) { #goKmNGaxbyrfsWK6hpt4nhyQ72HgKIW4 { top:2rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rktATekhH4OwkvZf4HSFEoFWNWLnytiJ { display:block; }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx09ZdNpWg9PfQyRTTDBNEmge0o0Of5F { top:1.6875rem;left:0.8125rem;width:46.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQc2K4FXEurK2ZKJ067NLfk2TA9Qn6s8 { top:4.8125rem;left:14.375rem;width:9.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIZubevAubt2qgWBBP54UB08QC3b9102 { top:3.875rem;left:24.6875rem;width:9.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHQJlWHkkNOV7v2WRmFTDEs6R4hCJzl { top:3.75rem;left:3.5rem;width:8.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXAQLGp05VkT3x3wyemOfTWtzLel5FMo { top:4.375rem;left:36.0625rem;width:8.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 { display:block; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3k7QrFyRvhNKNNxR7hcJBoHNIw9SLGK { top:2.25rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4l7q7uudrH1qUnqfJykoJUTT8d6evCC { top:8.25rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSFssRZMCMUceLdMIanlt65x0VyOepag { top:9.125rem;left:32.75rem;width:15rem;height:26.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsWTWXaDAkZC9KIz7FvIfr2AMEHOwFMa { top:37.125rem;left:31.5rem;width:16.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNLN3cZ5sdnp2T24ODPiIZ6Tqioxfh4s { display:block; }
 }@media only screen and (max-width: 763px) { #cOXsCAk9agfedxv4pIMGsZPOEyvbGnsh { top:38.25rem;left:2.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDMy88Gr9ko76IR4brbRg5VJzmx9E5Uk { top:43.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx { display:block; }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr7vpiDch7XxuDp1uepy6GLeOEagRZ3w { top:2.6875rem;left:0rem;width:41.375rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiIaQLR8hGr4hmKON6SdqnfU2IcKGlsP { top:33.9375rem;left:12.125rem;width:35.625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIRIRTLy2fIaVVzfXSxpDuk01Evf0v9 { top:29.3125rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbH1STBon3s8SZpxLcI5zB6e9Wdcx4Q { top:48.6875rem;left:0rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTRhRlx9vl7vclDIqNmwg65ROwhGNCkF { display:block; }
 }@media only screen and (max-width: 763px) { #T4SR2gRLSPCEbT26zDgmpEXOXOfrFIre { top:58.6875rem;left:0rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWUyrc3VkvJNCmMVMI2T6T4q8BgRnqKq { display:block; }
 }@media only screen and (max-width: 763px) { #G5hSOtdLHBAIxDVKfQ8Ame2SIDKho13y { top:63.6875rem;left:0.5625rem;width:8.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxnmi31rnWoFddB3yp5nTCPeCKMhEuIJ { top:53.625rem;left:0rem;width:10.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H95cXTW397g8q7fOVsnkadIVenhDqeDJ { top:3.6875rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTvCGUtxPJcFHmsACHRvww1m6hrqAUT { top:6.5rem;left:35.0625rem;width:12.6875rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmTJLlN6siFtzXG2tGua3xRz7aEb7wVm { top:32rem;left:31.34375rem;width:12.6875rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unoBPLur1ksmB2wBS2lTOvJ7Sx3J11Xo { top:27.1875rem;left:0rem;width:24.8125rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d { display:block; }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kATzhieCVZ9yT1iSD50abSnEC9F9fsbT { top:6.0625rem;left:3.1875rem;width:41.375rem;height:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kReXsq578CWAyJaMxRgllbWtte49sVZn { top:2rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkpq828x7Sw4y3lTWu71eAUTLq4xgeNh { top:5.1875rem;left:0rem;width:2.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3He4b41NiWMLteMHBVNiMT81MfS2aun { top:17.125rem;left:0rem;width:2.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6L3UCMvViuyVRtuiw1i6hOvN9mLTzHu { top:25.8125rem;left:0rem;width:2.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 { display:block; }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMphqTcQ5CI13ZwcTyO5CfhFBkCFW3VN { top:2.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L { display:block; }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLtleiKKF5px9ZrzcoBcRIvBCHkmGOK0 { top:1.6875rem;left:0.8125rem;width:46.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVWBAMl4bsD8gJlns7RAHBvR8NXti3Wl { top:4.6875rem;left:4.71875rem;width:9.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZvLaFtmi3BLo7SuLdQzC4tUQTh42W7 { top:5.125rem;left:14.53125rem;width:7.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfpJpf2MrXu11TS4QQLJ9OhXm5PLdNn { top:3.75rem;left:33.0205078125rem;width:9.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxSzrAuy4PNq5UBPeQAMshWLoBnRsr78 { top:3.8125rem;left:0rem;width:8.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9lND5ScdNDTlZhb3ZwKPKG1uCCxAxg { top:4.6875rem;left:24.71875rem;width:6.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raG4gcbrVCKBMKpiy5wEFOGyoAlcretM { top:4.375rem;left:39.5625rem;width:8.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 { display:block; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMEEgWSxSZf7PIGxKkfWERaUZUrJxmAu { top:8.125rem;left:7.4375rem;width:32.875rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzQgUoDXq6mZ923q5ckc9LdNXnTTOyxn { top:20.625rem;left:6.375rem;width:35rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyirEExfRFSwwWyuJAtJ5iNg5ATu2vVN { top:3.0625rem;left:5.125rem;width:37.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzsRQFRAUBVTz77rlzyTlPq56JbCy3P { top:11.25rem;left:0rem;width:13.25rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJDerhEBesclDMq5DW7ONg8WgKkVsPCR { top:25.5rem;left:7.4375rem;width:32.875rem;height:9.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Lg0wTTnviHiX5vKPluBrFKvnZnCmDn { top:36.0625rem;left:6.375rem;width:35rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1fS1GNLbIvCEuTxtJyuCzs37cQgR4Ci { top:40.5625rem;left:8.5625rem;width:32.875rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EumAFvfPOXCK1U0buA6MPmJRsvK2CtH2 { top:52.8125rem;left:6.375rem;width:35rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sydhEQ0RqkeKnce1n4Qtk5ukoDwJJeFE { top:57.375rem;left:7.4375rem;width:32.875rem;height:9.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDBP12WcauBUHpUoiNWiQiQAuRLXOF8 { top:79.5rem;left:6.375rem;width:35rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSDS6J9v71r8xT7loK08KTKiaHcVOLbV { top:72.875rem;left:7.4375rem;width:32.875rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmFMao1PbpzwNAJkbD4Ow0kcqT9DWTIg { top:68rem;left:6.375rem;width:35rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmSXvl9BxzqWkrvFpXnA98ymG0cZhJ59 { top:84.5625rem;left:7.4375rem;width:32.875rem;height:13.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEKIBlfsxu9y979LZ12LNay49x5xA7L9 { top:99.125rem;left:6.375rem;width:35rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIKNWIP7cUTQ6i0cnX2h7205IB7pJO1V { top:55.0625rem;left:38.375rem;width:9.375rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfw6xXBNTVLs5QKDTND3B1DwX8spF23T { display:block; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPbO0oN0QGr5mTblSOtLNtu6PpXly8mF { top:8.4375rem;left:0rem;width:37.5rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neAmg8z7c5nPyOFumFNodSwBKUnCUyGE { top:8.25rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH9RE8kVGBVZfHIiZTxKtNsFVln4TTre { top:13.125rem;left:32.75rem;width:15rem;height:22.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhMGz4ZUW632CgitP7UqK8psQJdFD7cZ { top:37.375rem;left:31.5rem;width:16.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCaRkEFxyEB7sCxg7vTxNHyO5UfrKEA4 { display:block; }
 }@media only screen and (max-width: 763px) { #edGXguHFTzcFbdWgNGCUpTreBipgNHWO { top:38.25rem;left:2.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTv6b6NJK0snJgDrwIIO6aOmlua61Hde { display:block; }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USDE0Ipxw3e4IvrdDUlDmXnxUPTFDIAr { top:2.6875rem;left:0rem;width:41.375rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuDXIT2129DXH0GXgnM8uP1aeeH4fQwl { top:21.1875rem;left:8.3125rem;width:39.4375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q97vtzvRiGoL7A39yH75XZwXnkGR3yla { top:29.3125rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mybT6AfWZ94sXlz3GFzwTu4qIpvLEwrd { top:23.0625rem;left:0rem;width:26.25rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef0IXBbfmKqRQNiRKR58FUWQWuOr9KR8 { top:48.6875rem;left:0rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWlonvgMk7WFpapbToDnIZIG7hdNrWlF { display:block; }
 }@media only screen and (max-width: 763px) { #ZJdbCzscNnfdB00JL3N3TBWKAEnLZsQQ { top:58.6875rem;left:0rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdvb4pzINeLggHSpTNKeOCxxGX7iTEP { display:block; }
 }@media only screen and (max-width: 763px) { #LTudEWh8WxXUntinMGQx5oLwIzDh1owH { top:63.6875rem;left:0.5625rem;width:8.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6Cia1G2QuvpTVxqEK48UCvtev4Oig9 { top:53.625rem;left:0rem;width:10.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpgTSf2u2LWEgRWsr5TVESSNNzohNtK9 { top:4.9375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPVxVfALLpxvpDksIdhRvQXgMeVOg77I { top:6.8125rem;left:32.75rem;width:15rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igek6TiUGp5nKQdeO3JTcab2ekP4phgp { top:65.625rem;left:3.9375rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVPcArOn1SBw86pRNMnqkLWNvWSTBQmK { top:64.875rem;left:16.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH { display:block; }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4nsi9fqIEba8TU9s1xhzAzWiuJSTfAx { top:6.9375rem;left:0.5625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyVH3p2gfah8PeXObzx5qB89Rnuoo8vM { top:14rem;left:16.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA98RZU1XxS14LTTKIGsbCA8nCTH3WdA { top:2.75rem;left:10.3125rem;width:37.4375rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWm4gCIv6btB3uvp2v6li15bT7vKlFyC { top:13.75rem;left:30.25rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS7hZCTz7NTmb8IOHPtAIBK2BvMymmaz { display:block; }
 }@media only screen and (max-width: 763px) { #itou9PxOR9EfN9fBHhpFTcn6LFQWntUT { display:block; }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZFOP5zsTDgHmF9kVtZzpSd1fVEKIdRG { top:4.625rem;left:5.59375rem;width:36.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV8UopUcE58vcgIKCkXUI7qogyQskqIG { top:2.625rem;left:0.8125rem;width:46.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEeskbddszJlWWo0zvQRTrm8m7bdgutM { display:block; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6BtQvqymTo0lICSgtITTLfZKyxp0UTn { top:7rem;left:7.4375rem;width:32.875rem;height:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lukW5IfeUz1EvQ8BDadwcSov0ZrcuxA0 { top:15.5625rem;left:6.375rem;width:35rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsS7mTDQaQT6vv2DP5AtQsJeduUGUKxw { top:3.0625rem;left:5.125rem;width:37.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR1zmJNxvfLbuHFTC8TtKHBHQWkBGywS { top:20.9375rem;left:7.4375rem;width:32.875rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvd80u3N59zcL6KTROr7SM3eol6X8DQN { top:27.625rem;left:6.375rem;width:35rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okqTxH15LyBrOonqMgLd1tvhzFJsI8Hn { top:12.1875rem;left:32.5625rem;width:15.1875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH { display:block; }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ihlsf7JQQmBXi7wRbOTm1ACDf3VsLZzf { top:8.8125rem;left:0rem;width:19.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqCNHW7KyJi4Lnz6Nq7Qrrxe3K1BpaHT { top:2.1875rem;left:0rem;width:16.25rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed138QJfCiM09oelnB1K541zTEniZdlR { top:14.5625rem;left:11.875rem;width:19.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8OFZLhWhtUDOvWlOiTW0uPayasP4Z9p { top:2.1875rem;left:14.5625rem;width:17.1875rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSIr6FzTqxKTSpWf7MbIRpDaN3FBc1c3 { top:8.875rem;left:27.75rem;width:19.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn1Tw02g39b6gzczN0zdP88cdBMC7ONa { top:2.1875rem;left:30.4375rem;width:17.1875rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl { display:block; }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FddZS9L9w0pMbv4gP4NMWThZRbD9R51M { top:19.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUnt9SnULykHefwVGtzaIBlT5w57ZpuH { top:16.875rem;left:0.375rem;width:46.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krC8rTrHMFVtCVTzqr2pydcpq03BeI95 { top:23rem;left:4.5rem;width:38.75rem;height:19.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HenU9dXXNEGoyCWchhaBJyfMq7Jz07WX { top:2.8125rem;left:16.8125rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K { display:block; }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ue7bEpQAy91TzR5vKSCZTGQTAwzeUo64 { top:2.4375rem;left:3.1875rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxkxfl2o2wCuaV0URdIStt8rdyQBfL4v { display:block; }
 }@media only screen and (max-width: 763px) { #R6g4JDT6kE17kEfubwfvgq20zZzWpTxG { top:7.375rem;left:6.5625rem;width:10.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TaIkPT5NvEymD7IPFX3ZVMBbFVlymK { top:2.4375rem;left:27.0625rem;width:17.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3wr2AH5X0rrzslQ0yTusHmIyOgURmn { display:block; }
 }@media only screen and (max-width: 763px) { #zDzKVvsH5V39XZ9J1RKF4nUfnFb5PTXz { top:7rem;left:31.25rem;width:8.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ { display:block; }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtFLc0fdhoQGwiLWtsLUBR8AOAKlvxb7 { top:2.1875rem;left:0.8125rem;width:46.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 { display:block; }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJnFhxQ7TKMZgTewCRHx7LUOU1wCkCm6 { top:0rem;left:0rem;width:25rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23HXps3sqpdyIJkCxebduKUckKcpagO { top:26.6875rem;left:31.5rem;width:16.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJniolcTgyTPcKXKX9L9xeNDw9IuaTi { display:block; }
 }@media only screen and (max-width: 763px) { #ILJvqdlBsGFzx5JNbXlhvLaQvObhZK6p { top:2.5625rem;left:19.625rem;width:28.125rem;height:22.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm { display:block; }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLPTclklzidTTCl3IO7VpyLfu2wAF1J9 { top:0rem;left:22.75rem;width:25rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWPRDwbWJsryDJG8mKXhB1BOU7Wn2rnp { top:34.0625rem;left:7.625rem;width:16.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXP6tpSMrT05fwNa1sIJ5bTozgzqIBpl { display:block; }
 }@media only screen and (max-width: 763px) { #M2gdJlKqDBwQwITGzGk33TIWnxoJF7ED { top:2.5625rem;left:0rem;width:28.125rem;height:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 { display:block; }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWyiSBzPiWEvpdNn971XE634X3rOpfn7 { top:4.4375rem;left:4.5rem;width:38.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hP4PvwJtwdSDC43zhsDEGK3lTmGWTRTl > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQATeBUXkwOSfo1QT4FmdLzH4A81ns32 { top:0.75rem;left:10.5625rem;width:8.125rem;height:1.875rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TwNu2lboTxl0T5oU3S4vLDCPC1UGZwJw { display:block; }
 }@media only screen and (max-width: 763px) { #GZKD9Anfr3zivDS6kG30Mi09uXZEwL3T { top:3.8125rem;left:1.3125rem;width:8.125rem;height:1.875rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o3GUkBhxIgprLwfi2BvSxGp2LHI1v2u3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZxC11pHcQWTol2QPMTf82uZs14cP7Cp9 { top:3.8125rem;left:10.5625rem;width:8.125rem;height:1.875rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E77eT671JwqkGPwwD9wWNr4TdD4JayL2 { display:block; }
 }@media only screen and (max-width: 763px) { #mmJ1yxlC2q2Q3bP5CmSaN2TTAOLoiFtD { top:0.75rem;left:1.3125rem;width:8.125rem;height:1.875rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OExiSZz2TBbvtmg4pKHgJamtt4REV6LZ { display:block; }
 }@media only screen and (max-width: 763px) { #dKNkKFNidn34l5KFvHTFVASpmgpW3eyD { background-color:#ffffff;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;position:relative;z-index:auto;display:block; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container { background-color: transparent; background-image: none; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container > .video-iframe-container { display: none; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row > .video-iframe-container { display: none; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .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); }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container { border-width: 0; border-radius: 0; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKNkKFNidn34l5KFvHTFVASpmgpW3eyD > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFScMEnrhJAGgp0hKanhgqWDI8SvvJuJ { width:18.75rem;height:19.75rem;top:12.1875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #sNLAxOp6SG5yPA7GgUlEUhvaKy0Ckh0b { width:20rem;height:20rem;top:12.0625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #inkB6wg5U9qxEIrr3Ff8dB4kTn8wU4iy { width:18.5625rem;height:11.19925rem;top:33.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wfCFSCtfVuJpTZsun5P9TWJZsFqAglGF { top:46.75rem;left:1.875rem;width:16.25rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e01010;border-bottom:0.4375rem solid #e01010;display:block; }
 }@media only screen and (max-width: 763px) { #xvFq2ey2BwMVJhnGPXUHDEnubmF29wzk { display:block; }
 }@media only screen and (max-width: 763px) { #fbTQsOMRysXHSWiwIwJza3oLvGC6cFxq { width:3.125rem;height:3.125rem;top:27.25rem;left:12rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #CnDs6rikKN8IpNspi6PxBCCNyqORIAIl { width:20rem;height:1.57421875rem;top:51.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KS8ii4wtp3mO20GkTxmRKG14hK3932td { display:block; }#KS8ii4wtp3mO20GkTxmRKG14hK3932td > .row .container { width:20rem;height:157.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXrM0KunazVarSbpOR7SQkTRPV9spXat { width:17.5rem;height:42rem;top:14.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A3xuvCez7nF3TwPgaSvyfssc7IvdRc58 { width:16.875rem;height:15rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDFou3hzCAwEhGDzyKvsb3rbc6TLMewV { width:20rem;height:20rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvLQrHzQPLnwEuRJpRNOyvGZ1Du4dBah { top:97.25rem;left:1.25rem;width:17.5rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #ZQoLnlS7sI3AE1pEFqG4M2Ts32orCl6w { display:block; }
 }@media only screen and (max-width: 763px) { #zf5nWFRTZAo1EOHoSsyney9S6J4pbOvU { top:107.5rem;left:1.25rem;width:17.5rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #IDwGoM2PZ0JBMJO0GakLWCGAMN4fOUBd { display:block; }
 }@media only screen and (max-width: 763px) { #pgzqvsMscl0p2WyEEZ8gKyyBuIxV97VM { width:8.9375rem;height:2.5rem;top:112rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F28VhwRuHp8MrQ5ElQkot1cd689lBzRP { width:10.875rem;height:2.8125rem;top:102.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zISn3zNR7cTVF5LAwVDW5WQAitxmmQP9 { width:12.5rem;height:12.5rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgETOWpK1a1SIT9pSih5IPf2FfHTZD49 { width:15rem;height:7.871125rem;top:3.5009765625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KB1prV8xQqZEZXEhlu8MDso5TFAFWi02 { width:12.6875rem;height:3.1484375rem;top:75.75rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AcJWnmm4Npnb7A3CQmIqqVXZvnCmq2rt { width:16.875rem;height:10.5rem;top:59.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zBfpgCDwU5qw6lXOJV3pHbpy0SKf7BZE { width:20rem;height:32.8125rem;top:118.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RcCzgriHE2owy3KnTU212QC6ZEyacZ2K { display:block; }#RcCzgriHE2owy3KnTU212QC6ZEyacZ2K > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVTa34iDPBoeeRWk9DunKzIOdr4NQXR2 { width:17.5rem;height:56.375rem;top:7.9375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }#RVTa34iDPBoeeRWk9DunKzIOdr4NQXR2 li:before{  }
 }@media only screen and (max-width: 763px) { #goKmNGaxbyrfsWK6hpt4nhyQ72HgKIW4 { width:20rem;height:4.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rktATekhH4OwkvZf4HSFEoFWNWLnytiJ { display:block; }#rktATekhH4OwkvZf4HSFEoFWNWLnytiJ > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx09ZdNpWg9PfQyRTTDBNEmge0o0Of5F { width:20rem;height:1.3808625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQc2K4FXEurK2ZKJ067NLfk2TA9Qn6s8 { width:11.125rem;height:2rem;top:7.943359375rem;left:5.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fIZubevAubt2qgWBBP54UB08QC3b9102 { width:11.0625rem;height:4.1875rem;top:11.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHQJlWHkkNOV7v2WRmFTDEs6R4hCJzl { width:11.875rem;height:4.8125rem;top:3.255859375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXAQLGp05VkT3x3wyemOfTWtzLel5FMo { width:10rem;height:2.9375rem;top:16.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 { background-color:#ffffff;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;position:relative;z-index:auto;display:block; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container { background-color: transparent; background-image: none; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container > .video-iframe-container { display: none; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row > .video-iframe-container { display: none; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .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); }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container { border-width: 0; border-radius: 0; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfMWekuRnsN5KbkA0iZN8TFitLnaEfh8 > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3k7QrFyRvhNKNNxR7hcJBoHNIw9SLGK { width:19.75rem;height:19.75rem;top:12.1875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #N4l7q7uudrH1qUnqfJykoJUTT8d6evCC { width:20rem;height:20rem;top:12.0625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #rSFssRZMCMUceLdMIanlt65x0VyOepag { width:18.5625rem;height:11.19925rem;top:33.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lsWTWXaDAkZC9KIz7FvIfr2AMEHOwFMa { top:46.75rem;left:1.875rem;width:16.25rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #0286b8;border-bottom:0.4375rem solid #0286b8;display:block; }
 }@media only screen and (max-width: 763px) { #cNLN3cZ5sdnp2T24ODPiIZ6Tqioxfh4s { display:block; }
 }@media only screen and (max-width: 763px) { #cOXsCAk9agfedxv4pIMGsZPOEyvbGnsh { width:3.125rem;height:3.125rem;top:27.25rem;left:12rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ZDMy88Gr9ko76IR4brbRg5VJzmx9E5Uk { width:20rem;height:1.57421875rem;top:51.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx { display:block; }#QE5vO5ITD9c5fRbvDFUTIMr2hEkPBJfx > .row .container { width:20rem;height:107.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr7vpiDch7XxuDp1uepy6GLeOEagRZ3w { width:17.5rem;height:32.8125rem;top:14.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QiIaQLR8hGr4hmKON6SdqnfU2IcKGlsP { width:20rem;height:15rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIRIRTLy2fIaVVzfXSxpDuk01Evf0v9 { width:20rem;height:20rem;top:65.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbH1STBon3s8SZpxLcI5zB6e9Wdcx4Q { top:88.5rem;left:1.25rem;width:17.5rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #dTRhRlx9vl7vclDIqNmwg65ROwhGNCkF { display:block; }
 }@media only screen and (max-width: 763px) { #T4SR2gRLSPCEbT26zDgmpEXOXOfrFIre { top:98.75rem;left:1.25rem;width:17.5rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #AWUyrc3VkvJNCmMVMI2T6T4q8BgRnqKq { display:block; }
 }@media only screen and (max-width: 763px) { #G5hSOtdLHBAIxDVKfQ8Ame2SIDKho13y { width:8.9375rem;height:2.5rem;top:103.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxnmi31rnWoFddB3yp5nTCPeCKMhEuIJ { width:10.875rem;height:2.8125rem;top:93.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H95cXTW397g8q7fOVsnkadIVenhDqeDJ { width:12.5rem;height:12.5rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTvCGUtxPJcFHmsACHRvww1m6hrqAUT { width:15rem;height:9.4453125rem;top:2.71484375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vmTJLlN6siFtzXG2tGua3xRz7aEb7wVm { width:12.6875rem;height:4.72265625rem;top:67rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #unoBPLur1ksmB2wBS2lTOvJ7Sx3J11Xo { width:16.875rem;height:14.4375rem;top:49.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d { display:block; }#lccEMHOfui6oEdzG7Ko2GKNlkmpn6A8d > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kATzhieCVZ9yT1iSD50abSnEC9F9fsbT { width:17.5rem;height:36.75rem;top:8rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kReXsq578CWAyJaMxRgllbWtte49sVZn { width:20rem;height:4.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xkpq828x7Sw4y3lTWu71eAUTLq4xgeNh { width:1.875rem;height:4rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3He4b41NiWMLteMHBVNiMT81MfS2aun { width:1.875rem;height:4rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6L3UCMvViuyVRtuiw1i6hOvN9mLTzHu { width:1.875rem;height:4rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 { display:block; }#fqTEh6BrlDwuqPGbH8tXu0QPNCU8kqX6 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMphqTcQ5CI13ZwcTyO5CfhFBkCFW3VN { width:20rem;height:8.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L { display:block; }#irANPCuwXyz1zkmJ9QOE37KI5fKhzB3L > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLtleiKKF5px9ZrzcoBcRIvBCHkmGOK0 { width:20rem;height:1.3808625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVWBAMl4bsD8gJlns7RAHBvR8NXti3Wl { width:11.125rem;height:2rem;top:7.943359375rem;left:5.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WPZvLaFtmi3BLo7SuLdQzC4tUQTh42W7 { width:9.6875rem;height:1.375rem;top:12.068359375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfpJpf2MrXu11TS4QQLJ9OhXm5PLdNn { width:11.0625rem;height:4.1875rem;top:19.005859375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxSzrAuy4PNq5UBPeQAMshWLoBnRsr78 { width:11.875rem;height:4.8125rem;top:3.255859375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9lND5ScdNDTlZhb3ZwKPKG1uCCxAxg { width:9.375rem;height:2.8125rem;top:15.318359375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raG4gcbrVCKBMKpiy5wEFOGyoAlcretM { width:10rem;height:2.9375rem;top:24.443359375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 { background-color:#ffffff;background-image:none;display:block; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container { background-color: transparent; background-image: none; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container > .video-iframe-container { display: none; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row > .video-iframe-container { display: none; }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .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); }#NTyeHfLbn5uhoxW747GyzBpJfCiy3ch7 > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMEEgWSxSZf7PIGxKkfWERaUZUrJxmAu { width:18.625rem;height:11.25rem;top:3.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CzQgUoDXq6mZ923q5ckc9LdNXnTTOyxn { width:18rem;height:1.19921875rem;top:16.0625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MyirEExfRFSwwWyuJAtJ5iNg5ATu2vVN { width:20rem;height:1.8369125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uJzsRQFRAUBVTz77rlzyTlPq56JbCy3P { width:7.625rem;height:11.5rem;top:83.12109375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJDerhEBesclDMq5DW7ONg8WgKkVsPCR { width:20rem;height:9.84375rem;top:18.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v8Lg0wTTnviHiX5vKPluBrFKvnZnCmDn { width:20rem;height:1.19921875rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m1fS1GNLbIvCEuTxtJyuCzs37cQgR4Ci { width:20rem;height:9.84375rem;top:31.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EumAFvfPOXCK1U0buA6MPmJRsvK2CtH2 { width:20rem;height:1.19921875rem;top:42.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sydhEQ0RqkeKnce1n4Qtk5ukoDwJJeFE { width:20rem;height:9.84375rem;top:45.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EBDBP12WcauBUHpUoiNWiQiQAuRLXOF8 { width:20rem;height:1.19921875rem;top:64.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rSDS6J9v71r8xT7loK08KTKiaHcVOLbV { width:20rem;height:4.21875rem;top:58.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VmFMao1PbpzwNAJkbD4Ow0kcqT9DWTIg { width:20rem;height:1.19921875rem;top:56.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RmSXvl9BxzqWkrvFpXnA98ymG0cZhJ59 { width:20rem;height:11.25rem;top:66.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cEKIBlfsxu9y979LZ12LNay49x5xA7L9 { width:20rem;height:1.19921875rem;top:79.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dIKNWIP7cUTQ6i0cnX2h7205IB7pJO1V { width:9.375rem;height:20.125rem;top:81.87109375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfw6xXBNTVLs5QKDTND3B1DwX8spF23T { background-color:#ffcf34;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;position:relative;z-index:auto;display:block; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container { background-color: transparent; background-image: none; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container > .video-iframe-container { display: none; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row > .video-iframe-container { display: none; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .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); }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container { border-width: 0; border-radius: 0; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfw6xXBNTVLs5QKDTND3B1DwX8spF23T > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPbO0oN0QGr5mTblSOtLNtu6PpXly8mF { width:20rem;height:19.8rem;top:1.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #neAmg8z7c5nPyOFumFNodSwBKUnCUyGE { width:20rem;height:20rem;top:1.1494140625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mH9RE8kVGBVZfHIiZTxKtNsFVln4TTre { width:18.5625rem;height:8.3994375rem;top:22rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zhMGz4ZUW632CgitP7UqK8psQJdFD7cZ { top:31.0625rem;left:1.875rem;width:16.25rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #lCaRkEFxyEB7sCxg7vTxNHyO5UfrKEA4 { display:block; }
 }@media only screen and (max-width: 763px) { #edGXguHFTzcFbdWgNGCUpTreBipgNHWO { width:3.125rem;height:3.125rem;top:2.2998046875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTv6b6NJK0snJgDrwIIO6aOmlua61Hde { display:block; }#qTv6b6NJK0snJgDrwIIO6aOmlua61Hde > .row .container { width:20rem;height:121.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USDE0Ipxw3e4IvrdDUlDmXnxUPTFDIAr { width:17.5rem;height:27.5625rem;top:14.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EuDXIT2129DXH0GXgnM8uP1aeeH4fQwl { width:20rem;height:19.016625rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q97vtzvRiGoL7A39yH75XZwXnkGR3yla { width:20rem;height:20rem;top:43.8203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mybT6AfWZ94sXlz3GFzwTu4qIpvLEwrd { width:17.5rem;height:17.0625rem;top:65.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ef0IXBbfmKqRQNiRKR58FUWQWuOr9KR8 { top:84.1875rem;left:1.25rem;width:17.5rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #hWlonvgMk7WFpapbToDnIZIG7hdNrWlF { display:block; }
 }@media only screen and (max-width: 763px) { #ZJdbCzscNnfdB00JL3N3TBWKAEnLZsQQ { top:94.4375rem;left:1.25rem;width:17.5rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #sMdvb4pzINeLggHSpTNKeOCxxGX7iTEP { display:block; }
 }@media only screen and (max-width: 763px) { #LTudEWh8WxXUntinMGQx5oLwIzDh1owH { width:8.9375rem;height:2.5rem;top:98.9375rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6Cia1G2QuvpTVxqEK48UCvtev4Oig9 { width:10.875rem;height:2.8125rem;top:89rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpgTSf2u2LWEgRWsr5TVESSNNzohNtK9 { width:12.5rem;height:12.5rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPVxVfALLpxvpDksIdhRvQXgMeVOg77I { width:15rem;height:8.75rem;top:2.6875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #igek6TiUGp5nKQdeO3JTcab2ekP4phgp { width:18.75rem;height:18.75rem;top:103.0166015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVPcArOn1SBw86pRNMnqkLWNvWSTBQmK { width:3.125rem;height:3.125rem;top:103.0166015625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH { display:block; }#D0mezz0fmUau3gBTSDQeqSkA9H2SkpMH > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4nsi9fqIEba8TU9s1xhzAzWiuJSTfAx { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyVH3p2gfah8PeXObzx5qB89Rnuoo8vM { width:3.125rem;height:3.125rem;top:0rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AA98RZU1XxS14LTTKIGsbCA8nCTH3WdA { width:20rem;height:5.5107375rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aWm4gCIv6btB3uvp2v6li15bT7vKlFyC { top:6.8837890625rem;left:1.25rem;width:17.5rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #nS7hZCTz7NTmb8IOHPtAIBK2BvMymmaz { display:block; }
 }@media only screen and (max-width: 763px) { #itou9PxOR9EfN9fBHhpFTcn6LFQWntUT { display:block; }#itou9PxOR9EfN9fBHhpFTcn6LFQWntUT > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZFOP5zsTDgHmF9kVtZzpSd1fVEKIdRG { width:20rem;height:0.68376068376069rem;top:3.8808625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV8UopUcE58vcgIKCkXUI7qogyQskqIG { width:20rem;height:1.3808625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEeskbddszJlWWo0zvQRTrm8m7bdgutM { background-color:#ffcf34;background-image:none;display:block; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container { background-color: transparent; background-image: none; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container > .video-iframe-container { display: none; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row > .video-iframe-container { display: none; }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .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); }#fEeskbddszJlWWo0zvQRTrm8m7bdgutM > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6BtQvqymTo0lICSgtITTLfZKyxp0UTn { width:18.625rem;height:7.03125rem;top:3.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lukW5IfeUz1EvQ8BDadwcSov0ZrcuxA0 { width:18rem;height:2.3984375rem;top:11.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AsS7mTDQaQT6vv2DP5AtQsJeduUGUKxw { width:20rem;height:1.8369125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DR1zmJNxvfLbuHFTC8TtKHBHQWkBGywS { width:20rem;height:5.625rem;top:16.9609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tvd80u3N59zcL6KTROr7SM3eol6X8DQN { width:20rem;height:2.3984375rem;top:23.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #okqTxH15LyBrOonqMgLd1tvhzFJsI8Hn { width:15.1875rem;height:11.5rem;top:27.3359375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH { display:block; }#uWcdUE8wPEzEsft4NGvCblgCwx0lpQUH > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ihlsf7JQQmBXi7wRbOTm1ACDf3VsLZzf { width:19.875rem;height:1.19921875rem;top:5.3125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pqCNHW7KyJi4Lnz6Nq7Qrrxe3K1BpaHT { width:16.25rem;height:2.8125rem;top:1.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ed138QJfCiM09oelnB1K541zTEniZdlR { width:19.875rem;height:1.19921875rem;top:16.04296875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l8OFZLhWhtUDOvWlOiTW0uPayasP4Z9p { width:17.1875rem;height:7.03125rem;top:7.76171875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vSIr6FzTqxKTSpWf7MbIRpDaN3FBc1c3 { width:19.875rem;height:1.19921875rem;top:22.5546875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qn1Tw02g39b6gzczN0zdP88cdBMC7ONa { width:17.1875rem;height:2.8125rem;top:18.4921875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl { display:block; }#etSxt8GhNtDfSDDpTTz6THIrLzaRz6zl > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FddZS9L9w0pMbv4gP4NMWThZRbD9R51M { width:20rem;height:2.9746125rem;top:17.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUnt9SnULykHefwVGtzaIBlT5w57ZpuH { width:20rem;height:2.92480625rem;top:14.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krC8rTrHMFVtCVTzqr2pydcpq03BeI95 { width:17.5rem;height:32.34375rem;top:21.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HenU9dXXNEGoyCWchhaBJyfMq7Jz07WX { width:11.875rem;height:11.875rem;top:1.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K { display:block; }#qgdM1I9fOKa48tUp3uvQ18Q1LrCV5q6K > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ue7bEpQAy91TzR5vKSCZTGQTAwzeUo64 { top:1.25rem;left:1.25rem;width:17.5rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #cxkxfl2o2wCuaV0URdIStt8rdyQBfL4v { display:block; }
 }@media only screen and (max-width: 763px) { #R6g4JDT6kE17kEfubwfvgq20zZzWpTxG { width:10.875rem;height:2.8125rem;top:6.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TaIkPT5NvEymD7IPFX3ZVMBbFVlymK { top:10.125rem;left:1.25rem;width:17.5rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #vT3wr2AH5X0rrzslQ0yTusHmIyOgURmn { display:block; }
 }@media only screen and (max-width: 763px) { #zDzKVvsH5V39XZ9J1RKF4nUfnFb5PTXz { width:8.9375rem;height:2.5rem;top:14.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ { display:block; }#Vh6lmbgEcvrcupR0TLEFif3XQi0BoKgQ > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtFLc0fdhoQGwiLWtsLUBR8AOAKlvxb7 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 { display:block; }#zi3pNhRkZM5I7IOHBOKaUpAaczVTIBy0 > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJnFhxQ7TKMZgTewCRHx7LUOU1wCkCm6 { width:20rem;height:25.9rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23HXps3sqpdyIJkCxebduKUckKcpagO { top:60.5869375rem;left:1.875rem;width:16.25rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #RPJniolcTgyTPcKXKX9L9xeNDw9IuaTi { display:block; }
 }@media only screen and (max-width: 763px) { #ILJvqdlBsGFzx5JNbXlhvLaQvObhZK6p { width:20rem;height:30.9375rem;top:28.3994375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm { display:block; }#K5TWaN5tzKsd4qTHVo2DXGx3pPwq4lfm > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLPTclklzidTTCl3IO7VpyLfu2wAF1J9 { width:20rem;height:25.8994375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWPRDwbWJsryDJG8mKXhB1BOU7Wn2rnp { top:69.9375rem;left:1.875rem;width:16.25rem;height:3.5625rem;font-size:1.25rem;border-top:0;border-left:0;border-right:0.4375rem solid #e30513;border-bottom:0.4375rem solid #e30513;display:block; }
 }@media only screen and (max-width: 763px) { #gXP6tpSMrT05fwNa1sIJ5bTozgzqIBpl { display:block; }
 }@media only screen and (max-width: 763px) { #M2gdJlKqDBwQwITGzGk33TIWnxoJF7ED { width:20rem;height:40.78125rem;top:27.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 { display:block; }#xcD2hd62mL4nXxzctFleVFlpPe4uQgu1 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWyiSBzPiWEvpdNn971XE634X3rOpfn7 { width:20rem;height:1.40625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }