.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:0,7,146;--color-primary-1:2,53,127;--color-primary-2:13,18,81;--color-primary-3:4,26,65;--color-primary-4:5,7,60;--color-secondary-0:253,253,220;--color-secondary-1:255,255,206;--color-secondary-2:193,201,61;--color-secondary-3:178,188,12;--color-secondary-4:39,40,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"ibm plex sans thai";--paragraphs-font-family:"ibm plex sans thai"; }@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:#0005a2;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); }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt { position:relative;display:block; }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt { background-color: transparent; background-image: none; }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt > .row .container > .video-iframe-container { display: none; }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt > .row > .video-iframe-container { display: none; }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt > .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); }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt { border-width: 0; border-radius: 0; }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt > .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; }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #860000, #ff0000);background-image: -moz-linear-gradient(172deg, #860000, #ff0000);background-image: -ms-linear-gradient(172deg, #860000, #ff0000);background-image: -o-linear-gradient(172deg, #860000, #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#860000', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#860000', endColorstr='#ff0000' );";background-image: linear-gradient(172deg, #860000, #ff0000);background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.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; }#hVochS1tSrNq3VNHFprVo1Dh2rFZArab { color:rgba(var(--color-tertiary-0),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.66);top:0.69921875rem;left:20.5rem;height:6.82425rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#IQPHgsoEwTOA60zQvMfQAXWKSlxVOusL { 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:84.375rem;width:67.5rem;display:none; }
#T5Xh3xdRJWGhgoeuy2igVXhDb4Iqhy2x { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.999rem;width:75rem;top:0.1259765625rem;left:0rem;overflow:hidden;display:block; }
#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT { 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/875f34ed-2338-44b4-bf14-7e43d6bb6382/1DDC6111FE6A4C8D8027514CDE137BE0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT.adaptive-delivery-prevent-bg, #sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT.lazyload, #sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT.lazyloading { background-image: none; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container { background-color: transparent; background-image: none; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container > .video-iframe-container { display: none; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row > .video-iframe-container { display: none; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .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); }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container { border-width: 0; border-radius: 0; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG { position:relative;display:block; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG { background-color: transparent; background-image: none; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container > .video-iframe-container { display: none; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row > .video-iframe-container { display: none; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .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); }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG { border-width: 0; border-radius: 0; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/fe3fc8bc-ac24-47d7-ba01-89d84333ff0c/FutureTrend2026_Speakers_23_1_smol.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:89.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container.adaptive-delivery-prevent-bg, #p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container.lazyload, #p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container.lazyloading { background-image: none; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c532bd1c-8166-47e9-abfe-3226e1a55205/Artboard1100.jpg");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; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2.adaptive-delivery-prevent-bg, #P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2.lazyload, #P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2.lazyloading { background-image: none; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { background-color: transparent; background-image: none; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,19,67,0.12); }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container > .video-iframe-container { display: none; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,19,67,0.12); }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row > .video-iframe-container { display: none; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .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); }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { border-width: 0; border-radius: 0; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:block; }#KNJErlaqszez48akh0iwMXTlIGEy71UZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:15.375rem;top:21.9375rem;left:3.625rem;overflow:hidden;display:none; }
#I9ZQpSqbTlERMLSMmctUovP1uzp6cGrN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.25rem;top:28.9375rem;left:7.1875rem;overflow:hidden;display:none; }
#L6wCeKUPTotZdnTMp4DE18wsV8W0FCTB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.1875rem;left:3.3125rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KofNQEZLc8u5FptCG50UL19hc7RvJyZD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:12.5rem;top:25.125rem;left:30.5625rem;overflow:hidden;display:block; }
#OzLhOJNWwfiDbItyNLvwBA78lm3Qs9dh { 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:6.25rem;width:12.5rem;top:18.25rem;left:17.5625rem;overflow:hidden;display:block; }
#itKq5fSqteKqxVmAFg6rxsmWb88lc1zk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:11.3125rem;left:17.5rem;overflow:hidden;display:block; }
#rIDElIafGoI39AnS6zlGDAXW70xuUpxw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:12.5rem;top:18.25rem;left:4.4375rem;overflow:hidden;display:block; }
#VR5gRRpwIKLNZUTLvy7Ti0ZOK3DTnIZl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.625rem;top:11.3125rem;left:4.375rem;overflow:hidden;display:block; }
#HM37c06NlydvG6Dl0XWBnggMAxe2tWG4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:11.3125rem;left:43.625rem;overflow:hidden;display:block; }
#QbbGNe8fpRMmSh6BLPvUX1JA94STdVNM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:25.1875rem;left:4.5rem;overflow:hidden;display:block; }
#GrK7Btsr3CT1s4pf9y5An4sXA8CuCzfu { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:28.6875rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#euIcvv0Ar90V0R2p72wJTTmf4av77IcU { color:#f0f6a8;display:block;width:33.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:21.43701171875rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnHuHHcU2y2nvfEqfQ7LoGRCGRXaEWKQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:25.125rem;left:17.5625rem;overflow:hidden;display:block; }
#pKxIn0RfcQfTc9TK0cEpzq2Tfa53rTqr { 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:6.25rem;width:12.5rem;top:18.125rem;left:30.5625rem;overflow:hidden;display:block; }
#gx5OtKoNlOBDdESbHouRAt7FnMZreVqC { 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:6.25rem;width:12.625rem;top:11.3125rem;left:56.8125rem;overflow:hidden;display:block; }
#TpwAfKqkCvSt6uo85FpbdAOFdV7UPBJD { 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:6.25rem;width:12.5rem;top:11.3125rem;left:30.5625rem;overflow:hidden;display:block; }
#KufUTpwcqZX1g29kRoFfS2uBJZmQUWy1 { 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:6.25rem;width:12.5rem;top:32.25rem;left:25rem;overflow:hidden;display:block; }
#lRp819UGzmTPN9vyCBMksN419WwgrTuZ { 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:6.25rem;width:12.5rem;top:32.25rem;left:51.0625rem;overflow:hidden;display:block; }
#kcRT8SwTnqOc03nuexpxRdtrk5LNrPk3 { 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:8rem;width:12.5rem;top:18.4375rem;left:56.875rem;overflow:hidden;display:block; }
#zbGaBt8pmwTOMStXm6OdnqWzEuoJFB9m { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:25.25rem;left:56.625rem;overflow:hidden;display:block; }
#uDip1vcTivN1JGfR3r87u79DOBhebp2C { 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:6.25rem;width:12.5rem;top:32.25rem;left:11.875rem;overflow:hidden;display:block; }
#co0nPD3Oyqrew8xl0IPO1gQLkODxgIBT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:32.25rem;left:38.0625rem;overflow:hidden;display:block; }
#Wbt6p3AlCI9d9R8NX9GJKV7kuT94277Z { 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:6.25rem;width:12.5rem;top:25.25rem;left:43.625rem;overflow:hidden;display:block; }
#fSalAJsFH79JvLTWy6rsXu0Gnyr1hST5 { 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:6.25rem;width:12.5rem;top:18.25rem;left:43.625rem;overflow:hidden;display:block; }
#qdBHtmFdI2ewSa8D4WwSnlpvRgGxe7rk { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:43.375rem;left:10.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GPrwaqIZKoCdO3v7PBNHhZsBrThVarZu { 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:35.9375rem;width:37.75rem;top:24.1875rem;left:133.96875rem;overflow:hidden;display:block; }
#ivIXJtMwiN7m1QSS6Tn5K4MIJbRBCOuw { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8.625rem;top:55.125rem;left:148.53125rem;overflow:hidden;display:block; }
#FDAcOiavruECQ7dLN8l0upg9mysA15eu { 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:36.0625rem;width:36.4375rem;top:24.0625rem;left:164.28125rem;overflow:hidden;display:block; }
#QOuh7hCrXdkEs7Fg5k3eZyIfUoSwm2KS { 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:7.125rem;width:9.9375rem;top:52.875rem;left:177.53125rem;overflow:hidden;display:block; }
#lfRCwNZaNCDZ8SuIIoWsFLrJzy0g7cS4 { box-sizing:content-box;height:6.875rem;width:17.8125rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-size:auto !important;top:53.25rem;left:145.09375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#MSIioqILcCUZ6AdgHCbH8CH4Se1UtCLc { box-sizing:content-box;height:6.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-size:auto !important;top:53.3125rem;left:173.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#o4VyScATZpLAQtpamt5Vucwfrp6PaP0l { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:56.1875rem;left:176.21875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkAHnZsZAoyfKVemArmL5Fn3Q3N3a4Vn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:56.1875rem;left:147.65625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnfb90pOGQBzPf7RubasDd3iqWlWJDaH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:58.8125rem;left:147.65625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vM0ZNkmD85p8TvIEDRI5PbJS761RFGEI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:58.8125rem;left:176.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DzWtE99l6H4ZoGKSIwHZ2zZtP076kco6 { box-sizing:content-box;height:17.7495rem;width:68.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));background-image: -moz-linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));background-image: -ms-linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));background-image: -o-linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),0.52)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),0.52)' );";background-image: linear-gradient(161deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),0.52));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5rem;left:3.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#Hh4HACyxMFrvI8ShSrQPRBWCNi36WS44 { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:51.75rem;top:38.875rem;left:7.625rem;overflow:hidden;display:block; }
#b6K8WDkv29K1JXBIOzK2OhTX5hPg9d6i { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:24.5rem;display:none; }
#MxSLMWda934ZXuGa8c1Xk8WxSxChECkR { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:54rem;left:58.875rem;overflow:hidden;display:block; }
#z4CZc8LGMmLCyRSa2nFEXqz62p5TTmmg { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:8.375rem;top:47.6875rem;left:57.625rem;overflow:hidden;display:block; }
#pubZfSBtTxyrf3KOVgP3SfburKT4ElyU { box-sizing:content-box;height:6.375rem;width:6.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.5625rem;left:58.5625rem;display:block; }
#kMlNI4Tw7haT6zf1TIWVi1HzHfnbdCh7 { box-sizing:content-box;height:6.375rem;width:6.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.8125rem;left:58.5625rem;display:block; }
#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c532bd1c-8166-47e9-abfe-3226e1a55205/Artboard1100.jpg");background-position:bottom 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; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44.adaptive-delivery-prevent-bg, #ykFXcWGyCWEINTk244rFm6JhaSZGxB44.lazyload, #ykFXcWGyCWEINTk244rFm6JhaSZGxB44.lazyloading { background-image: none; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row .container { background-color: transparent; background-image: none; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.34); }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row .container > .video-iframe-container { display: none; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.34); }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row > .video-iframe-container { display: none; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .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); }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row .container { border-width: 0; border-radius: 0; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:block; }#VtLmktzRrF4b6tx8KwWZvnnR56xA4WrH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5625rem;left:1.75rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FcLl3xg6QmXFVlPxdcQECB6B7yKKWgRO { color:#f0f6a8;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:10.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZ9tAvKGgPkfxvkvJQ5wmr5XzaX1elZc { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.25rem;left:23.3125rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#I7U4ddBmNpT3TPB8tXhQt3kXT2oT1Beb { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:13.25rem;top:12.5rem;left:17rem;overflow:hidden;display:block; }
#fH3TTuVzPdffUtwWERgIkL6rtRc9TIGU { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.375rem;top:20.5rem;left:17rem;overflow:hidden;display:block; }
#lRDqh2dbBL8g5XMBGKHWuviKW6CySxbb { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:12.5rem;left:30.9375rem;overflow:hidden;display:block; }
#H0qo6bCCsuDxiTsxxRm2PBi4GBwaGyOg { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:20.5rem;left:30.9375rem;overflow:hidden;display:block; }
#xoAmBWBEmQmKVmAbyKv6GfXTNG96TJip { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:36.75rem;left:22rem;overflow:hidden;display:block; }
#wa0PPc1uVqsTOMvdL8x9MPz9WctldvtQ { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.374875rem;width:13.2495rem;top:36.8125rem;left:8.0625rem;overflow:hidden;display:block; }
#LsrleTQ9GT7IouXg3lrnfw6ebCVU4pmc { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:28.5rem;left:17rem;overflow:hidden;display:block; }
#snQdnapR0mi8uVXEmVlB5uauzmW5Hv8f { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:13.6875rem;top:28.375rem;left:30.9375rem;overflow:hidden;display:block; }
#PF1vIHfe8z9EtVeqeRsdq2ysE8P4UnfW { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:20.5rem;left:59.25rem;overflow:hidden;display:block; }
#QfwTnmaSgkcRahTU5fqcy18uv5TKUsTL { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:20.5rem;left:45rem;overflow:hidden;display:block; }
#sd8TU1ygHDxTziSI62hygFthwiRpFyxG { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.375rem;top:12.5625rem;left:45rem;overflow:hidden;display:block; }
#X9DN30fOFpJxunLSKbPFIIzMzgwlktrS { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:13.25rem;top:12.53125rem;left:59.25rem;overflow:hidden;display:block; }
#AaHb2t9rKEoHdV62zWB9GmyFn1UbACng { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:36.75rem;left:49.75rem;overflow:hidden;display:block; }
#xrkP19iMo4SaP30XCG9thghgMX5uJxvX { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:36.75rem;left:35.875rem;overflow:hidden;display:block; }
#ARXDTw2yJWaabWXQ8Qb5IE7O5KW4XQ6E { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:13.5625rem;top:28.4375rem;left:45.125rem;overflow:hidden;display:block; }
#IxyLb1ZBxfX19Z4iCNCus7UL15qUpbMg { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.25rem;top:28.5rem;left:59.25rem;overflow:hidden;display:block; }
#v4VH3floXvAuws82cHoSFg77OWVqTCcI { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:12.875rem;top:12.5615rem;left:3.5369891364326rem;overflow:hidden;display:block; }
#EKtqDzZ6L6hid2QwGwVPHKax5zGIfuwd { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:13.125rem;top:20.5rem;left:3.3427734375rem;overflow:hidden;display:block; }
#SX62vVpgav9Msa7sn9kTGzEsJTsV8BzW { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:13.25rem;top:28.5625rem;left:3.34912109375rem;overflow:hidden;display:block; }
#z2C90292IaOwJ4zTlUBR4f0e2lAwnD7u { color:#f0f6a8;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:48.1875rem;left:9.375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U902eLL7GMPK75ca3OeatNcgJTf42eKP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ee0202, #6d0822);background-image: -moz-linear-gradient(180deg, #ee0202, #6d0822);background-image: -ms-linear-gradient(180deg, #ee0202, #6d0822);background-image: -o-linear-gradient(180deg, #ee0202, #6d0822);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0202', endColorstr='#6d0822' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0202', endColorstr='#6d0822' );";background-image: linear-gradient(180deg, #ee0202, #6d0822);background-size:auto !important;border-top:0.0625rem solid #00ffef;border-left:0.0625rem solid #00ffef;border-right:0.0625rem solid #00ffef;border-bottom:0.0625rem solid #00ffef;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: 0.0625rem 0.25rem 0.5625rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.25rem 0.25rem rgba(var(--color-primary-4),0.2);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.5rem;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:32.12475rem;height:4.6875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:56rem;left:21.4365234375rem;display:block; }
#y9WscmFgf5WMmHRz4U4zrQTXQnNaExyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-size:auto !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; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { background-color: transparent; background-image: none; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container > .video-iframe-container { display: none; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row > .video-iframe-container { display: none; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .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); }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { border-width: 0; border-radius: 0; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#NHbAETkKHXcVawwQRoaMinkP6l5KbUlJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.0625rem;width:57.1875rem;top:12.09375rem;left:8.90625rem;display:block; }
#haEqXCtJoPLK4A4zHIbM1v3bsN8QVvD0 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gEqWHHsV7bUc9Myx5RRJ76dS1ZlrqwwM { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:15.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fMVrdTxoiP3PnUn4ZvnAyNUvqUTRM65c { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:49.875rem;left:4.625rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#gXstchmqZTbbOHPrmDQCfzqaIlKc6lrL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:53rem;left:3.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Ty4NtbAwl0OkboiQKnQFaPgKwyJusP66 { box-sizing:content-box;height:6.875rem;width:65.6875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-size:auto !important;top:48.3125rem;left:4.5rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#pWzc4ULfeHgIcc2MHpXAiB9ir5oLuE2E { box-sizing:content-box;height:6.875rem;width:15.625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-size:auto !important;top:48.4375rem;left:21.1875rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#HTS9J9GvynlGSVSWN4zJ8lsci5fLn1i9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:49.75rem;left:18.0625rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#W4TyCe2eSnTHx00kzJqodwdmrMHL4RhU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:53rem;left:20.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#HW3Ch6zlslhJCtNKgJXoK3BZmIOJ446K { box-sizing:content-box;height:6.875rem;width:15.625rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-size:auto !important;top:48.4375rem;left:37.9375rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#Is37MtOW0obVSINcfPMg1PpN43efwZGG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:49.75rem;left:34.875rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#Op8Fvcsbv9pHK2O0D5lxp9NMC89T99co { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:53rem;left:37.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#CeLrzQfh8NTXPto1JsA038zzI1spq9Sg { box-sizing:content-box;height:6.875rem;width:15.625rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-size:auto !important;top:48.3125rem;left:54.6875rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#qS9hVC31F9u87Adix3SnWhSvsn5xhAwg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:52.875rem;left:53.8125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#lOANQFwmPQ6Pdz1ZgL3ohZKI88e9xnOO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:49.75rem;left:55.375rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#TJKRyk5l3AHLrRbaMZAlqx3lFADihLTV { box-sizing:content-box;height:3.8125rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-1),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50rem;left:20.0625rem;display:block; }
#fqODSBTuKUHPZiHWKZFs5v6fTM8MSHJc { box-sizing:content-box;height:3.8125rem;width:0.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50rem;left:37.4375rem;display:block; }
#PVZgwTt8zIXMHQo0e34SV248Q8T4PTXN { box-sizing:content-box;height:3.8125rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-1),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50rem;left:54.6875rem;display:block; }
#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#090795' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#090795' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #090795);background-size:auto !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; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { background-color: transparent; background-image: none; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container > .video-iframe-container { display: none; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row > .video-iframe-container { display: none; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .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); }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { border-width: 0; border-radius: 0; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#VQHckSSsyr8eT0loC3Usb62wzvViZWtv { 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:10rem;width:15rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#dUlmlm5W11Ha0pbWyibkkgSpo5fmGEXQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:5.9375rem;left:15rem;overflow:hidden;display:block; }
#Si2KQE0tkK2Xb7TV1fgzVZbTNSI2w3MA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:15rem;top:6.1875rem;left:30rem;overflow:hidden;display:block; }
#TAqHMrrZRyn1Vz0zRIB8RbUbATbAQ9rx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:25.9375rem;left:45rem;overflow:hidden;display:block; }
#QWRtwisbKgiPpTbAo4Q45XgcuFXgmuZQ { position:absolute;display:block;z-index:15004;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:10rem;width:15rem;top:5.9375rem;left:60rem;overflow:hidden;display:block; }
#Da5idT5bexBJDHOFQZm9CvxAxCdW3aQT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:25.9375rem;left:30rem;overflow:hidden;display:block; }
#KXtxDxqaCMxRqilqXyZybp2eTVeQNyqs { 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:10rem;width:15rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#vkSzeXkwTPo0OWw8twdwBDJGg1AfGnob { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:15.9375rem;left:15rem;overflow:hidden;display:block; }
#zdf3eiOzvSCGgNbGfmFNXn9b24Q6miKm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:15.9375rem;left:45rem;overflow:hidden;display:block; }
#a1iAQl1LCwCNsCHvE3rFe2fAaNmhCm66 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:15.9375rem;left:30rem;overflow:hidden;display:block; }
#pUIhN3qqIKoiDFqGhyIQac3N7QganK1S { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:25.9375rem;left:60rem;overflow:hidden;display:block; }
#k6hJnMX1R6xhiSyrD99VAcd2wqPO24Th { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:25.9375rem;left:0rem;overflow:hidden;display:block; }
#AFTtX9Lb0ZE2TRKNJfX4aht3DyvJb3MU { 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:10rem;width:15rem;top:15.9375rem;left:60rem;overflow:hidden;display:block; }
#QqK27ZtptDeDg35Du9gHwJ2CZEB58oWs { 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:10rem;width:15rem;top:25.9375rem;left:15rem;overflow:hidden;display:block; }
#QlEhkGPyi3U99ZmwmGp0fPNMCoTf0Fr2 { 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:10rem;width:15rem;top:5.9375rem;left:45rem;overflow:hidden;display:block; }
#caFHcuhbpnWzpsfi0mCPWw8EEc86IZ8o { 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:10rem;width:15rem;top:35.9375rem;left:0rem;overflow:hidden;display:block; }
#SZhQos3eFMFeRAXJMLK4l2ryfv8A8fHi { 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:10rem;width:15rem;top:35.9375rem;left:15rem;overflow:hidden;display:block; }
#gid5mqscdo6UXo5sFVvw1nFvPTSiezal { 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:10rem;width:15rem;top:35.9375rem;left:30rem;overflow:hidden;display:block; }
#f8IoLkudPc3e9f0BKMiRfITN2anXMPSL { 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:10rem;width:15rem;top:35.9375rem;left:45rem;overflow:hidden;display:block; }
#u49BX7T0XrCKfxA2kQrf0AIlwW7avMpP { position:absolute;display:block;z-index:15019;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:10rem;width:15rem;top:35.9375rem;left:60rem;overflow:hidden;display:block; }
#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e8e8e8, #3455a9);background-image: -moz-linear-gradient(360deg, #e8e8e8, #3455a9);background-image: -ms-linear-gradient(360deg, #e8e8e8, #3455a9);background-image: -o-linear-gradient(360deg, #e8e8e8, #3455a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#3455a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#3455a9' );";background-image: linear-gradient(360deg, #e8e8e8, #3455a9);background-size:auto !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; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { background-color: transparent; background-image: none; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container > .video-iframe-container { display: none; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row > .video-iframe-container { display: none; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .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); }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { border-width: 0; border-radius: 0; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#z4HtXgAZ3dwI83QIv7ZTb6rstklTdneR { 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:26.9375rem;width:28.3125rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#puqG8ygHLn6TfUlprNGRpuxsLw32a0fz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:27.1875rem;top:4.375rem;left:23.0625rem;overflow:hidden;display:block; }
#T2JCmrQ54K20pT72dTgUONDAOETt6IgO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:7.625rem;top:2.875rem;left:32.84375rem;overflow:hidden;display:block; }
#hHxwaZuT4FxUA1vFppfX4TeOH0WtSwBx { box-sizing:content-box;height:6.875rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-size:auto !important;top:31.875rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#EwTXwywNLI8Wrh2vzpEshdfM9iQgRn44 { box-sizing:content-box;height:6.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #1c408b, rgba(var(--color-primary-3),1));background-size:auto !important;top:31.875rem;left:28.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#cBBgi3OrpTvWFqoN6EBQkAMW20owFUTT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:36.625rem;left:7.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NNItH1JxV79et7aWks3OnOkHfa2bcOeF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:36.5625rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BPcwTVAOWFILyeIAVCqG3sQ3kdPsc7Xh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:33.36328125rem;left:31.25rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7Ty9AgXc2sGmZI8RIdJ6UJDAZcDDSHS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.36328125rem;left:7.90625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IEQsaiMDXRt0tSzQE3ZSGfHqFa4pA8vb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:6rem;top:5rem;left:11.15625rem;overflow:hidden;display:block; }
#hXqynmEmRrvs1Hc6dfD1Fk12AcpkvgpX { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:27.0625rem;top:7.30078125rem;left:47.5126953125rem;overflow:hidden;display:block; }
#D09wT2sO5mPqfmz4dCISXKif8tslCIWw { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:2.875rem;left:56.6064453125rem;overflow:hidden;display:block; }
#ump3qUUKGZih7mHd6HLViJuGmWx6BnV1 { box-sizing:content-box;height:3.75rem;width:8.25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-3),1));background-size:auto !important;top:33.5625rem;left:57.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#b7S30o2TsBaQS6TP543WnV6U6ynErhGb { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.5625rem;left:60.375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3otMeadOfoCUpXLZCcOkcBgUGWKQ9ty { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:27.75rem;top:0.86328125rem;left:46.4375rem;overflow:hidden;display:block; }
#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !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; }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row .container { background-color: transparent; background-image: none; }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row .container > .video-iframe-container { display: none; }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row > .video-iframe-container { display: none; }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .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); }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row .container { border-width: 0; border-radius: 0; }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#vRWP9UT2obKvvqzToh1rHzIPEGO2xUeT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:18.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U71IHtRdhgmqXtWD1bQJrXMfUGpe86b0 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:18.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NREJ3oiIDFgtO0SCawPf2tdRK40XW9Vo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.125rem;width:75rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(336deg, #101e97, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(336deg, #101e97, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(336deg, #101e97, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(336deg, #101e97, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101e97', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101e97', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(336deg, #101e97, rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container { border-width: 0; border-radius: 0; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:none; }#Rfm4F4PUdDVX4pXMzHaAiVEoyO46VGEd { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:19.15625rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#nnTQDMroIvoTNX5bOtxTTKHHggx01Dqk { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5rem;left:19.15625rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#TZT2dxoWPfsIZzm55TG8kPfztdwQa3gA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.0625rem;left:10.75rem;overflow:hidden;display:block; }
#ngtcSXFRo9d8BDXS519r8DRRzTTCf4JL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:32.9375rem;left:47.5rem;overflow:hidden;display:block; }
#aPski1xASIx1Qpuh34A8scfIeP8qsiJ7 { position:absolute;display:block;z-index:15004;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:5rem;width:5rem;top:26.6875rem;left:35.25rem;overflow:hidden;display:block; }
#LfAaWVL2RIfpM91vGWtrEoIlCGpKClPM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:20.1875rem;left:53.1875rem;overflow:hidden;display:block; }
#Cu4JLCQ3lB3l6hmmnfTJs9asWPbIe2ni { 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:5rem;width:5rem;top:14.0625rem;left:23.3125rem;overflow:hidden;display:block; }
#RdMFAO1tVVTACRWwHwRmuQWUtTV1l8Ol { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:26.6875rem;left:41.375rem;overflow:hidden;display:block; }
#rVdHslslXgOEywi1DavZ954Eq8OymXyG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.0625rem;left:29.125rem;overflow:hidden;display:block; }
#gwmFhTR7ZHf1l3qzcuBEvew4VAzOMJVT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:32.9375rem;left:41.375rem;overflow:hidden;display:block; }
#hyHPzEo1rE4zliJbcklvh7TLgbhEJqg3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.0625rem;left:16.875rem;overflow:hidden;display:block; }
#pEC28vlLWeE2MQhK9gQlRudGWKZirEvn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.0625rem;left:41.375rem;overflow:hidden;display:block; }
#y0rN6W8wZIiOZZyeTw02vpxy2ptCotW9 { 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:4.9375rem;width:5rem;top:32.9375rem;left:29.0625rem;overflow:hidden;display:block; }
#bR5Kiy7itacH0Ta3rhM3KT7ZJzc5vPTg { 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:5rem;width:5rem;top:20.1875rem;left:59.25rem;overflow:hidden;display:block; }
#wOyUygN78zeNfbWOfOytNOcvHH1JBCIJ { 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:5rem;width:5rem;top:20.1875rem;left:10.75rem;overflow:hidden;display:block; }
#yk79C3XewhA0KBdNGLToUtaSwvmpKEWC { 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:5rem;width:5rem;top:20.1875rem;left:16.875rem;overflow:hidden;display:block; }
#ktQApc2LNqKnCVrncQxEeImHTLwiocku { 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:5rem;width:5rem;top:26.75rem;left:53.1875rem;overflow:hidden;display:block; }
#Ia0Rt82NKoLCL5FOuC0tXxLv3c9RpUSk { 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:5rem;width:5rem;top:32.9375rem;left:35.25rem;overflow:hidden;display:block; }
#R3JGswps6JmKavhMMAErVD79DhLfZp7O { 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:5rem;width:5rem;top:20.1875rem;left:47.3125rem;overflow:hidden;display:block; }
#PTwMcKmI5SNudztVKzKA8SbPTRTzVxOm { position:absolute;display:block;z-index:15019;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:5rem;width:5rem;top:26.6875rem;left:10.75rem;overflow:hidden;display:block; }
#Xc8PKBSANsnHv1BQI5GRA3B97rR4A9uw { 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:5rem;width:5rem;top:20.1875rem;left:29.125rem;overflow:hidden;display:block; }
#vo6sDB4uSZpdQH6mQccLluEI12z9zWyV { 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:5rem;width:5rem;top:26.6875rem;left:47.3125rem;overflow:hidden;display:block; }
#N2h8oPA7IHL0lKC9HwqCRA2RPQsu4Gfn { 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:4.9375rem;width:5rem;top:26.75rem;left:59.25rem;overflow:hidden;display:block; }
#chltXgWHlGqVGiUz8vU228zTwVtCcAew { 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:4.9375rem;width:5rem;top:26.75rem;left:29.125rem;overflow:hidden;display:block; }
#u27v7a1oxU8yUH8nKw6MOJ3X93f8MQgw { 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:4.9375rem;width:5rem;top:32.9375rem;left:23rem;overflow:hidden;display:block; }
#uDbxdbfm71mPkbxDoqQ3hyzqeOscaPXz { 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:5rem;width:5rem;top:32.9375rem;left:53.1875rem;overflow:hidden;display:block; }
#DNXgT0Q8KgNFzyMTuaubfWbsZIEZwLn6 { 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:5rem;width:5rem;top:14.0625rem;left:35.25rem;overflow:hidden;display:block; }
#KxyEC2g9BKhCLbevcrsGpCpfwGBdTGTA { 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:5rem;width:5rem;top:20.1875rem;left:23.3125rem;overflow:hidden;display:block; }
#gXsg2oIHWlslwg13gtLnZGHc248J6c0c { 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:5rem;width:5rem;top:14.0625rem;left:47.3125rem;overflow:hidden;display:block; }
#tDDAWwtxfJT07ZhArUl29nq2zNgBuxyX { 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:5rem;width:5rem;top:20.1875rem;left:35.25rem;overflow:hidden;display:block; }
#D6xMbQZFwQdlkvt7NUt32xuZagwB2Oin { 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:5rem;width:5rem;top:26.6875rem;left:16.875rem;overflow:hidden;display:block; }
#bxgPhE0WwOrcl1RXZbw0siCecrXIZGRM { 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:5rem;width:5rem;top:32.9375rem;left:10.75rem;overflow:hidden;display:block; }
#F3E58ES7aBOPWwqUsJZCp59pfxIKT5Ks { 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:5rem;width:5rem;top:32.9375rem;left:16.875rem;overflow:hidden;display:block; }
#Gn5mCbPXcJbqnZKaAmam50iZeyFoXvJe { 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:4.9375rem;width:5rem;top:20.25rem;left:41.375rem;overflow:hidden;display:block; }
#cxTw2pI3Xu2GMULkv8d4Ts4cfbdF40B1 { 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:5rem;width:5rem;top:14.0625rem;left:53.1875rem;overflow:hidden;display:block; }
#WBZ4c26FlKqeBITqO2IIuwEFg69KfdZP { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.0625rem;left:59.25rem;overflow:hidden;display:block; }
#aH4X0I5D71ucetaXRDeQW2hgbXEheqiz { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:26.6875rem;left:23.3125rem;overflow:hidden;display:block; }
#yX0mrlDvqBasTAn67Hi7zo3L4fFbGHDL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:32.9375rem;left:59.25rem;overflow:hidden;display:block; }
#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b1cff3, #e3e3e3);background-image: -moz-linear-gradient(180deg, #b1cff3, #e3e3e3);background-image: -ms-linear-gradient(180deg, #b1cff3, #e3e3e3);background-image: -o-linear-gradient(180deg, #b1cff3, #e3e3e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1cff3', endColorstr='#e3e3e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1cff3', endColorstr='#e3e3e3' );";background-image: linear-gradient(180deg, #b1cff3, #e3e3e3);background-size:auto !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; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { background-color: transparent; background-image: none; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container > .video-iframe-container { display: none; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row > .video-iframe-container { display: none; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .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); }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { border-width: 0; border-radius: 0; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#sf1ZEagGNW50XZTITlUi9f2wkmzFTfZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.75rem;left:7.8125rem;height:8.1254875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqZnT6Lv4loV1BClAaczsbSTqCi1IEL6 { box-sizing:content-box;height:5rem;width:69.75rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aac0e8);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aac0e8);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aac0e8);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aac0e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#aac0e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#aac0e8' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aac0e8);background-size:auto !important;top:16.125rem;left:2.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#AWGEknguUhw7xUoXJLvXTVTsnz37HrRe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:17.25rem;left:4.375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#fIaHo434Z8x7aJWaHBn3cPX7OrsOZpnX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.5rem;left:4.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#If96P8R7t79ApFasOBwBiaUeU2Tmdlbr { 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:25.75rem;width:22.5rem;top:22.375rem;left:2.625rem;overflow:hidden;display:block; }
#vR2blhBsxA8PmvLcC87EH4GU4kz7sALW { box-sizing:content-box;height:5rem;width:15.625rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-size:auto !important;top:16.125rem;left:20.6875rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#JDhF0Www3dwsffpvJt0HslszHI0Hl68G { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:19.5rem;left:22.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#lqw1w2iIC7WLg6HaBxRgHLary0qPSitx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:17.25rem;left:21.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TMEiSKcluQTgu3RZuKxxCJvsuzK2sfa4 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:30.5rem;top:22.375rem;left:25.4375rem;overflow:hidden;display:block; }
#yxrdmWmwIctL6q9KO7Sma1zqSrFos7vl { box-sizing:content-box;height:5rem;width:15.625rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-size:auto !important;top:16.125rem;left:38.875rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#E1TxuflHttT456eTsSr8EEzUlDOGUm1p { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.5rem;left:41.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qqTu7EfDTJdQO8GNsFGmq9aRkAtTQG2G { 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:12.3125rem;width:30.625rem;top:33.6875rem;left:25.4375rem;overflow:hidden;display:block; }
#mgUMPn06ucXee5ncXkPvc0lf7Ai0Pdfh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.25rem;left:43.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#fxqmzUXAztOFWFdl9eqJQUVTKrMtJJro { 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:23.5625rem;width:17.8125rem;top:22.375rem;left:56.8125rem;overflow:hidden;display:block; }
#tVqQDSio35prNSCf18sGXQQAcTtTVUHb { box-sizing:content-box;height:5rem;width:15.625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bacae5);background-size:auto !important;top:16.25rem;left:56.8125rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#bJQTJANzrRO6ivx6Tth1gyEmDKaAw4Mx { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:19.5rem;left:59.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#iGCG7fOQLSRdK9xP4GT8z0GmuzTONl1z { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17.25rem;left:61.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#owOEPsR9H7AMocLoxoWsOZTDJO1riDL6 { box-sizing:content-box;height:3.8125rem;width:0.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.71875rem;left:19.0625rem;display:block; }
#ITGtrZFdHTWkxvgsETO8yw9HzFkACMbr { box-sizing:content-box;height:3.8125rem;width:0.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.71875rem;left:56.125rem;display:block; }
#twI66uIPp5R7hLFmywicZCfdTMNK2WME { box-sizing:content-box;height:3.8125rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-1),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.71875rem;left:38.5rem;display:block; }
#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bed7ea);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bed7ea);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bed7ea);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bed7ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bed7ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#bed7ea' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #bed7ea);background-size:auto !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; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { background-color: transparent; background-image: none; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container > .video-iframe-container { display: none; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row > .video-iframe-container { display: none; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .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); }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { border-width: 0; border-radius: 0; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#aqRXgRlH6b4eGTmLq7b3tu5xhIz2kXxv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:7.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clAFT0oyaAu0eTmOEnBHHtIoIqQXHZc5 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5rem;left:19.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pKJchzoD4eJTGZAlfFsmuOsTyRmzmOro { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.125rem;left:4.0625rem; }
#qTuybEiAVE45zgxTDIZsuWTxaTma4OO6 { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),1));background-size:auto !important;top:10.1875rem;left:3.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#U8C8hpOw4GVRUdnbFzTtQ99TQtT1voyu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:3.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.375rem;left:5.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#CapepWub6D0f0AmgHMwW6ffg0gaGpmLf { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #dfa8b4);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #dfa8b4);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #dfa8b4);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #dfa8b4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#dfa8b4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#dfa8b4' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #dfa8b4);background-size:auto !important;top:10.1875rem;left:20.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#MtFTnrAbieSpIKMbfTRMfuFx6INLUKnW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:"dancing script";font-size:2.5rem;font-weight:normal;z-index:15027;line-height:1;letter-spacing:0;top:11.125rem;left:21.0625rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#lTt5LIT1kXicyxNDghlEE2LF7opCnVTA { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aaaba0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aaaba0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aaaba0);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aaaba0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#aaaba0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#aaaba0' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #aaaba0);background-size:auto !important;top:10.1875rem;left:38.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Gq7m0vwMzz4WPg06cuEdtnFNvcXdrzgx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:2.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12rem;left:40.0625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#x6HzZTHBOalyWMnzwv7K62dDwXJQlms6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:16.25rem;left:5.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#N8L8OJyeDbCVpNqlJXrIHtO0rIvFiZ2H { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.25rem;left:40.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#PD2lPgpoe6lTrmEs6PwQ8FTJ0DHfIxzA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.25rem;left:22.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#K2T7NdbsTDDNwlyzTo661N7zvn0RXTRS { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:10.1875rem;left:55.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#qSVsfc8EEU5uy6iUHFHJXk7tHwWwFTvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:2.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12rem;left:57.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#TALkPUfHhivViVqCn44vsh7CaveASft1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.25rem;left:57.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #822424);background-image: -moz-linear-gradient(180deg, #ff0000, #822424);background-image: -ms-linear-gradient(180deg, #ff0000, #822424);background-image: -o-linear-gradient(180deg, #ff0000, #822424);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#822424' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#822424' );";background-image: linear-gradient(180deg, #ff0000, #822424);background-size:auto !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; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { background-color: transparent; background-image: none; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container > .video-iframe-container { display: none; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row > .video-iframe-container { display: none; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .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); }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { border-width: 0; border-radius: 0; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#ATp18fFAbxUWV8JLgw9NXnJwN4MpdEXu { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.73);top:4.5625rem;left:22.1875rem;height:15.599625rem;display:block; }
#ovJnxLZgkp3E1UginUmRCskRwtKiVlls { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.73);top:11rem;left:21.5rem;height:7.7998125rem;font-style:normal;display:block; }
#K96nHCKm5boczITUTVIrGnlBO7AR9khP { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.73);top:18.7998046875rem;left:27.5rem;height:9.26175rem;font-style:normal;display:block; }
#PuTgoK24PyzS8PKcWitZLSDUd87Ti62V { box-sizing:content-box;height:23.6875rem;width:63.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.15625rem;left:5.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #6077a7 ;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container { background-color: transparent; background-image: none; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container > .video-iframe-container { display: none; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row > .video-iframe-container { display: none; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .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); }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container { border-width: 0; border-radius: 0; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#VFRq7kqTGurPe7cQMdFRb963Pz0cgDXS { color:#ffffff;display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.875rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#dmC9wSif76Uys090IXPUAgPc2TE4hgep { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:15.8125rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#ABaEEX0xXgekxJDkk71AJLAKFLtbF4sT { color:#ed3d3d;display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.375rem;left:22.375rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#LbOigF0VTdCV1BXKbaNz8HFUSsu3NKpu { box-sizing:content-box;height:12.5rem;width:56.8125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:2.875rem;left:8.84375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #6077a7 ;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c532bd1c-8166-47e9-abfe-3226e1a55205/Artboard1100.jpg");background-position:bottom 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; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ.adaptive-delivery-prevent-bg, #c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ.lazyload, #c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ.lazyloading { background-image: none; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { background-color: transparent; background-image: none; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.27); }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container > .video-iframe-container { display: none; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.27); }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row > .video-iframe-container { display: none; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .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); }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { border-width: 0; border-radius: 0; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#ad62WK7tyssH29xc79v6scLZw743tyCm { color:rgba(var(--color-tertiary-0),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.75rem;left:16.28125rem;height:3.412475rem;text-align:center;text-align-last:center;display:block; }
#rGWxe4nq6PWtsamiT8215pgy2DwuQe0T { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.5625rem;left:25.375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#aNpTLMx9LwOsWhl0IGLN2fD1UrALhv2P { color:rgba(var(--color-tertiary-1),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:25.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#TfHxN08QH647N66QDuJgUieTFNocFZLa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.8125rem;left:21.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#CpKlV4pcK99EQmvauOO9apSIX4UDaQEL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.5625rem;left:21.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#yZ75hLu4UyaVWbtRt42ab0dSqm4fedmE { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.375rem;left:25.375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#Tse8KDH079zihE0ZvTkCTXxLNHSTET7g { color:rgba(var(--color-tertiary-1),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.375rem;height:3.16699375rem;text-align:left;text-align-last:left;display:block; }
#ITPt09S2QsXhMn9Gb3UiTuPH5O9cc7xi { color:rgba(var(--color-tertiary-1),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.125rem;left:25.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#NIsOTH6v2TUOKZ0vlgEb2SdQsUMtvl61 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.75rem;left:25.5625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#yTX4tbiqBTxiMkk9sgtPgR1uKHvXsza8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:28rem;left:21.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#TbFTlz16edLgOytcFlOkTW42i3b0I0PP { color:rgba(var(--color-tertiary-1),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:38rem;left:25.625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#RX7fASyhrlq2QRxQgJIFqQ4Tha96B87L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:36.5625rem;left:21.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#A3UyIGPbiT6bdHrNVoTQR63twKm0WIIC { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.6875rem;left:25.625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#IuzuNPmNDtSuvNfgOpd1oifHhp9VfAtq { box-sizing:content-box;height:35.0625rem;width:40.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(186,202,229,0.59));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(186,202,229,0.59));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(186,202,229,0.59));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(186,202,229,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#bacae596' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#bacae596' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(186,202,229,0.59));background-size:auto !important;top:8.3125rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#hfhHu3I5SqO5vqARqya1b8yRhOIptaME { box-sizing:content-box;height:0.125rem;width:32.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:21.25rem;display:block; }
#TGwUDbBr7SvvrA5imClfxRXEq4KZ6rHT { box-sizing:content-box;height:0.125rem;width:32.3125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:21.3125rem;display:block; }
#xVT0R3MKsLIlzN7KFrTEhPJJQAXuNQ04 { box-sizing:content-box;height:0.125rem;width:32.3125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.375rem;left:21.3125rem;display:block; }
#qcphIJ3ZLDNGPBacisshIaFfcy89yamT { box-sizing:content-box;height:0.125rem;width:32.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:21.25rem;display:none; }
#KKH2GeGmI3c8XPDtiSEzV4CbXG9zNSMB { box-sizing:content-box;height:0.125rem;width:32.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:21.25rem;display:none; }
#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(129deg, rgba(var(--color-primary-1),1), #83b1da);background-image: -moz-linear-gradient(129deg, rgba(var(--color-primary-1),1), #83b1da);background-image: -ms-linear-gradient(129deg, rgba(var(--color-primary-1),1), #83b1da);background-image: -o-linear-gradient(129deg, rgba(var(--color-primary-1),1), #83b1da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#83b1da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#83b1da' );";background-image: linear-gradient(129deg, rgba(var(--color-primary-1),1), #83b1da);background-size:auto !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; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { background-color: transparent; background-image: none; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container > .video-iframe-container { display: none; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row > .video-iframe-container { display: none; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .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); }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { border-width: 0; border-radius: 0; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { font-size:0.875rem;font-family:arial;height:95.5rem;width:75rem;position:relative;display:block; }#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-form-header {  }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:35.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:35.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-textarea { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:35.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:35.3125rem;box-sizing:border-box;height:2.5rem;color:#9d9292;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #5b1034);background-image: -moz-linear-gradient(180deg, #ff0000, #5b1034);background-image: -ms-linear-gradient(180deg, #ff0000, #5b1034);background-image: -o-linear-gradient(180deg, #ff0000, #5b1034);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b1034' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b1034' );";background-image: linear-gradient(180deg, #ff0000, #5b1034);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:1.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:35.3125rem;height:5rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]:-moz-placeholder { color:#9d9292;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]::-moz-placeholder { color:#9d9292;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]:-ms-input-placeholder { color:#9d9292;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]::-webkit-input-placeholder { color:#9d9292;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:33.875rem;overflow:hidden;font-style:normal; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .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; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-container:first-of-type{padding-top:0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-container:last-of-type{padding-bottom:0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.3125rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:11.3740234375rem;left:18.4990234375rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.3125rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;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; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD {display:block;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.3125rem;height:auto;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:11.3740234375rem;left:18.4990234375rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #hHNUQP8uZWBNabWkfIygVCh6S26kxLHh { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lCfALPuWmD83pKLTwH5qaMJPAbmBZoim { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #zFF7VZViASIJDpEbJvxcbn8G01biCdnB { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mt38JpCh9c0JBSlMnQie5ezowUuQ5D69 { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MOH3ZRC5VRRvSt3mSfbiTfrPTtA6h6vk { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #AWqQbHeaTXETZ0Tffre5rCbN0cCWz1VU { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #fsakXd1KvFgofOMl6NXPZA0iJCXR1D7z { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uRlxPtlCz8Cluu5pU8ahB0KRMlow7hgc { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #QVLb8DLGdkUVTAHlROmpcETRz4WCih5s { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #DNktm0STRyTR2JIeut9dJpsIawDe5yXF { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #gZWbm8RJTdsXNlF0q2VuKcQQfltxKlZQ { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M4DF0Qc35lpPwBNnwnGM2MCf9VDgIlq9 { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lvGoPMTgll7vm6ig6HNTgWpvXdxSWA8D { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #eM5hHWWtNabSEtMTWe7ixvtbsxe6vhZQ { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #E9QyZCRDNfVev4AzQ8vBIM4zaE49lm8p { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M7ZN0WVarU3oy8M2hoWncXnpJiUHZLTT { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #vDsbqwyfJnTP20zgCl6zUZpEV2zBF2kx { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #c3PmAOugMd7OabatVmrQN0rys8x4iTLl { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #sGTUeaLetvs2xTQNXQv3tPf38dpFkogM { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #vlmJpl8p8CwZqMDJxRJku3UIMVmPTUVI { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #UdG0UbFqFpkrxWrL6ALuJgsD7v7RpoFB { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bwUe1NftPtvXdZaVHhdrF41N5JbivprK { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bwUe1NftPtvXdZaVHhdrF41N5JbivprK .container-column{width:100%;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #c2buOiyeZyA8CMqR6EVGBx3nm5taXlbm { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #hGMnfZEZI1uTitkTrIFDFbOR6eDtnV43 { position:relative;z-index:2; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mVgBaIJIAg67vwu3n8ZFkNbVKcM9PkqQ { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #wU3GfZFiXuqROko1pwSBwgq2LHISThLI { position:relative;z-index:2; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #VMcow3qZe5hRLesa4Ze8SyISXqp6hPOJ { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #TffBUwMbOsiDa97fBaELLCFxadLSc80i { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #aVOTHBlRq9TQSxR5aMBfVvxpfAH7eR68 { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #wAtIlVwaF8rGmF4C4dZtI6qkurn4Ey02 { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #yQgQFFlyidADBtWNH4UiRPksfPwdQX8g { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bzFQnw04TCKpxsbigJTTmA9mPM6ZhaEc { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #T2OFqy3vQR5kxTRG66qLGkSaXSod6SBW { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #tvrtvkzzSQwwcVBtlVST4dBUlrSUVMio { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uXROxNMJT2JXB8vkbWgGhgJ7N53XJg8V { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #LboWeTe0ZvSPN6quhMBmWxAmSQSW7xnC { position:relative; }
#t1BrX1D2bP0otEfEEzifUtL4XFfOvCiX { position:relative;display:block;z-index:100000;display:block; }
#TsohlhSzpo0vIfoD6oUeqNiIkyV6kDwm { position:relative;display:block;z-index:100000;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #a7c8KT9pCi0lvbWdfTnTpGL22sFJEPCS { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MsR4EuK32qPIabGcwvSLSbsD34oOTd4J { position:relative;z-index:2; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #HHF9Xyl69BnwFqT0k6wCXJWLNZhozL0t { position:relative; }
#v6WZqA6B47PopyUdhsi9SJlObC6TV29f { position:relative;display:block; }
#M87ir3NDVQUKDK3P6cQ67fPtFgzEZipO { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mbGC5z7rpfeglNvhaGhyCG0hqKypNa8f { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #RuKA4b4dhqReSE64yuZNmfDhOJQWmpGs { position:relative; }
#pWvO2fKbFly50Nx6JRKQM64gbrTSPwqp { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:20rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#JMgu1wZdkWZaV3e6n0HibFGf8yc5u5Vy { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:21.4375rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#NWAv3s7rC5hWEfXfMEOhNEHW0XosTxHs { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:83rem;left:21.40625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#AyUU2Dbq11s0u7qhDgFATsAQEqgpDQzI { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:85.375rem;left:21.40625rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-size:auto !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; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { background-color: transparent; background-image: none; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container > .video-iframe-container { display: none; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row > .video-iframe-container { display: none; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .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); }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { border-width: 0; border-radius: 0; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#zgiCDotTpJ1puLk3lhuvMOlMiRWU1zwk { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:21.40625rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#xSdlQCdUOqT2RzW41kc4CTF6UVPdqna0 { 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:6.125rem;width:15.375rem;top:7.875rem;left:29.8125rem;overflow:hidden;display:block; }
#Aphy7iabV9Q1dIhMbwd0oircqBPIyczk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.25rem;top:14.875rem;left:33.375rem;overflow:hidden;display:block; }
#LwKZoyCA6ndVPQISZpKp2VPgTuDySLQl { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:29.46875rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QlTO9EMytI9URrEfHy3J6PRZL0zAEaRd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:10.625rem;top:23.875rem;left:32.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt { display:block; }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVochS1tSrNq3VNHFprVo1Dh2rFZArab { top:0.6875rem;left:6.875rem;width:34rem;height:3.375rem;font-size:1rem;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) { #IQPHgsoEwTOA60zQvMfQAXWKSlxVOusL { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5Xh3xdRJWGhgoeuy2igVXhDb4Iqhy2x { top:0.125rem;left:0rem;width:47.75rem;height:24.192696666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT { display:block; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG { display:block; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 { display:block; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNJErlaqszez48akh0iwMXTlIGEy71UZ { top:21.9375rem;left:0rem;width:15.375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZQpSqbTlERMLSMmctUovP1uzp6cGrN { top:28.9375rem;left:0rem;width:8.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6wCeKUPTotZdnTMp4DE18wsV8W0FCTB { top:31.1875rem;left:0rem;width:16.0625rem;height:7.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KofNQEZLc8u5FptCG50UL19hc7RvJyZD { top:25.125rem;left:16.9375rem;width:12.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzLhOJNWwfiDbItyNLvwBA78lm3Qs9dh { top:18.25rem;left:3.9375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itKq5fSqteKqxVmAFg6rxsmWb88lc1zk { top:11.3125rem;left:3.875rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIDElIafGoI39AnS6zlGDAXW70xuUpxw { top:18.25rem;left:0rem;width:12.5rem;height:6.749875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR5gRRpwIKLNZUTLvy7Ti0ZOK3DTnIZl { top:11.3125rem;left:0rem;width:12.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM37c06NlydvG6Dl0XWBnggMAxe2tWG4 { top:11.3125rem;left:30rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbbGNe8fpRMmSh6BLPvUX1JA94STdVNM { top:25.1875rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrK7Btsr3CT1s4pf9y5An4sXA8CuCzfu { top:7.375rem;left:15.0625rem;width:19.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euIcvv0Ar90V0R2p72wJTTmf4av77IcU { top:3.875rem;left:7.81201171875rem;width:33.625rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnHuHHcU2y2nvfEqfQ7LoGRCGRXaEWKQ { top:25.125rem;left:3.9375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKxIn0RfcQfTc9TK0cEpzq2Tfa53rTqr { top:18.125rem;left:16.9375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx5OtKoNlOBDdESbHouRAt7FnMZreVqC { top:11.3125rem;left:35.125rem;width:12.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwAfKqkCvSt6uo85FpbdAOFdV7UPBJD { top:11.3125rem;left:16.9375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KufUTpwcqZX1g29kRoFfS2uBJZmQUWy1 { top:32.25rem;left:11.375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRp819UGzmTPN9vyCBMksN419WwgrTuZ { top:32.25rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcRT8SwTnqOc03nuexpxRdtrk5LNrPk3 { top:18.4375rem;left:35.25rem;width:12.5rem;height:7.999875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbGaBt8pmwTOMStXm6OdnqWzEuoJFB9m { top:25.25rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDip1vcTivN1JGfR3r87u79DOBhebp2C { top:32.25rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #co0nPD3Oyqrew8xl0IPO1gQLkODxgIBT { top:32.25rem;left:24.4375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbt6p3AlCI9d9R8NX9GJKV7kuT94277Z { top:25.25rem;left:30rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSalAJsFH79JvLTWy6rsXu0Gnyr1hST5 { top:18.25rem;left:30rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdBHtmFdI2ewSa8D4WwSnlpvRgGxe7rk { top:43.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPrwaqIZKoCdO3v7PBNHhZsBrThVarZu { top:24.8125rem;left:10rem;width:37.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivIXJtMwiN7m1QSS6Tn5K4MIJbRBCOuw { top:55.75rem;left:39.125rem;width:8.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDAcOiavruECQ7dLN8l0upg9mysA15eu { top:24.6875rem;left:11.3125rem;width:36.4375rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOuh7hCrXdkEs7Fg5k3eZyIfUoSwm2KS { top:53.5rem;left:37.8125rem;width:9.9375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfRCwNZaNCDZ8SuIIoWsFLrJzy0g7cS4 { top:53.875rem;left:29.9375rem;width:17.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSIioqILcCUZ6AdgHCbH8CH4Se1UtCLc { top:53.9375rem;left:29.9375rem;width:17.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4VyScATZpLAQtpamt5Vucwfrp6PaP0l { top:56.8125rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkAHnZsZAoyfKVemArmL5Fn3Q3N3a4Vn { top:56.8125rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnfb90pOGQBzPf7RubasDd3iqWlWJDaH { top:59.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM0ZNkmD85p8TvIEDRI5PbJS761RFGEI { top:59.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzWtE99l6H4ZoGKSIwHZ2zZtP076kco6 { top:42.5rem;left:0rem;width:47.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh4HACyxMFrvI8ShSrQPRBWCNi36WS44 { top:38.875rem;left:0rem;width:47.75rem;height:26.643115942029rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6K8WDkv29K1JXBIOzK2OhTX5hPg9d6i { width:15.5625rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxSLMWda934ZXuGa8c1Xk8WxSxChECkR { top:54rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4CZc8LGMmLCyRSa2nFEXqz62p5TTmmg { top:47.6875rem;left:39.375rem;width:8.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pubZfSBtTxyrf3KOVgP3SfburKT4ElyU { top:46.5625rem;left:41.3125rem;width:6.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMlNI4Tw7haT6zf1TIWVi1HzHfnbdCh7 { top:53.8125rem;left:41.3125rem;width:6.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykFXcWGyCWEINTk244rFm6JhaSZGxB44 { display:block; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtLmktzRrF4b6tx8KwWZvnnR56xA4WrH { top:20.5625rem;left:0rem;width:16.0625rem;height:7.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcLl3xg6QmXFVlPxdcQECB6B7yKKWgRO { top:5.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9tAvKGgPkfxvkvJQ5wmr5XzaX1elZc { top:8.25rem;left:9.6875rem;width:31.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7U4ddBmNpT3TPB8tXhQt3kXT2oT1Beb { top:12.5rem;left:3.375rem;width:13.25rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH3TTuVzPdffUtwWERgIkL6rtRc9TIGU { top:20.5rem;left:3.375rem;width:13.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRDqh2dbBL8g5XMBGKHWuviKW6CySxbb { top:12.5rem;left:17.3125rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0qo6bCCsuDxiTsxxRm2PBi4GBwaGyOg { top:20.5rem;left:17.3125rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoAmBWBEmQmKVmAbyKv6GfXTNG96TJip { top:36.75rem;left:8.375rem;width:13.1875rem;height:7.3402122641509rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa0PPc1uVqsTOMvdL8x9MPz9WctldvtQ { top:36.8125rem;left:0rem;width:13.1875rem;height:7.3402686051777rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsrleTQ9GT7IouXg3lrnfw6ebCVU4pmc { top:28.5rem;left:3.375rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snQdnapR0mi8uVXEmVlB5uauzmW5Hv8f { top:28.375rem;left:17.3125rem;width:13.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF1vIHfe8z9EtVeqeRsdq2ysE8P4UnfW { top:20.5rem;left:34.5rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfwTnmaSgkcRahTU5fqcy18uv5TKUsTL { top:20.5rem;left:31.375rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd8TU1ygHDxTziSI62hygFthwiRpFyxG { top:12.5625rem;left:31.375rem;width:13.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9DN30fOFpJxunLSKbPFIIzMzgwlktrS { top:12.5rem;left:34.5rem;width:13.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaHb2t9rKEoHdV62zWB9GmyFn1UbACng { top:36.75rem;left:34.5625rem;width:13.1875rem;height:7.3402122641509rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkP19iMo4SaP30XCG9thghgMX5uJxvX { top:36.75rem;left:22.25rem;width:13.1875rem;height:7.3402122641509rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARXDTw2yJWaabWXQ8Qb5IE7O5KW4XQ6E { top:28.4375rem;left:31.5rem;width:13.5625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxyLb1ZBxfX19Z4iCNCus7UL15qUpbMg { top:28.5rem;left:34.5rem;width:13.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4VH3floXvAuws82cHoSFg77OWVqTCcI { top:12.5rem;left:0rem;width:12.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKtqDzZ6L6hid2QwGwVPHKax5zGIfuwd { top:20.5rem;left:0rem;width:13.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX62vVpgav9Msa7sn9kTGzEsJTsV8BzW { top:28.5625rem;left:0rem;width:13.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2C90292IaOwJ4zTlUBR4f0e2lAwnD7u { top:48.1875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U902eLL7GMPK75ca3OeatNcgJTf42eKP { width:32.0625rem;height:4.6875rem;top:56rem;left:7.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9WscmFgf5WMmHRz4U4zrQTXQnNaExyo { display:block; }
 }@media only screen and (max-width: 763px) { #vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG { display:block; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHbAETkKHXcVawwQRoaMinkP6l5KbUlJ { top:12.0625rem;left:0rem;width:47.75rem;height:26.77131147541rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEqXCtJoPLK4A4zHIbM1v3bsN8QVvD0 { top:6.25rem;left:2.03125rem;width:43.6875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEqWHHsV7bUc9Myx5RRJ76dS1ZlrqwwM { top:3.0625rem;left:2.03125rem;width:43.6875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMVrdTxoiP3PnUn4ZvnAyNUvqUTRM65c { top:49.875rem;left:0rem;width:15.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXstchmqZTbbOHPrmDQCfzqaIlKc6lrL { top:53rem;left:0rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4NtbAwl0OkboiQKnQFaPgKwyJusP66 { top:48.3125rem;left:0rem;width:47.5rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWzc4ULfeHgIcc2MHpXAiB9ir5oLuE2E { top:48.4375rem;left:7.5625rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTS9J9GvynlGSVSWN4zJ8lsci5fLn1i9 { top:49.75rem;left:4.4375rem;width:22.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4TyCe2eSnTHx00kzJqodwdmrMHL4RhU { top:53rem;left:6.6875rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW3Ch6zlslhJCtNKgJXoK3BZmIOJ446K { top:48.4375rem;left:24.3125rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is37MtOW0obVSINcfPMg1PpN43efwZGG { top:49.75rem;left:21.25rem;width:22.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op8Fvcsbv9pHK2O0D5lxp9NMC89T99co { top:53rem;left:23.4375rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeLrzQfh8NTXPto1JsA038zzI1spq9Sg { top:48.3125rem;left:31.875rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS9hVC31F9u87Adix3SnWhSvsn5xhAwg { top:52.875rem;left:30.0625rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOANQFwmPQ6Pdz1ZgL3ohZKI88e9xnOO { top:49.75rem;left:32.8125rem;width:14.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKRyk5l3AHLrRbaMZAlqx3lFADihLTV { top:50rem;left:6.4375rem;width:0.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqODSBTuKUHPZiHWKZFs5v6fTM8MSHJc { top:50rem;left:23.8125rem;width:0.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVZgwTt8zIXMHQo0e34SV248Q8T4PTXN { top:50rem;left:41.0625rem;width:0.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp { display:block; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQHckSSsyr8eT0loC3Usb62wzvViZWtv { top:5.9375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUlmlm5W11Ha0pbWyibkkgSpo5fmGEXQ { top:5.9375rem;left:1.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si2KQE0tkK2Xb7TV1fgzVZbTNSI2w3MA { top:6.1875rem;left:16.375rem;width:15rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAqHMrrZRyn1Vz0zRIB8RbUbATbAQ9rx { top:25.9375rem;left:31.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWRtwisbKgiPpTbAo4Q45XgcuFXgmuZQ { top:5.9375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5idT5bexBJDHOFQZm9CvxAxCdW3aQT { top:25.9375rem;left:16.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXtxDxqaCMxRqilqXyZybp2eTVeQNyqs { top:15.9375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkSzeXkwTPo0OWw8twdwBDJGg1AfGnob { top:15.9375rem;left:1.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdf3eiOzvSCGgNbGfmFNXn9b24Q6miKm { top:15.9375rem;left:31.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1iAQl1LCwCNsCHvE3rFe2fAaNmhCm66 { top:15.9375rem;left:16.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUIhN3qqIKoiDFqGhyIQac3N7QganK1S { top:25.9375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6hJnMX1R6xhiSyrD99VAcd2wqPO24Th { top:25.9375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFTtX9Lb0ZE2TRKNJfX4aht3DyvJb3MU { top:15.9375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqK27ZtptDeDg35Du9gHwJ2CZEB58oWs { top:25.9375rem;left:1.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlEhkGPyi3U99ZmwmGp0fPNMCoTf0Fr2 { top:5.9375rem;left:31.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFHcuhbpnWzpsfi0mCPWw8EEc86IZ8o { top:35.9375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZhQos3eFMFeRAXJMLK4l2ryfv8A8fHi { top:35.9375rem;left:1.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gid5mqscdo6UXo5sFVvw1nFvPTSiezal { top:35.9375rem;left:16.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8IoLkudPc3e9f0BKMiRfITN2anXMPSL { top:35.9375rem;left:31.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #u49BX7T0XrCKfxA2kQrf0AIlwW7avMpP { top:35.9375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 { display:block; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HtXgAZ3dwI83QIv7ZTb6rstklTdneR { top:5rem;left:0rem;width:28.3125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqG8ygHLn6TfUlprNGRpuxsLw32a0fz { top:4.375rem;left:9.4375rem;width:27.1875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2JCmrQ54K20pT72dTgUONDAOETt6IgO { top:2.875rem;left:19.21875rem;width:7.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHxwaZuT4FxUA1vFppfX4TeOH0WtSwBx { top:31.875rem;left:0rem;width:17.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTXwywNLI8Wrh2vzpEshdfM9iQgRn44 { top:31.875rem;left:15rem;width:17.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBgi3OrpTvWFqoN6EBQkAMW20owFUTT { top:36.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNItH1JxV79et7aWks3OnOkHfa2bcOeF { top:36.5625rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcwTVAOWFILyeIAVCqG3sQ3kdPsc7Xh { top:33.3125rem;left:17.625rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Ty9AgXc2sGmZI8RIdJ6UJDAZcDDSHS { top:33.3125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEQsaiMDXRt0tSzQE3ZSGfHqFa4pA8vb { top:5rem;left:0rem;width:6rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXqynmEmRrvs1Hc6dfD1Fk12AcpkvgpX { top:7.25rem;left:20.6875rem;width:27.0625rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D09wT2sO5mPqfmz4dCISXKif8tslCIWw { top:2.875rem;left:40.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ump3qUUKGZih7mHd6HLViJuGmWx6BnV1 { top:33.5625rem;left:39.5rem;width:8.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7S30o2TsBaQS6TP543WnV6U6ynErhGb { top:34.5625rem;left:44.0625rem;width:3.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3otMeadOfoCUpXLZCcOkcBgUGWKQ9ty { top:0.8125rem;left:20rem;width:27.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plqLCJCD0cTUvVKduPJzl4oRxlsxbHau { display:block; }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRWP9UT2obKvvqzToh1rHzIPEGO2xUeT { top:2rem;left:5.0625rem;width:37.625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U71IHtRdhgmqXtWD1bQJrXMfUGpe86b0 { top:5.375rem;left:5.0625rem;width:37.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NREJ3oiIDFgtO0SCawPf2tdRK40XW9Vo { top:1rem;left:0rem;width:47.75rem;height:26.819583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU { display:block; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rfm4F4PUdDVX4pXMzHaAiVEoyO46VGEd { top:4.4375rem;left:5.53125rem;width:36.6875rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTQDMroIvoTNX5bOtxTTKHHggx01Dqk { top:8.5rem;left:5.53125rem;width:36.6875rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT2dxoWPfsIZzm55TG8kPfztdwQa3gA { top:14.0625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngtcSXFRo9d8BDXS519r8DRRzTTCf4JL { top:32.9375rem;left:33.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPski1xASIx1Qpuh34A8scfIeP8qsiJ7 { top:26.6875rem;left:21.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfAaWVL2RIfpM91vGWtrEoIlCGpKClPM { top:20.1875rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu4JLCQ3lB3l6hmmnfTJs9asWPbIe2ni { top:14.0625rem;left:9.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMFAO1tVVTACRWwHwRmuQWUtTV1l8Ol { top:26.6875rem;left:27.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVdHslslXgOEywi1DavZ954Eq8OymXyG { top:14.0625rem;left:15.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwmFhTR7ZHf1l3qzcuBEvew4VAzOMJVT { top:32.9375rem;left:27.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyHPzEo1rE4zliJbcklvh7TLgbhEJqg3 { top:14.0625rem;left:3.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEC28vlLWeE2MQhK9gQlRudGWKZirEvn { top:14.0625rem;left:27.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0rN6W8wZIiOZZyeTw02vpxy2ptCotW9 { top:32.9375rem;left:15.4375rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR5Kiy7itacH0Ta3rhM3KT7ZJzc5vPTg { top:20.1875rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOyUygN78zeNfbWOfOytNOcvHH1JBCIJ { top:20.1875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk79C3XewhA0KBdNGLToUtaSwvmpKEWC { top:20.1875rem;left:3.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktQApc2LNqKnCVrncQxEeImHTLwiocku { top:26.75rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0Rt82NKoLCL5FOuC0tXxLv3c9RpUSk { top:32.9375rem;left:21.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3JGswps6JmKavhMMAErVD79DhLfZp7O { top:20.1875rem;left:33.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwMcKmI5SNudztVKzKA8SbPTRTzVxOm { top:26.6875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc8PKBSANsnHv1BQI5GRA3B97rR4A9uw { top:20.1875rem;left:15.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo6sDB4uSZpdQH6mQccLluEI12z9zWyV { top:26.6875rem;left:33.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2h8oPA7IHL0lKC9HwqCRA2RPQsu4Gfn { top:26.75rem;left:42.75rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chltXgWHlGqVGiUz8vU228zTwVtCcAew { top:26.75rem;left:15.5rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u27v7a1oxU8yUH8nKw6MOJ3X93f8MQgw { top:32.9375rem;left:9.375rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDbxdbfm71mPkbxDoqQ3hyzqeOscaPXz { top:32.9375rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXgT0Q8KgNFzyMTuaubfWbsZIEZwLn6 { top:14.0625rem;left:21.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxyEC2g9BKhCLbevcrsGpCpfwGBdTGTA { top:20.1875rem;left:9.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXsg2oIHWlslwg13gtLnZGHc248J6c0c { top:14.0625rem;left:33.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDDAWwtxfJT07ZhArUl29nq2zNgBuxyX { top:20.1875rem;left:21.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xMbQZFwQdlkvt7NUt32xuZagwB2Oin { top:26.6875rem;left:3.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxgPhE0WwOrcl1RXZbw0siCecrXIZGRM { top:32.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3E58ES7aBOPWwqUsJZCp59pfxIKT5Ks { top:32.9375rem;left:3.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn5mCbPXcJbqnZKaAmam50iZeyFoXvJe { top:20.25rem;left:27.75rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxTw2pI3Xu2GMULkv8d4Ts4cfbdF40B1 { top:14.0625rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBZ4c26FlKqeBITqO2IIuwEFg69KfdZP { top:14.0625rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH4X0I5D71ucetaXRDeQW2hgbXEheqiz { top:26.6875rem;left:9.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0mrlDvqBasTAn67Hi7zo3L4fFbGHDL { top:32.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 { display:block; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf1ZEagGNW50XZTITlUi9f2wkmzFTfZ5 { top:5.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqZnT6Lv4loV1BClAaczsbSTqCi1IEL6 { top:16.125rem;left:0rem;width:47.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWGEknguUhw7xUoXJLvXTVTsnz37HrRe { top:17.25rem;left:0rem;width:12.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIaHo434Z8x7aJWaHBn3cPX7OrsOZpnX { top:19.5rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #If96P8R7t79ApFasOBwBiaUeU2Tmdlbr { top:22.375rem;left:0rem;width:22.5rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR2blhBsxA8PmvLcC87EH4GU4kz7sALW { top:16.125rem;left:7.0625rem;width:15.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDhF0Www3dwsffpvJt0HslszHI0Hl68G { top:19.5rem;left:9.1875rem;width:11.625rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqw1w2iIC7WLg6HaBxRgHLary0qPSitx { top:17.25rem;left:7.875rem;width:14.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMEiSKcluQTgu3RZuKxxCJvsuzK2sfa4 { top:22.375rem;left:11.8125rem;width:30.5rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxrdmWmwIctL6q9KO7Sma1zqSrFos7vl { top:16.125rem;left:25.25rem;width:15.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1TxuflHttT456eTsSr8EEzUlDOGUm1p { top:19.5rem;left:27.9375rem;width:10.5625rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqTu7EfDTJdQO8GNsFGmq9aRkAtTQG2G { top:33.6875rem;left:11.8125rem;width:30.625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgUMPn06ucXee5ncXkPvc0lf7Ai0Pdfh { top:17.25rem;left:29.625rem;width:7.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqmzUXAztOFWFdl9eqJQUVTKrMtJJro { top:22.375rem;left:29.9375rem;width:17.8125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqQDSio35prNSCf18sGXQQAcTtTVUHb { top:16.25rem;left:31.875rem;width:15.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJQTJANzrRO6ivx6Tth1gyEmDKaAw4Mx { top:19.5rem;left:37.875rem;width:9.875rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGCG7fOQLSRdK9xP4GT8z0GmuzTONl1z { top:17.25rem;left:41.0625rem;width:6.6875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOEPsR9H7AMocLoxoWsOZTDJO1riDL6 { top:16.6875rem;left:5.4375rem;width:0.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGtrZFdHTWkxvgsETO8yw9HzFkACMbr { top:16.6875rem;left:42.5rem;width:0.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twI66uIPp5R7hLFmywicZCfdTMNK2WME { top:16.6875rem;left:24.875rem;width:0.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA { display:block; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqRXgRlH6b4eGTmLq7b3tu5xhIz2kXxv { top:3.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clAFT0oyaAu0eTmOEnBHHtIoIqQXHZc5 { top:21.4375rem;left:5.6871337890625rem;width:36.3125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKJchzoD4eJTGZAlfFsmuOsTyRmzmOro { top:9.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTuybEiAVE45zgxTDIZsuWTxaTma4OO6 { top:10.1875rem;left:0rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8C8hpOw4GVRUdnbFzTtQ99TQtT1voyu { top:11.375rem;left:0rem;width:12.5rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CapepWub6D0f0AmgHMwW6ffg0gaGpmLf { top:10.1875rem;left:7rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtFTnrAbieSpIKMbfTRMfuFx6INLUKnW { top:11.125rem;left:7.4375rem;width:15.6875rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTt5LIT1kXicyxNDghlEE2LF7opCnVTA { top:10.1875rem;left:24.4375rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq7m0vwMzz4WPg06cuEdtnFNvcXdrzgx { top:12rem;left:26.4375rem;width:12.5rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HzZTHBOalyWMnzwv7K62dDwXJQlms6 { top:16.25rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8L8OJyeDbCVpNqlJXrIHtO0rIvFiZ2H { top:16.25rem;left:26.4375rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD2lPgpoe6lTrmEs6PwQ8FTJ0DHfIxzA { top:16.25rem;left:9rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2T7NdbsTDDNwlyzTo661N7zvn0RXTRS { top:10.1875rem;left:31.1875rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSVsfc8EEU5uy6iUHFHJXk7tHwWwFTvZ { top:12rem;left:35.25rem;width:12.5rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TALkPUfHhivViVqCn44vsh7CaveASft1 { top:16.25rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 { display:block; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATp18fFAbxUWV8JLgw9NXnJwN4MpdEXu { top:4.5625rem;left:8.5625rem;width:30.6875rem;height:7.75rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovJnxLZgkp3E1UginUmRCskRwtKiVlls { top:11rem;left:7.875rem;width:32rem;height:7.75rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #K96nHCKm5boczITUTVIrGnlBO7AR9khP { top:18.75rem;left:13.875rem;width:20rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTgoK24PyzS8PKcWitZLSDUd87Ti62V { top:2.125rem;left:0rem;width:47.25rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv { display:block; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFRq7kqTGurPe7cQMdFRb963Pz0cgDXS { top:2.875rem;left:0rem;width:6rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmC9wSif76Uys090IXPUAgPc2TE4hgep { top:4.5625rem;left:2.1875rem;width:43.4375rem;height:5.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABaEEX0xXgekxJDkk71AJLAKFLtbF4sT { top:10.375rem;left:8.75rem;width:30.25rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbOigF0VTdCV1BXKbaNz8HFUSsu3NKpu { top:2.875rem;left:0rem;width:47.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ { display:block; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad62WK7tyssH29xc79v6scLZw743tyCm { top:3.75rem;left:2.65625rem;width:42.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGWxe4nq6PWtsamiT8215pgy2DwuQe0T { top:11.5625rem;left:11.75rem;width:31.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpTLMx9LwOsWhl0IGLN2fD1UrALhv2P { top:13.9375rem;left:11.75rem;width:29.125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHxN08QH647N66QDuJgUieTFNocFZLa { top:11.8125rem;left:8rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpKlV4pcK99EQmvauOO9apSIX4UDaQEL { top:19.5625rem;left:8rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ75hLu4UyaVWbtRt42ab0dSqm4fedmE { top:18.375rem;left:11.75rem;width:31.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tse8KDH079zihE0ZvTkCTXxLNHSTET7g { top:20.75rem;left:11.75rem;width:25.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPt09S2QsXhMn9Gb3UiTuPH5O9cc7xi { top:30.125rem;left:12.0625rem;width:28.5rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsOTH6v2TUOKZ0vlgEb2SdQsUMtvl61 { top:27.75rem;left:11.9375rem;width:31.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTX4tbiqBTxiMkk9sgtPgR1uKHvXsza8 { top:28rem;left:7.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbFTlz16edLgOytcFlOkTW42i3b0I0PP { top:38rem;left:12rem;width:28.625rem;height:2.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7fASyhrlq2QRxQgJIFqQ4Tha96B87L { top:36.5625rem;left:7.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3UyIGPbiT6bdHrNVoTQR63twKm0WIIC { top:35.6875rem;left:12rem;width:31.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzuNPmNDtSuvNfgOpd1oifHhp9VfAtq { top:8.3125rem;left:3.3125rem;width:40.875rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfhHu3I5SqO5vqARqya1b8yRhOIptaME { top:16.75rem;left:7.625rem;width:32.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwUDbBr7SvvrA5imClfxRXEq4KZ6rHT { top:25.8125rem;left:7.6875rem;width:32.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVT0R3MKsLIlzN7KFrTEhPJJQAXuNQ04 { top:33.375rem;left:7.6875rem;width:32.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcphIJ3ZLDNGPBacisshIaFfcy89yamT { top:16.75rem;left:7.625rem;width:32.3125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKH2GeGmI3c8XPDtiSEzV4CbXG9zNSMB { top:16.75rem;left:7.625rem;width:32.3125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B { display:block; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-regular-label { width:35.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-textarea { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-button { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-checkbox-label { width:33.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD  { width:35.3125rem;height:auto;top:11.3125rem;left:4.8740234375rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .radio-container { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD {display:block;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD { width:35.3125rem;height:auto;top:11.3125rem;left:4.8740234375rem; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #hHNUQP8uZWBNabWkfIygVCh6S26kxLHh {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lCfALPuWmD83pKLTwH5qaMJPAbmBZoim {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #zFF7VZViASIJDpEbJvxcbn8G01biCdnB {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mt38JpCh9c0JBSlMnQie5ezowUuQ5D69 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MOH3ZRC5VRRvSt3mSfbiTfrPTtA6h6vk {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #AWqQbHeaTXETZ0Tffre5rCbN0cCWz1VU {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #fsakXd1KvFgofOMl6NXPZA0iJCXR1D7z {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uRlxPtlCz8Cluu5pU8ahB0KRMlow7hgc {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #QVLb8DLGdkUVTAHlROmpcETRz4WCih5s {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #DNktm0STRyTR2JIeut9dJpsIawDe5yXF {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #gZWbm8RJTdsXNlF0q2VuKcQQfltxKlZQ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M4DF0Qc35lpPwBNnwnGM2MCf9VDgIlq9 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lvGoPMTgll7vm6ig6HNTgWpvXdxSWA8D {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #eM5hHWWtNabSEtMTWe7ixvtbsxe6vhZQ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #E9QyZCRDNfVev4AzQ8vBIM4zaE49lm8p {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M7ZN0WVarU3oy8M2hoWncXnpJiUHZLTT {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #vDsbqwyfJnTP20zgCl6zUZpEV2zBF2kx {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #c3PmAOugMd7OabatVmrQN0rys8x4iTLl {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #sGTUeaLetvs2xTQNXQv3tPf38dpFkogM {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #vlmJpl8p8CwZqMDJxRJku3UIMVmPTUVI {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #UdG0UbFqFpkrxWrL6ALuJgsD7v7RpoFB {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bwUe1NftPtvXdZaVHhdrF41N5JbivprK {  }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bwUe1NftPtvXdZaVHhdrF41N5JbivprK .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #c2buOiyeZyA8CMqR6EVGBx3nm5taXlbm {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #hGMnfZEZI1uTitkTrIFDFbOR6eDtnV43 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mVgBaIJIAg67vwu3n8ZFkNbVKcM9PkqQ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #wU3GfZFiXuqROko1pwSBwgq2LHISThLI {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #VMcow3qZe5hRLesa4Ze8SyISXqp6hPOJ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #TffBUwMbOsiDa97fBaELLCFxadLSc80i {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #aVOTHBlRq9TQSxR5aMBfVvxpfAH7eR68 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #wAtIlVwaF8rGmF4C4dZtI6qkurn4Ey02 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #yQgQFFlyidADBtWNH4UiRPksfPwdQX8g {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bzFQnw04TCKpxsbigJTTmA9mPM6ZhaEc {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #T2OFqy3vQR5kxTRG66qLGkSaXSod6SBW {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #tvrtvkzzSQwwcVBtlVST4dBUlrSUVMio {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uXROxNMJT2JXB8vkbWgGhgJ7N53XJg8V {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #LboWeTe0ZvSPN6quhMBmWxAmSQSW7xnC {  }
 }@media only screen and (max-width: 763px) { #t1BrX1D2bP0otEfEEzifUtL4XFfOvCiX { display:block; }
 }@media only screen and (max-width: 763px) { #TsohlhSzpo0vIfoD6oUeqNiIkyV6kDwm { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #a7c8KT9pCi0lvbWdfTnTpGL22sFJEPCS {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MsR4EuK32qPIabGcwvSLSbsD34oOTd4J {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #HHF9Xyl69BnwFqT0k6wCXJWLNZhozL0t {  }
 }@media only screen and (max-width: 763px) { #v6WZqA6B47PopyUdhsi9SJlObC6TV29f { display:block; }
 }@media only screen and (max-width: 763px) { #M87ir3NDVQUKDK3P6cQ67fPtFgzEZipO { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mbGC5z7rpfeglNvhaGhyCG0hqKypNa8f {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #RuKA4b4dhqReSE64yuZNmfDhOJQWmpGs {  }
 }@media only screen and (max-width: 763px) { #pWvO2fKbFly50Nx6JRKQM64gbrTSPwqp { top:4.75rem;left:6.375rem;width:35.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgu1wZdkWZaV3e6n0HibFGf8yc5u5Vy { top:8.4375rem;left:7.8125rem;width:32.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWAv3s7rC5hWEfXfMEOhNEHW0XosTxHs { top:83rem;left:7.78125rem;width:32.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyUU2Dbq11s0u7qhDgFATsAQEqgpDQzI { top:85.375rem;left:7.78125rem;width:32.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8fGX7eWANflgvt3M0xKG42N0Bysvfnq { display:block; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgiCDotTpJ1puLk3lhuvMOlMiRWU1zwk { top:4.4375rem;left:7.78125rem;width:32.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSdlQCdUOqT2RzW41kc4CTF6UVPdqna0 { top:7.875rem;left:16.1875rem;width:15.375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aphy7iabV9Q1dIhMbwd0oircqBPIyczk { top:14.875rem;left:19.75rem;width:8.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwKZoyCA6ndVPQISZpKp2VPgTuDySLQl { top:16.625rem;left:15.84375rem;width:16.0625rem;height:7.3125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTO9EMytI9URrEfHy3J6PRZL0zAEaRd { top:23.875rem;left:18.5625rem;width:10.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe6fc2f5-a64d-4b9c-bf71-10067ef337dd/MobileSizeFutureTrends_AHEADSUMMIT2026Banner.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; 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); } }@media only screen and (max-width: 763px) { #ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt { display:block; }#ov1hWlyRP45Do4XdKaK9QyJeqHIeTeXt > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVochS1tSrNq3VNHFprVo1Dh2rFZArab { width:13.3125rem;height:1.29980625rem;top:0.630859375rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQPHgsoEwTOA60zQvMfQAXWKSlxVOusL { top:0rem;left:0rem;width:20rem;height:25.0625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T5Xh3xdRJWGhgoeuy2igVXhDb4Iqhy2x { width:20rem;height:10.125rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/875f34ed-2338-44b4-bf14-7e43d6bb6382/1DDC6111FE6A4C8D8027514CDE137BE0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT.adaptive-delivery-prevent-bg, #sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT.lazyload, #sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT.lazyloading { background-image: none; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container { background-color: transparent; background-image: none; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container > .video-iframe-container { display: none; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row > .video-iframe-container { display: none; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .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); }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container { border-width: 0; border-radius: 0; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDnO85tuiqTUXhbNuwIzXa6aCMPADXRT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG { display:block; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG { background-color: transparent; background-image: none; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container > .video-iframe-container { display: none; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row > .video-iframe-container { display: none; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .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); }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container { width:20rem;height:23rem;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/fe3fc8bc-ac24-47d7-ba01-89d84333ff0c/FutureTrend2026_Speakers_23_1_smol.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container.adaptive-delivery-prevent-bg, #p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container.lazyload, #p4TWsRqvpe7qkfh4p5aWTEh8CTiIkWVG > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 { display:block; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { width:20rem;height:104.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNJErlaqszez48akh0iwMXTlIGEy71UZ { width:15.375rem;height:6.125rem;top:4.1875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9ZQpSqbTlERMLSMmctUovP1uzp6cGrN { width:8.25rem;height:2.25rem;top:10.6875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6wCeKUPTotZdnTMp4DE18wsV8W0FCTB { width:16.0625rem;height:6.4184375rem;top:13.6875rem;left:2rem;font-size:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KofNQEZLc8u5FptCG50UL19hc7RvJyZD { width:9.6875rem;height:5.0625rem;top:25.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzLhOJNWwfiDbItyNLvwBA78lm3Qs9dh { width:9.6875rem;height:4.75rem;top:47.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itKq5fSqteKqxVmAFg6rxsmWb88lc1zk { width:9.6875rem;height:4.75rem;top:9.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIDElIafGoI39AnS6zlGDAXW70xuUpxw { width:9.6875rem;height:5.125rem;top:15.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR5gRRpwIKLNZUTLvy7Ti0ZOK3DTnIZl { width:9.6875rem;height:4.75rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM37c06NlydvG6Dl0XWBnggMAxe2tWG4 { width:9.6875rem;height:4.75rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbbGNe8fpRMmSh6BLPvUX1JA94STdVNM { width:9.6875rem;height:4.75rem;top:52.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrK7Btsr3CT1s4pf9y5An4sXA8CuCzfu { width:19.1875rem;height:1.54345625rem;top:1.3125rem;left:0.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euIcvv0Ar90V0R2p72wJTTmf4av77IcU { width:19.1875rem;height:4.38671875rem;top:3.75rem;left:0.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnHuHHcU2y2nvfEqfQ7LoGRCGRXaEWKQ { width:9.6875rem;height:4.75rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKxIn0RfcQfTc9TK0cEpzq2Tfa53rTqr { width:9.6875rem;height:4.75rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx5OtKoNlOBDdESbHouRAt7FnMZreVqC { width:9.6875rem;height:4.75rem;top:20.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwAfKqkCvSt6uo85FpbdAOFdV7UPBJD { width:9.6875rem;height:4.75rem;top:41.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KufUTpwcqZX1g29kRoFfS2uBJZmQUWy1 { width:9.6875rem;height:4.75rem;top:57.9375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRp819UGzmTPN9vyCBMksN419WwgrTuZ { width:9.6875rem;height:4.75rem;top:36.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcRT8SwTnqOc03nuexpxRdtrk5LNrPk3 { width:9.6875rem;height:6.125rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbGaBt8pmwTOMStXm6OdnqWzEuoJFB9m { width:9.6875rem;height:4.75rem;top:31.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDip1vcTivN1JGfR3r87u79DOBhebp2C { width:9.6875rem;height:4.75rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #co0nPD3Oyqrew8xl0IPO1gQLkODxgIBT { width:9.6875rem;height:4.75rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbt6p3AlCI9d9R8NX9GJKV7kuT94277Z { width:9.6875rem;height:4.75rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSalAJsFH79JvLTWy6rsXu0Gnyr1hST5 { width:9.6875rem;height:4.75rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdBHtmFdI2ewSa8D4WwSnlpvRgGxe7rk { width:20rem;height:2.923825rem;top:64.7646484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPrwaqIZKoCdO3v7PBNHhZsBrThVarZu { width:20rem;height:19.039735099338rem;top:92.249755859375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ivIXJtMwiN7m1QSS6Tn5K4MIJbRBCOuw { width:7.125rem;height:3.9755434782609rem;top:123.18725585938rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDAcOiavruECQ7dLN8l0upg9mysA15eu { width:19.25rem;height:19.051886792453rem;top:129.423825rem;left:0.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #QOuh7hCrXdkEs7Fg5k3eZyIfUoSwm2KS { width:7.5rem;height:5.377358490566rem;top:158.23608085937rem;left:6.1248779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfRCwNZaNCDZ8SuIIoWsFLrJzy0g7cS4 { width:17.8125rem;height:5.625rem;top:121.31225585938rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSIioqILcCUZ6AdgHCbH8CH4Se1UtCLc { width:17.8125rem;height:5.625rem;top:158.67370292969rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4VyScATZpLAQtpamt5Vucwfrp6PaP0l { width:12.5rem;height:2.5996125rem;top:161.54845878906rem;left:4.81201171875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkAHnZsZAoyfKVemArmL5Fn3Q3N3a4Vn { width:12.5rem;height:2.5996125rem;top:124.24987792969rem;left:4.7503662109375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnfb90pOGQBzPf7RubasDd3iqWlWJDaH { width:12.5rem;height:1.29980625rem;top:126.875rem;left:4.7503662109375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM0ZNkmD85p8TvIEDRI5PbJS761RFGEI { width:12.5rem;height:1.29980625rem;top:164.17358085937rem;left:4.81201171875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzWtE99l6H4ZoGKSIwHZ2zZtP076kco6 { width:20rem;height:17.6875rem;top:68.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hh4HACyxMFrvI8ShSrQPRBWCNi36WS44 { width:18.3125rem;height:10.25rem;top:65.9375rem;left:0.84375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #b6K8WDkv29K1JXBIOzK2OhTX5hPg9d6i { top:71.8125rem;left:0.625rem;width:18.75rem;height:32.5625rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MxSLMWda934ZXuGa8c1Xk8WxSxChECkR { width:4.625rem;height:4.625rem;top:69rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4CZc8LGMmLCyRSa2nFEXqz62p5TTmmg { width:5.875rem;height:3.25rem;top:69.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pubZfSBtTxyrf3KOVgP3SfburKT4ElyU { width:4.8125rem;height:4.75rem;top:68.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMlNI4Tw7haT6zf1TIWVi1HzHfnbdCh7 { width:4.9375rem;height:4.875rem;top:68.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykFXcWGyCWEINTk244rFm6JhaSZGxB44 { display:block; }#ykFXcWGyCWEINTk244rFm6JhaSZGxB44 > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtLmktzRrF4b6tx8KwWZvnnR56xA4WrH { width:16.0625rem;height:6.4184375rem;top:13.6875rem;left:2rem;font-size:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcLl3xg6QmXFVlPxdcQECB6B7yKKWgRO { width:20rem;height:1.4624rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9tAvKGgPkfxvkvJQ5wmr5XzaX1elZc { width:20rem;height:1.54345625rem;top:4.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7U4ddBmNpT3TPB8tXhQt3kXT2oT1Beb { width:9.75rem;height:5.375rem;top:7.70458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH3TTuVzPdffUtwWERgIkL6rtRc9TIGU { width:10rem;height:5.5rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRDqh2dbBL8g5XMBGKHWuviKW6CySxbb { width:9.8125rem;height:5.125rem;top:7.73583984375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0qo6bCCsuDxiTsxxRm2PBi4GBwaGyOg { width:9.75rem;height:5.375rem;top:19.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoAmBWBEmQmKVmAbyKv6GfXTNG96TJip { width:10rem;height:5.1875rem;top:42.28125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa0PPc1uVqsTOMvdL8x9MPz9WctldvtQ { width:9.5625rem;height:5.125rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsrleTQ9GT7IouXg3lrnfw6ebCVU4pmc { width:9.6875rem;height:5.3125rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snQdnapR0mi8uVXEmVlB5uauzmW5Hv8f { width:9.875rem;height:5.125rem;top:30.90625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF1vIHfe8z9EtVeqeRsdq2ysE8P4UnfW { width:9.6875rem;height:5.3125rem;top:25.03125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfwTnmaSgkcRahTU5fqcy18uv5TKUsTL { width:9.8125rem;height:5.3125rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd8TU1ygHDxTziSI62hygFthwiRpFyxG { width:9.875rem;height:5.4375rem;top:13.20458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9DN30fOFpJxunLSKbPFIIzMzgwlktrS { width:9.75rem;height:5.375rem;top:13.17333984375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaHb2t9rKEoHdV62zWB9GmyFn1UbACng { width:9.9375rem;height:5.375rem;top:47.78125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkP19iMo4SaP30XCG9thghgMX5uJxvX { width:9.5rem;height:5.1875rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARXDTw2yJWaabWXQ8Qb5IE7O5KW4XQ6E { width:9.75rem;height:5.375rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxyLb1ZBxfX19Z4iCNCus7UL15qUpbMg { width:9.5625rem;height:5.0625rem;top:36.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4VH3floXvAuws82cHoSFg77OWVqTCcI { width:9.8125rem;height:5.3125rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKtqDzZ6L6hid2QwGwVPHKax5zGIfuwd { width:9.9375rem;height:5.75rem;top:53.46875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX62vVpgav9Msa7sn9kTGzEsJTsV8BzW { width:8.375rem;height:4.625rem;top:59.21875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2C90292IaOwJ4zTlUBR4f0e2lAwnD7u { width:14.9375rem;height:8.449225rem;top:66.375rem;left:2.53125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U902eLL7GMPK75ca3OeatNcgJTf42eKP { width:18.875rem;height:3.6875rem;top:77.3125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9WscmFgf5WMmHRz4U4zrQTXQnNaExyo { display:block; }
 }@media only screen and (max-width: 763px) { #vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG { display:block; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHbAETkKHXcVawwQRoaMinkP6l5KbUlJ { height:11.212875rem;width:20rem;top:10.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEqXCtJoPLK4A4zHIbM1v3bsN8QVvD0 { width:20rem;height:2.03125rem;top:6.07421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEqWHHsV7bUc9Myx5RRJ76dS1ZlrqwwM { width:20rem;height:2.03125rem;top:3.474609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMVrdTxoiP3PnUn4ZvnAyNUvqUTRM65c { width:9.5625rem;height:2.03125rem;top:24.3125rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXstchmqZTbbOHPrmDQCfzqaIlKc6lrL { width:8.5rem;height:1.21875rem;top:26rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4NtbAwl0OkboiQKnQFaPgKwyJusP66 { width:19.75rem;height:9.0625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWzc4ULfeHgIcc2MHpXAiB9ir5oLuE2E { width:9.6875rem;height:3.75rem;top:23.4375rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTS9J9GvynlGSVSWN4zJ8lsci5fLn1i9 { width:8.9375rem;height:2.03125rem;top:24rem;left:10.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4TyCe2eSnTHx00kzJqodwdmrMHL4RhU { width:8.625rem;height:1.21875rem;top:25.8125rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW3Ch6zlslhJCtNKgJXoK3BZmIOJ446K { width:9.6875rem;height:3.75rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Is37MtOW0obVSINcfPMg1PpN43efwZGG { width:6.4375rem;height:2.03125rem;top:28.875rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op8Fvcsbv9pHK2O0D5lxp9NMC89T99co { width:8.5625rem;height:1.21875rem;top:30.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeLrzQfh8NTXPto1JsA038zzI1spq9Sg { width:9.6875rem;height:3.75rem;top:28.4375rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qS9hVC31F9u87Adix3SnWhSvsn5xhAwg { width:8.875rem;height:1.21875rem;top:30.625rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOANQFwmPQ6Pdz1ZgL3ohZKI88e9xnOO { width:8.5625rem;height:2.03125rem;top:29.0625rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKRyk5l3AHLrRbaMZAlqx3lFADihLTV { width:0.125rem;height:3.8125rem;top:43.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqODSBTuKUHPZiHWKZFs5v6fTM8MSHJc { width:13.6875rem;height:0.125rem;top:28.15625rem;left:3.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVZgwTt8zIXMHQo0e34SV248Q8T4PTXN { width:0.125rem;height:3.8125rem;top:26.34375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp { display:block; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQHckSSsyr8eT0loC3Usb62wzvViZWtv { width:10rem;height:6.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUlmlm5W11Ha0pbWyibkkgSpo5fmGEXQ { width:10rem;height:6.625rem;top:2.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si2KQE0tkK2Xb7TV1fgzVZbTNSI2w3MA { width:10rem;height:6.25rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAqHMrrZRyn1Vz0zRIB8RbUbATbAQ9rx { width:10rem;height:6.625rem;top:39.375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWRtwisbKgiPpTbAo4Q45XgcuFXgmuZQ { width:10rem;height:6.625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5idT5bexBJDHOFQZm9CvxAxCdW3aQT { width:10rem;height:6.625rem;top:39.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXtxDxqaCMxRqilqXyZybp2eTVeQNyqs { width:10rem;height:6.625rem;top:15.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkSzeXkwTPo0OWw8twdwBDJGg1AfGnob { width:10rem;height:6.625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdf3eiOzvSCGgNbGfmFNXn9b24Q6miKm { width:10rem;height:6.625rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1iAQl1LCwCNsCHvE3rFe2fAaNmhCm66 { width:10rem;height:6.625rem;top:22rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUIhN3qqIKoiDFqGhyIQac3N7QganK1S { width:10rem;height:6.625rem;top:46rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6hJnMX1R6xhiSyrD99VAcd2wqPO24Th { width:10rem;height:6.625rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFTtX9Lb0ZE2TRKNJfX4aht3DyvJb3MU { width:10rem;height:6.625rem;top:35.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqK27ZtptDeDg35Du9gHwJ2CZEB58oWs { width:10rem;height:6.625rem;top:28.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlEhkGPyi3U99ZmwmGp0fPNMCoTf0Fr2 { width:10rem;height:6.625rem;top:9.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFHcuhbpnWzpsfi0mCPWw8EEc86IZ8o { width:10rem;height:6.625rem;top:46rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZhQos3eFMFeRAXJMLK4l2ryfv8A8fHi { width:10rem;height:6.625rem;top:52.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gid5mqscdo6UXo5sFVvw1nFvPTSiezal { width:10rem;height:6.625rem;top:52.625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8IoLkudPc3e9f0BKMiRfITN2anXMPSL { width:10rem;height:6.625rem;top:58.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u49BX7T0XrCKfxA2kQrf0AIlwW7avMpP { width:10rem;height:6.625rem;top:58.6875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 { display:block; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HtXgAZ3dwI83QIv7ZTb6rstklTdneR { width:20rem;height:19.0625rem;top:7.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #puqG8ygHLn6TfUlprNGRpuxsLw32a0fz { width:19.25rem;height:19.0625rem;top:34.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2JCmrQ54K20pT72dTgUONDAOETt6IgO { width:7.5rem;height:5.375rem;top:31.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHxwaZuT4FxUA1vFppfX4TeOH0WtSwBx { width:17.8125rem;height:5.625rem;top:24.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTXwywNLI8Wrh2vzpEshdfM9iQgRn44 { width:17.8125rem;height:5.625rem;top:50.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBgi3OrpTvWFqoN6EBQkAMW20owFUTT { width:12.5rem;height:1.29980625rem;top:27.625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNItH1JxV79et7aWks3OnOkHfa2bcOeF { width:12.5rem;height:1.29980625rem;top:54.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcwTVAOWFILyeIAVCqG3sQ3kdPsc7Xh { width:12.5rem;height:2.5996125rem;top:52.0625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Ty9AgXc2sGmZI8RIdJ6UJDAZcDDSHS { width:12.5rem;height:2.5996125rem;top:25.25rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEQsaiMDXRt0tSzQE3ZSGfHqFa4pA8vb { width:7.125rem;height:3.9375rem;top:5.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXqynmEmRrvs1Hc6dfD1Fk12AcpkvgpX { width:20rem;height:19rem;top:61.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D09wT2sO5mPqfmz4dCISXKif8tslCIWw { width:6.9375rem;height:6.9375rem;top:58.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ump3qUUKGZih7mHd6HLViJuGmWx6BnV1 { width:8.25rem;height:3.75rem;top:82.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7S30o2TsBaQS6TP543WnV6U6ynErhGb { width:3.6875rem;height:1.7871125rem;top:83.8125rem;left:8.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3otMeadOfoCUpXLZCcOkcBgUGWKQ9ty { width:20rem;height:23.0175625rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plqLCJCD0cTUvVKduPJzl4oRxlsxbHau { display:block; }#plqLCJCD0cTUvVKduPJzl4oRxlsxbHau > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRWP9UT2obKvvqzToh1rHzIPEGO2xUeT { width:20rem;height:1.29980625rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U71IHtRdhgmqXtWD1bQJrXMfUGpe86b0 { width:20rem;height:2.5996125rem;top:16.66845703125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NREJ3oiIDFgtO0SCawPf2tdRK40XW9Vo { width:20rem;height:11.233333333333rem;top:1.3291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU { display:none; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rfm4F4PUdDVX4pXMzHaAiVEoyO46VGEd { width:20rem;height:2.4375rem;top:6.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTQDMroIvoTNX5bOtxTTKHHggx01Dqk { width:20rem;height:2.11230625rem;top:8.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT2dxoWPfsIZzm55TG8kPfztdwQa3gA { width:3.125rem;height:3.125rem;top:12.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngtcSXFRo9d8BDXS519r8DRRzTTCf4JL { width:3.125rem;height:3.125rem;top:28.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPski1xASIx1Qpuh34A8scfIeP8qsiJ7 { width:3.125rem;height:3.125rem;top:21.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfAaWVL2RIfpM91vGWtrEoIlCGpKClPM { width:3.125rem;height:3.125rem;top:18.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu4JLCQ3lB3l6hmmnfTJs9asWPbIe2ni { width:3.125rem;height:3.125rem;top:12.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMFAO1tVVTACRWwHwRmuQWUtTV1l8Ol { width:3.125rem;height:3.125rem;top:21.875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVdHslslXgOEywi1DavZ954Eq8OymXyG { width:3.125rem;height:3.125rem;top:12.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwmFhTR7ZHf1l3qzcuBEvew4VAzOMJVT { width:3.125rem;height:3.125rem;top:25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyHPzEo1rE4zliJbcklvh7TLgbhEJqg3 { width:3.125rem;height:3.125rem;top:12.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEC28vlLWeE2MQhK9gQlRudGWKZirEvn { width:3.125rem;height:3.125rem;top:12.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0rN6W8wZIiOZZyeTw02vpxy2ptCotW9 { width:3.125rem;height:3.0625rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR5Kiy7itacH0Ta3rhM3KT7ZJzc5vPTg { width:3.125rem;height:3.125rem;top:21.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOyUygN78zeNfbWOfOytNOcvHH1JBCIJ { width:3.125rem;height:3.125rem;top:15.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk79C3XewhA0KBdNGLToUtaSwvmpKEWC { width:3.125rem;height:3.125rem;top:18.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktQApc2LNqKnCVrncQxEeImHTLwiocku { width:3.125rem;height:3.125rem;top:25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0Rt82NKoLCL5FOuC0tXxLv3c9RpUSk { width:3.125rem;height:3.125rem;top:28.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3JGswps6JmKavhMMAErVD79DhLfZp7O { width:3.125rem;height:3.125rem;top:18.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwMcKmI5SNudztVKzKA8SbPTRTzVxOm { width:3.125rem;height:3.125rem;top:21.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc8PKBSANsnHv1BQI5GRA3B97rR4A9uw { width:3.125rem;height:3.125rem;top:15.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo6sDB4uSZpdQH6mQccLluEI12z9zWyV { width:3.125rem;height:3.125rem;top:21.875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2h8oPA7IHL0lKC9HwqCRA2RPQsu4Gfn { width:3.125rem;height:3.0625rem;top:25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chltXgWHlGqVGiUz8vU228zTwVtCcAew { width:3.125rem;height:3.0625rem;top:18.875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u27v7a1oxU8yUH8nKw6MOJ3X93f8MQgw { width:3.125rem;height:3.0625rem;top:28.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDbxdbfm71mPkbxDoqQ3hyzqeOscaPXz { width:3.125rem;height:3.125rem;top:25rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXgT0Q8KgNFzyMTuaubfWbsZIEZwLn6 { width:3.125rem;height:3.125rem;top:12.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxyEC2g9BKhCLbevcrsGpCpfwGBdTGTA { width:3.125rem;height:3.125rem;top:18.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXsg2oIHWlslwg13gtLnZGHc248J6c0c { width:3.125rem;height:3.125rem;top:15.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDDAWwtxfJT07ZhArUl29nq2zNgBuxyX { width:3.125rem;height:3.125rem;top:15.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xMbQZFwQdlkvt7NUt32xuZagwB2Oin { width:3.125rem;height:3.125rem;top:25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxgPhE0WwOrcl1RXZbw0siCecrXIZGRM { width:3.125rem;height:3.125rem;top:25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3E58ES7aBOPWwqUsJZCp59pfxIKT5Ks { width:3.125rem;height:3.125rem;top:28.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn5mCbPXcJbqnZKaAmam50iZeyFoXvJe { width:3.125rem;height:3.0625rem;top:18.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxTw2pI3Xu2GMULkv8d4Ts4cfbdF40B1 { width:3.125rem;height:3.125rem;top:15.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBZ4c26FlKqeBITqO2IIuwEFg69KfdZP { width:3.125rem;height:3.125rem;top:15.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH4X0I5D71ucetaXRDeQW2hgbXEheqiz { width:3.125rem;height:3.125rem;top:21.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0mrlDvqBasTAn67Hi7zo3L4fFbGHDL { width:3.125rem;height:3.125rem;top:28.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 { display:block; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { width:20rem;height:93.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf1ZEagGNW50XZTITlUi9f2wkmzFTfZ5 { width:20rem;height:4.875rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqZnT6Lv4loV1BClAaczsbSTqCi1IEL6 { width:19.9375rem;height:7.6875rem;top:10.66796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWGEknguUhw7xUoXJLvXTVTsnz37HrRe { width:9.25rem;height:1.4624rem;top:11.4365234375rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIaHo434Z8x7aJWaHBn3cPX7OrsOZpnX { width:9.5rem;height:0.8125rem;top:12.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #If96P8R7t79ApFasOBwBiaUeU2Tmdlbr { width:20rem;height:22.875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR2blhBsxA8PmvLcC87EH4GU4kz7sALW { width:9.375rem;height:3.125rem;top:10.66796875rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDhF0Www3dwsffpvJt0HslszHI0Hl68G { width:9.125rem;height:0.8125rem;top:12.64794921875rem;left:10.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqw1w2iIC7WLg6HaBxRgHLary0qPSitx { width:7.8125rem;height:1.4624rem;top:11.3740234375rem;left:11.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMEiSKcluQTgu3RZuKxxCJvsuzK2sfa4 { width:20rem;height:7.125rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxrdmWmwIctL6q9KO7Sma1zqSrFos7vl { width:9.375rem;height:3.125rem;top:14.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1TxuflHttT456eTsSr8EEzUlDOGUm1p { width:6.875rem;height:0.8125rem;top:16.8125rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqTu7EfDTJdQO8GNsFGmq9aRkAtTQG2G { width:20rem;height:8.3125rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgUMPn06ucXee5ncXkPvc0lf7Ai0Pdfh { width:7.125rem;height:1.4624rem;top:15.5185546875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqmzUXAztOFWFdl9eqJQUVTKrMtJJro { width:20rem;height:30rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqQDSio35prNSCf18sGXQQAcTtTVUHb { width:9.375rem;height:3.125rem;top:14.6875rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJQTJANzrRO6ivx6Tth1gyEmDKaAw4Mx { width:9.875rem;height:0.8125rem;top:16.8125rem;left:10.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGCG7fOQLSRdK9xP4GT8z0GmuzTONl1z { width:6.6875rem;height:1.4624rem;top:15.4560546875rem;left:12.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOEPsR9H7AMocLoxoWsOZTDJO1riDL6 { width:0.125rem;height:3.8125rem;top:192.6840625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITGtrZFdHTWkxvgsETO8yw9HzFkACMbr { width:0.125rem;height:3.8125rem;top:12.60546875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twI66uIPp5R7hLFmywicZCfdTMNK2WME { width:0.125rem;height:3.8125rem;top:187.6215625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA { display:block; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqRXgRlH6b4eGTmLq7b3tu5xhIz2kXxv { width:20rem;height:9.0175625rem;top:4.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clAFT0oyaAu0eTmOEnBHHtIoIqQXHZc5 { width:20rem;height:1.54358125rem;top:52.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKJchzoD4eJTGZAlfFsmuOsTyRmzmOro { display:flex;width:3.125rem;height:3.125rem;top:12.625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #qTuybEiAVE45zgxTDIZsuWTxaTma4OO6 { width:16.5625rem;height:8.125rem;top:13.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8C8hpOw4GVRUdnbFzTtQ99TQtT1voyu { width:12.5rem;height:4.875rem;top:14.875rem;left:3.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CapepWub6D0f0AmgHMwW6ffg0gaGpmLf { width:16.5625rem;height:8.125rem;top:23.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtFTnrAbieSpIKMbfTRMfuFx6INLUKnW { width:15.6875rem;height:4.5rem;top:24.0625rem;left:2.15625rem;font-size:2.5rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #lTt5LIT1kXicyxNDghlEE2LF7opCnVTA { width:16.5625rem;height:8.125rem;top:32.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq7m0vwMzz4WPg06cuEdtnFNvcXdrzgx { width:12.5rem;height:3.25rem;top:34.25rem;left:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HzZTHBOalyWMnzwv7K62dDwXJQlms6 { width:12.5rem;height:1.21875rem;top:19.1875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8L8OJyeDbCVpNqlJXrIHtO0rIvFiZ2H { width:12.5rem;height:1.21875rem;top:37.5rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD2lPgpoe6lTrmEs6PwQ8FTJ0DHfIxzA { width:12.5rem;height:1.21875rem;top:29.125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2T7NdbsTDDNwlyzTo661N7zvn0RXTRS { width:16.5625rem;height:8.125rem;top:41.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSVsfc8EEU5uy6iUHFHJXk7tHwWwFTvZ { width:12.5rem;height:3.25rem;top:43.625rem;left:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TALkPUfHhivViVqCn44vsh7CaveASft1 { width:12.5rem;height:1.21875rem;top:46.875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 { display:block; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATp18fFAbxUWV8JLgw9NXnJwN4MpdEXu { width:10.3125rem;height:2.5996125rem;top:2.25rem;left:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovJnxLZgkp3E1UginUmRCskRwtKiVlls { width:10.4375rem;height:2.5996125rem;top:4.875rem;left:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K96nHCKm5boczITUTVIrGnlBO7AR9khP { width:11.125rem;height:2.5996125rem;top:7.5rem;left:4.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTgoK24PyzS8PKcWitZLSDUd87Ti62V { width:19.5rem;height:23.6875rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv { background-color:transparent;background-image: -webkit-linear-gradient(186deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(186deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(186deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(186deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(186deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;display:block; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container { background-color: transparent; background-image: none; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container > .video-iframe-container { display: none; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row > .video-iframe-container { display: none; }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .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); }#zkCh8iJzr4X5HkxfuSQkUTeOoqmrmURv > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFRq7kqTGurPe7cQMdFRb963Pz0cgDXS { width:6rem;height:2.5996125rem;top:2.99951171875rem;left:7rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmC9wSif76Uys090IXPUAgPc2TE4hgep { width:20rem;height:2.5996125rem;top:6.7871125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABaEEX0xXgekxJDkk71AJLAKFLtbF4sT { width:20rem;height:2.2749rem;top:9.38671875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbOigF0VTdCV1BXKbaNz8HFUSsu3NKpu { width:19.5rem;height:10.4375rem;top:5.16162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ { display:block; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad62WK7tyssH29xc79v6scLZw743tyCm { width:15.8125rem;height:3.8994125rem;top:2.74951171875rem;left:2.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGWxe4nq6PWtsamiT8215pgy2DwuQe0T { width:15.375rem;height:2.19360625rem;top:9.125rem;left:4.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpTLMx9LwOsWhl0IGLN2fD1UrALhv2P { width:15.0625rem;height:1.9494625rem;top:11.1875rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHxN08QH647N66QDuJgUieTFNocFZLa { display:flex;width:3.125rem;height:3.125rem;top:9.5625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CpKlV4pcK99EQmvauOO9apSIX4UDaQEL { display:flex;width:3.125rem;height:3.125rem;top:17.1875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yZ75hLu4UyaVWbtRt42ab0dSqm4fedmE { width:15.1875rem;height:2.19360625rem;top:16.125rem;left:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tse8KDH079zihE0ZvTkCTXxLNHSTET7g { width:13.5rem;height:3.25rem;top:18.25rem;left:4.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPt09S2QsXhMn9Gb3UiTuPH5O9cc7xi { width:11.25rem;height:1.625rem;top:27rem;left:4.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsOTH6v2TUOKZ0vlgEb2SdQsUMtvl61 { width:15.0625rem;height:2.19360625rem;top:24.8125rem;left:4.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTX4tbiqBTxiMkk9sgtPgR1uKHvXsza8 { display:flex;width:3.125rem;height:3.125rem;top:25.1875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TbFTlz16edLgOytcFlOkTW42i3b0I0PP { width:15.125rem;height:1.4619125rem;top:34.8125rem;left:4.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7fASyhrlq2QRxQgJIFqQ4Tha96B87L { display:flex;width:3.125rem;height:3.125rem;top:33.125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #A3UyIGPbiT6bdHrNVoTQR63twKm0WIIC { width:15.3125rem;height:2.19360625rem;top:32.75rem;left:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzuNPmNDtSuvNfgOpd1oifHhp9VfAtq { width:20rem;height:39.625rem;top:-0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfhHu3I5SqO5vqARqya1b8yRhOIptaME { width:17.75rem;height:0.125rem;top:30.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwUDbBr7SvvrA5imClfxRXEq4KZ6rHT { width:20rem;height:0.125rem;top:43.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVT0R3MKsLIlzN7KFrTEhPJJQAXuNQ04 { width:20rem;height:0.125rem;top:45.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcphIJ3ZLDNGPBacisshIaFfcy89yamT { width:17.75rem;height:0.125rem;top:23.3125rem;left:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #KKH2GeGmI3c8XPDtiSEzV4CbXG9zNSMB { width:17.75rem;height:0.125rem;top:14.1875rem;left:1.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B { display:block; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD  { width:17.25rem;height:auto;top:11.375rem;left:0rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD {display:block;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD { width:17.25rem;height:auto;top:11.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #hHNUQP8uZWBNabWkfIygVCh6S26kxLHh {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lCfALPuWmD83pKLTwH5qaMJPAbmBZoim { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #zFF7VZViASIJDpEbJvxcbn8G01biCdnB {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mt38JpCh9c0JBSlMnQie5ezowUuQ5D69 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MOH3ZRC5VRRvSt3mSfbiTfrPTtA6h6vk { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #AWqQbHeaTXETZ0Tffre5rCbN0cCWz1VU {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #fsakXd1KvFgofOMl6NXPZA0iJCXR1D7z {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uRlxPtlCz8Cluu5pU8ahB0KRMlow7hgc { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #QVLb8DLGdkUVTAHlROmpcETRz4WCih5s {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #DNktm0STRyTR2JIeut9dJpsIawDe5yXF {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #gZWbm8RJTdsXNlF0q2VuKcQQfltxKlZQ { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M4DF0Qc35lpPwBNnwnGM2MCf9VDgIlq9 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lvGoPMTgll7vm6ig6HNTgWpvXdxSWA8D {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #eM5hHWWtNabSEtMTWe7ixvtbsxe6vhZQ { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #E9QyZCRDNfVev4AzQ8vBIM4zaE49lm8p {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M7ZN0WVarU3oy8M2hoWncXnpJiUHZLTT {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #vDsbqwyfJnTP20zgCl6zUZpEV2zBF2kx { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #c3PmAOugMd7OabatVmrQN0rys8x4iTLl {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #sGTUeaLetvs2xTQNXQv3tPf38dpFkogM {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #vlmJpl8p8CwZqMDJxRJku3UIMVmPTUVI { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #UdG0UbFqFpkrxWrL6ALuJgsD7v7RpoFB {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bwUe1NftPtvXdZaVHhdrF41N5JbivprK {  }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bwUe1NftPtvXdZaVHhdrF41N5JbivprK .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #c2buOiyeZyA8CMqR6EVGBx3nm5taXlbm { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #hGMnfZEZI1uTitkTrIFDFbOR6eDtnV43 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mVgBaIJIAg67vwu3n8ZFkNbVKcM9PkqQ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #wU3GfZFiXuqROko1pwSBwgq2LHISThLI {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #VMcow3qZe5hRLesa4Ze8SyISXqp6hPOJ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #TffBUwMbOsiDa97fBaELLCFxadLSc80i {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #aVOTHBlRq9TQSxR5aMBfVvxpfAH7eR68 { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #wAtIlVwaF8rGmF4C4dZtI6qkurn4Ey02 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #yQgQFFlyidADBtWNH4UiRPksfPwdQX8g {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bzFQnw04TCKpxsbigJTTmA9mPM6ZhaEc { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #T2OFqy3vQR5kxTRG66qLGkSaXSod6SBW {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #tvrtvkzzSQwwcVBtlVST4dBUlrSUVMio {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uXROxNMJT2JXB8vkbWgGhgJ7N53XJg8V { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #LboWeTe0ZvSPN6quhMBmWxAmSQSW7xnC {  }
 }@media only screen and (max-width: 763px) { #t1BrX1D2bP0otEfEEzifUtL4XFfOvCiX { display:block; }
 }@media only screen and (max-width: 763px) { #TsohlhSzpo0vIfoD6oUeqNiIkyV6kDwm { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #a7c8KT9pCi0lvbWdfTnTpGL22sFJEPCS {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MsR4EuK32qPIabGcwvSLSbsD34oOTd4J {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #HHF9Xyl69BnwFqT0k6wCXJWLNZhozL0t {  }
 }@media only screen and (max-width: 763px) { #v6WZqA6B47PopyUdhsi9SJlObC6TV29f { display:block; }
 }@media only screen and (max-width: 763px) { #M87ir3NDVQUKDK3P6cQ67fPtFgzEZipO { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mbGC5z7rpfeglNvhaGhyCG0hqKypNa8f {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #RuKA4b4dhqReSE64yuZNmfDhOJQWmpGs {  }
 }@media only screen and (max-width: 763px) { #pWvO2fKbFly50Nx6JRKQM64gbrTSPwqp { width:20rem;height:1.950075rem;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgu1wZdkWZaV3e6n0HibFGf8yc5u5Vy { width:20rem;height:2.76171875rem;top:6.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWAv3s7rC5hWEfXfMEOhNEHW0XosTxHs { width:20rem;height:2.923825rem;top:87.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyUU2Dbq11s0u7qhDgFATsAQEqgpDQzI { width:20rem;height:2.9248rem;top:92.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8fGX7eWANflgvt3M0xKG42N0Bysvfnq { display:block; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgiCDotTpJ1puLk3lhuvMOlMiRWU1zwk { width:20rem;height:2.35595625rem;top:3.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSdlQCdUOqT2RzW41kc4CTF6UVPdqna0 { width:15.375rem;height:6.125rem;top:7rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aphy7iabV9Q1dIhMbwd0oircqBPIyczk { width:8.25rem;height:2.25rem;top:18.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwKZoyCA6ndVPQISZpKp2VPgTuDySLQl { width:16.0625rem;height:2.5996125rem;top:14.375rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTO9EMytI9URrEfHy3J6PRZL0zAEaRd { width:10.625rem;height:7.6875rem;top:21.6875rem;left:4.6875rem;display:block; }
 }