.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:229,227,251;--color-primary-1:167,163,242;--color-primary-2:79,70,229;--color-primary-3:40,35,115;--color-primary-4:12,11,34;--color-secondary-0:255,230,223;--color-secondary-1:254,217,188;--color-secondary-2:255,132,94;--color-secondary-3:253,166,63;--color-secondary-4:51,26,19;--color-tertiary-0:255,255,255;--color-tertiary-1:104,104,104;--color-tertiary-2:51,51,51;--color-tertiary-3:30,30,30;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"open sans"; }body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd { position:relative;z-index:auto;display:block; }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd { background-color: transparent; background-image: none; }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd > .row .container > .video-iframe-container { display: none; }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd > .row > .video-iframe-container { display: none; }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd > .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); }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd { border-width: 0; border-radius: 0; }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd > .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; }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;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; }#Tu3O2Hkupgplboo4KX2XdSFD03V7EJ2A { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;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(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.4375rem;left:52.437504768372rem;display:block; }
#fQ5qeQcy0LQFC570dG86iIpJlBDFvXoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x4IbDWMPXVMBRyKINS3H87XktHUIBQQK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.9468765258789rem;left:44.124999046326rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEJKK2EHTUnTgQmzTLceP85r9A1ihlq6 { 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:1.875rem;width:11.25rem;top:0rem;left:48.6875rem;overflow:hidden;display:block; }
#vBbGFtOxRTzk47ewCGhLSCF3P0Arzyxn { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:30.25rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB { position:relative;display:block; }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB { background-color: transparent; background-image: none; }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB > .row .container > .video-iframe-container { display: none; }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB > .row > .video-iframe-container { display: none; }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB > .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); }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB { border-width: 0; border-radius: 0; }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB > .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; }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fafafa;background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#dqTByiRVMUtp5vERkzqC9NO4MMilrfIs { display:block;width:58rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.5rem;left:1rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Dp3blLyt4G4HVDIkFNPiN71bkIWLFrc9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15002;top:9.418749809265rem;left:0.5rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#CuvLB55qoEqWSuPdI4HHVWLAy1oZpHpo { display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.081251144409rem;left:5.3125rem;height:3.9rem;font-style:normal;color:#1f72ff;display:block; }
#nIinU6HfPmzhUadhfItO1SFDxTeziO9T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15004;top:14.375rem;left:0.5rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#GMVrawvR5qlWJfPsd8OlHN1gmJDwXSr7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15006;top:19.25rem;left:0.5rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#QCJTTy1MFZzidTaeM7PRPNucTGqPx0eM { display:block;width:28.0625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.956251144409rem;left:5.3125rem;height:3.9rem;font-style:normal;color:#ec008c;display:block; }
#WKFFtA7v1CwBEe1H2HWdauMuNRNxrz6v { display:block;width:25.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.125rem;left:5.3125rem;height:3.9rem;font-style:normal;color:#8338ec;display:block; }
#bTAECkLr21IrLPDK0JGrP0F7cdHVLQRO { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:19.3125rem;left:0.625rem;display:block; }
#Du5bhwIekrG2dvX41HqO4zdPMJmSaCZp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15007;top:24.4375rem;left:0.5rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#k1Rq2EeSOD78rO6FUcWKX2OJmDLXqZgl { display:block;width:26.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.875rem;left:5.3125009536743rem;height:3.9rem;font-style:normal;color:#8338ec;display:block; }
#GJ8iJfcd93HKQk6RH8QxbOhP3CfEPQDX { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:24.5rem;left:0.625rem;display:block; }
#xcAW6C9dR2w23XTk9NC9CJaTPliIQWDX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:9.8125rem;left:1rem; }
#yCcPbXtRaPD4X6zzvwVxJ88gUTKmt9vv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:14.8125rem;left:0.875rem; }
#aDfzUvnpsGD02rhcApAVhuhBvURlOMsq { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:25rem;top:7.2925348281863rem;left:33rem;overflow:hidden;display:block; }
#lQoFLhlqOLHOGqHHoxrCKUxi6GXTKmQL { 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:10.625rem;width:25rem;top:18.955728530884rem;left:33rem;overflow:hidden;display:block; }
#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row .container { background-color: transparent; background-image: none; }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row .container > .video-iframe-container { display: none; }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row > .video-iframe-container { display: none; }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .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); }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row .container { border-width: 0; border-radius: 0; }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.4375rem;width:60rem;position:relative;display:block; }#ffMvMZZl7vuPvU1IAd6kwT0RGfmEuDxb { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.25rem;left:25.0625rem;display:block; }
#Hp3AVK5yoVgWhN8ASBJiTc6RHyq1mLRK { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#WuvCSFmeClMIAtGeXqD8WpaPtitRaTwN { background-color:transparent;background-image:none;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.28125rem;left:41.062499046326rem;display:block; }
#MxUqJCKeeqLI2vzmPZpUbCk1CTk8FlV8 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ImSfOLdXPVrwICT66xfZXOQB7PaGsPuh { display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.7562503814698rem;left:2.5rem;height:2.925rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#sSPOULh2wLplhIQ5E45068DzAQqmsfZf { display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:10.5rem;height:4.0625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/p74ndnYWRY4/unsplash/windows-p74ndnYWRY4-photo-1576267423445-b2e0074d68a4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8.adaptive-delivery-prevent-bg, #UELAqDn39Tywvc8sQTySAdJqs2eVOTO8.lazyload, #UELAqDn39Tywvc8sQTySAdJqs2eVOTO8.lazyloading { background-image: none; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row .container { background-color: transparent; background-image: none; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row .container > .video-iframe-container { display: none; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row > .video-iframe-container { display: none; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .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); }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row .container { border-width: 0; border-radius: 0; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#eIEnNEUikT4AxJSRtXedy9HGtPkiFg2k { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1753473281861rem;left:1.25rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yPVTKQAdn8BtmWlSSCX4NWO1FzasySz7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.1375122070312rem;left:2.9677085876465rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#p2gwA6NzSVw1xnyqVciSd6d6EmNRHmfT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.1371536254881rem;left:17.96875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#JglMmpUWpwilHCweR2m42I6pKTvooXiR { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1736116409302rem;left:16.25rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a12Lr0TXC5mgHhsFtybUSGHPZ4J9AGBc { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:31.25rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7b3RtHxfhpJlpG828lTld9ophacSTvZ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:33rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#Oftesn3OMEphXNEMCSqJnVPxRzJXUaL2 { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1875rem;left:46.25rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f0qEyB2MrT4ritg312rdBA6yQJcfKiAE { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:48rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt { 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; }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row .container { background-color: transparent; background-image: none; }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row .container > .video-iframe-container { display: none; }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row > .video-iframe-container { display: none; }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .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); }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row .container { border-width: 0; border-radius: 0; }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#q9HRxTs8n4AXPLb7V5gWEng1yNqBRcUt { color:rgba(var(--color-tertiary-3),0.5);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mQ5XJCbKC7HMZwCExbDArmys6bJZ1Pzs { color:rgba(var(--color-tertiary-3),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:5.3125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FsHayXTg8LN9wWyXkTPZNbrwqJLkXoNg { color:rgba(var(--color-tertiary-3),0.7);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:13.4375rem;left:0rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGxRZeg2SzaWXinFB94yVkBntIKtoIn7 { color:rgba(var(--color-tertiary-3),0.8);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.25rem;left:5.625rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JFVBTZI0iH9niUSeSmGhyJysbMfemOJU { color:rgba(var(--color-tertiary-3),0.8);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:21.1875rem;left:5.625rem;height:5.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lbQyqEiBiBhV8WfMqybSwNHSu7TtdTda { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:2.5rem;left:31.9375rem;display:block; }
#c0HhcdT2ymEhbl2xI9hFT3BuMdKi62Dh { color:rgba(var(--color-tertiary-3),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:8.8750019073488rem;left:32rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nu98DeqCACON0heGUtKnmdCEZqT548qW { color:rgba(var(--color-tertiary-3),0.7);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:14.062501907349rem;left:32.75rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nqfs3zTHRDKv4RMaOblTvgaoUq4kTEzK { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:13.0625rem;left:37.1875rem;display:block; }
#fMDA8hWsvCPEq5261tMizfWCD970NEEX { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:2.5rem;left:45.9375rem;display:block; }
#ZdQBv8K8MlwrzyHrlrJ0TBXg6B8bZMyN { color:rgba(var(--color-tertiary-3),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:8.8750019073488rem;left:46rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RHvq6RiGeNsWP7xbDmuKwG3wLfiFvdBp { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:13.0625rem;left:51.1875rem;display:block; }
#Q52hAVhaOZTJ4PHJQcUIgoGyyFUiqSTl { color:rgba(var(--color-tertiary-3),0.7);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:14.062501907349rem;left:46.75rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IUZAE9xDvOga8vHZt7OoxtZbZKs46KMU { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:19.25rem;left:31.9375rem;display:block; }
#WNeRMN1yuMV0P6SAx6FO0s2RflJHmZdf { color:rgba(var(--color-tertiary-3),0.7);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:30.812503814698rem;left:32.75rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHzweg24niAoACaiiZmetCHewgLtkGn7 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:19.25rem;left:45.9375rem;display:block; }
#TzFlHRC8EdLLn7Ex2m4a7tTNtOqOAPzS { color:rgba(var(--color-tertiary-3),0.7);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:30.812503814698rem;left:46.75rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AxvW31HnQhanogwMHWMovCJ8M71mBBqZ { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:29.8125rem;left:37.1875rem;display:block; }
#yQaifW1N8QaMGriwgXzknIoODoxXAnLT { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:29.8125rem;left:51.1875rem;display:block; }
#NP1u6FPy9xKrCJLBQqWWRRbqlAJ8lrwG { color:rgba(var(--color-tertiary-3),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:25.437501907349rem;left:32rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gRH9a430UyLiCZqXzCuozPyaHp0Nf1ZF { color:rgba(var(--color-tertiary-3),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:25.437501907349rem;left:46rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NX70H1e46OumPZ7bp3pLazc5WTzMTc7V { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.812501907349rem;left:7.6875rem;display:block; }
#nFc1PwDEnhfWopnG9fg6NNDdf8OxkfCf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#idQLe3iqCDgvJIndyZmRQgC1I9RBrH4i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:21.1875rem;left:37.4375rem; }
#A0yeVDxlmR6NvwXJDg9STUPtsBMsx5PU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.84375rem;left:51.4375rem; }
#lHa5yEtxFMPx4TmNBLscXrNattvrACBS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:21.1875rem;left:51.4375rem; }
#u6hqtp7qe30B71sZpy79bvHT1qLTgAJA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:3.4375019073486rem;left:34.375rem; }
#Z3ORMk49Byvbea5Sxd4zKSolT5flu6MH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:15.236978530884rem;left:0.875rem; }
#lHacE3pGQnRKVDHCymMn5SOD3IZUVLTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:22.323783874512rem;left:0.875rem; }
#V1oHHK8PKswr0sbsCRh28wbh81tLhfak { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:3.4375rem;left:39.625rem; }
#QQItCDboHEf8yUrEG17QoB6tcGMaM35M { background-color:transparent;background-image:url("https://images.assets-landingi.com/RX_0vwSPiWs/unsplash/austin-distel-RX_0vwSPiWs-photo-1553484771-371a605b060b.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M.adaptive-delivery-prevent-bg, #QQItCDboHEf8yUrEG17QoB6tcGMaM35M.lazyload, #QQItCDboHEf8yUrEG17QoB6tcGMaM35M.lazyloading { background-image: none; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row .container { background-color: transparent; background-image: none; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.64); }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row .container > .video-iframe-container { display: none; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.64); }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row > .video-iframe-container { display: none; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .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); }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row .container { border-width: 0; border-radius: 0; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;overflow:visible;position:relative;display:block; }#kqHAnPRFLebhexEydrPtZ2UTSmo642zT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.625rem;position:absolute;font-family:raleway;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:4.1875rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKfy2DJeX7cmisdnS23wFmoTS0z8hTI6 { position:absolute;display:block;z-index:14999;background-color:rgba(249,249,249,0.37);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.75rem;top:2.90625rem;left:33.9375rem;display:block; }
#SqpZhOTN7rK3ghF9xufOe86N5fEL07bZ { 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:25rem;width:19.3125rem;top:8.686628341675rem;left:7rem;overflow:hidden;display:block; }
#GXGwXI9NFoBllGxwnzrgvTt31BPN8cpE { z-index:15002;top:28.312497138977rem;left:34.4375rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pua4w4OZhKQzC5rsNmnJhIc26rFzTPOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6tQBG5484uQpdtATFR9Az7cKAhB9PH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.999996185302rem;left:30.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FrsaoPNzRHZI6SznlTyTTQITW2qDpUJO { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.797739982605rem;left:31.3125rem;height:9.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh { background-color:transparent;background-image:url("https://images.assets-landingi.com/RX_0vwSPiWs/unsplash/austin-distel-RX_0vwSPiWs-photo-1553484771-371a605b060b.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh.adaptive-delivery-prevent-bg, #VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh.lazyload, #VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh.lazyloading { background-image: none; }#VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh > .row .container { border-width: 0; border-radius: 0; }#VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;overflow:visible;position:relative;display:none; }#k6w6ZsvnwSDgpUTXoseUmI1yIaihltae { color:rgba(var(--color-tertiary-0),1);display:block;width:51.625rem;position:absolute;font-family:raleway;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:4.1875rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2THH0lWQ1NkTzkyKaPB0SrD8Waicbbg { position:absolute;display:block;z-index:14999;background-color:rgba(249,249,249,0.37);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.75rem;top:2.90625rem;left:33.9375rem;display:block; }
#xEA6m9ITffT9DT9b6LMUpVT9srQSZCQm { position:absolute;display:block;z-index:15001;height:26.5rem;width:57.125rem;top:8.8611145019531rem;left:1.4375rem;display:block; }
#KlGAXqCsn0H8ck5v9AdrHqmN4eeHF45D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#KlGAXqCsn0H8ck5v9AdrHqmN4eeHF45D > .row .container { border-width: 0; border-radius: 0; }#KlGAXqCsn0H8ck5v9AdrHqmN4eeHF45D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlGAXqCsn0H8ck5v9AdrHqmN4eeHF45D > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:none; }#FE8XRfQzSTWt46z6T29pcEHHJa2LgW9e { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:7.4739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KIcTOLB0Qg6lKpvwH3n5iuW0yGnUvaof { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;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:3.4375rem;top:3rem;left:24.5rem;display:block; }
#Dlst6utTZoJiuURwXR5Ig68syJwk33T4 { 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:1.1875rem;width:1.5rem;top:2.3125rem;left:29.4375rem;overflow:hidden;display:block; }
#xWf8Pn7RWV27sH5OW43UZMw2bN94ZBah { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;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:3.4375rem;top:3rem;left:32.1875rem;display:block; }
#B481MmhFMmI4urUUNLkTIM7s1Laf2ngu { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:17.375rem;left:4.3125rem;overflow:hidden;display:block; }
#Owod6gpEqOQ3e00SWAhTr4tIgseWbWJQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:3.8125rem;display:block; }
#kT5A3lq3zV6SmEZn4RPcih9Ss0lOKoPn { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:29.5625rem;left:1.8125rem;height:7.99913125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pVI2vfyLNN5Em8U62LozpQSn4lDmgZNl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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:27.625rem;width:19rem;top:15.0625rem;left:0rem;display:block; }
#cuV6WokJCc80ZmzfAB3UplsXqdLeolwL { position:absolute;display:block;z-index:15004;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.0625rem;width:3.25rem;top:38.75rem;left:7.9375rem;display:block; }
#TawJQfdLbTWt5TODuDclaZZFqqH7FA6p { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:39.8125rem;left:1.125rem;height:1.599825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WMI2xqL1khaZHTuHv3Q4w8fhiAdGWoul { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0rem;height:9.9930625rem;font-style:normal;display:block; }
#MZoDP1XS1UgymfDJkooN5yarxoqJWBiz { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),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:27.625rem;width:19rem;top:15.0625rem;left:20.625rem;display:block; }
#hXnpQQlWGcmwobM0Kyd9swQ4ctd3a5vx { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:29.5625rem;left:22.4375rem;height:7.99913125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nP4aJuDrZqi87wviTXnoFlQ9oIJHr1Pl { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:39.8125rem;left:21.75rem;height:1.599825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TTamBit8Z7BBMrhb4tvlaH9Qwbxs7LDe { 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.0625rem;width:3.25rem;top:38.75rem;left:28.5625rem;display:block; }
#aRbTc7ulHeo7bw8B9ldlF4UCVFJoTi4w { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:24.4375rem;display:block; }
#lKv8SEW4KeIddW0xrvJ5FPcpLTmQGCWa { position:absolute;display:block;z-index:15008;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:17.375rem;left:24.9375rem;overflow:hidden;display:block; }
#nqKq36Kzmqt3O91KOT5T5W6w5OKfUapZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.0625rem;left:20.625rem;height:9.9930625rem;font-style:normal;display:block; }
#yEw8UeKvJs3r4xei0Rv31evxtH3TSqTE { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),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:27.625rem;width:19rem;top:15.0625rem;left:41rem;display:block; }
#MGsdolrMi5SMv3oO42RObDFmLi4X2RHL { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:39.8125rem;left:42.125rem;height:1.599825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QymW6a5T4m6KTe1TSgVyJL2ws9psphSl { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:29.5625rem;left:42.8125rem;height:7.99913125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fmpT4PXAfDAh5h7bVTvlpTK6eKlfXZL4 { position:absolute;display:block;z-index:15018;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.0625rem;width:3.25rem;top:38.75rem;left:48.9375rem;display:block; }
#v5AeJzWhMnKr3gpliCzMTNa5gyX7WorQ { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:44.8125rem;display:block; }
#zhsAIvCgIEHskDH6TChAwB61Tcde0n5v { position:absolute;display:block;z-index:15015;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:17.375rem;left:45.3125rem;overflow:hidden;display:block; }
#QWSCPua80JyAc5LcMfvpCetrqfpEdy6h { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.0625rem;left:41rem;height:9.9930625rem;font-style:normal;display:block; }
#tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v.adaptive-delivery-prevent-bg, #tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v.lazyload, #tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v.lazyloading { background-image: none; }#tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v > .row .container { border-width: 0; border-radius: 0; }#tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:60rem;position:relative;display:none; }#KEMOGCv8zXs35Utw66WJDeSKF59wO7xD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:0.625rem;display:block; }
#QOm1NbTcTbsxLm8mIqXNbgQZcTvPdFlh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c6sXSyIWW4vhOwLHUFmuP7qhD4lpGR5J { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.6875rem;left:1.875rem;height:6.3993125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sIfyaiznJ1zOewa8Rca1puxpebroJHHR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:20.625rem;display:block; }
#vAXRBh7nqUCGMXh2iGvoHNyZnlTRI6uh { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.875rem;left:21.875rem;height:6.3993125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iEcLUBeCVS34pXA9zH6Nfr0I5n8iWez6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5dvZB9TUV9RsxtRyCLyNzMNPZuzfmid { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:40.625rem;display:block; }
#aohDpiiHQTaRAVqZQDVOmdAsu2Cu7icq { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.875rem;left:41.875rem;height:6.3993125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dEOk5O94bmx9ThUmG8159V3RbmlXNTq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBTamGeJOD8i0P8TTk22rxpU6TPTUZq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GaX3S2zi3XUkBAA6DrEgimScT0uLLwhH { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5.5625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:9.1875004768369rem;left:25.999999046326rem;display:block; }
#TF7zflyDi0GKr1HkXaSR6KkHuREJLNtH { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5.5625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:9.1875004768369rem;left:6.0000009536743rem;display:block; }
#TRNTur5ToW8xP6VqrwgmwyTxQ8DCSCmr { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:9.59375rem;left:46.374999046326rem;display:block; }
#xGotKDEor36LZMTLITrzrrGNeis7MOFa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:29.1875rem;left:0.625rem;display:block; }
#m6QKQuWsAEAOVXgLmJt7HW7yzlXQWZpf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.3125rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nRVeNEI0uLhsWgzD8NxWbBxJn8ZdCgls { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:38.875rem;left:1.875rem;height:6.3993125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ixg7z2TGbs9VtTzoUUuQInG2clwm4Lch { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5.5625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:28.375rem;left:6.0000009536743rem;display:block; }
#iyREKrt02wgHrMbK7Cvdo0X5PkgMpglt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:29.1875rem;left:20.625rem;display:block; }
#IBqvNcTKllDQRTJXkH5V5klOpJSyocFQ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:38.875rem;left:21.874220848084rem;height:6.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfZQ9zR6RoHdAMS8xpvHH0InDL1yluks { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.3125rem;left:20.624220848084rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TEA33VZkJ3dTJBXO4t1fPuomFe71HOaE { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5.5625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:28.375rem;left:25.999999046326rem;display:block; }
#lkMeaVQZ0RF9TcilIulpLgxzrN2v6N8U { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:29.1875rem;left:40.625rem;display:block; }
#XCbwdcvo7iMoqalrwe3kl0THyqCgB8pD { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:38.875rem;left:41.874999046326rem;height:6.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l8Tx613iKKaAA7NZSKLvU0a1X38z9ltb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:36.3125rem;left:40.624999046326rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmhGTbKpgdHkXfKRdS5xdZX72V6wSBOA { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5.5625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:28.375rem;left:45.999999046326rem;display:block; }
#uPAzAo4JNzKyZCDH5oQl38GsP1TmU8Hn { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5.5625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:47.3125rem;left:6rem;display:block; }
#do5Be8lT9bQARECmf1TEcGpd02zVKlsP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:55.25rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TEkA4e8WBfUvfpSgsenw514LdqrKEuT7 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:57.8125rem;left:1.875rem;height:6.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHWzTTF6tIVOeVn7GLGbw9idaRRQilJK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:48.125rem;left:0.625rem;display:block; }
#WkJrkAniqdgb9oNoM8DfFh7oFa0K721M { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5.5625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:47.3125rem;left:26rem;display:block; }
#BoBwIi8E1EEpogW3dil52sMtEh3xdPBG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:55.25rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u1RuhBEds4sRByn8pH1BnpUz4f061CU3 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:57.8125rem;left:21.875rem;height:6.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d50VdRmWTRgTH3xTEd7ixSCdvcqwuyAm { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:48.125rem;left:20.625rem;display:block; }
#WeSnb9EKfo719X69UyQMqP5LEm8y6u10 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:48.125rem;left:40.625rem;display:block; }
#utGdm22vopuvMrv9BUwrwtA0x4t8MRa7 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:5.5625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:47.3125rem;left:46rem;display:block; }
#CNysC3ueiTg8XI7UTUIawu0WI2Pk8xp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:55.25rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t63JnGvoTadqx1u3mW0C7cm1peTMNNur { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:57.8125rem;left:41.875rem;height:6.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.3);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; }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row .container { background-color: transparent; background-image: none; }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row .container > .video-iframe-container { display: none; }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row > .video-iframe-container { display: none; }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .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); }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row .container { border-width: 0; border-radius: 0; }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row .container { font-size:0.875rem;font-family:arial;height:88.625rem;width:60rem;position:relative;display:block; }#x8ZrfHZVX60bJlAXB5TUemgX7RJlttsq { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#SKFmzeoq20DTIbuzW8x1uWr8lDlsqXk7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.0625rem;width:17.5625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.9652781486512rem;left:21.125rem;overflow:hidden;display:block; }
#NvOC9VhaTvv7RerQrkDSlIFVPTg13T0b { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.25rem;width:17.5625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.9340281486512rem;left:0.90625rem;overflow:hidden;display:block; }
#cxO1Vf6i1Ep18ugQ8epBsN3vXbN1JxtT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:7.8492193222044rem;left:23.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gR4EKCqlyd0gZFqxA4LRQzvTBeKfoKRH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.0625rem;width:17.5625rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.0625rem;left:21.1875rem;overflow:hidden;display:block; }
#vnGrMCe1IwVW8PyEvCVTRqi2r4PgNkR0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.0625rem;left:41.5rem;overflow:hidden;display:block; }
#VA9RDC7HmDgVHcxgeMQu60FaDm8100p3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.0625rem;width:17.5625rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.9652781486512rem;left:41.5rem;overflow:hidden;display:block; }
#g7qVciTTuH6MZzLSZcOLFbWGyaMbx58h { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.0625rem;width:17.5625rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.875rem;left:21.1875rem;overflow:hidden;display:block; }
#dVeWaPuDMUkzLlGemeZm94AubGaFPK3E { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.0625rem;width:17.5625rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.062499523163rem;left:0.75rem;overflow:hidden;display:block; }
#igOow2ZtGPukGrn7kKRKKpsIRdeFF1tD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.75rem;width:17.5625rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.874999523163rem;left:41.5rem;overflow:hidden;display:block; }
#TtKk1TTU0T0imUEy4AslJP6xseVWDhnh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.187499523163rem;left:0.90625rem;overflow:hidden;display:block; }
#tTPsrQWiXSKJkk7vaEVtxzsVw5xCLayG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.8125rem;width:17.5625rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:43rem;left:0.9375rem;overflow:hidden;display:block; }
#Vpzn0yKbhZ5K3ROr4hsVw3IzJ01q6MVL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.625rem;width:17.5625rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:43rem;left:21.375rem;overflow:hidden;display:block; }
#kCEkdTUTw5GFXU4zdI523uhUMLWO33BK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.9375rem;width:17.5625rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:43rem;left:41.25rem;overflow:hidden;display:block; }
#WHCJ0aCeTZB7pJNHDXXih9L7UnQzLxM7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.4375rem;width:17.5625rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:61.373264312744rem;left:21.21875rem;overflow:hidden;display:block; }
#c5Hh0InwZvHK8mI5afIJtQimGzUB91oQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:17.5625rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:61.372396469116rem;left:41.59375rem;overflow:hidden;display:block; }
#T203oeCQTy27Qi2ifw3ff5nGb3Ko48B7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.6875rem;width:17.5625rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:61.374132156372rem;left:0.90625rem;overflow:hidden;display:block; }
#duVVORNU3WMgp9Et0D4yfzhkETHFty0x { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:17.5625rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:75.8125rem;left:0.875rem;overflow:hidden;display:block; }
#ycE23dgzQQiG7DsyghAykup9wJhHdFGe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.8125rem;width:17.4375rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:75.65625190735rem;left:21.281251907349rem;overflow:hidden;display:block; }
#uTcBKNFHXPLdlb4f1i8GNVkqE8BsRUtH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:17.5625rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:75.8125rem;left:41.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd { display:block; }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tu3O2Hkupgplboo4KX2XdSFD03V7EJ2A { width:9.3125rem;height:2.3125rem;top:2.53125rem;left:37.406252264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #fQ5qeQcy0LQFC570dG86iIpJlBDFvXoE { display:block; }
 }@media only screen and (max-width: 959px) { #x4IbDWMPXVMBRyKINS3H87XktHUIBQQK { width:4.4375rem;height:3.15rem;top:2.9156250953674rem;left:32.125002264976rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TEJKK2EHTUnTgQmzTLceP85r9A1ihlq6 { width:11.25rem;height:1.875rem;top:0rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #vBbGFtOxRTzk47ewCGhLSCF3P0Arzyxn { width:30.25rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #nXRwtNmpmclCDindZxVTdqcXmU5JmJvB { display:block; }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fafafa;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:36.0625rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dqTByiRVMUtp5vERkzqC9NO4MMilrfIs { width:46.5rem;height:6.9375rem;top:2.6875rem;left:0.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dp3blLyt4G4HVDIkFNPiN71bkIWLFrc9 { width:3.3125rem;height:3.3125rem;top:10.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CuvLB55qoEqWSuPdI4HHVWLAy1oZpHpo { width:19.9375rem;height:4.74375rem;top:10.500001907349rem;left:4.7499998807907rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nIinU6HfPmzhUadhfItO1SFDxTeziO9T { width:3.3125rem;height:3.3125rem;top:16.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GMVrawvR5qlWJfPsd8OlHN1gmJDwXSr7 { width:3.3125rem;height:3.3125rem;top:22.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QCJTTy1MFZzidTaeM7PRPNucTGqPx0eM { width:19.8125rem;height:4.74375rem;top:16.25rem;left:4.75rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WKFFtA7v1CwBEe1H2HWdauMuNRNxrz6v { width:19.1875rem;height:4.74375rem;top:22.6875rem;left:4.75rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bTAECkLr21IrLPDK0JGrP0F7cdHVLQRO { width:3.125rem;height:3.125rem;top:22.625rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Du5bhwIekrG2dvX41HqO4zdPMJmSaCZp { width:3.3125rem;height:3.3125rem;top:29rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #k1Rq2EeSOD78rO6FUcWKX2OJmDLXqZgl { width:21.125rem;height:4.74375rem;top:29rem;left:4.7499998807907rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GJ8iJfcd93HKQk6RH8QxbOhP3CfEPQDX { width:3.125rem;height:3.125rem;top:29.125rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xcAW6C9dR2w23XTk9NC9CJaTPliIQWDX { width:2.4375rem;height:2.4375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yCcPbXtRaPD4X6zzvwVxJ88gUTKmt9vv { width:2.5625rem;height:2.5625rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #aDfzUvnpsGD02rhcApAVhuhBvURlOMsq { width:25rem;height:10.75rem;top:7.25rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #lQoFLhlqOLHOGqHHoxrCKUxi6GXTKmQL { width:25rem;height:10.625rem;top:18.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N { display:block; }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ffMvMZZl7vuPvU1IAd6kwT0RGfmEuDxb { width:12.25rem;height:2.625rem;top:2.5rem;left:20.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Hp3AVK5yoVgWhN8ASBJiTc6RHyq1mLRK { display:block; }
 }@media only screen and (max-width: 959px) { #WuvCSFmeClMIAtGeXqD8WpaPtitRaTwN { width:12.875rem;height:2.875rem;top:2.375rem;left:34.4375rem;font-size:1.1875rem;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-top:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #MxUqJCKeeqLI2vzmPZpUbCk1CTk8FlV8 { display:block; }
 }@media only screen and (max-width: 959px) { #ImSfOLdXPVrwICT66xfZXOQB7PaGsPuh { width:7.1875rem;height:2.6rem;top:2.5625rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #sSPOULh2wLplhIQ5E45068DzAQqmsfZf { width:19.5625rem;height:4.0625rem;top:1.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 { display:block; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eIEnNEUikT4AxJSRtXedy9HGtPkiFg2k { width:12.5rem;height:3rem;top:5.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #yPVTKQAdn8BtmWlSSCX4NWO1FzasySz7 { width:9.0625rem;height:1.6875rem;top:9.125rem;left:1.4357643127441rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #p2gwA6NzSVw1xnyqVciSd6d6EmNRHmfT { width:9.0625rem;height:1.6875rem;top:9.125rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JglMmpUWpwilHCweR2m42I6pKTvooXiR { width:12.5rem;height:3rem;top:5.125rem;left:11.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #a12Lr0TXC5mgHhsFtybUSGHPZ4J9AGBc { width:12.5rem;height:3rem;top:5.1875rem;left:23.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #i7b3RtHxfhpJlpG828lTld9ophacSTvZ { width:9.0625rem;height:1.6875rem;top:8.875rem;left:25.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Oftesn3OMEphXNEMCSqJnVPxRzJXUaL2 { width:12.5rem;height:3rem;top:5.1875rem;left:35.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #f0qEyB2MrT4ritg312rdBA6yQJcfKiAE { width:9.0625rem;height:1.6875rem;top:8.875rem;left:37.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt { display:block; }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #q9HRxTs8n4AXPLb7V5gWEng1yNqBRcUt { width:30.625rem;height:;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #mQ5XJCbKC7HMZwCExbDArmys6bJZ1Pzs { width:30.625rem;height:;top:5.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FsHayXTg8LN9wWyXkTPZNbrwqJLkXoNg { width:30.625rem;height:1.75rem;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RGxRZeg2SzaWXinFB94yVkBntIKtoIn7 { width:25rem;height:3.5625rem;top:15.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JFVBTZI0iH9niUSeSmGhyJysbMfemOJU { width:25rem;height:5.375rem;top:21.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lbQyqEiBiBhV8WfMqybSwNHSu7TtdTda { width:14rem;height:16.75rem;top:2.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #c0HhcdT2ymEhbl2xI9hFT3BuMdKi62Dh { width:14rem;height:;top:8.875rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nu98DeqCACON0heGUtKnmdCEZqT548qW { width:12.5rem;height:4.1875rem;top:14.0625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nqfs3zTHRDKv4RMaOblTvgaoUq4kTEzK { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fMDA8hWsvCPEq5261tMizfWCD970NEEX { width:14rem;height:16.75rem;top:2.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZdQBv8K8MlwrzyHrlrJ0TBXg6B8bZMyN { width:14rem;height:3.75rem;top:8.875rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #RHvq6RiGeNsWP7xbDmuKwG3wLfiFvdBp { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q52hAVhaOZTJ4PHJQcUIgoGyyFUiqSTl { width:12.5rem;height:4.1875rem;top:14.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #IUZAE9xDvOga8vHZt7OoxtZbZKs46KMU { width:14rem;height:16.75rem;top:19.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WNeRMN1yuMV0P6SAx6FO0s2RflJHmZdf { width:12.5rem;height:4.1875rem;top:30.8125rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #uHzweg24niAoACaiiZmetCHewgLtkGn7 { width:14rem;height:16.75rem;top:19.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TzFlHRC8EdLLn7Ex2m4a7tTNtOqOAPzS { width:12.5rem;height:4.1875rem;top:30.8125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AxvW31HnQhanogwMHWMovCJ8M71mBBqZ { width:3.5625rem;height:0.0625rem;top:29.8125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yQaifW1N8QaMGriwgXzknIoODoxXAnLT { width:3.5625rem;height:0.0625rem;top:29.8125rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NP1u6FPy9xKrCJLBQqWWRRbqlAJ8lrwG { width:14rem;height:3.75rem;top:25.4375rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gRH9a430UyLiCZqXzCuozPyaHp0Nf1ZF { width:14rem;height:3.75rem;top:25.4375rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NX70H1e46OumPZ7bp3pLazc5WTzMTc7V { width:12.25rem;height:2.625rem;top:2.5rem;left:20.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #nFc1PwDEnhfWopnG9fg6NNDdf8OxkfCf { display:block; }
 }@media only screen and (max-width: 959px) { #idQLe3iqCDgvJIndyZmRQgC1I9RBrH4i { width:3.125rem;height:3.125rem;top:21.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #A0yeVDxlmR6NvwXJDg9STUPtsBMsx5PU { width:3.125rem;height:3.125rem;top:3.8125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lHa5yEtxFMPx4TmNBLscXrNattvrACBS { width:3.125rem;height:3.125rem;top:21.1875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #u6hqtp7qe30B71sZpy79bvHT1qLTgAJA { width:3.125rem;height:3.125rem;top:3.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z3ORMk49Byvbea5Sxd4zKSolT5flu6MH { width:3.125rem;height:3.125rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lHacE3pGQnRKVDHCymMn5SOD3IZUVLTT { width:3.125rem;height:3.125rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #V1oHHK8PKswr0sbsCRh28wbh81tLhfak { width:3.125rem;height:3.125rem;top:3.4375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QQItCDboHEf8yUrEG17QoB6tcGMaM35M { display:none; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #kqHAnPRFLebhexEydrPtZ2UTSmo642zT { width:47.75rem;height:3.5625rem;top:3.375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #GKfy2DJeX7cmisdnS23wFmoTS0z8hTI6 { top:2.875rem;left:27.8125rem;width:19.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SqpZhOTN7rK3ghF9xufOe86N5fEL07bZ { width:19.3125rem;height:25rem;top:8.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GXGwXI9NFoBllGxwnzrgvTt31BPN8cpE { top:28.25rem;left:28.3125rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Pua4w4OZhKQzC5rsNmnJhIc26rFzTPOK { display:block; }
 }@media only screen and (max-width: 959px) { #L6tQBG5484uQpdtATFR9Az7cKAhB9PH3 { width:25.6875rem;height:2.4375rem;top:11.9375rem;left:22.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #FrsaoPNzRHZI6SznlTyTTQITW2qDpUJO { width:25rem;height:9.0625rem;top:16.75rem;left:22.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh { display:none; }#VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #k6w6ZsvnwSDgpUTXoseUmI1yIaihltae { width:47.75rem;height:3.5625rem;top:3.375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #g2THH0lWQ1NkTzkyKaPB0SrD8Waicbbg { top:2.875rem;left:27.8125rem;width:19.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xEA6m9ITffT9DT9b6LMUpVT9srQSZCQm { width:47.75rem;height:26.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KlGAXqCsn0H8ck5v9AdrHqmN4eeHF45D { display:none; }#KlGAXqCsn0H8ck5v9AdrHqmN4eeHF45D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #FE8XRfQzSTWt46z6T29pcEHHJa2LgW9e { width:47.75rem;height:7.4375rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KIcTOLB0Qg6lKpvwH3n5iuW0yGnUvaof { width:3.4375rem;height:0.125rem;top:3rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dlst6utTZoJiuURwXR5Ig68syJwk33T4 { width:1.5rem;height:1.1875rem;top:2.3125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xWf8Pn7RWV27sH5OW43UZMw2bN94ZBah { width:3.4375rem;height:0.125rem;top:3rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #B481MmhFMmI4urUUNLkTIM7s1Laf2ngu { width:10.3125rem;height:10.3125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Owod6gpEqOQ3e00SWAhTr4tIgseWbWJQ { width:11.375rem;height:11.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kT5A3lq3zV6SmEZn4RPcih9Ss0lOKoPn { width:15.75rem;height:7.8125rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pVI2vfyLNN5Em8U62LozpQSn4lDmgZNl { width:19rem;height:27.625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #cuV6WokJCc80ZmzfAB3UplsXqdLeolwL { width:3.25rem;height:0.0625rem;top:38.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TawJQfdLbTWt5TODuDclaZZFqqH7FA6p { width:16.875rem;height:1.5625rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #WMI2xqL1khaZHTuHv3Q4w8fhiAdGWoul { width:5.25rem;height:9.9375rem;top:15.0625rem;left:0rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MZoDP1XS1UgymfDJkooN5yarxoqJWBiz { width:19rem;height:27.625rem;top:15.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #hXnpQQlWGcmwobM0Kyd9swQ4ctd3a5vx { width:15.75rem;height:7.8125rem;top:29.5625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nP4aJuDrZqi87wviTXnoFlQ9oIJHr1Pl { width:16.875rem;height:1.5625rem;top:39.8125rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TTamBit8Z7BBMrhb4tvlaH9Qwbxs7LDe { width:3.25rem;height:0.0625rem;top:38.75rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aRbTc7ulHeo7bw8B9ldlF4UCVFJoTi4w { width:11.375rem;height:11.375rem;top:16.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lKv8SEW4KeIddW0xrvJ5FPcpLTmQGCWa { width:10.3125rem;height:10.3125rem;top:17.375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nqKq36Kzmqt3O91KOT5T5W6w5OKfUapZ { width:5.25rem;height:9.9375rem;top:15.0625rem;left:14.5rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yEw8UeKvJs3r4xei0Rv31evxtH3TSqTE { width:19rem;height:27.625rem;top:15.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #MGsdolrMi5SMv3oO42RObDFmLi4X2RHL { width:16.875rem;height:1.5625rem;top:39.8125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QymW6a5T4m6KTe1TSgVyJL2ws9psphSl { width:15.75rem;height:7.8125rem;top:29.5625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fmpT4PXAfDAh5h7bVTvlpTK6eKlfXZL4 { width:3.25rem;height:0.0625rem;top:38.75rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #v5AeJzWhMnKr3gpliCzMTNa5gyX7WorQ { width:11.375rem;height:11.375rem;top:16.875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zhsAIvCgIEHskDH6TChAwB61Tcde0n5v { width:10.3125rem;height:10.3125rem;top:17.375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QWSCPua80JyAc5LcMfvpCetrqfpEdy6h { width:5.25rem;height:9.9375rem;top:15.0625rem;left:34.875rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v { display:none; }#tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v > .row .container { width:47.75rem;height:55.5625rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #KEMOGCv8zXs35Utw66WJDeSKF59wO7xD { width:15.625rem;height:15.625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QOm1NbTcTbsxLm8mIqXNbgQZcTvPdFlh { width:15.625rem;height:1.3rem;top:10.625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #c6sXSyIWW4vhOwLHUFmuP7qhD4lpGR5J { width:15rem;height:4.5rem;top:13.4375rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #sIfyaiznJ1zOewa8Rca1puxpebroJHHR { width:15.625rem;height:15.625rem;top:4.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vAXRBh7nqUCGMXh2iGvoHNyZnlTRI6uh { width:15rem;height:4.5rem;top:13.4375rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iEcLUBeCVS34pXA9zH6Nfr0I5n8iWez6 { width:15.625rem;height:1.3rem;top:10.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #t5dvZB9TUV9RsxtRyCLyNzMNPZuzfmid { width:15.625rem;height:15.625rem;top:4.8125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 959px) { #aohDpiiHQTaRAVqZQDVOmdAsu2Cu7icq { width:15rem;height:6rem;top:13.4375rem;left:32.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dEOk5O94bmx9ThUmG8159V3RbmlXNTq9 { width:15.625rem;height:1.3rem;top:10.625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #oBTamGeJOD8i0P8TTk22rxpU6TPTUZq6 { width:47.75rem;height:2.3375rem;top:1.3125019073486rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #GaX3S2zi3XUkBAA6DrEgimScT0uLLwhH { width:4.6875rem;height:4.6875rem;top:4.8125rem;left:21.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TF7zflyDi0GKr1HkXaSR6KkHuREJLNtH { width:4.6875rem;height:4.6875rem;top:4.8125rem;left:5.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TRNTur5ToW8xP6VqrwgmwyTxQ8DCSCmr { width:4.6875rem;height:4.6875rem;top:4.8125rem;left:37.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #xGotKDEor36LZMTLITrzrrGNeis7MOFa { width:15.625rem;height:15.625rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #m6QKQuWsAEAOVXgLmJt7HW7yzlXQWZpf { width:15.625rem;height:1.3rem;top:27.75rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nRVeNEI0uLhsWgzD8NxWbBxJn8ZdCgls { width:15rem;height:4.5rem;top:29.75rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ixg7z2TGbs9VtTzoUUuQInG2clwm4Lch { width:4.6875rem;height:4.6875rem;top:21.1875rem;left:5.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #iyREKrt02wgHrMbK7Cvdo0X5PkgMpglt { width:15.625rem;height:15.625rem;top:21.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IBqvNcTKllDQRTJXkH5V5klOpJSyocFQ { width:15rem;height:6rem;top:29.75rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gfZQ9zR6RoHdAMS8xpvHH0InDL1yluks { width:15.625rem;height:1.3rem;top:27.75rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TEA33VZkJ3dTJBXO4t1fPuomFe71HOaE { width:4.6875rem;height:4.6875rem;top:21.1875rem;left:21.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #lkMeaVQZ0RF9TcilIulpLgxzrN2v6N8U { width:15.625rem;height:15.625rem;top:21.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 959px) { #XCbwdcvo7iMoqalrwe3kl0THyqCgB8pD { width:15rem;height:4.5rem;top:29.75rem;left:32.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #l8Tx613iKKaAA7NZSKLvU0a1X38z9ltb { width:15.625rem;height:1.3rem;top:27.75rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TmhGTbKpgdHkXfKRdS5xdZX72V6wSBOA { width:4.6875rem;height:4.6875rem;top:21.1875rem;left:37.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #uPAzAo4JNzKyZCDH5oQl38GsP1TmU8Hn { width:4.6875rem;height:4.6875rem;top:37.5625rem;left:5.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #do5Be8lT9bQARECmf1TEcGpd02zVKlsP { width:15.625rem;height:1.3rem;top:43.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TEkA4e8WBfUvfpSgsenw514LdqrKEuT7 { width:15rem;height:4.5rem;top:46.125rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yHWzTTF6tIVOeVn7GLGbw9idaRRQilJK { width:15.625rem;height:15.625rem;top:37.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WkJrkAniqdgb9oNoM8DfFh7oFa0K721M { width:4.6875rem;height:4.6875rem;top:37.5625rem;left:21.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #BoBwIi8E1EEpogW3dil52sMtEh3xdPBG { width:15.625rem;height:1.3rem;top:43.3125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #u1RuhBEds4sRByn8pH1BnpUz4f061CU3 { width:15rem;height:4.5rem;top:46.125rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #d50VdRmWTRgTH3xTEd7ixSCdvcqwuyAm { width:15.625rem;height:15.625rem;top:37.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WeSnb9EKfo719X69UyQMqP5LEm8y6u10 { width:15.625rem;height:15.625rem;top:37.5625rem;left:32rem;display:block; }
 }@media only screen and (max-width: 959px) { #utGdm22vopuvMrv9BUwrwtA0x4t8MRa7 { width:4.6875rem;height:4.6875rem;top:37.5625rem;left:37.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #CNysC3ueiTg8XI7UTUIawu0WI2Pk8xp5 { width:15.625rem;height:1.3rem;top:43.3125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #t63JnGvoTadqx1u3mW0C7cm1peTMNNur { width:15rem;height:5.6rem;top:46.125rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mogbRQWRc1BTTfburvTlbzBXEDSnIrRn { display:block; }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #x8ZrfHZVX60bJlAXB5TUemgX7RJlttsq { width:47.75rem;height:2.4375rem;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SKFmzeoq20DTIbuzW8x1uWr8lDlsqXk7 { width:14.375rem;height:6.625rem;top:9.9351539611819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NvOC9VhaTvv7RerQrkDSlIFVPTg13T0b { width:14.375rem;height:6.6875rem;top:9.9359359741213rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #cxO1Vf6i1Ep18ugQ8epBsN3vXbN1JxtT { width:12.5rem;height:1.3rem;top:7.8125rem;left:17.625001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gR4EKCqlyd0gZFqxA4LRQzvTBeKfoKRH { width:14.375rem;height:6.625rem;top:9.9359359741213rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #vnGrMCe1IwVW8PyEvCVTRqi2r4PgNkR0 { width:15.3125rem;height:4.5625rem;top:9.9374980926512rem;left:32.125002264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #VA9RDC7HmDgVHcxgeMQu60FaDm8100p3 { width:14.375rem;height:6.625rem;top:9.9351539611819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #g7qVciTTuH6MZzLSZcOLFbWGyaMbx58h { width:14.375rem;height:6.625rem;top:9.9359359741213rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #dVeWaPuDMUkzLlGemeZm94AubGaFPK3E { width:15.3125rem;height:7.0625rem;top:9.9374980926512rem;left:32.125002264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #igOow2ZtGPukGrn7kKRKKpsIRdeFF1tD { width:11.875rem;height:6.625rem;top:9.9351539611819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TtKk1TTU0T0imUEy4AslJP6xseVWDhnh { width:14.375rem;height:6.1875rem;top:9.9359359741213rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #tTPsrQWiXSKJkk7vaEVtxzsVw5xCLayG { width:8.9375rem;height:7.0625rem;top:9.9374980926512rem;left:32.125002264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vpzn0yKbhZ5K3ROr4hsVw3IzJ01q6MVL { width:7.4375rem;height:6.625rem;top:9.9359359741213rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #kCEkdTUTw5GFXU4zdI523uhUMLWO33BK { width:4.75rem;height:4.5625rem;top:9.9374980926512rem;left:32.125002264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #WHCJ0aCeTZB7pJNHDXXih9L7UnQzLxM7 { width:14.375rem;height:6.125rem;top:9.9359359741213rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #c5Hh0InwZvHK8mI5afIJtQimGzUB91oQ { width:10.4375rem;height:6.625rem;top:9.9351539611819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #T203oeCQTy27Qi2ifw3ff5nGb3Ko48B7 { width:11.1875rem;height:6.1875rem;top:9.9359359741213rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #duVVORNU3WMgp9Et0D4yfzhkETHFty0x { width:11.1875rem;height:4.75rem;top:9.9359359741213rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #ycE23dgzQQiG7DsyghAykup9wJhHdFGe { width:13.5rem;height:6.125rem;top:9.9359359741213rem;left:16.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #uTcBKNFHXPLdlb4f1i8GNVkqE8BsRUtH { width:10.4375rem;height:4.4375rem;top:9.9351539611819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd { position:relative;z-index:auto;display:block; }#HBThHo7uxlQTB1Bi8gPnSziT2xZGGbMd > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu3O2Hkupgplboo4KX2XdSFD03V7EJ2A { width:4.625rem;height:1.75rem;top:0.40625rem;left:15.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ5qeQcy0LQFC570dG86iIpJlBDFvXoE { display:block; }
 }@media only screen and (max-width: 763px) { #x4IbDWMPXVMBRyKINS3H87XktHUIBQQK { width:7.1875rem;height:1.54375rem;top:0.50937503576279rem;left:7.0937503576281rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJKK2EHTUnTgQmzTLceP85r9A1ihlq6 { width:10.125rem;height:1.4375rem;top:4.90625rem;left:4.9374998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBbGFtOxRTzk47ewCGhLSCF3P0Arzyxn { width:18.75rem;height:4.125rem;top:2.15625rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXRwtNmpmclCDindZxVTdqcXmU5JmJvB { display:block; }#nXRwtNmpmclCDindZxVTdqcXmU5JmJvB > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fafafa;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:57.375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqTByiRVMUtp5vERkzqC9NO4MMilrfIs { width:18.375rem;height:7.1875rem;top:0.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3blLyt4G4HVDIkFNPiN71bkIWLFrc9 { width:3.3125rem;height:3.3125rem;top:9.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuvLB55qoEqWSuPdI4HHVWLAy1oZpHpo { width:13.5625rem;height:5.5rem;top:16.0625rem;left:5.6866319775581rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIinU6HfPmzhUadhfItO1SFDxTeziO9T { width:3.3125rem;height:3.3125rem;top:16.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVrawvR5qlWJfPsd8OlHN1gmJDwXSr7 { width:3.3125rem;height:3.3125rem;top:23.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCJTTy1MFZzidTaeM7PRPNucTGqPx0eM { width:13.5625rem;height:5.5rem;top:23.25rem;left:5.6866319775581rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKFFtA7v1CwBEe1H2HWdauMuNRNxrz6v { width:13.5625rem;height:5.5rem;top:9.5rem;left:5.6866319775581rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTAECkLr21IrLPDK0JGrP0F7cdHVLQRO { width:3.125rem;height:3.125rem;top:23.34375rem;left:1.3428819775581rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5bhwIekrG2dvX41HqO4zdPMJmSaCZp { width:3.3125rem;height:3.3125rem;top:30.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1Rq2EeSOD78rO6FUcWKX2OJmDLXqZgl { width:13.5625rem;height:5.5rem;top:30.0625rem;left:5.6866319775581rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ8iJfcd93HKQk6RH8QxbOhP3CfEPQDX { width:3.125rem;height:3.125rem;top:30.15625rem;left:1.3428819775581rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcAW6C9dR2w23XTk9NC9CJaTPliIQWDX { width:2.4375rem;height:2.4375rem;top:9.9375rem;left:1.6866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCcPbXtRaPD4X6zzvwVxJ88gUTKmt9vv { width:2.5625rem;height:2.5625rem;top:16.4375rem;left:1.6241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDfzUvnpsGD02rhcApAVhuhBvURlOMsq { width:20rem;height:8.6rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQoFLhlqOLHOGqHHoxrCKUxi6GXTKmQL { width:20rem;height:8.5rem;top:46.6623125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N { display:block; }#SJRw6a40zTAHdbN72eBSutoxKbt5Qg9N > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffMvMZZl7vuPvU1IAd6kwT0RGfmEuDxb { width:15.25rem;height:3.875rem;top:6rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3AVK5yoVgWhN8ASBJiTc6RHyq1mLRK { display:block; }
 }@media only screen and (max-width: 763px) { #WuvCSFmeClMIAtGeXqD8WpaPtitRaTwN { width:15.25rem;height:3.875rem;top:11.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxUqJCKeeqLI2vzmPZpUbCk1CTk8FlV8 { display:block; }
 }@media only screen and (max-width: 763px) { #ImSfOLdXPVrwICT66xfZXOQB7PaGsPuh { width:7.1875rem;height:1.95rem;top:2.6593761444092rem;left:0rem;text-align:right;text-align-last:right;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSPOULh2wLplhIQ5E45068DzAQqmsfZf { width:10.6875rem;height:3.33073125rem;top:1.9375rem;left:8.5625rem;text-align:left;text-align-last:left;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 { display:block; }#UELAqDn39Tywvc8sQTySAdJqs2eVOTO8 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIEnNEUikT4AxJSRtXedy9HGtPkiFg2k { width:12.5rem;height:2.599825rem;top:2.875rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPVTKQAdn8BtmWlSSCX4NWO1FzasySz7 { width:9.0625rem;height:1.6875rem;top:6.3125057220456rem;left:5.4687498211861rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2gwA6NzSVw1xnyqVciSd6d6EmNRHmfT { width:9.0625rem;height:1.6875rem;top:14.875rem;left:5.4999998211861rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JglMmpUWpwilHCweR2m42I6pKTvooXiR { width:12.5rem;height:2.599825rem;top:11.375001907349rem;left:3.7499998211861rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a12Lr0TXC5mgHhsFtybUSGHPZ4J9AGBc { width:12.5rem;height:2.599825rem;top:20.043403625488rem;left:3.7499998211861rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7b3RtHxfhpJlpG828lTld9ophacSTvZ { width:9.0625rem;height:1.6875rem;top:23.358507156372rem;left:5.4687498211861rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oftesn3OMEphXNEMCSqJnVPxRzJXUaL2 { width:12.5rem;height:2.599825rem;top:28.072050094604rem;left:3.7499998211861rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0qEyB2MrT4ritg312rdBA6yQJcfKiAE { width:9.0625rem;height:1.6875rem;top:31.483507156372rem;left:5.4687498211861rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt { display:block; }#Ab0IdxJWxMTawiDM5pv4Ody3mRGxteJt > .row .container { width:20rem;height:109.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9HRxTs8n4AXPLb7V5gWEng1yNqBRcUt { width:20rem;height:1.29948125rem;top:1.2491312026977rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mQ5XJCbKC7HMZwCExbDArmys6bJZ1Pzs { width:20rem;height:7.6484375rem;top:2.5477437973023rem;left:0rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsHayXTg8LN9wWyXkTPZNbrwqJLkXoNg { width:20rem;height:1.79948125rem;top:12.4375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RGxRZeg2SzaWXinFB94yVkBntIKtoIn7 { width:15rem;height:7.1979375rem;top:12.437496185302rem;left:4.9991319775581rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JFVBTZI0iH9niUSeSmGhyJysbMfemOJU { width:15rem;height:7.1979375rem;top:23.000000847504rem;left:4.9991319775581rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbQyqEiBiBhV8WfMqybSwNHSu7TtdTda { width:14rem;height:16.75rem;top:39.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0HhcdT2ymEhbl2xI9hFT3BuMdKi62Dh { width:14rem;height:1rem;top:47.25rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nu98DeqCACON0heGUtKnmdCEZqT548qW { width:13.125rem;height:4.5rem;top:51.187505722046rem;left:3.4366319775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqfs3zTHRDKv4RMaOblTvgaoUq4kTEzK { width:3.5625rem;height:0.0625rem;top:50.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDA8hWsvCPEq5261tMizfWCD970NEEX { width:14rem;height:16.75rem;top:56.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdQBv8K8MlwrzyHrlrJ0TBXg6B8bZMyN { width:14rem;height:1rem;top:64.0625rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHvq6RiGeNsWP7xbDmuKwG3wLfiFvdBp { width:3.5625rem;height:0.0625rem;top:67.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q52hAVhaOZTJ4PHJQcUIgoGyyFUiqSTl { width:13.125rem;height:4.5rem;top:68.187493324281rem;left:3.4366319775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUZAE9xDvOga8vHZt7OoxtZbZKs46KMU { width:14rem;height:16.75rem;top:73.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNeRMN1yuMV0P6SAx6FO0s2RflJHmZdf { width:13.125rem;height:4.5rem;top:84.8750038147rem;left:3.4366319775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHzweg24niAoACaiiZmetCHewgLtkGn7 { width:14rem;height:16.75rem;top:90.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzFlHRC8EdLLn7Ex2m4a7tTNtOqOAPzS { width:13.125rem;height:4.5rem;top:101.6875038147rem;left:3.4366319775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxvW31HnQhanogwMHWMovCJ8M71mBBqZ { width:3.5625rem;height:0.0625rem;top:84.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQaifW1N8QaMGriwgXzknIoODoxXAnLT { width:3.5625rem;height:0.0625rem;top:100.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP1u6FPy9xKrCJLBQqWWRRbqlAJ8lrwG { width:14rem;height:1rem;top:80.875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRH9a430UyLiCZqXzCuozPyaHp0Nf1ZF { width:14rem;height:2rem;top:97.6875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NX70H1e46OumPZ7bp3pLazc5WTzMTc7V { width:15.25rem;height:3.875rem;top:33.561629295349rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFc1PwDEnhfWopnG9fg6NNDdf8OxkfCf { display:block; }
 }@media only screen and (max-width: 763px) { #idQLe3iqCDgvJIndyZmRQgC1I9RBrH4i { width:3.125rem;height:3.125rem;top:75.43750190735rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0yeVDxlmR6NvwXJDg9STUPtsBMsx5PU { width:3.125rem;height:3.125rem;top:58.686637878418rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHa5yEtxFMPx4TmNBLscXrNattvrACBS { width:3.125rem;height:3.125rem;top:91.875007629394rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6hqtp7qe30B71sZpy79bvHT1qLTgAJA { width:3.125rem;height:3.125rem;top:41.499998569489rem;left:4.9991319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ORMk49Byvbea5Sxd4zKSolT5flu6MH { width:3.125rem;height:3.125rem;top:13.437500536442rem;left:0.56163197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHacE3pGQnRKVDHCymMn5SOD3IZUVLTT { width:3.125rem;height:3.125rem;top:24.187504662201rem;left:0.56249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1oHHK8PKswr0sbsCRh28wbh81tLhfak { width:3.125rem;height:3.125rem;top:41.499137878418rem;left:11.812500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQItCDboHEf8yUrEG17QoB6tcGMaM35M { display:block; }#QQItCDboHEf8yUrEG17QoB6tcGMaM35M > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqHAnPRFLebhexEydrPtZ2UTSmo642zT { width:20rem;height:4.875rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKfy2DJeX7cmisdnS23wFmoTS0z8hTI6 { width:20rem;height:4.625rem;top:42.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SqpZhOTN7rK3ghF9xufOe86N5fEL07bZ { width:19.3125rem;height:25rem;top:10.499139785767rem;left:0.34288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXGwXI9NFoBllGxwnzrgvTt31BPN8cpE { top:46.75rem;left:0.625rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pua4w4OZhKQzC5rsNmnJhIc26rFzTPOK { display:block; }
 }@media only screen and (max-width: 763px) { #L6tQBG5484uQpdtATFR9Az7cKAhB9PH3 { width:17.5625rem;height:1.94965rem;top:37.124994277954rem;left:1.2178819775581rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrsaoPNzRHZI6SznlTyTTQITW2qDpUJO { width:15.625rem;height:6.1736125rem;top:39.749999046326rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh { display:none; }#VQThQo3ZZFE3ROrZam0mhCT66TZBwkRh > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k6w6ZsvnwSDgpUTXoseUmI1yIaihltae { width:20rem;height:4.875rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2THH0lWQ1NkTzkyKaPB0SrD8Waicbbg { width:20rem;height:4.625rem;top:42.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEA6m9ITffT9DT9b6LMUpVT9srQSZCQm { width:20rem;height:26.5rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlGAXqCsn0H8ck5v9AdrHqmN4eeHF45D { display:none; }#KlGAXqCsn0H8ck5v9AdrHqmN4eeHF45D > .row .container { width:20rem;height:101.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FE8XRfQzSTWt46z6T29pcEHHJa2LgW9e { width:20rem;height:2.5625rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIcTOLB0Qg6lKpvwH3n5iuW0yGnUvaof { width:3.4375rem;height:0.125rem;top:4.1875rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Dlst6utTZoJiuURwXR5Ig68syJwk33T4 { width:1.5rem;height:1.1875rem;top:3.625rem;left:9.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xWf8Pn7RWV27sH5OW43UZMw2bN94ZBah { width:3.4375rem;height:0.125rem;top:4.0625rem;left:12.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #B481MmhFMmI4urUUNLkTIM7s1Laf2ngu { width:10.3125rem;height:10.3125rem;top:13.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owod6gpEqOQ3e00SWAhTr4tIgseWbWJQ { width:11.375rem;height:11.375rem;top:12.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5A3lq3zV6SmEZn4RPcih9Ss0lOKoPn { width:15.75rem;height:7.8125rem;top:25.1875rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVI2vfyLNN5Em8U62LozpQSn4lDmgZNl { width:19rem;height:27.625rem;top:10.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuV6WokJCc80ZmzfAB3UplsXqdLeolwL { width:3.25rem;height:0.0625rem;top:33.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TawJQfdLbTWt5TODuDclaZZFqqH7FA6p { width:16.875rem;height:1.5625rem;top:34.5625rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMI2xqL1khaZHTuHv3Q4w8fhiAdGWoul { width:5.25rem;height:9.9375rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZoDP1XS1UgymfDJkooN5yarxoqJWBiz { width:19rem;height:27.625rem;top:39.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXnpQQlWGcmwobM0Kyd9swQ4ctd3a5vx { width:15.75rem;height:7.8125rem;top:54.375rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP4aJuDrZqi87wviTXnoFlQ9oIJHr1Pl { width:16.875rem;height:1.5625rem;top:64.4375rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTamBit8Z7BBMrhb4tvlaH9Qwbxs7LDe { width:3.25rem;height:0.0625rem;top:63.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRbTc7ulHeo7bw8B9ldlF4UCVFJoTi4w { width:11.375rem;height:11.375rem;top:41.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKv8SEW4KeIddW0xrvJ5FPcpLTmQGCWa { width:10.3125rem;height:10.3125rem;top:42.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqKq36Kzmqt3O91KOT5T5W6w5OKfUapZ { width:5.25rem;height:9.9375rem;top:39.9375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEw8UeKvJs3r4xei0Rv31evxtH3TSqTE { width:19rem;height:27.625rem;top:69.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGsdolrMi5SMv3oO42RObDFmLi4X2RHL { width:16.875rem;height:1.5625rem;top:94rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QymW6a5T4m6KTe1TSgVyJL2ws9psphSl { width:15.75rem;height:7.8125rem;top:83.75rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmpT4PXAfDAh5h7bVTvlpTK6eKlfXZL4 { width:3.25rem;height:0.0625rem;top:92.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5AeJzWhMnKr3gpliCzMTNa5gyX7WorQ { width:11.375rem;height:11.375rem;top:71.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhsAIvCgIEHskDH6TChAwB61Tcde0n5v { width:10.3125rem;height:10.3125rem;top:71.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWSCPua80JyAc5LcMfvpCetrqfpEdy6h { width:5.25rem;height:9.9375rem;top:70rem;left:0.375rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v { display:none; }#tb77oTG5McqV7pQdTi8aTCzeiVdWCU4v > .row .container { width:20rem;height:173.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KEMOGCv8zXs35Utw66WJDeSKF59wO7xD { width:18.75rem;height:17rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOm1NbTcTbsxLm8mIqXNbgQZcTvPdFlh { width:18.75rem;height:1.3rem;top:14.787499427796rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6sXSyIWW4vhOwLHUFmuP7qhD4lpGR5J { width:16.25rem;height:4.5rem;top:17.312500953674rem;left:1.8750001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIfyaiznJ1zOewa8Rca1puxpebroJHHR { width:18.75rem;height:17rem;top:25.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAXRBh7nqUCGMXh2iGvoHNyZnlTRI6uh { width:16.25rem;height:4.5rem;top:35.812501907349rem;left:1.8750001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEcLUBeCVS34pXA9zH6Nfr0I5n8iWez6 { width:18.75rem;height:1.3rem;top:33.036719322204rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5dvZB9TUV9RsxtRyCLyNzMNPZuzfmid { width:18.75rem;height:17rem;top:43.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aohDpiiHQTaRAVqZQDVOmdAsu2Cu7icq { width:16.25rem;height:6rem;top:53.25rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEOk5O94bmx9ThUmG8159V3RbmlXNTq9 { width:18.75rem;height:1.3rem;top:50.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBTamGeJOD8i0P8TTk22rxpU6TPTUZq6 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaX3S2zi3XUkBAA6DrEgimScT0uLLwhH { width:8rem;height:8rem;top:25.186718463897rem;left:5.9999998807907rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7zflyDi0GKr1HkXaSR6KkHuREJLNtH { width:8rem;height:8rem;top:6.9367160797119rem;left:5.9999998807907rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRNTur5ToW8xP6VqrwgmwyTxQ8DCSCmr { width:7.25rem;height:7.25rem;top:43.436723232269rem;left:6.3749998807906rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGotKDEor36LZMTLITrzrrGNeis7MOFa { width:18.75rem;height:17rem;top:61.86171913147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6QKQuWsAEAOVXgLmJt7HW7yzlXQWZpf { width:18.75rem;height:1.3rem;top:69.71093940735rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRVeNEI0uLhsWgzD8NxWbBxJn8ZdCgls { width:16.25rem;height:4.5rem;top:72.43750190735rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixg7z2TGbs9VtTzoUUuQInG2clwm4Lch { width:8rem;height:8rem;top:61.860939025879rem;left:5.9999998807907rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyREKrt02wgHrMbK7Cvdo0X5PkgMpglt { width:18.75rem;height:17rem;top:98.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBqvNcTKllDQRTJXkH5V5klOpJSyocFQ { width:16.25rem;height:4.5rem;top:109.2500038147rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfZQ9zR6RoHdAMS8xpvHH0InDL1yluks { width:18.75rem;height:1.3rem;top:106.72500419617rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEA33VZkJ3dTJBXO4t1fPuomFe71HOaE { width:8rem;height:8rem;top:98.8750038147rem;left:5.9999998807907rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkMeaVQZ0RF9TcilIulpLgxzrN2v6N8U { width:18.75rem;height:17rem;top:135.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCbwdcvo7iMoqalrwe3kl0THyqCgB8pD { width:16.25rem;height:4.5rem;top:146.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Tx613iKKaAA7NZSKLvU0a1X38z9ltb { width:18.75rem;height:1.3rem;top:143.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhGTbKpgdHkXfKRdS5xdZX72V6wSBOA { width:8rem;height:8rem;top:135.875rem;left:6.0625rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPAzAo4JNzKyZCDH5oQl38GsP1TmU8Hn { width:8rem;height:8rem;top:80.3125rem;left:6.125rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #do5Be8lT9bQARECmf1TEcGpd02zVKlsP { width:18.75rem;height:1.3rem;top:87.625000762756rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEkA4e8WBfUvfpSgsenw514LdqrKEuT7 { width:16.25rem;height:4.5rem;top:90.8750038147rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHWzTTF6tIVOeVn7GLGbw9idaRRQilJK { width:18.75rem;height:17rem;top:80.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJrkAniqdgb9oNoM8DfFh7oFa0K721M { width:8rem;height:8rem;top:117.375rem;left:6.125rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoBwIi8E1EEpogW3dil52sMtEh3xdPBG { width:18.75rem;height:1.3rem;top:125.22500419617rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1RuhBEds4sRByn8pH1BnpUz4f061CU3 { width:16.25rem;height:4.5rem;top:128.0625038147rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50VdRmWTRgTH3xTEd7ixSCdvcqwuyAm { width:18.75rem;height:17rem;top:117.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeSnb9EKfo719X69UyQMqP5LEm8y6u10 { width:18.75rem;height:17rem;top:154.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utGdm22vopuvMrv9BUwrwtA0x4t8MRa7 { width:8rem;height:8rem;top:154.625rem;left:6.0625rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNysC3ueiTg8XI7UTUIawu0WI2Pk8xp5 { width:18.75rem;height:1.3rem;top:162.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t63JnGvoTadqx1u3mW0C7cm1peTMNNur { width:16.25rem;height:5.6rem;top:164.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mogbRQWRc1BTTfburvTlbzBXEDSnIrRn { display:block; }#mogbRQWRc1BTTfburvTlbzBXEDSnIrRn > .row .container { width:20rem;height:197.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8ZrfHZVX60bJlAXB5TUemgX7RJlttsq { width:20rem;height:2.6rem;top:0.71171855926512rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKFmzeoq20DTIbuzW8x1uWr8lDlsqXk7 { width:17.75rem;height:8.1875rem;top:5.3124866485596rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvOC9VhaTvv7RerQrkDSlIFVPTg13T0b { width:17.5625rem;height:8.25rem;top:14.999132364988rem;left:1.2178819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxO1Vf6i1Ep18ugQ8epBsN3vXbN1JxtT { width:12.5rem;height:1.3rem;top:3.2500019073486rem;left:3.7499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR4EKCqlyd0gZFqxA4LRQzvTBeKfoKRH { width:17.5625rem;height:8.0625rem;top:65.936645507812rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnGrMCe1IwVW8PyEvCVTRqi2r4PgNkR0 { width:17.5625rem;height:5.1875rem;top:147.31164550781rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA9RDC7HmDgVHcxgeMQu60FaDm8100p3 { width:17.5625rem;height:8.0625rem;top:24.624145507812rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qVciTTuH6MZzLSZcOLFbWGyaMbx58h { width:17.5625rem;height:8.0625rem;top:75.249145507812rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVeWaPuDMUkzLlGemeZm94AubGaFPK3E { width:17.5625rem;height:8.0625rem;top:153.74914550781rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igOow2ZtGPukGrn7kKRKKpsIRdeFF1tD { width:17.5625rem;height:9.75rem;top:33.936645507812rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtKk1TTU0T0imUEy4AslJP6xseVWDhnh { width:17.5625rem;height:7.5625rem;top:84.561645507812rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPsrQWiXSKJkk7vaEVtxzsVw5xCLayG { width:17.5625rem;height:13.8125rem;top:163.06164550781rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpzn0yKbhZ5K3ROr4hsVw3IzJ01q6MVL { width:17.5625rem;height:15.625rem;top:93.374145507812rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCEkdTUTw5GFXU4zdI523uhUMLWO33BK { width:17.5625rem;height:16.9375rem;top:178.12414550781rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHCJ0aCeTZB7pJNHDXXih9L7UnQzLxM7 { width:17.5625rem;height:7.4375rem;top:110.24914550781rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Hh0InwZvHK8mI5afIJtQimGzUB91oQ { width:17.5625rem;height:11rem;top:44.936645507812rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T203oeCQTy27Qi2ifw3ff5nGb3Ko48B7 { width:17.5625rem;height:9.6875rem;top:118.93664550781rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duVVORNU3WMgp9Et0D4yfzhkETHFty0x { width:17.5625rem;height:7.5rem;top:129.87414550781rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycE23dgzQQiG7DsyghAykup9wJhHdFGe { width:16.5rem;height:7.4375rem;top:138.62414550781rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTcBKNFHXPLdlb4f1i8GNVkqE8BsRUtH { width:17.5625rem;height:7.5rem;top:57.186645507812rem;left:1.1875rem;display:block; }
 }