.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:214,241,249;--color-primary-1:123,229,255;--color-primary-2:51,187,223;--color-primary-3:0,170,215;--color-primary-4:10,37,45;--color-secondary-0:255,224,220;--color-secondary-1:254,162,149;--color-secondary-2:253,100,79;--color-secondary-3:255,84,79;--color-secondary-4:242,142,38;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"rubik";--paragraphs-font-family:"rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#151515;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;overflow:visible;position:relative;display:block; }#KFo5iD3BfxImiy3Mqn2J8yT7zkZymON2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.15625rem;left:17.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PtUF0dURIunXKGLnXb9f0lxZuNW5m1dM { z-index:15003;top:0.84375rem;left:48.875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UazFg80BlxzzvLF9LG6dymxmZzk72K9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR { 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; }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row .container { background-color: transparent; background-image: none; }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row .container > .video-iframe-container { display: none; }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row > .video-iframe-container { display: none; }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .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); }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row .container { border-width: 0; border-radius: 0; }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#huIFPPwGlzTOVh5tXO5f85mqZ6lHBwv8 { 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:4rem;width:19.0625rem;top:1.125rem;left:27.9375rem;overflow:hidden;display:block; }
#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c38b58e7-77ec-4d73-a296-bcec1d8102cc/BannerBackground_Blowout.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S.adaptive-delivery-prevent-bg, #bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S.lazyload, #bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S.lazyloading { background-image: none; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container { background-color: transparent; background-image: none; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container > .video-iframe-container { display: none; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row > .video-iframe-container { display: none; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .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); }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container { border-width: 0; border-radius: 0; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#bBDVqrgLQchTqWhwcvcRrNCRTg8h7c1f { 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:36.25rem;width:75rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row .container { background-color: transparent; background-image: none; }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row .container > .video-iframe-container { display: none; }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row > .video-iframe-container { display: none; }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .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); }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row .container { border-width: 0; border-radius: 0; }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#rksh13Xk1OSJxIyoELaMPX2Bi6D6lWQi { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.3125rem;left:9.75rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#GDnx1TzAKAoiONJRRxazWCGtucg0iqrn { color:rgba(var(--color-primary-3),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:14.3125rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OyA4XivbORhksMfuXHU4oTaAI1m2B1Si { z-index:15004;top:16.125rem;left:25.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-3),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1865234375rem;height:3.4990234375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rM5oBeIJCqvKW0Ien2h4pTo7S9dUNBl4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container { background-color: transparent; background-image: none; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container > .video-iframe-container { display: none; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row > .video-iframe-container { display: none; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .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); }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container { border-width: 0; border-radius: 0; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#SOHXTN8Je3AO40qZrr8qWv6TQN7Je2UA { color:#1a1a1a;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.25rem;left:16.875rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ANKiA2Ho3CyX1lvOGZkUXhQfEaFgfWrd { color:#1a1a1a;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.3125rem;left:16.875rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZTDSgKvcDDpf4tvmEiH2SJBgzOzCCdN { color:#1a1a1a;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.6875rem;left:30.5625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSsNaGc0nT5S9KilXiOBqpBsMC7rZ5lV { color:#1a1a1a;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:5.25rem;left:30.625rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aNZMGTAlhMMponxNIK7Vbvb7TH8aQS06 { color:#1a1a1a;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.75rem;left:45.625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r0TfDDk56EaWrrxLCqxA5tGOQTsq8cQd { color:#1a1a1a;display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:5.25rem;left:45.625rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BDcUf0iubQAIWOSeaTKtf2bNfJM4JMvX { color:#1a1a1a;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:4.25rem;left:3.125rem;height:12.5625rem;font-style:normal;display:block; }
#eRu0bOCTKGneAxmZtBitXw2w1bOuCRIA { color:#1a1a1a;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:5.25rem;left:58.5rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PR0iwyTiSwfNtNW694bR7QTFTFssaLlT { color:#1a1a1a;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.3125rem;left:58.5rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy { position:relative;display:block; }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy { background-color: transparent; background-image: none; }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy > .row .container > .video-iframe-container { display: none; }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy > .row > .video-iframe-container { display: none; }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy > .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); }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy { border-width: 0; border-radius: 0; }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:106.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aPlrOizcMPcIaGTqDSTirmIc6A46D6F0 { color:#1a1a1a;display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:24.34375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#D6gOp3dAtT8TT03cEK9B2zRZ5seA8Hp4 { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#yAQtKKiQmVc2v2cC8hKdBfZuFn1gTli8 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:10.65625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ThlfHc0urRC77vxznpsWOJQEEQo3pRiw { 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:17.375rem;width:14.4375rem;top:16.0625rem;left:23rem;overflow:hidden;display:block; }
#twTtmTPgfKVuzHnhr0knVrL9SRh324wP { 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:17.6875rem;width:14.6875rem;top:16rem;left:37.6875rem;overflow:hidden;display:block; }
#KOB0tNfwDTHGTc0A73uIzxEfTlzKrIDu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:16.1875rem;left:53.1875rem;overflow:hidden;display:block; }
#TkpD9Z1S2NuPatF39iV0AMO6vlScoQIO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:34.4375rem;left:23.125rem;overflow:hidden;display:block; }
#FJcIgKDlyMmIDxRfW0XZRkJhkZwQ2zTe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:34.4375rem;left:8.125rem;overflow:hidden;display:block; }
#RE5r0T9l55ynK5LnIKvL73X3ESTv9doy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:34.4375rem;left:53.1875rem;overflow:hidden;display:block; }
#kSmOeZ5ZzKymAn3H1NUwOerTO6RodBiT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:52.25rem;left:8.125rem;overflow:hidden;display:block; }
#tBxDSyTIQbJsCT8f9hx6NBZKrnTNdMCn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:34.4375rem;left:37.9375rem;overflow:hidden;display:block; }
#T8PuhUPCTVaCgp1ThvlgFwIgXcB1y25K { z-index:15003;top:9.958984375rem;left:29.2509765625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-3),1), #fad126);background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-3),1), #fad126);background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-3),1), #fad126);background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-3),1), #fad126);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#fad126' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#fad126' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-3),1), #fad126);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.498046875rem;height:3.4990234375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CebgCxpyye2I4Z1XrHEvACPAnOcfbr6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKqmoa65z4oeWW2mHHTcNGdaiGSKum8R { position:absolute;display:block;z-index:15024;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:17.5rem;width:14.5625rem;top:16.0625rem;left:7.75rem;overflow:hidden;display:block; }
#aBd75AJMgxEwyula49fA1WRbpd9x5ExP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:52.25rem;left:23.15625rem;overflow:hidden;display:block; }
#ZzHG4Z6wn9r7JxOvBP70dara67HsPFBb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:52.25rem;left:37.96875rem;overflow:hidden;display:block; }
#mh5xnoTCqkZbzZIQ0iPdGQGEIS2zkpuh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:52.25rem;left:53.1875rem;overflow:hidden;display:block; }
#N6xROh8bv2vHAOKIrB20PtiWJyQUST7s { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:70.25rem;left:8.1875rem;overflow:hidden;display:block; }
#Dg1ZRn7ov7Ge1qfHasSrbGfWRRti8eKK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:70.25rem;left:23.25rem;overflow:hidden;display:block; }
#zMR6uT9kr3dT7dh7fW1uuJuIZTGktmNm { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:70.25rem;left:38.0625rem;overflow:hidden;display:block; }
#UZA6etOoS7H0o690VRPpxdgTgcLEP9yR { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:70.25rem;left:53.25rem;overflow:hidden;display:block; }
#F22mttiqHvUZnvhInV0XefSGqboGp7TN { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:88.0625rem;left:8.1875rem;overflow:hidden;display:block; }
#zUHk2inEuJsc7rbKStCESgBGVObEhbfc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:88.0625rem;left:23.1875rem;overflow:hidden;display:block; }
#XTDKqizvcWH0nfVXgIokpDm5E9BHDqfv { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:88.0625rem;left:38rem;overflow:hidden;display:block; }
#X6t8OqHTMs8becOg3XpcKunbkOEuWiU8 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:88.0625rem;left:53.25rem;overflow:hidden;display:block; }
#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4d103b22-5fbc-4e19-8283-0f1aea1d3ed5/BG2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu.adaptive-delivery-prevent-bg, #rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu.lazyload, #rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu.lazyloading { background-image: none; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container { background-color: transparent; background-image: none; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container > .video-iframe-container { display: none; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row > .video-iframe-container { display: none; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .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); }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container { border-width: 0; border-radius: 0; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#TWibL78IH2JRQsGlphyEQpaldNmSEfJ3 { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:27.125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#UpTqqB3voiotuZrkMQwFggGIezHtGAyG { color:rgba(var(--color-tertiary-4),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9rem;left:14.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VEmD1562oHThT4dOEwvWCpWyrTZ4C7nT { z-index:15005;top:13.25rem;left:4.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pbppTiTMhu3GLey6zXqmUWRVhDHkoNpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngCi0szpDv7XVG653To7si01N60Qk8yK { z-index:15006;top:13.25rem;left:21.625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lxHtQBVzQdWRCPgTOQLDzREAWIrZ2reK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3t009DBlV46TdReW3pHo7RXP4BFKEkr { z-index:15011;top:16.875rem;left:4.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bcQP4qdgksno4CRwHWbBF97WZltNHQlt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SkeHFbROxxm3H2iZndUTT8i2z1nk0bgf { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.3125rem;left:26.5rem;display:block; }
#kut7ZD9ZygptSQUln4BTlMJ0EdUyUOcb { z-index:15008;top:13.25rem;left:54.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RThBTFIJRB66FTDZdxCHyflPv9JqTPaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDz3fcvs3PW8t6tEEnb0dxwOzRycazvz { z-index:15009;top:13.3125rem;left:37.875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ybRiQvFHKn1ubKhflRCsXxC3izcyW93I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BSQDKX4tyB6Li1pUqgGT9z9X29IoCzxb { z-index:15010;top:16.875rem;left:21.625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#adTcHD612xq0Feqo8ursFt9Bh8C6mJpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fe5C0tUs37T25uaeuxXo53W1o05cteVl { z-index:15011;top:16.875rem;left:37.875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#C5Ry7MLu4UlL2oWQbbU9PkNl29DxVVFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6VftDW38OvlO22Mx3azDEu8XGWsMarF { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:43.270843505859rem;left:15.875rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#lv7UXfhe8y4Z7gN9cPcRupUUDpJFO1on { 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:25.9375rem;width:55.6865234375rem;top:19.1455078125rem;left:8.3427734375rem;overflow:hidden;display:block; }
#NM2AfTgZWuMzJqitAoaEO0JRphAuknHT { z-index:15012;top:16.875rem;left:54.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#It7P1C2Abmu1fM92mcLTZSPT3m84qivb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#msMBQagayuiFVu5eO1ubnVZ7unGUtrpC { z-index:15013;top:20.0625rem;left:30.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wQS8IEcWhiIKGX6CBNrOZ1kn9Tk9hpsb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 { position:relative;display:block; }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 { background-color: transparent; background-image: none; }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 > .row .container > .video-iframe-container { display: none; }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 > .row > .video-iframe-container { display: none; }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 > .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); }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 { border-width: 0; border-radius: 0; }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T7ZUc6lI4Ugr8dxx7aXcJ86gD8loo6Br { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#Tz8mi5dPJ32f3NapwdWUeuOVey8ourH4 { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#TyyO1DpRapJ46bPN7ZBndlB8ZOK5zEh2 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#eIpLAu5No5CMvZRLgKwmgfen16THpkeA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:18.5rem;left:23.3125rem;overflow:hidden;display:block; }
#S5U4mI1vEEgbu7ZemThhzWAXidbyvQAv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.125rem;top:18.5rem;left:37.4375rem;overflow:hidden;display:block; }
#Co9UhPpTWzS91dCcizCU41Qd4yuGaSC5 { z-index:15003;top:12.646591186524rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I4Twkv28fZ8vZ9zyNCNTRGu0AbkNRvQm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row .container { background-color: transparent; background-image: none; }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row .container > .video-iframe-container { display: none; }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row > .video-iframe-container { display: none; }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .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); }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row .container { border-width: 0; border-radius: 0; }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#WOqgS3f3KoBwZZUVu9TB7dgTnqm2dTDf { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#o5wFIcV2Nnm4UQMKTuvIJ2VsPrNRHvmz { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#oPWDURIT4UNy485hGAlcB7NCiMdLH2bT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ZBTV3hxR3FD4MMExMDsdnkSTSDzEFoQ6 { 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:18.5625rem;width:15.4375rem;top:19.125rem;left:15.1875rem;overflow:hidden;display:block; }
#maWBTsnFb0tfDczf3EqEhJF7TLh2MP5H { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:15.25rem;top:19.25rem;left:30.0625rem;overflow:hidden;display:block; }
#QyrzQwfGRl6X3uQb95dTyq5T5Zt2Df7l { z-index:15004;top:14.094207763672rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ibQohIALk8XfCIdWKTUhmywidmwFswk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpBdyTgHKmiuS3pkFbM2O5lPH6nQoFhu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:15.25rem;top:19.1875rem;left:44.5625rem;overflow:hidden;display:block; }
#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ { position:relative;display:block; }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ { background-color: transparent; background-image: none; }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ > .row .container > .video-iframe-container { display: none; }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ > .row > .video-iframe-container { display: none; }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ > .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); }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ { border-width: 0; border-radius: 0; }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JOI5g56IJxkskQnAGV6Cz3DRIXMX3uZ0 { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#nH1i3SLCSKTQ9XMsUuiHbHaa7MDEJKiR { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#yn0kPuJluoIuUTyQqvOp1toaofRm7HiX { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#RGvXbGKvbvVJ0OASciTpCkx9TP9GAMW6 { 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:18.375rem;width:15.3125rem;top:19.09375rem;left:7.375rem;overflow:hidden;display:block; }
#zIvSnidsXzcRyX0yZIKe6qmdhOxcRziA { 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:18.3125rem;width:15.25rem;top:19.21875rem;left:22.40625rem;overflow:hidden;display:block; }
#gNebfO3rDewiZnFFgNfdrz4ITIwom3JI { 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:18.25rem;width:15.1875rem;top:19.25rem;left:37.4375rem;overflow:hidden;display:block; }
#tX7qBbS3OkF6JGIUDNQUUeXNlJnkx8Oe { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:15.0625rem;top:19.21875rem;left:52.625rem;overflow:hidden;display:block; }
#MvQHCIWXLAZI6EAopdnvyt9LaNuezTgc { position:absolute;display:block;z-index:15018;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.5625rem;width:15.4375rem;top:37.9375rem;left:37.65625rem;overflow:hidden;display:block; }
#vMAnIw5amNzbIpfF4ncZUmmaFCKlzqZ6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:15.625rem;top:38.03125rem;left:7.1875rem;overflow:hidden;display:block; }
#Nag7JgLETQEgFI5bWitdJAI5rioGQl0E { z-index:15005;top:12.459533691406rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IfHCN38BnUxdXEoznpwEUJvqWMcVtPAV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dcRwlSCy9wGmlbEd5mCeMRqF0wVpdcN6 { position:absolute;display:block;z-index:15024;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:15.625rem;top:38rem;left:22.15625rem;overflow:hidden;display:block; }
#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row .container { background-color: transparent; background-image: none; }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row .container > .video-iframe-container { display: none; }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row > .video-iframe-container { display: none; }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .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); }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row .container { border-width: 0; border-radius: 0; }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#OtzMkKPbWLFZ4t7CmqPxqTDTUi5UwoaB { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#CTKJpBqnWxUZ50OBCkK0qOp8B2gJP5kR { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#MiJCdNCdtcizpsGsl1zPo8dM034gQKn8 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sqKgaXnQNRAFfxWk2tqhBU4SrpAKq7Vx { 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:18.625rem;width:15.5rem;top:18.875rem;left:13.75rem;overflow:hidden;display:block; }
#RboVM96tWn5p3r4JmZcK8l1sdxgRR9h1 { 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:18.625rem;width:15.5rem;top:18.875rem;left:29.75rem;overflow:hidden;display:block; }
#zTVxiPo6k8iNmf6Eo6NSedIGmyectLxD { z-index:15006;top:12.662902832031rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zl93HR2COd0p7zhpJSwOPOwLtmoBp9TL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaJyiLc3y1V0lzN3QP5Mvo0TNu2KFO5t { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:14.1875rem;top:19.40625rem;left:46.25rem;overflow:hidden;display:block; }
#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM { position:relative;display:block; }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM { background-color: transparent; background-image: none; }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM > .row .container > .video-iframe-container { display: none; }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM > .row > .video-iframe-container { display: none; }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM > .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); }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM { border-width: 0; border-radius: 0; }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BFx69Tuk0BnGIRyXHQBGUrHZJJRTWuNE { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#g3q74oIdp8N9xddtS4MTJcN9aeRtJ7F6 { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#dTwCR1Ziz50xmcFUXU6v2EkctTfR7kfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#yyRCp66BB5KCHLxu0oXpI8uvwuwPiTla { 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:18.75rem;width:15.625rem;top:19.1875rem;left:13.375rem;overflow:hidden;display:block; }
#fOOZgUdCnusv392COT2edLglqQ3w0wOT { 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:18.75rem;width:15.625rem;top:19.28125rem;left:29.625rem;overflow:hidden;display:block; }
#xhId6ymKZPEyzP737vJz4lwidusArew2 { 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:18.75rem;width:15.625rem;top:19.40625rem;left:45.685546875rem;overflow:hidden;display:block; }
#TVe8tVWGn6hCC3e3PW0mSSCdcIimQTsa { z-index:15007;top:12.998352050781rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ybQeEdp9acZBk3IOIFfDAlqykz1EhTKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row .container { background-color: transparent; background-image: none; }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row .container > .video-iframe-container { display: none; }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row > .video-iframe-container { display: none; }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .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); }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row .container { border-width: 0; border-radius: 0; }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#QhvRz3PdbsDrO6O6A4lfPp9wxlU3hayJ { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#SANkcVfTbb1bSOOP680tHQQxCkMkyZ5K { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#FHmwBPrrVJHDfCwg8EKQxLfrWqFSWE4i { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VvlQMNBHiE44Q4k2nioXMix1TWgPrMZK { 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:18.75rem;width:15.625rem;top:20.28125rem;left:7.3125rem;overflow:hidden;display:block; }
#Th4Ld2Ps1bQuJ4XdT4095tOacWR7sflL { 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:18.75rem;width:15.625rem;top:20.1875rem;left:22.314224137931rem;overflow:hidden;display:block; }
#cu6iLX2AfrXwDzeBzeMJDcU9xpmfIxav { 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:18.75rem;width:15.625rem;top:20.3125rem;left:37.3125rem;overflow:hidden;display:block; }
#gSrh3sVsgJsipeWaphNiDc7SQxxJQ9VU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:15.4375rem;top:20.3125rem;left:52.375rem;overflow:hidden;display:block; }
#ArTiV1SzQuTKr1A1omIZ6oDLEoOWOugm { z-index:15008;top:13.827880859375rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NzQ76zQGz2ATqBad80pwhiURBwDoMnDx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFDwAz4mquMRlmZFrmk6dbC4AdGUQ0OE { 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:18.75rem;width:15.625rem;top:38.9375rem;left:7.3125rem;overflow:hidden;display:block; }
#K1BqHkPxCZETO5ZPZONrCb569k7ZwtgB { 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:18.75rem;width:15.625rem;top:38.9375rem;left:22.3134765625rem;overflow:hidden;display:block; }
#R1A1xBxQDrEL7NcwQHAObSXfHTbtKIpO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:15.625rem;top:38.9375rem;left:37.3125rem;overflow:hidden;display:block; }
#WxVMmzNLOx0ZVrTFdKdTyKwfnMTy5uFH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:15.625rem;top:38.9375rem;left:52.28125rem;overflow:hidden;display:block; }
#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU { position:relative;display:block; }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU { background-color: transparent; background-image: none; }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU > .row .container > .video-iframe-container { display: none; }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU > .row > .video-iframe-container { display: none; }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU > .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); }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU { border-width: 0; border-radius: 0; }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:99.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CThTAXpxlSforqsb5txWHX8E5LB8ZJyR { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#veWtODXbHMW5ZT6MRXIyRSp6oCXrp6A8 { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#Xah17QFWPUmWe8x0FkilSa0Ut04Ts8JL { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#iKtBGSbHnOAT4uwnpVo2esX1Prx6nvo8 { 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:18.75rem;width:15.625rem;top:19.9375rem;left:7.125rem;overflow:hidden;display:block; }
#tcehlwoa4OSsEI7J7WzpQKF2igwuVDmo { 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:18.75rem;width:15.625rem;top:19.9375rem;left:22.6875rem;overflow:hidden;display:block; }
#qN5Pxc593X83OZzAiys3KDWRoVhRRLnQ { 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:18.75rem;width:15.625rem;top:19.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#VrcV1iXMsF1Wb2aRn1wUSnhi4gN0txkp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:15.625rem;top:19.9375rem;left:53.9375rem;overflow:hidden;display:block; }
#G0Tsm637HAKgwkugTUxXhbJuNNx1Pyhi { z-index:15009;top:12.838684082031rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GSSNCBFw6Db1W5uSfwJ2CdVzm4ErWGzz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XmgqK8ZSTGrTNKIe8zm23pf8oMNbT8uF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:15.625rem;top:38.6875rem;left:7.25rem;overflow:hidden;display:block; }
#AB4tvUkLlmxlfVTZkE2SvxwvzROiK0VI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:15.625rem;top:38.6875rem;left:22.8125rem;overflow:hidden;display:block; }
#mrvIB7FkOTuwhkBgcVlAVSA1V6hGHZ42 { position:absolute;display:block;z-index:15018;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:15.625rem;top:38.6875rem;left:38.4375rem;overflow:hidden;display:block; }
#GFHSueKu9U29OzG2BkDoo0xwC63XS4eT { position:absolute;display:block;z-index:15020;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:15.625rem;top:38.75rem;left:53.9375rem;overflow:hidden;display:block; }
#ueDJmlTHmOQGiRl9i7llm5LnNNCl0NcK { position:absolute;display:block;z-index:15020;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:15.625rem;top:57.5rem;left:7.125rem;overflow:hidden;display:block; }
#J8ecT7V4wCDMzKde9vvH7DlhAEbemoLW { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:15.625rem;top:57.5rem;left:22.6875rem;overflow:hidden;display:block; }
#By23AkKTyfK5sVlokqIT4qB3r3GvfQcG { position:absolute;display:block;z-index:15022;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:15.625rem;top:57.5rem;left:38.3125rem;overflow:hidden;display:block; }
#zDBKZGk47XdW8OKucq3i5mAF23H7Czfu { position:absolute;display:block;z-index:15024;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:15.625rem;top:57.5rem;left:54rem;overflow:hidden;display:block; }
#Iplfs5AVbTt7f3BsfBbNTXscPWdVTT1s { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:15.625rem;top:76.25rem;left:22.8125rem;overflow:hidden;display:block; }
#fMtFtueJTLhQhwdgBxOGJzM5rNAU7I1O { position:absolute;display:block;z-index:15024;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:15.625rem;top:76.25rem;left:7.25rem;overflow:hidden;display:block; }
#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row .container { background-color: transparent; background-image: none; }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row .container > .video-iframe-container { display: none; }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row > .video-iframe-container { display: none; }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .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); }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row .container { border-width: 0; border-radius: 0; }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#pPRwIccmk5cM5rTnqOCZi6etVE7Eaoqb { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#p3ovtR0UF2x9z11X3SkGUBHefx8KzTH7 { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#hK3mi0donbmHozZXIKV1e3DFwx9camXT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#myn30zZI3sv7X4ld3C1TEEo0KiT6DFa8 { 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:18.75rem;width:15.625rem;top:19.46875rem;left:29.6875rem;overflow:hidden;display:block; }
#aMV3d67ro9CBTR1KWbHsEVTQxTV3EfeM { z-index:15009;top:12.838684082031rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FrQguEgRehs7MJtFCX6JGM1PaCTeOTUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S { 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; }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row .container { background-color: transparent; background-image: none; }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row .container > .video-iframe-container { display: none; }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row > .video-iframe-container { display: none; }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .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); }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row .container { border-width: 0; border-radius: 0; }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#z299aU8MXKbgTkKJIK528V1ZRfeT4t7G { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#eVehJBneRuzT3Sb8agRgqwuNP75Pab9J { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#ABWpdJHs4qlBZTt5hRxeGk1aqzA0MWd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#w2KGEkCTT7PTzu1wUNZgQu5ebPzF7NnL { 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:18.75rem;width:15.625rem;top:19.03125rem;left:20.3125rem;overflow:hidden;display:block; }
#gEbkaUADBEOIv3KVymoVLUUbO2a40Hwo { z-index:15009;top:12.838684082031rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OoAMbbscVwzcdJ1apZrVKZx60eFakEmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4Gbo5ILQ2Tk4OTEckJND4qAu50rWGDL { 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:18.75rem;width:15.625rem;top:19.03125rem;left:35.9375rem;overflow:hidden;display:block; }
#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo { position:relative;display:block; }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo { background-color: transparent; background-image: none; }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo > .row .container > .video-iframe-container { display: none; }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo > .row > .video-iframe-container { display: none; }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo > .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); }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo { border-width: 0; border-radius: 0; }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:76.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VlRMB2UbxPcKwEGyNvg4cAtOGVD8IaOk { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#L1cTdWPA20FvgfXEKUqMCB4m2cxQBtJh { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#DH5L1LkzE4tticSezkKTpg8UNOWGV1OW { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#W0UZh5USqRFRvQU52aIJ2EoFd104kfRP { 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:16.75rem;width:13.9375rem;top:19.71875rem;left:8.625rem;overflow:hidden;display:block; }
#zQ8vXNEJv32KeM8EH0eOATTfg3NyLsq5 { 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:16.8125rem;width:14rem;top:19.6875rem;left:23.8125rem;overflow:hidden;display:block; }
#mgJg7tCGSaWsP3z0sOTzC4sMTWW3IVl9 { z-index:15009;top:12.838684082031rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yiv3it6mLHgg9HKIKwVLmCMTpK68ItRn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXBO1Ht3WB6rLNe86zFVNtdhsbE5AggG { 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:16.8125rem;width:14rem;top:19.6875rem;left:39.25rem;overflow:hidden;display:block; }
#gPLGegZ4Qf8tzvQWvxuKszKvSlFdwJ2x { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:19.6875rem;left:54.3125rem;overflow:hidden;display:block; }
#Jgz2k5UDCJ93fWbbbhTIcSoikg5MkWwt { 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:16.75rem;width:13.9375rem;top:38.46875rem;left:8.625rem;overflow:hidden;display:block; }
#EQ2p9gHP5NhO7ciixZpU2GxCqKfbJxpH { 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:16.8125rem;width:14rem;top:38.4375rem;left:23.8125rem;overflow:hidden;display:block; }
#k77KKvitDeBEtksfvd46TMHVNGrA4SK2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:38.4375rem;left:39.25rem;overflow:hidden;display:block; }
#FcZkyc3IS6wPU5e6WKXBrPfAQrt1Mqfr { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:38.4375rem;left:54.3125rem;overflow:hidden;display:block; }
#GwbDRN1R381PLuOsNlUOk6DHsGqoSfSk { 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:16.75rem;width:13.9375rem;top:57.625rem;left:8.625rem;overflow:hidden;display:block; }
#v803m8V32bAHl1ucJ6JebMkUUhBkouME { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:57.59375rem;left:23.8125rem;overflow:hidden;display:block; }
#cMXkHcAkPGZer8TlTKMGpvkyV7TzhRsX { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:57.59375rem;left:39.25rem;overflow:hidden;display:block; }
#KDs5zkZpnboB6ybKc1OfPP6wnXBdTrxX { 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:16.75rem;width:13.9375rem;top:19.71875rem;left:8.625rem;overflow:hidden;display:block; }
#KlTfBsyJS29av2Cyo8XSs7eg8plrBo1i { 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:16.75rem;width:13.9375rem;top:19.71875rem;left:23.84375rem;overflow:hidden;display:block; }
#fBgBwGHe9hZcHPkbFHRpucfEQf1Dvi8X { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:19.71875rem;left:39.28125rem;overflow:hidden;display:block; }
#mNTiSgfsRPIV68z0b5NZem8POX5QnBZU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:19.71875rem;left:54.34375rem;overflow:hidden;display:block; }
#qKowXHOobwsxJn30UvtA2MzTIakSZkAI { 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:16.75rem;width:13.9375rem;top:38.46875rem;left:8.625rem;overflow:hidden;display:block; }
#REQ5GubaeVeVCA3A2ITrMr0VRwp8T0PF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:38.46875rem;left:23.84375rem;overflow:hidden;display:block; }
#IEWNM78xzTvrgc2lCgVv8JqDzZEzO0i0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:38.46875rem;left:39.28125rem;overflow:hidden;display:block; }
#hU8fKqcy8UwkpRfQbdpXKKecfsm8fG6l { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:38.46875rem;left:54.34375rem;overflow:hidden;display:block; }
#WypUd3AIX6q0wtDTsStwkbfOXDaLodwF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:57.625rem;left:8.625rem;overflow:hidden;display:block; }
#BAyPTkkn0u3dioLTqv2p3u83tcxmkiQi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:57.625rem;left:23.84375rem;overflow:hidden;display:block; }
#Ttd1t4y4uCXyfKbwH2d6IwHMTVyEfzsz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:57.625rem;left:39.28125rem;overflow:hidden;display:block; }
#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw { position:relative;display:block; }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw { background-color: transparent; background-image: none; }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw > .row .container > .video-iframe-container { display: none; }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw > .row > .video-iframe-container { display: none; }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw > .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); }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw { border-width: 0; border-radius: 0; }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:76.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qCQ1nedKTgHPJZehizZZlaElR9GhxCoO { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25.9375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#ag3Lgqxl4FLJ4PWHT35hsI6fFmn2IN5M { box-sizing:content-box;height:0.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.0625rem;left:25.3125rem;display:block; }
#XfGrRPwNPxb2bGdxOsJRTu5H0APL8gRm { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:10.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wwmuJMV3BDLbUmBXiH8clq7a9t0DiKwa { 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:16.75rem;width:13.9375rem;top:19.71875rem;left:8.625rem;overflow:hidden;display:block; }
#LvbgUhwXUdUpMcrDeGM52FbyNcubJvsI { 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:16.8125rem;width:14rem;top:19.6875rem;left:23.8125rem;overflow:hidden;display:block; }
#vAXoiR8E5kLS3sec4h2AyDq84LCsLOQl { z-index:15009;top:12.838684082031rem;left:29.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-1),0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4981613125rem;height:3.4995403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZpQTCWy2dR3IHcGsc7vd12y9NnThuCqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hfqd0CosqzpIWpnRQqMTvZzeMcQEaT0r { 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:16.8125rem;width:14rem;top:19.6875rem;left:39.25rem;overflow:hidden;display:block; }
#EvnTcELT9EQuTQ0FpSQrt1r7ngXhq7cG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:19.6875rem;left:54.3125rem;overflow:hidden;display:block; }
#Qy1OmsoOXshmI3wrWGWtiN0JWxT1c5eX { 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:16.75rem;width:13.9375rem;top:38.46875rem;left:8.625rem;overflow:hidden;display:block; }
#waeeeDipcWp3Mql0fdCzV1mrpAZH5Gla { 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:16.8125rem;width:14rem;top:38.4375rem;left:23.8125rem;overflow:hidden;display:block; }
#cyhFDgLNxXMROsx77qVXs9F8tVByL2GX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:38.4375rem;left:39.25rem;overflow:hidden;display:block; }
#zo3ys9v2qe84KWZ5WV2VepHxQ1T8t4mb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:38.4375rem;left:54.3125rem;overflow:hidden;display:block; }
#ROSxIQ2BOfqQ74oxfH3gOa5Xi824gsgz { 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:16.75rem;width:13.9375rem;top:57.625rem;left:8.625rem;overflow:hidden;display:block; }
#TwvOreTKnpxJHODfP2P9Tl3ew6TZKxOz { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:57.59375rem;left:23.8125rem;overflow:hidden;display:block; }
#rXdbgWED3aJqizxSpOQ9denONcrmiUJ9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:57.59375rem;left:39.25rem;overflow:hidden;display:block; }
#ChfvlMQGafyB6nvuTWyUTUMCNuingnFQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14rem;top:57.59375rem;left:54.3125rem;overflow:hidden;display:block; }
#Gpv9wti4CvL39kXMozVkRnweW2iP4HoL { 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:16.75rem;width:13.9375rem;top:19.71875rem;left:8.625rem;overflow:hidden;display:block; }
#UpK0N1Lu2SlTWheNHyd3wGOUL5vyNGSN { 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:16.75rem;width:13.9375rem;top:19.71875rem;left:23.84375rem;overflow:hidden;display:block; }
#GVtzalTsAJXzOcGGatVlFuFpCv3CxGVN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:19.71875rem;left:39.28125rem;overflow:hidden;display:block; }
#bzlBpV5KsNrGm1UTFpX6G97mbvMTM783 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:19.71875rem;left:54.34375rem;overflow:hidden;display:block; }
#QU0tt4xI1cMx4iAs0WmeK90cQ4uLGHLA { 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:16.75rem;width:13.9375rem;top:38.46875rem;left:8.625rem;overflow:hidden;display:block; }
#aAxfFTsQLdzV7JCm99CiEPDTrV4D4HRw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:38.46875rem;left:23.84375rem;overflow:hidden;display:block; }
#VNDxzG4W1XrK5FdGq9BfJAKlbBoCPyPo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:38.46875rem;left:39.28125rem;overflow:hidden;display:block; }
#IMVt3zE9F0J3I3XdbFEDQA0irIHuDhWb { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:38.46875rem;left:54.34375rem;overflow:hidden;display:block; }
#cC8UiBoFRFXOZBXM3r1hVVeBrk25Nt8n { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:57.625rem;left:8.625rem;overflow:hidden;display:block; }
#WrXSP6zLX64X7JeowOWwbTXR6f4dKraf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:57.625rem;left:23.84375rem;overflow:hidden;display:block; }
#r1ha8lOwQFbJ5f6OOSIrwIgwvlbVTwqe { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.9375rem;top:57.625rem;left:39.28125rem;overflow:hidden;display:block; }
#rqN6sJQ4Tgx759D8x4l6Znsaz8Jkhb4Z { position:absolute;display:block;z-index:15018;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:16.75rem;width:13.9375rem;top:57.625rem;left:54.34375rem;overflow:hidden;display:block; }
#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container { background-color: transparent; background-image: none; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container > .video-iframe-container { display: none; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row > .video-iframe-container { display: none; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .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); }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container { border-width: 0; border-radius: 0; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#lRi7no4Hk8GbBCIuO4UgTn9diwBtZU1H { color:#1a1a1a;display:block;width:26.8118095625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:17.4375rem;left:7.5rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pakKwMH2hR7487MDAKIi4TQGZrJB9qH9 { color:#1a1a1a;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.375rem;left:7.5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yl5cTzQXXBT31wN3sopaw3uUrHeSkXtR { color:#1a1a1a;display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:7.7119140625rem;left:7.5rem;height:9.125rem;font-style:normal;display:block; }
#pW5XCyD22c3ezZ4iX9zyVl1fiN9nKrRN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6868105rem;width:3.6868105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.125rem;left:7.5rem; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-form-header {  }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:29.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-text {padding-top: 0; padding-bottom: 0;}#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-select {padding-top: 0; padding-bottom: 0;}#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.0625rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:27.875rem;overflow:hidden;font-style:normal; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-container:first-of-type{padding-top:0;}#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-container:last-of-type{padding-bottom:0;}#npPyHAtScqpofCG1mzohhE03t91b96Ca  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:39.874769210816rem;top:4.78515625rem;z-index:15024;position:absolute;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.0625rem;display:block;vertical-align:top; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca {display:block;}#npPyHAtScqpofCG1mzohhE03t91b96Ca { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:39.874769210816rem;top:4.78515625rem;z-index:15024;position:absolute;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #n5huc6n3RCKqq0kAD3Bzz4QwbDgz7EQu { position:relative; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #lmCRVhVqKZaMIepyUl5lKAWsbs9SilOH { position:relative;display:block; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #G6edzSbXxx1TplKplGfJQEDUnGPDUucE { position:relative; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #VnGJylwcFrVcKH7zxLmmSyIIal6qBawf { position:relative; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #eomzRDZhGDGTnN3riCKXC1A3zE6L84bk { position:relative;display:block; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #nTpFdal8ZHOvOOyx1PzFTqTQoedv0Dhu { position:relative; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #SU1mAa5MQcMA91S59fxKoqrJxxpcxcKD { position:relative; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #y02RaLui3JDORDltqkuU7KWiTceB8iii { position:relative;display:block; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #Olz2V2cbcOtsECtzrB0KaBnmZXaGqKBa { position:relative; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #hlWQb7m2AJ7oH1dWc2T6nlbZ6OWuxb1T { position:relative; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca #HNK31JILK5r5OBErFi7ZrvblmO5ElWbq { position:relative; }
#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row .container { background-color: transparent; background-image: none; }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row .container > .video-iframe-container { display: none; }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row > .video-iframe-container { display: none; }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .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); }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row .container { border-width: 0; border-radius: 0; }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#gzuRGlJHukE3Xg3nfHw1Z1uoamBA2dfG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4990806875rem;width:20.6870403125rem;top:2rem;left:26.75rem;overflow:hidden;display:block; }
#FFAFwGJhsGtJOIh7PkoZvuBiNdMxHv06 { color:rgba(var(--color-tertiary-1),1);display:block;width:32.4365234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:2.0;letter-spacing:0;top:12.75rem;left:22.375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3o9IHLttq5V7M4XecP8PnThduGzJDTb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.125rem;left:32.3427734375rem; }
#lDDg2V5TkoJzbcaTkOCUd0BWd98NJ1lb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.3125rem;left:23.5rem; }
#yHnhJPbXkLM41VuETcy2gLEXC65F4rTS { color:rgba(var(--color-primary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:32.3427734375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#TsE11uWM8XMTQBKLpROP8NT6XKi1bO7T { color:rgba(var(--color-tertiary-0),0.2);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.625rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FvrW97drzefntvADZ84QMTOhineWJ8FC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.8);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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.6240234375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.75rem;left:21.1875rem;display:block; }
#EVdR2NlhDC27cui7DU4A4frwDUkcytt5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sfx5psUFZJ4B5c9ClLCzUVV1InzzOGxi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#U7C8odNu091b28wib1L3gA1RZxTP21Cn { box-sizing:content-box;height:8.3115234375rem;width:25.1240234375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFo5iD3BfxImiy3Mqn2J8yT7zkZymON2 { width:30.25rem;height:1.6875rem;top:1.125rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtUF0dURIunXKGLnXb9f0lxZuNW5m1dM { top:0.8125rem;left:35.25rem;width:8.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UazFg80BlxzzvLF9LG6dymxmZzk72K9t { display:block; }
 }@media only screen and (max-width: 763px) { #mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR { display:block; }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huIFPPwGlzTOVh5tXO5f85mqZ6lHBwv8 { width:19.0625rem;height:3.9993105rem;top:1.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S { display:block; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBDVqrgLQchTqWhwcvcRrNCRTg8h7c1f { width:47.75rem;height:23.079166666667rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL { display:block; }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rksh13Xk1OSJxIyoELaMPX2Bi6D6lWQi { width:47.75rem;height:7.1875rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDnx1TzAKAoiONJRRxazWCGtucg0iqrn { width:45rem;height:2.5rem;top:1.9375rem;left:0.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyA4XivbORhksMfuXHU4oTaAI1m2B1Si { top:16.125rem;left:11.625rem;width:23.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM5oBeIJCqvKW0Ien2h4pTo7S9dUNBl4 { display:block; }
 }@media only screen and (max-width: 763px) { #pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M { display:block; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOHXTN8Je3AO40qZrr8qWv6TQN7Je2UA { width:11.875rem;height:4.125rem;top:5.25rem;left:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANKiA2Ho3CyX1lvOGZkUXhQfEaFgfWrd { width:11.625rem;height:5.5rem;top:10.3125rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZTDSgKvcDDpf4tvmEiH2SJBgzOzCCdN { width:13.25rem;height:4.125rem;top:11.6875rem;left:16.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSsNaGc0nT5S9KilXiOBqpBsMC7rZ5lV { width:13.1875rem;height:6.1875rem;top:5.25rem;left:17rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZMGTAlhMMponxNIK7Vbvb7TH8aQS06 { width:11.1875rem;height:4.125rem;top:11.75rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0TfDDk56EaWrrxLCqxA5tGOQTsq8cQd { width:11.5rem;height:6.1875rem;top:5.25rem;left:32rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDcUf0iubQAIWOSeaTKtf2bNfJM4JMvX { width:7.4375rem;height:10.3125rem;top:4.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRu0bOCTKGneAxmZtBitXw2w1bOuCRIA { width:13.625rem;height:4.125rem;top:5.25rem;left:34.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR0iwyTiSwfNtNW694bR7QTFTFssaLlT { width:11.5625rem;height:6.875rem;top:10.3125rem;left:36.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy { display:block; }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPlrOizcMPcIaGTqDSTirmIc6A46D6F0 { width:26.3125rem;height:2.8125rem;top:3.3125rem;left:10.71875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6gOp3dAtT8TT03cEK9B2zRZ5seA8Hp4 { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAQtKKiQmVc2v2cC8hKdBfZuFn1gTli8 { width:47.75rem;height:1.25rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlfHc0urRC77vxznpsWOJQEEQo3pRiw { width:14.4375rem;height:17.375rem;top:16.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTtmTPgfKVuzHnhr0knVrL9SRh324wP { width:14.6875rem;height:17.6875rem;top:16rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOB0tNfwDTHGTc0A73uIzxEfTlzKrIDu { width:14.125rem;height:17rem;top:16.1875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpD9Z1S2NuPatF39iV0AMO6vlScoQIO { width:14.125rem;height:17rem;top:34.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJcIgKDlyMmIDxRfW0XZRkJhkZwQ2zTe { width:14.125rem;height:17rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE5r0T9l55ynK5LnIKvL73X3ESTv9doy { width:14.125rem;height:17rem;top:34.4375rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSmOeZ5ZzKymAn3H1NUwOerTO6RodBiT { width:14.125rem;height:17rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBxDSyTIQbJsCT8f9hx6NBZKrnTNdMCn { width:14.125rem;height:17rem;top:34.4375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8PuhUPCTVaCgp1ThvlgFwIgXcB1y25K { top:9.9375rem;left:15.6259765625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CebgCxpyye2I4Z1XrHEvACPAnOcfbr6L { display:block; }
 }@media only screen and (max-width: 763px) { #lKqmoa65z4oeWW2mHHTcNGdaiGSKum8R { width:14.5625rem;height:17.5rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBd75AJMgxEwyula49fA1WRbpd9x5ExP { width:14.125rem;height:17rem;top:52.25rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzHG4Z6wn9r7JxOvBP70dara67HsPFBb { width:14.125rem;height:17rem;top:52.25rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh5xnoTCqkZbzZIQ0iPdGQGEIS2zkpuh { width:14.125rem;height:17rem;top:52.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6xROh8bv2vHAOKIrB20PtiWJyQUST7s { width:14.125rem;height:17rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg1ZRn7ov7Ge1qfHasSrbGfWRRti8eKK { width:14.125rem;height:17rem;top:70.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMR6uT9kr3dT7dh7fW1uuJuIZTGktmNm { width:14.125rem;height:17rem;top:70.25rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZA6etOoS7H0o690VRPpxdgTgcLEP9yR { width:14.125rem;height:17rem;top:70.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F22mttiqHvUZnvhInV0XefSGqboGp7TN { width:14.125rem;height:17rem;top:88.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUHk2inEuJsc7rbKStCESgBGVObEhbfc { width:14.125rem;height:17rem;top:88.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTDKqizvcWH0nfVXgIokpDm5E9BHDqfv { width:14.125rem;height:17rem;top:88.0625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6t8OqHTMs8becOg3XpcKunbkOEuWiU8 { width:14.125rem;height:17rem;top:88.0625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu { display:block; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWibL78IH2JRQsGlphyEQpaldNmSEfJ3 { width:23.1875rem;height:2.8125rem;top:3.25rem;left:13.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpTqqB3voiotuZrkMQwFggGIezHtGAyG { width:47.75rem;height:3.25rem;top:8.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEmD1562oHThT4dOEwvWCpWyrTZ4C7nT { top:13.25rem;left:0rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbppTiTMhu3GLey6zXqmUWRVhDHkoNpr { display:block; }
 }@media only screen and (max-width: 763px) { #ngCi0szpDv7XVG653To7si01N60Qk8yK { top:13.25rem;left:8rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxHtQBVzQdWRCPgTOQLDzREAWIrZ2reK { display:block; }
 }@media only screen and (max-width: 763px) { #B3t009DBlV46TdReW3pHo7RXP4BFKEkr { top:16.875rem;left:0rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcQP4qdgksno4CRwHWbBF97WZltNHQlt { display:block; }
 }@media only screen and (max-width: 763px) { #SkeHFbROxxm3H2iZndUTT8i2z1nk0bgf { width:24.4375rem;height:0.3125rem;top:6.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kut7ZD9ZygptSQUln4BTlMJ0EdUyUOcb { top:13.25rem;left:32.125rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThBTFIJRB66FTDZdxCHyflPv9JqTPaJ { display:block; }
 }@media only screen and (max-width: 763px) { #XDz3fcvs3PW8t6tEEnb0dxwOzRycazvz { top:13.3125rem;left:24.25rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybRiQvFHKn1ubKhflRCsXxC3izcyW93I { display:block; }
 }@media only screen and (max-width: 763px) { #BSQDKX4tyB6Li1pUqgGT9z9X29IoCzxb { top:16.875rem;left:8rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adTcHD612xq0Feqo8ursFt9Bh8C6mJpk { display:block; }
 }@media only screen and (max-width: 763px) { #fe5C0tUs37T25uaeuxXo53W1o05cteVl { top:16.875rem;left:24.25rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Ry7MLu4UlL2oWQbbU9PkNl29DxVVFN { display:block; }
 }@media only screen and (max-width: 763px) { #H6VftDW38OvlO22Mx3azDEu8XGWsMarF { width:45.6875rem;height:1.75rem;top:43.25rem;left:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv7UXfhe8y4Z7gN9cPcRupUUDpJFO1on { width:47.75rem;height:22.240850183259rem;top:19.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM2AfTgZWuMzJqitAoaEO0JRphAuknHT { top:16.875rem;left:32.125rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #It7P1C2Abmu1fM92mcLTZSPT3m84qivb { display:block; }
 }@media only screen and (max-width: 763px) { #msMBQagayuiFVu5eO1ubnVZ7unGUtrpC { top:20.0625rem;left:16.625rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQS8IEcWhiIKGX6CBNrOZ1kn9Tk9hpsb { display:block; }
 }@media only screen and (max-width: 763px) { #uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 { display:block; }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7ZUc6lI4Ugr8dxx7aXcJ86gD8loo6Br { width:23.1875rem;height:2.8125rem;top:3rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8mi5dPJ32f3NapwdWUeuOVey8ourH4 { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyyO1DpRapJ46bPN7ZBndlB8ZOK5zEh2 { width:47.75rem;height:2.5rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIpLAu5No5CMvZRLgKwmgfen16THpkeA { width:14.125rem;height:17rem;top:18.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5U4mI1vEEgbu7ZemThhzWAXidbyvQAv { width:14.125rem;height:17rem;top:18.5rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co9UhPpTWzS91dCcizCU41Qd4yuGaSC5 { top:12.625rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Twkv28fZ8vZ9zyNCNTRGu0AbkNRvQm { display:block; }
 }@media only screen and (max-width: 763px) { #GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu { display:block; }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOqgS3f3KoBwZZUVu9TB7dgTnqm2dTDf { width:23.125rem;height:2.8125rem;top:3rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5wFIcV2Nnm4UQMKTuvIJ2VsPrNRHvmz { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPWDURIT4UNy485hGAlcB7NCiMdLH2bT { width:47.75rem;height:2.5rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBTV3hxR3FD4MMExMDsdnkSTSDzEFoQ6 { width:15.4375rem;height:18.5625rem;top:19.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maWBTsnFb0tfDczf3EqEhJF7TLh2MP5H { width:15.25rem;height:18.3125rem;top:19.25rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyrzQwfGRl6X3uQb95dTyq5T5Zt2Df7l { top:14.0625rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibQohIALk8XfCIdWKTUhmywidmwFswk7 { display:block; }
 }@media only screen and (max-width: 763px) { #hpBdyTgHKmiuS3pkFbM2O5lPH6nQoFhu { width:15.25rem;height:18.3125rem;top:19.1875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ { display:block; }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOI5g56IJxkskQnAGV6Cz3DRIXMX3uZ0 { width:23.125rem;height:2.8125rem;top:3rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH1i3SLCSKTQ9XMsUuiHbHaa7MDEJKiR { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn0kPuJluoIuUTyQqvOp1toaofRm7HiX { width:47.75rem;height:2.5rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGvXbGKvbvVJ0OASciTpCkx9TP9GAMW6 { width:15.3125rem;height:18.375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIvSnidsXzcRyX0yZIKe6qmdhOxcRziA { width:15.25rem;height:18.3125rem;top:19.1875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNebfO3rDewiZnFFgNfdrz4ITIwom3JI { width:15.1875rem;height:18.25rem;top:19.25rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX7qBbS3OkF6JGIUDNQUUeXNlJnkx8Oe { width:15.0625rem;height:18.125rem;top:19.1875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvQHCIWXLAZI6EAopdnvyt9LaNuezTgc { width:15.4375rem;height:18.5625rem;top:37.9375rem;left:24.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMAnIw5amNzbIpfF4ncZUmmaFCKlzqZ6 { width:15.625rem;height:18.75rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nag7JgLETQEgFI5bWitdJAI5rioGQl0E { top:12.4375rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfHCN38BnUxdXEoznpwEUJvqWMcVtPAV { display:block; }
 }@media only screen and (max-width: 763px) { #dcRwlSCy9wGmlbEd5mCeMRqF0wVpdcN6 { width:15.625rem;height:18.75rem;top:38rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI { display:block; }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtzMkKPbWLFZ4t7CmqPxqTDTUi5UwoaB { width:23.125rem;height:2.8125rem;top:3rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTKJpBqnWxUZ50OBCkK0qOp8B2gJP5kR { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiJCdNCdtcizpsGsl1zPo8dM034gQKn8 { width:47.75rem;height:2.5rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqKgaXnQNRAFfxWk2tqhBU4SrpAKq7Vx { width:15.5rem;height:18.625rem;top:18.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RboVM96tWn5p3r4JmZcK8l1sdxgRR9h1 { width:15.5rem;height:18.625rem;top:18.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTVxiPo6k8iNmf6Eo6NSedIGmyectLxD { top:12.625rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl93HR2COd0p7zhpJSwOPOwLtmoBp9TL { display:block; }
 }@media only screen and (max-width: 763px) { #vaJyiLc3y1V0lzN3QP5Mvo0TNu2KFO5t { width:14.1875rem;height:17.5625rem;top:19.375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM { display:block; }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFx69Tuk0BnGIRyXHQBGUrHZJJRTWuNE { width:23.125rem;height:2.8125rem;top:3rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3q74oIdp8N9xddtS4MTJcN9aeRtJ7F6 { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwCR1Ziz50xmcFUXU6v2EkctTfR7kfQ { width:47.75rem;height:2.5rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyRCp66BB5KCHLxu0oXpI8uvwuwPiTla { width:15.625rem;height:18.75rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOOZgUdCnusv392COT2edLglqQ3w0wOT { width:15.625rem;height:18.75rem;top:19.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhId6ymKZPEyzP737vJz4lwidusArew2 { width:15.625rem;height:18.75rem;top:19.375rem;left:32.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVe8tVWGn6hCC3e3PW0mSSCdcIimQTsa { top:12.9375rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybQeEdp9acZBk3IOIFfDAlqykz1EhTKq { display:block; }
 }@media only screen and (max-width: 763px) { #GnZtTsGSNWfB9b6lftohJNXOaEONOv95 { display:block; }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhvRz3PdbsDrO6O6A4lfPp9wxlU3hayJ { width:23.1875rem;height:2.8125rem;top:3.0625rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SANkcVfTbb1bSOOP680tHQQxCkMkyZ5K { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHmwBPrrVJHDfCwg8EKQxLfrWqFSWE4i { width:47.75rem;height:2.5rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvlQMNBHiE44Q4k2nioXMix1TWgPrMZK { width:15.625rem;height:18.75rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th4Ld2Ps1bQuJ4XdT4095tOacWR7sflL { width:15.625rem;height:18.75rem;top:20.1875rem;left:8.6892241379312rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu6iLX2AfrXwDzeBzeMJDcU9xpmfIxav { width:15.625rem;height:18.75rem;top:20.3125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSrh3sVsgJsipeWaphNiDc7SQxxJQ9VU { width:15.4375rem;height:18.5625rem;top:20.3125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTiV1SzQuTKr1A1omIZ6oDLEoOWOugm { top:13.8125rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzQ76zQGz2ATqBad80pwhiURBwDoMnDx { display:block; }
 }@media only screen and (max-width: 763px) { #NFDwAz4mquMRlmZFrmk6dbC4AdGUQ0OE { width:15.625rem;height:18.75rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1BqHkPxCZETO5ZPZONrCb569k7ZwtgB { width:15.625rem;height:18.75rem;top:38.9375rem;left:8.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1A1xBxQDrEL7NcwQHAObSXfHTbtKIpO { width:15.625rem;height:18.75rem;top:38.9375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxVMmzNLOx0ZVrTFdKdTyKwfnMTy5uFH { width:15.625rem;height:18.75rem;top:38.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU { display:block; }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CThTAXpxlSforqsb5txWHX8E5LB8ZJyR { width:23.125rem;height:2.8125rem;top:3rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veWtODXbHMW5ZT6MRXIyRSp6oCXrp6A8 { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xah17QFWPUmWe8x0FkilSa0Ut04Ts8JL { width:47.75rem;height:2.5rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKtBGSbHnOAT4uwnpVo2esX1Prx6nvo8 { width:15.625rem;height:18.75rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcehlwoa4OSsEI7J7WzpQKF2igwuVDmo { width:15.625rem;height:18.75rem;top:19.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5Pxc593X83OZzAiys3KDWRoVhRRLnQ { width:15.625rem;height:18.75rem;top:19.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrcV1iXMsF1Wb2aRn1wUSnhi4gN0txkp { width:15.625rem;height:18.75rem;top:19.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Tsm637HAKgwkugTUxXhbJuNNx1Pyhi { top:12.8125rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSSNCBFw6Db1W5uSfwJ2CdVzm4ErWGzz { display:block; }
 }@media only screen and (max-width: 763px) { #XmgqK8ZSTGrTNKIe8zm23pf8oMNbT8uF { width:15.625rem;height:18.75rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB4tvUkLlmxlfVTZkE2SvxwvzROiK0VI { width:15.625rem;height:18.75rem;top:38.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrvIB7FkOTuwhkBgcVlAVSA1V6hGHZ42 { width:15.625rem;height:18.75rem;top:38.6875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFHSueKu9U29OzG2BkDoo0xwC63XS4eT { width:15.625rem;height:18.75rem;top:38.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueDJmlTHmOQGiRl9i7llm5LnNNCl0NcK { width:15.625rem;height:18.75rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ecT7V4wCDMzKde9vvH7DlhAEbemoLW { width:15.625rem;height:18.75rem;top:57.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #By23AkKTyfK5sVlokqIT4qB3r3GvfQcG { width:15.625rem;height:18.75rem;top:57.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDBKZGk47XdW8OKucq3i5mAF23H7Czfu { width:15.625rem;height:18.75rem;top:57.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iplfs5AVbTt7f3BsfBbNTXscPWdVTT1s { width:15.625rem;height:18.75rem;top:76.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMtFtueJTLhQhwdgBxOGJzM5rNAU7I1O { width:15.625rem;height:18.75rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK { display:block; }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPRwIccmk5cM5rTnqOCZi6etVE7Eaoqb { width:23.1875rem;height:2.8125rem;top:3.0625rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ovtR0UF2x9z11X3SkGUBHefx8KzTH7 { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK3mi0donbmHozZXIKV1e3DFwx9camXT { width:47.75rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myn30zZI3sv7X4ld3C1TEEo0KiT6DFa8 { width:15.625rem;height:18.75rem;top:19.4375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMV3d67ro9CBTR1KWbHsEVTQxTV3EfeM { top:12.8125rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrQguEgRehs7MJtFCX6JGM1PaCTeOTUq { display:block; }
 }@media only screen and (max-width: 763px) { #lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S { display:block; }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z299aU8MXKbgTkKJIK528V1ZRfeT4t7G { width:23.1875rem;height:2.8125rem;top:3.0625rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVehJBneRuzT3Sb8agRgqwuNP75Pab9J { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABWpdJHs4qlBZTt5hRxeGk1aqzA0MWd3 { width:47.75rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2KGEkCTT7PTzu1wUNZgQu5ebPzF7NnL { width:15.625rem;height:18.75rem;top:19rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEbkaUADBEOIv3KVymoVLUUbO2a40Hwo { top:12.8125rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoAMbbscVwzcdJ1apZrVKZx60eFakEmQ { display:block; }
 }@media only screen and (max-width: 763px) { #t4Gbo5ILQ2Tk4OTEckJND4qAu50rWGDL { width:15.625rem;height:18.75rem;top:19rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIINTfITyUoCvDTcU73PtJDXqG0ze9wo { display:block; }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlRMB2UbxPcKwEGyNvg4cAtOGVD8IaOk { width:23.1875rem;height:2.8125rem;top:3.0625rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cTdWPA20FvgfXEKUqMCB4m2cxQBtJh { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH5L1LkzE4tticSezkKTpg8UNOWGV1OW { width:47.75rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0UZh5USqRFRvQU52aIJ2EoFd104kfRP { width:13.9375rem;height:16.75rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ8vXNEJv32KeM8EH0eOATTfg3NyLsq5 { width:14rem;height:16.8125rem;top:19.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgJg7tCGSaWsP3z0sOTzC4sMTWW3IVl9 { top:12.8125rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiv3it6mLHgg9HKIKwVLmCMTpK68ItRn { display:block; }
 }@media only screen and (max-width: 763px) { #AXBO1Ht3WB6rLNe86zFVNtdhsbE5AggG { width:14rem;height:16.8125rem;top:19.6875rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPLGegZ4Qf8tzvQWvxuKszKvSlFdwJ2x { width:14rem;height:16.8125rem;top:19.6875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgz2k5UDCJ93fWbbbhTIcSoikg5MkWwt { width:13.9375rem;height:16.75rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ2p9gHP5NhO7ciixZpU2GxCqKfbJxpH { width:14rem;height:16.8125rem;top:38.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k77KKvitDeBEtksfvd46TMHVNGrA4SK2 { width:14rem;height:16.8125rem;top:38.4375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcZkyc3IS6wPU5e6WKXBrPfAQrt1Mqfr { width:14rem;height:16.8125rem;top:38.4375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwbDRN1R381PLuOsNlUOk6DHsGqoSfSk { width:13.9375rem;height:16.75rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v803m8V32bAHl1ucJ6JebMkUUhBkouME { width:14rem;height:16.8125rem;top:57.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMXkHcAkPGZer8TlTKMGpvkyV7TzhRsX { width:14rem;height:16.8125rem;top:57.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDs5zkZpnboB6ybKc1OfPP6wnXBdTrxX { width:13.9375rem;height:16.75rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTfBsyJS29av2Cyo8XSs7eg8plrBo1i { width:13.9375rem;height:16.75rem;top:19.6875rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBgBwGHe9hZcHPkbFHRpucfEQf1Dvi8X { width:13.9375rem;height:16.75rem;top:19.6875rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNTiSgfsRPIV68z0b5NZem8POX5QnBZU { width:13.9375rem;height:16.75rem;top:19.6875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKowXHOobwsxJn30UvtA2MzTIakSZkAI { width:13.9375rem;height:16.75rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REQ5GubaeVeVCA3A2ITrMr0VRwp8T0PF { width:13.9375rem;height:16.75rem;top:38.4375rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEWNM78xzTvrgc2lCgVv8JqDzZEzO0i0 { width:13.9375rem;height:16.75rem;top:38.4375rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU8fKqcy8UwkpRfQbdpXKKecfsm8fG6l { width:13.9375rem;height:16.75rem;top:38.4375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WypUd3AIX6q0wtDTsStwkbfOXDaLodwF { width:13.9375rem;height:16.75rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAyPTkkn0u3dioLTqv2p3u83tcxmkiQi { width:13.9375rem;height:16.75rem;top:57.625rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttd1t4y4uCXyfKbwH2d6IwHMTVyEfzsz { width:13.9375rem;height:16.75rem;top:57.625rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw { display:block; }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCQ1nedKTgHPJZehizZZlaElR9GhxCoO { width:23.1875rem;height:2.8125rem;top:3.0625rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag3Lgqxl4FLJ4PWHT35hsI6fFmn2IN5M { width:24.4375rem;height:0.3125rem;top:6rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGrRPwNPxb2bGdxOsJRTu5H0APL8gRm { width:47.75rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwmuJMV3BDLbUmBXiH8clq7a9t0DiKwa { width:13.9375rem;height:16.75rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvbgUhwXUdUpMcrDeGM52FbyNcubJvsI { width:14rem;height:16.8125rem;top:19.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAXoiR8E5kLS3sec4h2AyDq84LCsLOQl { top:12.8125rem;left:15.5625rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQTCWy2dR3IHcGsc7vd12y9NnThuCqG { display:block; }
 }@media only screen and (max-width: 763px) { #Hfqd0CosqzpIWpnRQqMTvZzeMcQEaT0r { width:14rem;height:16.8125rem;top:19.6875rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvnTcELT9EQuTQ0FpSQrt1r7ngXhq7cG { width:14rem;height:16.8125rem;top:19.6875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1OmsoOXshmI3wrWGWtiN0JWxT1c5eX { width:13.9375rem;height:16.75rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waeeeDipcWp3Mql0fdCzV1mrpAZH5Gla { width:14rem;height:16.8125rem;top:38.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyhFDgLNxXMROsx77qVXs9F8tVByL2GX { width:14rem;height:16.8125rem;top:38.4375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo3ys9v2qe84KWZ5WV2VepHxQ1T8t4mb { width:14rem;height:16.8125rem;top:38.4375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROSxIQ2BOfqQ74oxfH3gOa5Xi824gsgz { width:13.9375rem;height:16.75rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwvOreTKnpxJHODfP2P9Tl3ew6TZKxOz { width:14rem;height:16.8125rem;top:57.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXdbgWED3aJqizxSpOQ9denONcrmiUJ9 { width:14rem;height:16.8125rem;top:57.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChfvlMQGafyB6nvuTWyUTUMCNuingnFQ { width:14rem;height:16.8125rem;top:57.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpv9wti4CvL39kXMozVkRnweW2iP4HoL { width:13.9375rem;height:16.75rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpK0N1Lu2SlTWheNHyd3wGOUL5vyNGSN { width:13.9375rem;height:16.75rem;top:19.6875rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVtzalTsAJXzOcGGatVlFuFpCv3CxGVN { width:13.9375rem;height:16.75rem;top:19.6875rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzlBpV5KsNrGm1UTFpX6G97mbvMTM783 { width:13.9375rem;height:16.75rem;top:19.6875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU0tt4xI1cMx4iAs0WmeK90cQ4uLGHLA { width:13.9375rem;height:16.75rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAxfFTsQLdzV7JCm99CiEPDTrV4D4HRw { width:13.9375rem;height:16.75rem;top:38.4375rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNDxzG4W1XrK5FdGq9BfJAKlbBoCPyPo { width:13.9375rem;height:16.75rem;top:38.4375rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMVt3zE9F0J3I3XdbFEDQA0irIHuDhWb { width:13.9375rem;height:16.75rem;top:38.4375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC8UiBoFRFXOZBXM3r1hVVeBrk25Nt8n { width:13.9375rem;height:16.75rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrXSP6zLX64X7JeowOWwbTXR6f4dKraf { width:13.9375rem;height:16.75rem;top:57.625rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ha8lOwQFbJ5f6OOSIrwIgwvlbVTwqe { width:13.9375rem;height:16.75rem;top:57.625rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqN6sJQ4Tgx759D8x4l6Znsaz8Jkhb4Z { width:13.9375rem;height:16.75rem;top:57.625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm { display:block; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRi7no4Hk8GbBCIuO4UgTn9diwBtZU1H { width:26.75rem;height:2.0625rem;top:17.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pakKwMH2hR7487MDAKIi4TQGZrJB9qH9 { width:26.25rem;height:5.5rem;top:20.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl5cTzQXXBT31wN3sopaw3uUrHeSkXtR { width:32.375rem;height:9.125rem;top:7.6875rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW5XCyD22c3ezZ4iX9zyVl1fiN9nKrRN { width:3.625rem;height:3.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-regular-label { display:block;width:29.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-text { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-text {padding-top: 0; padding-bottom: 0;}#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-textarea { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-select { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-select {padding-top: 0; padding-bottom: 0;}#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-button { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-checkbox-label { width:27.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca  { width:29.0625rem;height:auto;top:4.75rem;left:16.1875rem; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .radio-container { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca {display:block;}#npPyHAtScqpofCG1mzohhE03t91b96Ca { width:29.0625rem;height:auto;top:4.75rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #n5huc6n3RCKqq0kAD3Bzz4QwbDgz7EQu {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #lmCRVhVqKZaMIepyUl5lKAWsbs9SilOH {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #G6edzSbXxx1TplKplGfJQEDUnGPDUucE {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #VnGJylwcFrVcKH7zxLmmSyIIal6qBawf {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #eomzRDZhGDGTnN3riCKXC1A3zE6L84bk {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #nTpFdal8ZHOvOOyx1PzFTqTQoedv0Dhu {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #SU1mAa5MQcMA91S59fxKoqrJxxpcxcKD {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #y02RaLui3JDORDltqkuU7KWiTceB8iii {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #Olz2V2cbcOtsECtzrB0KaBnmZXaGqKBa {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #hlWQb7m2AJ7oH1dWc2T6nlbZ6OWuxb1T {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #HNK31JILK5r5OBErFi7ZrvblmO5ElWbq {  }
 }@media only screen and (max-width: 763px) { #BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV { display:block; }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzuRGlJHukE3Xg3nfHw1Z1uoamBA2dfG { width:20.625rem;height:4.4856429684181rem;top:2rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFAFwGJhsGtJOIh7PkoZvuBiNdMxHv06 { width:32.375rem;height:4.25rem;top:12.75rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3o9IHLttq5V7M4XecP8PnThduGzJDTb { width:1.5625rem;height:1.5625rem;top:13.125rem;left:18.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDDg2V5TkoJzbcaTkOCUd0BWd98NJ1lb { width:1.5625rem;height:1.5625rem;top:15.3125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHnhJPbXkLM41VuETcy2gLEXC65F4rTS { width:12.5rem;height:1.6875rem;top:11.125rem;left:18.7177734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsE11uWM8XMTQBKLpROP8NT6XKi1bO7T { width:47.75rem;height:0.9375rem;top:20.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvrW97drzefntvADZ84QMTOhineWJ8FC { width:32.5625rem;height:3.4375rem;top:20.75rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVdR2NlhDC27cui7DU4A4frwDUkcytt5 { display:block; }
 }@media only screen and (max-width: 763px) { #sfx5psUFZJ4B5c9ClLCzUVV1InzzOGxi { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7C8odNu091b28wib1L3gA1RZxTP21Cn { width:25.0625rem;height:8.25rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFo5iD3BfxImiy3Mqn2J8yT7zkZymON2 { width:19.1875rem;height:2.75rem;top:1.33203125rem;left:0.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtUF0dURIunXKGLnXb9f0lxZuNW5m1dM { top:3.625rem;left:6.3125rem;width:7.3740234375rem;height:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UazFg80BlxzzvLF9LG6dymxmZzk72K9t { display:block; }
 }@media only screen and (max-width: 763px) { #mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR { position:relative;z-index:auto;display:block; }#mXt0l9KcT62KzcR54tBnoBqUuGCbk9AR > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huIFPPwGlzTOVh5tXO5f85mqZ6lHBwv8 { width:16.6875rem;height:3.4375rem;top:1.875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c38b58e7-77ec-4d73-a296-bcec1d8102cc/BannerBackground_Blowout.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;display:block; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S.adaptive-delivery-prevent-bg, #bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S.lazyload, #bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S.lazyloading { background-image: none; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container { background-color: transparent; background-image: none; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container > .video-iframe-container { display: none; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row > .video-iframe-container { display: none; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .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); }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container { border-width: 0; border-radius: 0; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bebn0TNONhDo1IkbThsRmXrIlMN2Qw9S > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBDVqrgLQchTqWhwcvcRrNCRTg8h7c1f { width:20rem;height:9.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL { display:block; }#uGzEZufIDsoq3q0uI71A8CA6mXxOu0EL > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rksh13Xk1OSJxIyoELaMPX2Bi6D6lWQi { width:20rem;height:17.25rem;top:9.013671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDnx1TzAKAoiONJRRxazWCGtucg0iqrn { width:20rem;height:5rem;top:2.263671875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyA4XivbORhksMfuXHU4oTaAI1m2B1Si { top:29.3095703125rem;left:1.78125rem;width:16.4365234375rem;height:3.0615234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM5oBeIJCqvKW0Ien2h4pTo7S9dUNBl4 { display:block; }
 }@media only screen and (max-width: 763px) { #pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7be5ff, #00aad7);background-image: -moz-linear-gradient(90deg, #7be5ff, #00aad7);background-image: -ms-linear-gradient(90deg, #7be5ff, #00aad7);background-image: -o-linear-gradient(90deg, #7be5ff, #00aad7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7be5ff', endColorstr='#00aad7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7be5ff', endColorstr='#00aad7' );";background-image: linear-gradient(90deg, #7be5ff, #00aad7);background-size:cover !important;display:block; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container { background-color: transparent; background-image: none; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container > .video-iframe-container { display: none; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row > .video-iframe-container { display: none; }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .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); }#pJZk1p1ZUfiL26VFVEqboqiRe3FIz64M > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOHXTN8Je3AO40qZrr8qWv6TQN7Je2UA { width:18.6875rem;height:3.75rem;top:10.4375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANKiA2Ho3CyX1lvOGZkUXhQfEaFgfWrd { width:18.75rem;height:4.125rem;top:14.125rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sZTDSgKvcDDpf4tvmEiH2SJBgzOzCCdN { width:18.5625rem;height:2.75rem;top:23.375rem;left:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lSsNaGc0nT5S9KilXiOBqpBsMC7rZ5lV { width:18.0625rem;height:3.75rem;top:19.5rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZMGTAlhMMponxNIK7Vbvb7TH8aQS06 { width:18.6875rem;height:2.75rem;top:31.8125rem;left:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r0TfDDk56EaWrrxLCqxA5tGOQTsq8cQd { width:18.5625rem;height:3.75rem;top:28.0625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDcUf0iubQAIWOSeaTKtf2bNfJM4JMvX { width:13.0625rem;height:6.875rem;top:2.0625rem;left:1.3125rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eRu0bOCTKGneAxmZtBitXw2w1bOuCRIA { width:17.375rem;height:1.875rem;top:36.125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR0iwyTiSwfNtNW694bR7QTFTFssaLlT { width:15rem;height:4.125rem;top:38.25rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy { display:block; }#MgPORTeVR4XWQpKl7gw4wCIV6E7AduSy > .row .container { width:20rem;height:387.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPlrOizcMPcIaGTqDSTirmIc6A46D6F0 { width:20rem;height:5.125rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6gOp3dAtT8TT03cEK9B2zRZ5seA8Hp4 { width:9.0625rem;height:0.3125rem;top:6.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAQtKKiQmVc2v2cC8hKdBfZuFn1gTli8 { width:20rem;height:2.5rem;top:7.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThlfHc0urRC77vxznpsWOJQEEQo3pRiw { width:15.4375rem;height:18.5625rem;top:35.8125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTtmTPgfKVuzHnhr0knVrL9SRh324wP { width:15.125rem;height:18.1875rem;top:55.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOB0tNfwDTHGTc0A73uIzxEfTlzKrIDu { width:14.0625rem;height:16.9375rem;top:75.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpD9Z1S2NuPatF39iV0AMO6vlScoQIO { width:14.0625rem;height:16.9375rem;top:112.53125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJcIgKDlyMmIDxRfW0XZRkJhkZwQ2zTe { width:14.0625rem;height:16.9375rem;top:93.875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE5r0T9l55ynK5LnIKvL73X3ESTv9doy { width:14.0625rem;height:16.9375rem;top:149.125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSmOeZ5ZzKymAn3H1NUwOerTO6RodBiT { width:14.0625rem;height:16.9375rem;top:167.875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBxDSyTIQbJsCT8f9hx6NBZKrnTNdMCn { width:14.0625rem;height:16.9375rem;top:130.875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8PuhUPCTVaCgp1ThvlgFwIgXcB1y25K { top:11.125rem;left:1.8125rem;width:16.4365234375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CebgCxpyye2I4Z1XrHEvACPAnOcfbr6L { display:block; }
 }@media only screen and (max-width: 763px) { #lKqmoa65z4oeWW2mHHTcNGdaiGSKum8R { width:15.625rem;height:18.75rem;top:15.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBd75AJMgxEwyula49fA1WRbpd9x5ExP { width:14.125rem;height:17rem;top:186.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzHG4Z6wn9r7JxOvBP70dara67HsPFBb { width:14.125rem;height:17rem;top:204.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh5xnoTCqkZbzZIQ0iPdGQGEIS2zkpuh { width:14.125rem;height:17rem;top:223.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6xROh8bv2vHAOKIrB20PtiWJyQUST7s { width:14.125rem;height:17rem;top:241.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg1ZRn7ov7Ge1qfHasSrbGfWRRti8eKK { width:14.125rem;height:17rem;top:259.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMR6uT9kr3dT7dh7fW1uuJuIZTGktmNm { width:14.125rem;height:17rem;top:277.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZA6etOoS7H0o690VRPpxdgTgcLEP9yR { width:14.125rem;height:17rem;top:296.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F22mttiqHvUZnvhInV0XefSGqboGp7TN { width:14.125rem;height:17rem;top:314.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUHk2inEuJsc7rbKStCESgBGVObEhbfc { width:14.125rem;height:17rem;top:332.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTDKqizvcWH0nfVXgIokpDm5E9BHDqfv { width:14.125rem;height:17rem;top:350.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6t8OqHTMs8becOg3XpcKunbkOEuWiU8 { width:14.125rem;height:17rem;top:369.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54255d73-a1b4-4bfa-ae3d-051111f93b70/BG2_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu.adaptive-delivery-prevent-bg, #rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu.lazyload, #rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu.lazyloading { background-image: none; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container { background-color: transparent; background-image: none; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container > .video-iframe-container { display: none; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row > .video-iframe-container { display: none; }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .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); }#rWkZTk3ITLwJIbxJVHgtAxyAIT06L7Zu > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWibL78IH2JRQsGlphyEQpaldNmSEfJ3 { width:20rem;height:2.5625rem;top:3.6247711181641rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpTqqB3voiotuZrkMQwFggGIezHtGAyG { width:20rem;height:5.75rem;top:9.4565734863281rem;left:-0.12591922283172rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEmD1562oHThT4dOEwvWCpWyrTZ4C7nT { top:18.25rem;left:2.1875rem;width:15.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbppTiTMhu3GLey6zXqmUWRVhDHkoNpr { display:block; }
 }@media only screen and (max-width: 763px) { #ngCi0szpDv7XVG653To7si01N60Qk8yK { top:21.5625rem;left:2.1875rem;width:15.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxHtQBVzQdWRCPgTOQLDzREAWIrZ2reK { display:block; }
 }@media only screen and (max-width: 763px) { #B3t009DBlV46TdReW3pHo7RXP4BFKEkr { top:24.75rem;left:2.1875rem;width:15.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcQP4qdgksno4CRwHWbBF97WZltNHQlt { display:block; }
 }@media only screen and (max-width: 763px) { #SkeHFbROxxm3H2iZndUTT8i2z1nk0bgf { width:9.6875rem;height:0.3125rem;top:6.6865844726562rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kut7ZD9ZygptSQUln4BTlMJ0EdUyUOcb { top:31.3125rem;left:2.1875rem;width:15.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThBTFIJRB66FTDZdxCHyflPv9JqTPaJ { display:block; }
 }@media only screen and (max-width: 763px) { #XDz3fcvs3PW8t6tEEnb0dxwOzRycazvz { top:28rem;left:2.1875rem;width:15.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybRiQvFHKn1ubKhflRCsXxC3izcyW93I { display:block; }
 }@media only screen and (max-width: 763px) { #BSQDKX4tyB6Li1pUqgGT9z9X29IoCzxb { top:34.5rem;left:2.1875rem;width:15.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adTcHD612xq0Feqo8ursFt9Bh8C6mJpk { display:block; }
 }@media only screen and (max-width: 763px) { #fe5C0tUs37T25uaeuxXo53W1o05cteVl { top:37.75rem;left:2.1875rem;width:15.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Ry7MLu4UlL2oWQbbU9PkNl29DxVVFN { display:block; }
 }@media only screen and (max-width: 763px) { #H6VftDW38OvlO22Mx3azDEu8XGWsMarF { width:20rem;height:3.5rem;top:50.416015625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv7UXfhe8y4Z7gN9cPcRupUUDpJFO1on { width:20rem;height:9.3155393437738rem;top:19.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM2AfTgZWuMzJqitAoaEO0JRphAuknHT { top:41.291015625rem;left:2.1875rem;width:15.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It7P1C2Abmu1fM92mcLTZSPT3m84qivb { display:block; }
 }@media only screen and (max-width: 763px) { #msMBQagayuiFVu5eO1ubnVZ7unGUtrpC { top:45rem;left:2.1875rem;width:15.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQS8IEcWhiIKGX6CBNrOZ1kn9Tk9hpsb { display:block; }
 }@media only screen and (max-width: 763px) { #uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 { display:block; }#uBdwP9eaTp4tJPwkGyImN9h3ugFcW085 > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7ZUc6lI4Ugr8dxx7aXcJ86gD8loo6Br { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8mi5dPJ32f3NapwdWUeuOVey8ourH4 { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyyO1DpRapJ46bPN7ZBndlB8ZOK5zEh2 { width:20rem;height:6.25rem;top:5.1654510498047rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIpLAu5No5CMvZRLgKwmgfen16THpkeA { width:14.0625rem;height:16.9375rem;top:37.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5U4mI1vEEgbu7ZemThhzWAXidbyvQAv { width:14.0625rem;height:16.9375rem;top:18.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co9UhPpTWzS91dCcizCU41Qd4yuGaSC5 { top:13.314743041993rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Twkv28fZ8vZ9zyNCNTRGu0AbkNRvQm { display:block; }
 }@media only screen and (max-width: 763px) { #GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu { display:block; }#GSEu0Nez84AR5K9wccc9XzcZ7KvhlaSu > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOqgS3f3KoBwZZUVu9TB7dgTnqm2dTDf { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5wFIcV2Nnm4UQMKTuvIJ2VsPrNRHvmz { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPWDURIT4UNy485hGAlcB7NCiMdLH2bT { width:20rem;height:6.25rem;top:5.1022644042969rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBTV3hxR3FD4MMExMDsdnkSTSDzEFoQ6 { width:14.0625rem;height:16.9375rem;top:18.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maWBTsnFb0tfDczf3EqEhJF7TLh2MP5H { width:14.0625rem;height:16.9375rem;top:37.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyrzQwfGRl6X3uQb95dTyq5T5Zt2Df7l { top:12.70703125rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibQohIALk8XfCIdWKTUhmywidmwFswk7 { display:block; }
 }@media only screen and (max-width: 763px) { #hpBdyTgHKmiuS3pkFbM2O5lPH6nQoFhu { width:15.25rem;height:18.3125rem;top:55.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ { display:block; }#lZkMyUa6pyMsAaZeCgRKtb3JVTSltPSJ > .row .container { width:20rem;height:153.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOI5g56IJxkskQnAGV6Cz3DRIXMX3uZ0 { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nH1i3SLCSKTQ9XMsUuiHbHaa7MDEJKiR { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn0kPuJluoIuUTyQqvOp1toaofRm7HiX { width:17.9375rem;height:6.25rem;top:5.1041717529297rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGvXbGKvbvVJ0OASciTpCkx9TP9GAMW6 { width:15.625rem;height:18.75rem;top:17.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIvSnidsXzcRyX0yZIKe6qmdhOxcRziA { width:15.3125rem;height:18.4375rem;top:36.6875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNebfO3rDewiZnFFgNfdrz4ITIwom3JI { width:15.375rem;height:18.5rem;top:55.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX7qBbS3OkF6JGIUDNQUUeXNlJnkx8Oe { width:15.375rem;height:18.5rem;top:74.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvQHCIWXLAZI6EAopdnvyt9LaNuezTgc { width:15.625rem;height:18.75rem;top:132.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMAnIw5amNzbIpfF4ncZUmmaFCKlzqZ6 { width:15.625rem;height:18.75rem;top:93.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nag7JgLETQEgFI5bWitdJAI5rioGQl0E { top:13.5908203125rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfHCN38BnUxdXEoznpwEUJvqWMcVtPAV { display:block; }
 }@media only screen and (max-width: 763px) { #dcRwlSCy9wGmlbEd5mCeMRqF0wVpdcN6 { width:15.625rem;height:18.75rem;top:112.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI { display:block; }#mBhFJRuQyc0oPE3JxtXklFtgHQFKAKGI > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtzMkKPbWLFZ4t7CmqPxqTDTUi5UwoaB { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTKJpBqnWxUZ50OBCkK0qOp8B2gJP5kR { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiJCdNCdtcizpsGsl1zPo8dM034gQKn8 { width:20rem;height:5rem;top:5.1011352539062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqKgaXnQNRAFfxWk2tqhBU4SrpAKq7Vx { width:15.625rem;height:18.75rem;top:19.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RboVM96tWn5p3r4JmZcK8l1sdxgRR9h1 { width:15.625rem;height:18.8125rem;top:38.21875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTVxiPo6k8iNmf6Eo6NSedIGmyectLxD { top:11.619934082031rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl93HR2COd0p7zhpJSwOPOwLtmoBp9TL { display:block; }
 }@media only screen and (max-width: 763px) { #vaJyiLc3y1V0lzN3QP5Mvo0TNu2KFO5t { width:14.1875rem;height:17.5625rem;top:58.125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM { display:block; }#IGQUMyzpgoQUdA1F9bwIEBvckH59OqzM > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFx69Tuk0BnGIRyXHQBGUrHZJJRTWuNE { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3q74oIdp8N9xddtS4MTJcN9aeRtJ7F6 { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwCR1Ziz50xmcFUXU6v2EkctTfR7kfQ { width:20rem;height:6.25rem;top:5.103515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyRCp66BB5KCHLxu0oXpI8uvwuwPiTla { width:15.625rem;height:18.75rem;top:18.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOOZgUdCnusv392COT2edLglqQ3w0wOT { width:15.625rem;height:18.75rem;top:37.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhId6ymKZPEyzP737vJz4lwidusArew2 { width:15.625rem;height:18.75rem;top:57.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVe8tVWGn6hCC3e3PW0mSSCdcIimQTsa { top:12.908569335938rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybQeEdp9acZBk3IOIFfDAlqykz1EhTKq { display:block; }
 }@media only screen and (max-width: 763px) { #GnZtTsGSNWfB9b6lftohJNXOaEONOv95 { display:block; }#GnZtTsGSNWfB9b6lftohJNXOaEONOv95 > .row .container { width:20rem;height:173.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhvRz3PdbsDrO6O6A4lfPp9wxlU3hayJ { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SANkcVfTbb1bSOOP680tHQQxCkMkyZ5K { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHmwBPrrVJHDfCwg8EKQxLfrWqFSWE4i { width:20rem;height:5rem;top:5.102294921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvlQMNBHiE44Q4k2nioXMix1TWgPrMZK { width:15.625rem;height:18.75rem;top:18.625rem;left:2.1463523131673rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th4Ld2Ps1bQuJ4XdT4095tOacWR7sflL { width:15.625rem;height:18.75rem;top:37.5rem;left:2.2632978723404rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu6iLX2AfrXwDzeBzeMJDcU9xpmfIxav { width:15.625rem;height:18.75rem;top:56.375rem;left:2.3142605633802rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSrh3sVsgJsipeWaphNiDc7SQxxJQ9VU { width:15.625rem;height:18.75rem;top:75.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTiV1SzQuTKr1A1omIZ6oDLEoOWOugm { top:11.6103515625rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzQ76zQGz2ATqBad80pwhiURBwDoMnDx { display:block; }
 }@media only screen and (max-width: 763px) { #NFDwAz4mquMRlmZFrmk6dbC4AdGUQ0OE { width:15.625rem;height:18.75rem;top:94.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1BqHkPxCZETO5ZPZONrCb569k7ZwtgB { width:15.625rem;height:18.75rem;top:113.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1A1xBxQDrEL7NcwQHAObSXfHTbtKIpO { width:15.625rem;height:18.75rem;top:133.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxVMmzNLOx0ZVrTFdKdTyKwfnMTy5uFH { width:15.625rem;height:18.75rem;top:153.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU { display:block; }#xn0gtNK9zriCX1zDCT8nKGETnJe5JxTU > .row .container { width:20rem;height:287.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CThTAXpxlSforqsb5txWHX8E5LB8ZJyR { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veWtODXbHMW5ZT6MRXIyRSp6oCXrp6A8 { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xah17QFWPUmWe8x0FkilSa0Ut04Ts8JL { width:17.9375rem;height:6.25rem;top:5.1041717529297rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKtBGSbHnOAT4uwnpVo2esX1Prx6nvo8 { width:15.625rem;height:18.75rem;top:18.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcehlwoa4OSsEI7J7WzpQKF2igwuVDmo { width:15.625rem;height:18.75rem;top:37.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5Pxc593X83OZzAiys3KDWRoVhRRLnQ { width:15.625rem;height:18.75rem;top:56.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrcV1iXMsF1Wb2aRn1wUSnhi4gN0txkp { width:15.625rem;height:18.75rem;top:75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Tsm637HAKgwkugTUxXhbJuNNx1Pyhi { top:13.076171875rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSSNCBFw6Db1W5uSfwJ2CdVzm4ErWGzz { display:block; }
 }@media only screen and (max-width: 763px) { #XmgqK8ZSTGrTNKIe8zm23pf8oMNbT8uF { width:15.625rem;height:18.75rem;top:93.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB4tvUkLlmxlfVTZkE2SvxwvzROiK0VI { width:15.625rem;height:18.75rem;top:113.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrvIB7FkOTuwhkBgcVlAVSA1V6hGHZ42 { width:15.625rem;height:18.75rem;top:132.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFHSueKu9U29OzG2BkDoo0xwC63XS4eT { width:15.625rem;height:18.75rem;top:151.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueDJmlTHmOQGiRl9i7llm5LnNNCl0NcK { width:15.625rem;height:18.75rem;top:170.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ecT7V4wCDMzKde9vvH7DlhAEbemoLW { width:15.625rem;height:18.75rem;top:188.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #By23AkKTyfK5sVlokqIT4qB3r3GvfQcG { width:15.625rem;height:18.75rem;top:207.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDBKZGk47XdW8OKucq3i5mAF23H7Czfu { width:15.625rem;height:18.75rem;top:227.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iplfs5AVbTt7f3BsfBbNTXscPWdVTT1s { width:15.625rem;height:18.75rem;top:265.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMtFtueJTLhQhwdgBxOGJzM5rNAU7I1O { width:15.625rem;height:18.75rem;top:246.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK { display:block; }#QUaVQ7JEeXtU6Q7hQoWFoS35P5Q7VpVK > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPRwIccmk5cM5rTnqOCZi6etVE7Eaoqb { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3ovtR0UF2x9z11X3SkGUBHefx8KzTH7 { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK3mi0donbmHozZXIKV1e3DFwx9camXT { width:17.9375rem;height:6.25rem;top:5.1041717529297rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myn30zZI3sv7X4ld3C1TEEo0KiT6DFa8 { width:14.125rem;height:17rem;top:18.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMV3d67ro9CBTR1KWbHsEVTQxTV3EfeM { top:13.076171875rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrQguEgRehs7MJtFCX6JGM1PaCTeOTUq { display:block; }
 }@media only screen and (max-width: 763px) { #lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S { display:block; }#lDvfv5uTd0JFCGuOdWLWT9a05vTMQy7S > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z299aU8MXKbgTkKJIK528V1ZRfeT4t7G { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVehJBneRuzT3Sb8agRgqwuNP75Pab9J { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABWpdJHs4qlBZTt5hRxeGk1aqzA0MWd3 { width:17.9375rem;height:6.25rem;top:5.1041717529297rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2KGEkCTT7PTzu1wUNZgQu5ebPzF7NnL { width:15.625rem;height:18.75rem;top:18.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEbkaUADBEOIv3KVymoVLUUbO2a40Hwo { top:13.076171875rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoAMbbscVwzcdJ1apZrVKZx60eFakEmQ { display:block; }
 }@media only screen and (max-width: 763px) { #t4Gbo5ILQ2Tk4OTEckJND4qAu50rWGDL { width:15.625rem;height:18.75rem;top:36.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIINTfITyUoCvDTcU73PtJDXqG0ze9wo { display:block; }#GIINTfITyUoCvDTcU73PtJDXqG0ze9wo > .row .container { width:20rem;height:224.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlRMB2UbxPcKwEGyNvg4cAtOGVD8IaOk { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1cTdWPA20FvgfXEKUqMCB4m2cxQBtJh { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH5L1LkzE4tticSezkKTpg8UNOWGV1OW { width:17.9375rem;height:6.25rem;top:5.1041717529297rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0UZh5USqRFRvQU52aIJ2EoFd104kfRP { width:13.9375rem;height:16.75rem;top:18.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ8vXNEJv32KeM8EH0eOATTfg3NyLsq5 { width:13.9375rem;height:16.75rem;top:37.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgJg7tCGSaWsP3z0sOTzC4sMTWW3IVl9 { top:13.076171875rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiv3it6mLHgg9HKIKwVLmCMTpK68ItRn { display:block; }
 }@media only screen and (max-width: 763px) { #AXBO1Ht3WB6rLNe86zFVNtdhsbE5AggG { width:14rem;height:16.8125rem;top:55.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPLGegZ4Qf8tzvQWvxuKszKvSlFdwJ2x { width:14rem;height:16.8125rem;top:74.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgz2k5UDCJ93fWbbbhTIcSoikg5MkWwt { width:13.9375rem;height:16.75rem;top:93.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ2p9gHP5NhO7ciixZpU2GxCqKfbJxpH { width:14rem;height:16.8125rem;top:111.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #k77KKvitDeBEtksfvd46TMHVNGrA4SK2 { width:14rem;height:16.8125rem;top:130.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcZkyc3IS6wPU5e6WKXBrPfAQrt1Mqfr { width:14rem;height:16.8125rem;top:148.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwbDRN1R381PLuOsNlUOk6DHsGqoSfSk { width:13.9375rem;height:16.75rem;top:167.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #v803m8V32bAHl1ucJ6JebMkUUhBkouME { width:14rem;height:16.8125rem;top:186.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMXkHcAkPGZer8TlTKMGpvkyV7TzhRsX { width:14rem;height:16.8125rem;top:204.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDs5zkZpnboB6ybKc1OfPP6wnXBdTrxX { width:13.9375rem;height:16.75rem;top:18.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTfBsyJS29av2Cyo8XSs7eg8plrBo1i { width:13.9375rem;height:16.75rem;top:111.71875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBgBwGHe9hZcHPkbFHRpucfEQf1Dvi8X { width:13.9375rem;height:16.75rem;top:130.34375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNTiSgfsRPIV68z0b5NZem8POX5QnBZU { width:13.9375rem;height:16.75rem;top:148.96875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKowXHOobwsxJn30UvtA2MzTIakSZkAI { width:13.9375rem;height:16.75rem;top:37.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REQ5GubaeVeVCA3A2ITrMr0VRwp8T0PF { width:13.9375rem;height:16.75rem;top:55.90625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEWNM78xzTvrgc2lCgVv8JqDzZEzO0i0 { width:13.9375rem;height:16.75rem;top:74.53125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU8fKqcy8UwkpRfQbdpXKKecfsm8fG6l { width:13.9375rem;height:16.75rem;top:93.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WypUd3AIX6q0wtDTsStwkbfOXDaLodwF { width:13.9375rem;height:16.75rem;top:167.5625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAyPTkkn0u3dioLTqv2p3u83tcxmkiQi { width:13.9375rem;height:16.75rem;top:186.15625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttd1t4y4uCXyfKbwH2d6IwHMTVyEfzsz { width:13.9375rem;height:16.75rem;top:204.78125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw { display:block; }#e6shZnrL8JlTuDOXTMRnlJiEg3TdeOLw > .row .container { width:20rem;height:242.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCQ1nedKTgHPJZehizZZlaElR9GhxCoO { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ag3Lgqxl4FLJ4PWHT35hsI6fFmn2IN5M { width:9.0625rem;height:0.3125rem;top:4.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGrRPwNPxb2bGdxOsJRTu5H0APL8gRm { width:17.9375rem;height:6.25rem;top:5.1041717529297rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwmuJMV3BDLbUmBXiH8clq7a9t0DiKwa { width:13.9375rem;height:16.75rem;top:18.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvbgUhwXUdUpMcrDeGM52FbyNcubJvsI { width:13.9375rem;height:16.75rem;top:37.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAXoiR8E5kLS3sec4h2AyDq84LCsLOQl { top:13.076171875rem;left:1.7796415090561rem;width:16.4372691875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQTCWy2dR3IHcGsc7vd12y9NnThuCqG { display:block; }
 }@media only screen and (max-width: 763px) { #Hfqd0CosqzpIWpnRQqMTvZzeMcQEaT0r { width:14rem;height:16.8125rem;top:55.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvnTcELT9EQuTQ0FpSQrt1r7ngXhq7cG { width:14rem;height:16.8125rem;top:74.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1OmsoOXshmI3wrWGWtiN0JWxT1c5eX { width:13.9375rem;height:16.75rem;top:93.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #waeeeDipcWp3Mql0fdCzV1mrpAZH5Gla { width:14rem;height:16.8125rem;top:111.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyhFDgLNxXMROsx77qVXs9F8tVByL2GX { width:14rem;height:16.8125rem;top:130.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo3ys9v2qe84KWZ5WV2VepHxQ1T8t4mb { width:14rem;height:16.8125rem;top:148.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROSxIQ2BOfqQ74oxfH3gOa5Xi824gsgz { width:13.9375rem;height:16.75rem;top:167.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwvOreTKnpxJHODfP2P9Tl3ew6TZKxOz { width:14rem;height:16.8125rem;top:186.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXdbgWED3aJqizxSpOQ9denONcrmiUJ9 { width:14rem;height:16.8125rem;top:204.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChfvlMQGafyB6nvuTWyUTUMCNuingnFQ { width:14rem;height:16.8125rem;top:222.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpv9wti4CvL39kXMozVkRnweW2iP4HoL { width:13.9375rem;height:16.75rem;top:18.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpK0N1Lu2SlTWheNHyd3wGOUL5vyNGSN { width:13.9375rem;height:16.75rem;top:37.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVtzalTsAJXzOcGGatVlFuFpCv3CxGVN { width:13.9375rem;height:16.75rem;top:55.90625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzlBpV5KsNrGm1UTFpX6G97mbvMTM783 { width:13.9375rem;height:16.75rem;top:74.53125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU0tt4xI1cMx4iAs0WmeK90cQ4uLGHLA { width:13.9375rem;height:16.75rem;top:93.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAxfFTsQLdzV7JCm99CiEPDTrV4D4HRw { width:13.9375rem;height:16.75rem;top:111.71875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNDxzG4W1XrK5FdGq9BfJAKlbBoCPyPo { width:13.9375rem;height:16.75rem;top:130.34375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMVt3zE9F0J3I3XdbFEDQA0irIHuDhWb { width:13.9375rem;height:16.75rem;top:148.96875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC8UiBoFRFXOZBXM3r1hVVeBrk25Nt8n { width:13.9375rem;height:16.75rem;top:167.5625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrXSP6zLX64X7JeowOWwbTXR6f4dKraf { width:13.9375rem;height:16.75rem;top:186.15625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ha8lOwQFbJ5f6OOSIrwIgwvlbVTwqe { width:13.9375rem;height:16.75rem;top:204.78125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqN6sJQ4Tgx759D8x4l6Znsaz8Jkhb4Z { width:13.9375rem;height:16.75rem;top:222.84375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7be5ff, #00aad7);background-image: -moz-linear-gradient(90deg, #7be5ff, #00aad7);background-image: -ms-linear-gradient(90deg, #7be5ff, #00aad7);background-image: -o-linear-gradient(90deg, #7be5ff, #00aad7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7be5ff', endColorstr='#00aad7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7be5ff', endColorstr='#00aad7' );";background-image: linear-gradient(90deg, #7be5ff, #00aad7);background-size:cover !important;display:block; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container { background-color: transparent; background-image: none; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container > .video-iframe-container { display: none; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row > .video-iframe-container { display: none; }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .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); }#ey1QMyHLsWdhscGtiCuGTUNErAS2tyPm > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRi7no4Hk8GbBCIuO4UgTn9diwBtZU1H { width:12.4368105rem;height:3.75rem;top:16.9375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pakKwMH2hR7487MDAKIi4TQGZrJB9qH9 { width:17rem;height:6.875rem;top:22.5625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl5cTzQXXBT31wN3sopaw3uUrHeSkXtR { width:15rem;height:6.875rem;top:9.75rem;left:1.5rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pW5XCyD22c3ezZ4iX9zyVl1fiN9nKrRN { display:flex;width:3.625rem;height:3.625rem;top:5.25rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-text {padding-top: 0; padding-bottom: 0;}#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-select {padding-top: 0; padding-bottom: 0;}#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca  { width:17.5rem;height:auto;top:31.960815429688rem;left:0rem; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#npPyHAtScqpofCG1mzohhE03t91b96Ca {display:block;}#npPyHAtScqpofCG1mzohhE03t91b96Ca { width:17.5rem;height:auto;top:31.960815429688rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #n5huc6n3RCKqq0kAD3Bzz4QwbDgz7EQu {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #lmCRVhVqKZaMIepyUl5lKAWsbs9SilOH {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #G6edzSbXxx1TplKplGfJQEDUnGPDUucE {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #VnGJylwcFrVcKH7zxLmmSyIIal6qBawf {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #eomzRDZhGDGTnN3riCKXC1A3zE6L84bk {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #nTpFdal8ZHOvOOyx1PzFTqTQoedv0Dhu {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #SU1mAa5MQcMA91S59fxKoqrJxxpcxcKD {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #y02RaLui3JDORDltqkuU7KWiTceB8iii {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #Olz2V2cbcOtsECtzrB0KaBnmZXaGqKBa {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #hlWQb7m2AJ7oH1dWc2T6nlbZ6OWuxb1T {  }
 }@media only screen and (max-width: 763px) { #npPyHAtScqpofCG1mzohhE03t91b96Ca #HNK31JILK5r5OBErFi7ZrvblmO5ElWbq {  }
 }@media only screen and (max-width: 763px) { #BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV { display:block; }#BUb7tJzv3KEarbcOskHx2TTM3XTnzTOV > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzuRGlJHukE3Xg3nfHw1Z1uoamBA2dfG { width:17.5rem;height:3.8120403125rem;top:4.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFAFwGJhsGtJOIh7PkoZvuBiNdMxHv06 { width:13.0625rem;height:4.125rem;top:13.3125rem;left:4.4375rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B3o9IHLttq5V7M4XecP8PnThduGzJDTb { display:flex;width:1.125rem;height:1.125rem;top:13.5rem;left:2.5rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #lDDg2V5TkoJzbcaTkOCUd0BWd98NJ1lb { display:flex;width:1.0625rem;height:1.0625rem;top:15.3125rem;left:2.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #yHnhJPbXkLM41VuETcy2gLEXC65F4rTS { width:12.5rem;height:1.6875rem;top:11.184814453125rem;left:3.7499998807907rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsE11uWM8XMTQBKLpROP8NT6XKi1bO7T { width:16.9365234375rem;height:0.9375rem;top:32.80078125rem;left:1.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvrW97drzefntvADZ84QMTOhineWJ8FC { width:19rem;height:3.4375rem;top:32.80078125rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVdR2NlhDC27cui7DU4A4frwDUkcytt5 { display:block; }
 }@media only screen and (max-width: 763px) { #sfx5psUFZJ4B5c9ClLCzUVV1InzzOGxi { top:2.5625rem;left:0rem;width:20rem;height:6.9370403125rem;z-index:14999;background-color:#ffffff;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7C8odNu091b28wib1L3gA1RZxTP21Cn { width:19.75rem;height:8.0625rem;top:0.187255859375rem;left:0rem;display:none; }
 }