.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:255,247,223;--color-primary-1:255,229,148;--color-primary-2:254,203,41;--color-primary-3:127,102,21;--color-primary-4:38,30,6;--color-secondary-0:229,249,255;--color-secondary-1:167,235,255;--color-secondary-2:79,214,254;--color-secondary-3:40,107,127;--color-secondary-4:12,32,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/5xx52ff7/bg_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(var(--color-tertiary-4),0.75);background-image:url("https://images.assets-landingi.com/swiOEjs1/modern_agency4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:54.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:rgba(var(--color-primary-1),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.6875rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { color:rgba(var(--color-primary-2),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:3.0859375rem;font-style:normal;display:block; }
#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { background-color:#141516;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.875rem;left:0rem;display:block; }
#QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { box-sizing:content-box;color:#bebebe;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:36.375rem;left:28.75rem;display:block; }
#Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#141516;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.1875rem;left:53.125rem;display:block; }
#PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEDDOS9aend2QOgBgT68AmcfFzcaEe9J { 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:11.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row .container { background-color: transparent; background-image: none; }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row .container > .video-iframe-container { display: none; }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row > .video-iframe-container { display: none; }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .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); }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row .container { border-width: 0; border-radius: 0; }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#qOWUwgTlLs2wF6xvJGINyCxEbw8Zz056 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJ4zkXT1qOKDzP1O45cFcdM6g4LLKiAF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:0.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row .container { background-color: transparent; background-image: none; }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row .container > .video-iframe-container { display: none; }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row > .video-iframe-container { display: none; }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .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); }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row .container { border-width: 0; border-radius: 0; }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#ORQaDRiIrZs1cnqniTThWxZT05pouFxe { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTu51QHRhGwFDR8lWFpRFHIziG1xZ7xL { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:0.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { background-color: transparent; background-image: none; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container > .video-iframe-container { display: none; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row > .video-iframe-container { display: none; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .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); }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { border-width: 0; border-radius: 0; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#i1qAgBSVXW0kHpP7CsNV5rEA7IsiOOSp { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGgGdmoabiWml529gg1t41kRi05WZGkT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0746545791625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqqcrTDgbTh6phoLPG9FWMrXyim30uff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row .container { background-color: transparent; background-image: none; }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row .container > .video-iframe-container { display: none; }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row > .video-iframe-container { display: none; }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .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); }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row .container { border-width: 0; border-radius: 0; }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#y1J7t98nvuG8U2OJOOL767S2UGlDDh5n { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lrmWI5xZsZfD4deWMiCXFSUkhUarQwL6 { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { background-color: transparent; background-image: none; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container > .video-iframe-container { display: none; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row > .video-iframe-container { display: none; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .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); }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { border-width: 0; border-radius: 0; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#rpHScnhzBuJ3agwxAwnpXDCuTRRRchSn { 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:3.625rem;width:13.375rem;top:1.96875rem;left:3.3125rem;overflow:hidden;display:block; }
#i9qJ5CTNBHoCtVITsGlxELgyoQlH9kc7 { 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:4.6875rem;width:12.75rem;top:1.4375rem;left:23.625rem;overflow:hidden;display:block; }
#mwTtdDPs9hwNiFwF67aJT8EUNy8ZTxUc { 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:5.6875rem;width:8.25rem;top:0.9375rem;left:45.875001907349rem;overflow:hidden;display:block; }
#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { background-color: transparent; background-image: none; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container > .video-iframe-container { display: none; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row > .video-iframe-container { display: none; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .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); }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { border-width: 0; border-radius: 0; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#JkTUw1Tk9ex7S5BT91NedT9JM8J75MkI { 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:3.1875rem;width:7.5625rem;top:2.1875rem;left:46.21875rem;overflow:hidden;display:block; }
#Bs8bNHma1vleEIc0fmLiW3g86GU046Tx { 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:4.9375rem;width:5.25rem;top:1.3125rem;left:27.375rem;overflow:hidden;display:block; }
#plzKoLoqQa0PhVNpZRQlwb6UrLoqSGAz { 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:7.125rem;width:8.625rem;top:0.43750041723251rem;left:5.6875rem;overflow:hidden;display:block; }
#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row .container { background-color: transparent; background-image: none; }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row .container > .video-iframe-container { display: none; }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row > .video-iframe-container { display: none; }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .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); }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row .container { border-width: 0; border-radius: 0; }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#Sz99q0I9TURnGTvCJadhZ1ggOdf2ra0I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.9375rem;top:2.90625rem;left:44.03125rem;overflow:hidden;display:block; }
#shvuU22TsxHIacRa5yUbUVMAzl2S4K1X { 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:1.25rem;width:12.75rem;top:3.15625rem;left:23.625rem;overflow:hidden;display:block; }
#nih9WAyof0csHDC40V4LszKtHBGS8WBP { 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:6.125rem;width:6.5625rem;top:0.71875rem;left:6.71875rem;overflow:hidden;display:block; }
#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row .container { background-color: transparent; background-image: none; }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row .container > .video-iframe-container { display: none; }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row > .video-iframe-container { display: none; }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .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); }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row .container { border-width: 0; border-radius: 0; }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#H8hIB3vUFErxrqrfd0HTo9RQh8CDMypw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.25rem;top:1.6875rem;left:47.9375rem;overflow:hidden;display:block; }
#FMmnBbq92a19InMUFGaisyBLP8T32zxz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.625rem;top:1.375rem;left:7.75rem;overflow:hidden;display:block; }
#pZwuDnDIDU9pI8sJXwGwq4TvhInsSl83 { 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:2.0625rem;width:12.125rem;top:2.75rem;left:24rem;overflow:hidden;display:block; }
#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-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; }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row .container { background-color: transparent; background-image: none; }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row .container > .video-iframe-container { display: none; }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row > .video-iframe-container { display: none; }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .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); }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row .container { border-width: 0; border-radius: 0; }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#DsuVyxxx6BucOxa1qiAl1wQsxHyP4QqD { 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:2.375rem;width:16.75rem;top:2.59375rem;left:21.625001907349rem;overflow:hidden;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row .container { background-color: transparent; background-image: none; }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row .container > .video-iframe-container { display: none; }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row > .video-iframe-container { display: none; }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .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); }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row .container { border-width: 0; border-radius: 0; }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#TzTXeHlEZl22sQprkHsbwhyaJRCmwxoV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.625rem;width:28.125rem;top:1.53125rem;left:0.9375rem;overflow:hidden;display:block; }
#kJryvJrCodsQq1MZoLuPN3VR1bzveS1J { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2074669599531rem;left:32.65625rem;height:4.38574375rem;display:block; }
#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row .container { background-color: transparent; background-image: none; }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row .container > .video-iframe-container { display: none; }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row > .video-iframe-container { display: none; }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .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); }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row .container { border-width: 0; border-radius: 0; }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#qvLLWG7Ipq4TiAXDNiJ3a9aeaWO0etpH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.625rem;width:28.125rem;top:1.5625rem;left:30.9375rem;overflow:hidden;display:block; }
#N0VSTphO9WgaxorU86XXyeKRfSbKZzwo { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.2074661254881rem;left:2.65625rem;height:2.923825rem;display:block; }
#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row .container { background-color: transparent; background-image: none; }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row .container > .video-iframe-container { display: none; }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row > .video-iframe-container { display: none; }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .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); }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row .container { border-width: 0; border-radius: 0; }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Qw9wKe4pAryVoWeJTPhC8nC5AezcAQTM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.625rem;width:28.125rem;top:1.5625019073486rem;left:0.9375rem;overflow:hidden;display:block; }
#REHeZ3UGoWGvpw5k2OsdSGku9adtWcps { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;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:7.9288234710694rem;left:32.65625rem;height:2.923825rem;display:block; }
#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row .container { background-color: transparent; background-image: none; }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row .container > .video-iframe-container { display: none; }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row > .video-iframe-container { display: none; }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .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); }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row .container { border-width: 0; border-radius: 0; }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#dBQiMwcRHZxn1LbW3xM06esG13642WTW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.625rem;width:28.125rem;top:1.5625rem;left:30.9375rem;overflow:hidden;display:block; }
#FSchV2KC1BmdTTiCEq1DW5WvkRdcsENF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.2074623107913rem;left:2.65625rem;height:2.923825rem;display:block; }
#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row .container { background-color: transparent; background-image: none; }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row .container > .video-iframe-container { display: none; }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row > .video-iframe-container { display: none; }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .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); }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row .container { border-width: 0; border-radius: 0; }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#lfxHwJ6Wxz4i8AtU5DbbiwzC9p5lJZlL { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { background-color: transparent; background-image: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .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); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { border-width: 0; border-radius: 0; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:0rem;left:2.1875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.762499809265rem;left:1.9375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13rem;left:1.75rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.375rem;left:8.75rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.762499809265rem;left:23.531251907349rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13rem;left:21.750001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.375rem;left:28.750001907349rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:43.5625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:13rem;left:41.750001907349rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.375003814698rem;left:48.75rem;display:block; }
#kz9N638hk4uzWUUsHWCEB1lxclUi6Din { 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:4.3125rem;width:4.3125rem;top:2.2187504768372rem;left:7.84375rem;overflow:hidden;display:block; }
#IJe0a4WfyCSnWbia3baUkrmBJl9ln5dB { 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:4.3125rem;width:4.3125rem;top:2.21875rem;left:27.84375rem;overflow:hidden;display:block; }
#MU4xWeSEptTFzLCHAXqGz8ZUNIkpH2kb { 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:4.3125rem;width:4.3125rem;top:2.21875rem;left:47.84375rem;overflow:hidden;display:block; }
#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row .container { background-color: transparent; background-image: none; }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row .container > .video-iframe-container { display: none; }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row > .video-iframe-container { display: none; }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .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); }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row .container { border-width: 0; border-radius: 0; }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#TUe24uSAWh8dbqa6opqi2mQxdR3ETHAx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.762499809265rem;left:1.9375rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxnTroXvODKw10HQJqvkNdA1OQTZfaGg { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13rem;left:1.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyGMLgpDkH6KmuUK6GafTnyZmcBcOm8E { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#S5RCS2dhZP4FghWgfuFCTKODvZB54WaG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.375rem;left:8.75rem;display:block; }
#ynUfCBR9bTzLNVLVz4TWcvhUCb5d1oBu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.7621593475344rem;left:23.53125rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iT4Kggf8zak42hxQbL3WBDapyvtI8tx8 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13rem;left:21.750001907349rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i9kNwxQqbcWAZfk5vE9sdZpSi43nrsmy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#l6vFBCNfhROQhFyVP7ncWx9BTmSupz1l { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.375rem;left:28.750001907349rem;display:block; }
#PwmWRUHAT4vNtE8iNxo5C32tznI6BS4T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.7552146911619rem;left:43.53125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uza6kA6kA1nkQTJf4Ce2vMdJ4Ry5Fzmo { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:13rem;left:41.750001907349rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTSXuwqEMT8yeOvTgihqpnCTCVT0R87i { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#TENCl3pGC0VFCfH9ZNNioTuvNZVUppDF { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.375005722046rem;left:48.75rem;display:block; }
#xpB5tQ9OH7lmHXZoP7VqM8J45LDp81T4 { 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:4.3125rem;width:4.3125rem;top:2.21875rem;left:47.84375rem;overflow:hidden;display:block; }
#ecrwi0phfJ6frDo29csF86iOMG2AKCnP { 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:4.3125rem;width:4.3125rem;top:2.21875rem;left:27.84375rem;overflow:hidden;display:block; }
#AdU4SbdhUlnaxaRa30TTqeGu35zfsfWG { 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:4.3125rem;width:4.3125rem;top:2.21875rem;left:7.84375rem;overflow:hidden;display:block; }
#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-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; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:#141516;display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { color:#141516;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { background-color:#27292e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.9375rem;left:46.125rem;display:block; }
#JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),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; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { background-color: transparent; background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .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); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { border-width: 0; border-radius: 0; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { color:#141516;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { background-color: transparent; background-image: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container > .video-iframe-container { display: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container { display: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .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); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { border-width: 0; border-radius: 0; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { color:#141516;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.5625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { color:#141516;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.5625rem;left:1.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sI4vX2OFsGUKLI4foW9mQVt4PNwSHftT { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:8.75rem;display:block; }
#d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { color:#141516;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:23.5625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { color:#141516;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5625rem;left:21.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ta2Jc4RczHRmmqHeuDOPS50W41yQd7Zc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#tkcksO8O8RDO2xhXnzRKCeQlqQ7crLXC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:28.75rem;display:block; }
#XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { color:#141516;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:42.53125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { color:#141516;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:11.5625rem;left:41.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVuQkItI3Nerdd53LWbhS4vvaHgsLtLE { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:48.75rem;display:block; }
#FfoZkmOvpZuhMSfwXAwIxQiKXEAn7bTd { 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:4.25rem;width:4.1875rem;top:2.25rem;left:7.875rem;overflow:hidden;display:block; }
#B52s1ItOgyUF9kZ9TFiiEPVssl7clHd8 { 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:4.25rem;width:4.125rem;top:2.25rem;left:47.9375rem;overflow:hidden;display:block; }
#UvwwsC5KHdn2LX8lSaScJT1oysKd7hz4 { 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:4.75rem;width:4.75rem;top:2rem;left:27.625rem;overflow:hidden;display:block; }
#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#845160;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; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .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); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { border-width: 0; border-radius: 0; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { color:rgba(var(--color-primary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:10.5rem;left:5.6875rem;height:9rem;font-style:normal;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-form-header {  }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:24.375rem;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;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.8125rem;overflow:hidden; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#f1c40f;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#19232e;width:24.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-moz-placeholder { color:#d1d2d3;font-family:"open sans";font-size:0.8125rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-moz-placeholder { color:#d1d2d3;font-family:"open sans";font-size:0.8125rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-ms-input-placeholder { color:#d1d2d3;font-family:"open sans";font-size:0.8125rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-webkit-input-placeholder { color:#d1d2d3;font-family:"open sans";font-size:0.8125rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:23.125rem;overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:first-of-type{padding-top:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:last-of-type{padding-bottom:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { background-color:transparent;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0.0625rem solid #f1c40f;border-right:0.0625rem solid #f1c40f;border-bottom:0.0625rem solid #f1c40f;border-left:0.0625rem solid #f1c40f;left:30.6875rem;top:2.5rem;z-index:15005;position:absolute; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { background-color:transparent;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0.0625rem solid #f1c40f;border-right:0.0625rem solid #f1c40f;border-bottom:0.0625rem solid #f1c40f;border-left:0.0625rem solid #f1c40f;left:30.6875rem;top:2.5rem;z-index:15005;position:absolute; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #ZEf2Q8ilGb2wL9MwSryhwx2Dqp5bpaoa { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #o2A3tBkfW0UglJpmDRBH0huak5J4Hoxx { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #PiBebR0mkZhZph9q7UHFx8KTen9GSm2v { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 { position:relative;z-index:2; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC { position:relative; }
#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL { position:relative;display:block; }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL { background-color: transparent; background-image: none; }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL > .row .container > .video-iframe-container { display: none; }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL > .row > .video-iframe-container { display: none; }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL > .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); }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL { border-width: 0; border-radius: 0; }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL > .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; }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T3oLAS3uTGkUiHWqhE7AtrbQu2vC2AvQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4704895019531rem;left:43.1875rem;height:1.05625rem;display:block; }
#yXxU1LMDfBqDATLNnkQZiAWXEB8IwDhB { 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:2.9375rem;width:16.8125rem;top:4.4635467529297rem;left:43.1875rem;overflow:hidden;display:block; }
#Frtb1SOWkh2BEzvATtmLOTJOWlahvTqs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.185546875rem;left:2rem;height:1.3rem;display:block; }
#pNruXN8MDmhMKxacuV9ZeBZqzvTMsB6i { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.212890625rem;left:9.40625rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:35.875rem;height:3.0625rem;top:18.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:13.875rem;height:3.75rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { width:2.5rem;height:2.5rem;top:31.8125rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #JEDDOS9aend2QOgBgT68AmcfFzcaEe9J { width:11.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa { display:block; }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOWUwgTlLs2wF6xvJGINyCxEbw8Zz056 { width:47.75rem;height:4.875rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ4zkXT1qOKDzP1O45cFcdM6g4LLKiAF { width:47.75rem;height:0.9375rem;top:7rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 { display:block; }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORQaDRiIrZs1cnqniTThWxZT05pouFxe { width:47.75rem;height:4.875rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTu51QHRhGwFDR8lWFpRFHIziG1xZ7xL { width:47.75rem;height:0.9375rem;top:7rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic { display:block; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qAgBSVXW0kHpP7CsNV5rEA7IsiOOSp { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGgGdmoabiWml529gg1t41kRi05WZGkT { width:47.75rem;height:4.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqqcrTDgbTh6phoLPG9FWMrXyim30uff { display:block; }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1J7t98nvuG8U2OJOOL767S2UGlDDh5n { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrmWI5xZsZfD4deWMiCXFSUkhUarQwL6 { width:47.75rem;height:1.5625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT { display:block; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpHScnhzBuJ3agwxAwnpXDCuTRRRchSn { width:13.375rem;height:3.625rem;top:1.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9qJ5CTNBHoCtVITsGlxELgyoQlH9kc7 { width:12.75rem;height:4.6875rem;top:1.4375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwTtdDPs9hwNiFwF67aJT8EUNy8ZTxUc { width:8.25rem;height:5.6875rem;top:0.9375rem;left:35.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 { display:block; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkTUw1Tk9ex7S5BT91NedT9JM8J75MkI { width:7.5625rem;height:3.1875rem;top:2.1875rem;left:35.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs8bNHma1vleEIc0fmLiW3g86GU046Tx { width:5.25rem;height:4.9375rem;top:1.3125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plzKoLoqQa0PhVNpZRQlwb6UrLoqSGAz { width:8.625rem;height:7.125rem;top:0.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 { display:block; }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz99q0I9TURnGTvCJadhZ1ggOdf2ra0I { width:11.9375rem;height:1.75rem;top:2.875rem;left:33.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shvuU22TsxHIacRa5yUbUVMAzl2S4K1X { width:12.75rem;height:1.25rem;top:3.125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nih9WAyof0csHDC40V4LszKtHBGS8WBP { width:6.5625rem;height:6.125rem;top:0.6875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw { display:block; }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8hIB3vUFErxrqrfd0HTo9RQh8CDMypw { width:4.25rem;height:4.1875rem;top:1.6875rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmnBbq92a19InMUFGaisyBLP8T32zxz { width:4.625rem;height:4.8125rem;top:1.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZwuDnDIDU9pI8sJXwGwq4TvhInsSl83 { width:12.125rem;height:2.0625rem;top:2.75rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT { display:block; }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsuVyxxx6BucOxa1qiAl1wQsxHyP4QqD { width:16.75rem;height:2.375rem;top:2.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv { display:block; }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzTXeHlEZl22sQprkHsbwhyaJRCmwxoV { width:28.125rem;height:15.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJryvJrCodsQq1MZoLuPN3VR1bzveS1J { width:24.6875rem;height:4.3125rem;top:7.1875rem;left:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 { display:block; }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvLLWG7Ipq4TiAXDNiJ3a9aeaWO0etpH { width:28.125rem;height:15.625rem;top:1.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0VSTphO9WgaxorU86XXyeKRfSbKZzwo { width:24.6875rem;height:2.875rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTMhamea8SqFTPaKoLOTIp9fShcia3Bz { display:block; }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qw9wKe4pAryVoWeJTPhC8nC5AezcAQTM { width:28.125rem;height:15.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REHeZ3UGoWGvpw5k2OsdSGku9adtWcps { width:24.6875rem;height:4.3125rem;top:7.875rem;left:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH { display:block; }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBQiMwcRHZxn1LbW3xM06esG13642WTW { width:28.125rem;height:15.625rem;top:1.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSchV2KC1BmdTTiCEq1DW5WvkRdcsENF { width:24.6875rem;height:4.3125rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L { display:block; }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfxHwJ6Wxz4i8AtU5DbbiwzC9p5lJZlL { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:47.75rem;height:4.0625rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:6rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:3rem;top:13rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:6rem;top:13rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz9N638hk4uzWUUsHWCEB1lxclUi6Din { width:4.3125rem;height:4.3125rem;top:2.1875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJe0a4WfyCSnWbia3baUkrmBJl9ln5dB { width:4.3125rem;height:4.3125rem;top:2.1875rem;left:21.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU4xWeSEptTFzLCHAXqGz8ZUNIkpH2kb { width:4.3125rem;height:4.3125rem;top:2.1875rem;left:37.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z { display:block; }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUe24uSAWh8dbqa6opqi2mQxdR3ETHAx { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxnTroXvODKw10HQJqvkNdA1OQTZfaGg { width:16.5rem;height:3rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyGMLgpDkH6KmuUK6GafTnyZmcBcOm8E { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5RCS2dhZP4FghWgfuFCTKODvZB54WaG { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynUfCBR9bTzLNVLVz4TWcvhUCb5d1oBu { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT4Kggf8zak42hxQbL3WBDapyvtI8tx8 { width:16.5rem;height:4.5rem;top:13rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9kNwxQqbcWAZfk5vE9sdZpSi43nrsmy { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6vFBCNfhROQhFyVP7ncWx9BTmSupz1l { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwmWRUHAT4vNtE8iNxo5C32tznI6BS4T { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #uza6kA6kA1nkQTJf4Ce2vMdJ4Ry5Fzmo { width:16.5rem;height:4.5rem;top:13rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSXuwqEMT8yeOvTgihqpnCTCVT0R87i { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENCl3pGC0VFCfH9ZNNioTuvNZVUppDF { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpB5tQ9OH7lmHXZoP7VqM8J45LDp81T4 { width:4.3125rem;height:4.3125rem;top:2.1875rem;left:37.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecrwi0phfJ6frDo29csF86iOMG2AKCnP { width:4.3125rem;height:4.3125rem;top:2.1875rem;left:21.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdU4SbdhUlnaxaRa30TTqeGu35zfsfWG { width:4.3125rem;height:4.3125rem;top:2.1875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:39.375rem;height:3.375rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:39.375rem;height:1.8125rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:13.875rem;height:3.75rem;top:5.9375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { width:16.5rem;height:4.5rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI4vX2OFsGUKLI4foW9mQVt4PNwSHftT { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { width:16.5rem;height:4.5rem;top:11.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta2Jc4RczHRmmqHeuDOPS50W41yQd7Zc { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkcksO8O8RDO2xhXnzRKCeQlqQ7crLXC { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:16.5rem;height:4.5rem;top:11.5625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVuQkItI3Nerdd53LWbhS4vvaHgsLtLE { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfoZkmOvpZuhMSfwXAwIxQiKXEAn7bTd { width:4.1875rem;height:4.25rem;top:2.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B52s1ItOgyUF9kZ9TFiiEPVssl7clHd8 { width:4.125rem;height:4.25rem;top:2.25rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvwwsC5KHdn2LX8lSaScJT1oysKd7hz4 { width:4.75rem;height:4.75rem;top:2rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:23.125rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:24.375rem;height:auto; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:24.375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #ZEf2Q8ilGb2wL9MwSryhwx2Dqp5bpaoa {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #o2A3tBkfW0UglJpmDRBH0huak5J4Hoxx { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #PiBebR0mkZhZph9q7UHFx8KTen9GSm2v {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL { display:block; }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3oLAS3uTGkUiHWqhE7AtrbQu2vC2AvQ { width:12.5rem;height:1rem;top:3.4375rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXxU1LMDfBqDATLNnkQZiAWXEB8IwDhB { width:16.8125rem;height:2.9375rem;top:4.4375rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frtb1SOWkh2BEzvATtmLOTJOWlahvTqs { width:6.6875rem;height:1.25rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNruXN8MDmhMKxacuV9ZeBZqzvTMsB6i { width:8.1875rem;height:1.25rem;top:6.1875rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/swiOEjs1/modern_agency4.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:18.75rem;height:4.8rem;top:7rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:18.75rem;height:3.9rem;top:14.366319656372rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:13.875rem;height:3.75rem;top:22.352430343628rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { width:2.5rem;height:2.5rem;top:28.66493125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:8.75rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #JEDDOS9aend2QOgBgT68AmcfFzcaEe9J { width:10.5625rem;height:5.8125rem;top:0rem;left:4.7187498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa { display:block; }#mlFo4axbzZUrmSxSkUlJcTIxQKuG1Hoa > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOWUwgTlLs2wF6xvJGINyCxEbw8Zz056 { width:20rem;height:9.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ4zkXT1qOKDzP1O45cFcdM6g4LLKiAF { width:20rem;height:1.95rem;top:12.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 { display:block; }#PSHpxy6KkC5Gr1Z49GvAa4McHFtsXzP1 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORQaDRiIrZs1cnqniTThWxZT05pouFxe { width:20rem;height:14.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTu51QHRhGwFDR8lWFpRFHIziG1xZ7xL { width:20rem;height:1.95rem;top:17.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic { display:block; }#beQX2DN3gsIWKzqfrdxCrivq8Eg50Eic > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qAgBSVXW0kHpP7CsNV5rEA7IsiOOSp { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGgGdmoabiWml529gg1t41kRi05WZGkT { width:18.75rem;height:7.8rem;top:4.88801875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqqcrTDgbTh6phoLPG9FWMrXyim30uff { display:block; }#FqqcrTDgbTh6phoLPG9FWMrXyim30uff > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1J7t98nvuG8U2OJOOL767S2UGlDDh5n { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrmWI5xZsZfD4deWMiCXFSUkhUarQwL6 { width:18.75rem;height:2.6rem;top:4.88801875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT { display:block; }#Rl4TnKwJX1CZ31igfrS9vXDUeQhvkNBT > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpHScnhzBuJ3agwxAwnpXDCuTRRRchSn { width:13.375rem;height:3.625rem;top:1.5617189407349rem;left:3.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9qJ5CTNBHoCtVITsGlxELgyoQlH9kc7 { width:12.75rem;height:4.6875rem;top:7.1250009536744rem;left:3.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwTtdDPs9hwNiFwF67aJT8EUNy8ZTxUc { width:10.75rem;height:7.375rem;top:13.686718940735rem;left:4.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 { display:block; }#TtrGUwg7GReTHH5xFFbpoBLDveUIJ1r5 > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkTUw1Tk9ex7S5BT91NedT9JM8J75MkI { width:7.0625rem;height:2.875rem;top:0.75rem;left:6.4687498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs8bNHma1vleEIc0fmLiW3g86GU046Tx { width:4.625rem;height:4.375rem;top:5.5625009536743rem;left:7.6875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #plzKoLoqQa0PhVNpZRQlwb6UrLoqSGAz { width:8.9375rem;height:7.3125rem;top:11.687500238419rem;left:5.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 { display:block; }#Q07irFV9aK7aKkN5Arh3CtcFAzCNqTQ0 > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz99q0I9TURnGTvCJadhZ1ggOdf2ra0I { width:10.75rem;height:1.5625rem;top:1.8749990463257rem;left:4.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #shvuU22TsxHIacRa5yUbUVMAzl2S4K1X { width:12.5rem;height:1.25rem;top:6.3750011622906rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nih9WAyof0csHDC40V4LszKtHBGS8WBP { width:7rem;height:6.4375rem;top:9.3750002086162rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw { display:block; }#gqD5fNw8FHPqnxZvEKCyDvV74v66RSOw > .row .container { width:20rem;height:19.562500953674rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8hIB3vUFErxrqrfd0HTo9RQh8CDMypw { width:5.75rem;height:5.4375rem;top:14.125000953674rem;left:7.1249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmnBbq92a19InMUFGaisyBLP8T32zxz { width:6.125rem;height:6.375rem;top:1.2492189407349rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZwuDnDIDU9pI8sJXwGwq4TvhInsSl83 { width:12.9375rem;height:2.1875rem;top:9.7187509536744rem;left:3.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT { display:block; }#srZB9tNgbNw3H8yDxUSvxCVZRZSOsbJT > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsuVyxxx6BucOxa1qiAl1wQsxHyP4QqD { width:16.75rem;height:2.375rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv { display:block; }#atGH6nTGFgKKTTeuRRfCSCE8rACn68Jv > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzTXeHlEZl22sQprkHsbwhyaJRCmwxoV { width:20rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJryvJrCodsQq1MZoLuPN3VR1bzveS1J { width:20rem;height:3.9rem;top:12.388021469116rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 { display:block; }#aeGN9cM8AxrACVWmVRC0qrG5MTAJwVL3 > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvLLWG7Ipq4TiAXDNiJ3a9aeaWO0etpH { width:20rem;height:11rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0VSTphO9WgaxorU86XXyeKRfSbKZzwo { width:20rem;height:3.9rem;top:11.000000953674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTMhamea8SqFTPaKoLOTIp9fShcia3Bz { display:block; }#yTMhamea8SqFTPaKoLOTIp9fShcia3Bz > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qw9wKe4pAryVoWeJTPhC8nC5AezcAQTM { width:20rem;height:11.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REHeZ3UGoWGvpw5k2OsdSGku9adtWcps { width:20rem;height:3.9rem;top:13.561626434326rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH { display:block; }#TRsTy7xOCI63Zsge56wl5gb7hTwEI7VH > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBQiMwcRHZxn1LbW3xM06esG13642WTW { width:20rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSchV2KC1BmdTTiCEq1DW5WvkRdcsENF { width:20rem;height:3.9rem;top:12.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L { display:block; }#Z4n3ZirLQJW3EluvaB6Uxpv3w7heI08L > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfxHwJ6Wxz4i8AtU5DbbiwzC9p5lJZlL { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:18.75rem;height:7.5rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:4.725rem;top:8.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:6rem;top:16.04166875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:14.66666875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:3.15rem;top:30.79166875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:3rem;top:36.52778125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:23.29166875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:35.15278125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:3.15rem;top:48.27778125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:6rem;top:54.01389375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:40.77778125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:52.63889375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz9N638hk4uzWUUsHWCEB1lxclUi6Din { width:4.3125rem;height:4.3125rem;top:2.21875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJe0a4WfyCSnWbia3baUkrmBJl9ln5dB { width:4.3125rem;height:4.3125rem;top:24.26041875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU4xWeSEptTFzLCHAXqGz8ZUNIkpH2kb { width:4.3125rem;height:4.3125rem;top:41.74653125rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z { display:block; }#Hvp3hAMNAzChvAZgyEuaNRCBJM4lBD0z > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUe24uSAWh8dbqa6opqi2mQxdR3ETHAx { width:12.9375rem;height:1.6375rem;top:8.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxnTroXvODKw10HQJqvkNdA1OQTZfaGg { width:16.5rem;height:3rem;top:12.93055625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyGMLgpDkH6KmuUK6GafTnyZmcBcOm8E { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5RCS2dhZP4FghWgfuFCTKODvZB54WaG { width:2.5rem;height:0.125rem;top:11.55555625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynUfCBR9bTzLNVLVz4TWcvhUCb5d1oBu { width:12.9375rem;height:1.6375rem;top:26.18055625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT4Kggf8zak42hxQbL3WBDapyvtI8tx8 { width:16.5rem;height:4.5rem;top:30.3611125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9kNwxQqbcWAZfk5vE9sdZpSi43nrsmy { width:6.25rem;height:6.25rem;top:18.68055625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6vFBCNfhROQhFyVP7ncWx9BTmSupz1l { width:2.5rem;height:0.125rem;top:28.9861125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwmWRUHAT4vNtE8iNxo5C32tznI6BS4T { width:12.9375rem;height:3.15rem;top:42.1111125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uza6kA6kA1nkQTJf4Ce2vMdJ4Ry5Fzmo { width:16.5rem;height:4.5rem;top:47.847225rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSXuwqEMT8yeOvTgihqpnCTCVT0R87i { width:6.25rem;height:6.25rem;top:34.6111125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENCl3pGC0VFCfH9ZNNioTuvNZVUppDF { width:2.5rem;height:0.125rem;top:46.472225rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpB5tQ9OH7lmHXZoP7VqM8J45LDp81T4 { width:4.3125rem;height:4.3125rem;top:35.5798625rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecrwi0phfJ6frDo29csF86iOMG2AKCnP { width:4.3125rem;height:4.3125rem;top:19.64930625rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdU4SbdhUlnaxaRa30TTqeGu35zfsfWG { width:4.3125rem;height:4.3125rem;top:2.21875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:18.75rem;height:3rem;top:4.88801875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:13.875rem;height:3.75rem;top:9.13801875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#141516;display:block; }
 }@media only screen and (max-width: 763px) { #OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:12.9375rem;height:1.6375rem;top:8.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { width:16.5rem;height:4.5rem;top:12.93055625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI4vX2OFsGUKLI4foW9mQVt4PNwSHftT { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { width:2.5rem;height:0.125rem;top:11.55555625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { width:12.9375rem;height:1.6375rem;top:26.18055625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { width:16.5rem;height:4.5rem;top:30.3611125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta2Jc4RczHRmmqHeuDOPS50W41yQd7Zc { width:6.25rem;height:6.25rem;top:18.68055625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkcksO8O8RDO2xhXnzRKCeQlqQ7crLXC { width:2.5rem;height:0.125rem;top:28.9861125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:12.9375rem;height:3.15rem;top:43.6111125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:16.5rem;height:4.5rem;top:47.79166875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVuQkItI3Nerdd53LWbhS4vvaHgsLtLE { width:6.25rem;height:6.25rem;top:36.1111125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { width:2.5rem;height:0.125rem;top:46.41666875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfoZkmOvpZuhMSfwXAwIxQiKXEAn7bTd { width:4.1875rem;height:4.25rem;top:2.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B52s1ItOgyUF9kZ9TFiiEPVssl7clHd8 { width:4.125rem;height:4.25rem;top:37.1111125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvwwsC5KHdn2LX8lSaScJT1oysKd7hz4 { width:4.75rem;height:4.75rem;top:19.43055625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:17.625rem;height:4.8rem;top:1.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:13.75rem;height:auto;top:7.2769125rem;left:2.4375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:13.75rem;height:auto;top:7.2769125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #ZEf2Q8ilGb2wL9MwSryhwx2Dqp5bpaoa {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #o2A3tBkfW0UglJpmDRBH0huak5J4Hoxx { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #PiBebR0mkZhZph9q7UHFx8KTen9GSm2v {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL { display:block; }#Oc2gsa10pMvnkstOMTTq2U27Cq8XrgVL > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3oLAS3uTGkUiHWqhE7AtrbQu2vC2AvQ { width:12.5rem;height:1.05625rem;top:2.1909866333008rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXxU1LMDfBqDATLNnkQZiAWXEB8IwDhB { width:16.8125rem;height:2.9375rem;top:3.9331588745117rem;left:3.1866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frtb1SOWkh2BEzvATtmLOTJOWlahvTqs { width:6.6875rem;height:1.3rem;top:8.1203308105469rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNruXN8MDmhMKxacuV9ZeBZqzvTMsB6i { width:8.1875rem;height:1.3rem;top:10.670330810547rem;left:5.875rem;font-size:1rem;display:block; }
 }