.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:0,80,251;--color-primary-1:28,71,211;--color-primary-2:0,66,142;--color-primary-3:4,37,97;--color-primary-4:4,14,30;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:160,160,160;--color-tertiary-3:60,56,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1IQEuE3yPj8/unsplash/kevin-hou-1IQEuE3yPj8-photo-1445334387926-6a1bbaff402a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), #00090c);background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), #00090c);background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), #00090c);background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), #00090c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00090c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00090c' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-4),1), #00090c);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;z-index:auto;display:block; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container { background-color: transparent; background-image: none; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container > .video-iframe-container { display: none; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row > .video-iframe-container { display: none; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .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); }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container { border-width: 0; border-radius: 0; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#A0no5uLoBgqHdO9ah6EJ5TL3uUpp9QmA { background-color:#2265f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:58.8125rem;display:block; }
#LDVlVayqFEPs772fdDNpul4VEuT52kEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxaRSkGafD5Tvx087ZlOxKzebZI09Nam { 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:3.4375rem;width:11.25rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;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; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:80.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ytv6EGHOASWnmtXFTiGDoMtkyTqHxLAE { color:rgba(var(--color-primary-2),1);display:block;width:19rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6875rem;left:5.125rem;height:1.13720625rem;display:block; }
#nyq54RHXs3S7d4XP4id3D1gTwLgaGH3H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.4375rem;left:2.625rem; }
#MMUZ3UCoCEdt0ToyFXp8s2vqxVdNTLi1 { box-sizing:content-box;height:2.6875rem;width:26.4375rem;position:absolute;display:block;z-index:14999;background-color:#e6ecf4;background-image:none;top:5.9375rem;left:1.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#pd1C2GodrcOxu4LFUwScnhkTccWIhlKP { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:1.375rem;height:11.700875rem;font-style:normal;display:block; }
#zfasH8K0ngroavBbdctZigXGf6DbOhQv { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:21.4375rem;left:1.375rem;height:2.99913125rem;display:block; }
#ptNs4XlcXItCraGTqPiVMrnBWCb0LVmk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36.75rem;width:34.75rem;top:4.07421875rem;left:37.751685357863rem;overflow:hidden;display:block; }
#mnydPNdl5c9SbnohGfKUZ6FAlgHFpuSd { box-sizing:content-box;height:5.125rem;width:36.3125rem;position:absolute;display:block;z-index:15005;background-color:#effdf4;background-image:none;top:31.6875rem;left:0.4375rem;border-top:0.125rem solid #d6fae2;border-left:0.125rem solid #d6fae2;border-right:0.125rem solid #d6fae2;border-bottom:0.125rem solid #d6fae2;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xI5s1r63iQixZghGaqv3v3hs9IlMWEpT { color:#18813f;display:block;width:34.1875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:32.4375rem;left:1.6875rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#DDTSMFazbS7p5ikiwv6iBSCwWnIBn5Rp { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:44.75rem;left:11.65625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQpARKiRWv0iodn1m63ghpnsP32kns1b { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:48.125rem;left:22.96875rem;height:3.18685rem;text-align:center;text-align-last:center;display:block; }
#ylovqQNxi6mREKcTKwyTETe8L53b7Dm8 { box-sizing:content-box;height:16.0625rem;width:17.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:52.75rem;left:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.14) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#g6FRWyJKCeSKL7pCTN2fXPWX6QBuzsGp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:54.875rem;left:9.375rem; }
#mstlBnwwN9kz3bRL4J3rLMynTXD5XOfO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:57.9375rem;left:2.9375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#pcAJI88vhOgnt8mhhL6vSaiyTm57pqIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:61.625rem;left:2.0625rem;height:3.18685rem;text-align:center;text-align-last:center;display:block; }
#rpdBvWSe87HyTQsD4THA0kwsyrCFtTmE { box-sizing:content-box;height:16rem;width:16.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:52.875rem;left:21.125rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.14) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RoPw4I4HDGlWHnCCpTV43mwqN6gZTqn7 { box-sizing:content-box;height:15.375rem;width:15.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:53.125rem;left:39.75rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.14) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#U7aKpluzGtd8GRTBBaT8QBg92gRp8T3L { box-sizing:content-box;height:15.4375rem;width:15.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:53.0625rem;left:57.0625rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.14) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JOsAAvG0iay8GpACVbnRO93NKLoTeX93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:54.375rem;left:27.5rem; }
#pWdgfnCPdLFhyTzUvJk6VQlly0aEOwRV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:57.5rem;left:21.375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#TOPF1qEbipg61KHxnllRa4ChCkDk0F13 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:61.625rem;left:21.375rem;height:3.18685rem;text-align:center;text-align-last:center;display:block; }
#JMa8kgmqDFz4TbSZZx3hUMCZLX9cSPms { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:54.75rem;left:46rem; }
#tO6c5DriIGZW2bZbPVW01zz5z2xXMuIO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:57.5rem;left:41.5625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#UyQSSfnpngksxFOgT5MiCEsLziousevD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:61.625rem;left:40.875rem;height:4.780275rem;text-align:center;text-align-last:center;display:block; }
#bW0pLmhHq4wOb5dX2171HTsl4vulANtI { 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:15011;opacity:1;top:54.875rem;left:63.5rem; }
#OwGWx3ShrL3HKMVIJAI6TELOm48d48a4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:57.125rem;left:57.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ioXpb9VNkSecXdC5Jmlx99ecpoXP1Azw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:62.4375rem;left:59.4375rem;height:3.18685rem;text-align:center;text-align-last:center;display:block; }
#Dpt6qeSqf9u0TdrTBlP7ODOf2dgzxKbZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#316def', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#316def', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.75rem;left:1.375rem;display:block; }
#kLeDgUWrXtXKiQBN7rk3P2DGdyTsfTB0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JWoxOdk3GI8VS9ymSbEm86dxf5KXNFbH { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(251deg, rgba(var(--color-primary-1),0.13), #9da9b9);background-image: -moz-linear-gradient(251deg, rgba(var(--color-primary-1),0.13), #9da9b9);background-image: -ms-linear-gradient(251deg, rgba(var(--color-primary-1),0.13), #9da9b9);background-image: -o-linear-gradient(251deg, rgba(var(--color-primary-1),0.13), #9da9b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.13)', endColorstr='#9da9b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.13)', endColorstr='#9da9b9' );";background-image: linear-gradient(251deg, rgba(var(--color-primary-1),0.13), #9da9b9);background-size:auto !important;top:17.125rem;left:48.28125rem;display:block; }
#sUVqdUe4nvDlEZBk9wlarRLOoKTugHDh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#316def', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#316def', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.75rem;left:1.375rem;display:none; }
#DW1XRVAKgCvSzoee1TaOJD7gKUyPeixd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPfCvK9GTh6ofzSkmAupJARXFiqaNuqw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#316def', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#316def', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #316def, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:71.6875rem;left:21.125rem;display:block; }
#Na3EIE2hI24kDIKgBE5LFoxTUgVnrsAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/eGg04ufb/01.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; }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ.adaptive-delivery-prevent-bg, #i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ.lazyload, #i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ.lazyloading { background-image: none; }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row .container { background-color: transparent; background-image: none; }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row .container > .video-iframe-container { display: none; }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row > .video-iframe-container { display: none; }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .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); }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row .container { border-width: 0; border-radius: 0; }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Lco8CkklbWWffRsZRs4qUds2vUVFOuOr { color:rgba(var(--color-tertiary-0),1);display:block;width:51.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:9.625rem;height:3.5747625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2n4krIwxolZEkWqZJJPGo60X4g1Msqk { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:15.0625rem;left:13.25rem;height:3.18685rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFVDVGoG2Zwwdp0R4RGwVsQ5yLl2JhR9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:30.3125rem;top:10.625rem;left:34.8125rem;overflow:hidden;display:block; }
#sevvvo6kfZeCXDUErVIFSnuKtXLoGvGL { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),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:23.375rem;top:3.0625rem;left:29.5625rem;display:block; }
#zum11Gy92Fg1b7gOmiEEBwNzgzlH85Gp { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:8.6875rem;left:15.625rem;height:1.687825rem;text-align:center;text-align-last:center;display:block; }
#QXshVFFO8iQ0PTJinhWWzcOtSNDU374Z { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.75rem;left:13.25rem;height:3.18685rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xByC9ELhkkMOcpvo22fu6zO4dBPzVgcy { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:24.1875rem;left:13.25rem;height:3.18685rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gfyv8e2IigTn5nqrlWHkTAhvieQot6qJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:28.625rem;left:13.25rem;height:3.18685rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bXJMRhzk8sBtLKFMNDvNXcNoE9rysR7E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.8125rem;left:11rem; }
#PAn4M7x7QZwAd6kx0JXJvDsbrsgrx8Gv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.375rem;left:11rem; }
#chc7MIxXs7VC7xBd7QEaRhKww3aUxIcL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23.8125rem;left:11rem; }
#OU7kFBHozZcXyhd3TTQO5R1dx18MvwbD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28.265625rem;left:11rem; }
#Z734Cc8qqP0kKPrlCJTt239pQwMvZhyL { 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:28.5625rem;width:26.3125rem;top:14.8125rem;left:40.875rem;overflow:hidden;display:block; }
#flDTtkEJdmUKT7J4SbvnmVI081Vdx96v { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.6875rem;left:11.3125rem;display:block; }
#G4myXfhaZ4v2EEh5Gt4QfzeV8cc5aM3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMEobRgX6ZHfvPFTUtA8mu4vMTadzfmG { box-sizing:content-box;height:4.4375rem;width:9.5625rem;position:absolute;display:block;z-index:15017;background-color:#addcec;background-image:none;top:15.0625rem;left:41.9375rem;display:block; }
#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK { 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; }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row .container { background-color: transparent; background-image: none; }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row .container > .video-iframe-container { display: none; }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row > .video-iframe-container { display: none; }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .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); }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row .container { border-width: 0; border-radius: 0; }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#nClpLDHp2O6X8354onQpdvtuFyfMr3sx { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvumRtkIaeZ1VTZyD21ZO2HgT01BMlix { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WR9i0pTJxdnW4SqtrHh0FKB9WfNrhegL { position:absolute;display:block;z-index:15000;background-color:#f9fafb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.3125rem;width:18.9375rem;top:10.5rem;left:7.5rem;display:block; }
#qTLvH1JRJf1aXHbEWo5p7iQcmGi1PIp4 { color:#111827;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.5625rem;left:8.5625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2fv8IiNDxlm0mV4kiEkV0VS2OHoQaW2 { color:#111827;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.943359375rem;left:8.5rem;height:3.18685rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWe0u7JTS6r9EhniUfk5W3n85PJO8UQu { position:absolute;display:block;z-index:15004;background-color:#f9fafb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.1875rem;width:18.9375rem;top:10.625rem;left:28.0625rem;display:block; }
#H1Q4viXVqaskn52TaHDgwvFobVB2SDGr { color:#111827;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:16.943359375rem;left:29.0625rem;height:3.18685rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BaVosPBv0G2zMUzhEwsc48LfR8aIwuQd { color:#111827;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5625rem;left:29.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1591FbnxCy8QLs8xVrhuWBIzUR05UIU { position:absolute;display:block;z-index:15008;background-color:#f9fafb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.9375rem;width:18.9375rem;top:10.875rem;left:48.5625rem;display:block; }
#w9rpzuM4wniUw9kEu60wPnu1aTihLoMl { color:#111827;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:16.943359375rem;left:49.5625rem;height:3.18685rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HF66IreNvy6Aoc4HOLzAvTgU1aIKgMCE { color:#111827;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.75rem;left:49.625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlPd1HAvpS6SC0sWzRs8XOnA1Or3qyyw { 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:15018;opacity:1;top:11.4375rem;left:15.375rem; }
#nQn7Z3wMwR3Dg9i6fhxy5KQvpmRyTsON { 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:15019;opacity:1;top:11.4375rem;left:35.9375rem; }
#qguDPHGkdma6LDkSdPrn0wNTL4qEcbGN { 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:15020;opacity:1;top:11.4375rem;left:56.4375rem; }
#XnlOiwsrIi3TbUhl0vTViFarUgmvgUpH { position:absolute;display:block;z-index:15001;background-color:#f2f5f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.125rem;width:57.6875rem;top:24.625rem;left:8.625rem;display:block; }
#qMyOLrGbZ0uNgoKiK11uXAAy4nfNOaBi { color:rgba(var(--color-tertiary-3),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.1875rem;left:20.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQ2sOE2zZ15vmDb0aTNAWOpxIASs3tHP { color:#111827;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29rem;left:17.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#crhE6EC7XSFKtSqcP3yUTLE2sKcgKRv4 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:31.75rem;left:29.5625rem;display:block; }
#Ja98RhqBfzs8I243Ab3FFefTBD2eSyLt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pm3toeafpW4r81edDFKuE745nEa866tJ { border-top:0.3125rem solid rgba(var(--color-secondary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row .container { background-color: transparent; background-image: none; }#Pm3toeafpW4r81edDFKuE745nEa866tJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row .container > .video-iframe-container { display: none; }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row > .video-iframe-container { display: none; }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .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); }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row .container { border-width: 0; border-radius: 0; }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#glraZAq3zpORZgN59td3JfHVC9F2Sfsz { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:3.46337890625rem;left:0.375rem;height:3.67513125rem;font-style:normal;display:block; }
#JsrO5l9PpcV1eoV8veT5cCaNgAK0LKNz { color:#c4d7c3;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:12.0625rem;left:0.625rem;height:1.0492625rem;font-style:normal;display:block; }
#ebkE6LdAwIUFolBNR7rDWcDwwH3lOHVT { position:absolute;display:block;z-index:15015;background-color:rgba(157,160,165,0.3);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.125rem;width:60rem;top:15.3125rem;left:7.5rem;display:block; }
#PviOKWdLUQ56ytr4M7dHnHk7URiik7fb { color:rgba(var(--color-tertiary-1),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.5rem;left:54.125rem;height:1.22504375rem;font-style:normal;display:block; }
#tQ1NBPwaU6HlqrfABDX3c0ucA1uWkpyH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.9375rem;left:54.375rem;height:1.13769375rem;font-style:normal;display:block; }
#OxV1zE9Aw27VyMOJ5UiNzGMTL40L6ODA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.224609375rem;left:52.375rem;height:1.0492625rem;font-style:normal;display:block; }
#TOUHnbHJMmnTsaVnvPAdstsX5Jzw86cg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.8125rem;left:52.375rem; }
#TO88BxyH5PfWzdOzZpG8gnCTN0n4E2OO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:8.375rem;left:52.375rem; }
#xygAqnkcISOk5wA5wUxwWIQUkOasXqCS { color:#c4d7c3;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.0625rem;left:52.375rem;height:1.0492625rem;font-style:normal;display:block; }
#Cqh8pTh9FhfTTGlzQVZIzWs2RqeTeZAE { color:#c4d7c3;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:16.5rem;left:23.8125rem;height:1.0492625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM { display:block; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0no5uLoBgqHdO9ah6EJ5TL3uUpp9QmA { width:8.6875rem;height:2.4375rem;top:0.875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDVlVayqFEPs772fdDNpul4VEuT52kEU { display:block; }
 }@media only screen and (max-width: 763px) { #vxaRSkGafD5Tvx087ZlOxKzebZI09Nam { top:0.4375rem;left:0rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytv6EGHOASWnmtXFTiGDoMtkyTqHxLAE { top:6.6875rem;left:0rem;width:19rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyq54RHXs3S7d4XP4id3D1gTwLgaGH3H { top:6.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMUZ3UCoCEdt0ToyFXp8s2vqxVdNTLi1 { top:5.9375rem;left:0rem;width:26.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1C2GodrcOxu4LFUwScnhkTccWIhlKP { top:9.3125rem;left:0rem;width:38.1875rem;height:11.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfasH8K0ngroavBbdctZigXGf6DbOhQv { top:21.4375rem;left:0rem;width:36.375rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNs4XlcXItCraGTqPiVMrnBWCb0LVmk { top:4.0625rem;left:13rem;width:34.75rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnydPNdl5c9SbnohGfKUZ6FAlgHFpuSd { top:31.6875rem;left:0rem;width:36.3125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI5s1r63iQixZghGaqv3v3hs9IlMWEpT { top:32.4375rem;left:0rem;width:34.1875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDTSMFazbS7p5ikiwv6iBSCwWnIBn5Rp { top:44.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQpARKiRWv0iodn1m63ghpnsP32kns1b { top:48.125rem;left:9.34375rem;width:29.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylovqQNxi6mREKcTKwyTETe8L53b7Dm8 { top:52.75rem;left:0rem;width:17.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6FRWyJKCeSKL7pCTN2fXPWX6QBuzsGp { top:54.875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mstlBnwwN9kz3bRL4J3rLMynTXD5XOfO { top:57.9375rem;left:0rem;width:14.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcAJI88vhOgnt8mhhL6vSaiyTm57pqIQ { top:61.625rem;left:0rem;width:16rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpdBvWSe87HyTQsD4THA0kwsyrCFtTmE { top:52.875rem;left:7.5rem;width:16.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoPw4I4HDGlWHnCCpTV43mwqN6gZTqn7 { top:53.125rem;left:26.125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7aKpluzGtd8GRTBBaT8QBg92gRp8T3L { top:53.0625rem;left:32.3125rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOsAAvG0iay8GpACVbnRO93NKLoTeX93 { top:54.375rem;left:13.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWdgfnCPdLFhyTzUvJk6VQlly0aEOwRV { top:57.5rem;left:7.75rem;width:15.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOPF1qEbipg61KHxnllRa4ChCkDk0F13 { top:61.625rem;left:7.75rem;width:15.4375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMa8kgmqDFz4TbSZZx3hUMCZLX9cSPms { top:54.75rem;left:32.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO6c5DriIGZW2bZbPVW01zz5z2xXMuIO { top:57.5rem;left:27.9375rem;width:11.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyQSSfnpngksxFOgT5MiCEsLziousevD { top:61.625rem;left:27.25rem;width:13.125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW0pLmhHq4wOb5dX2171HTsl4vulANtI { top:54.875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwGWx3ShrL3HKMVIJAI6TELOm48d48a4 { top:57.125rem;left:32.3125rem;width:15.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioXpb9VNkSecXdC5Jmlx99ecpoXP1Azw { top:62.4375rem;left:35.6875rem;width:12.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpt6qeSqf9u0TdrTBlP7ODOf2dgzxKbZ { width:35.375rem;height:3.4375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLeDgUWrXtXKiQBN7rk3P2DGdyTsfTB0 { display:block; }
 }@media only screen and (max-width: 763px) { #JWoxOdk3GI8VS9ymSbEm86dxf5KXNFbH { top:17.125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUVqdUe4nvDlEZBk9wlarRLOoKTugHDh { width:35.375rem;height:3.4375rem;top:26.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DW1XRVAKgCvSzoee1TaOJD7gKUyPeixd { display:block; }
 }@media only screen and (max-width: 763px) { #WPfCvK9GTh6ofzSkmAupJARXFiqaNuqw { width:35.375rem;height:3.4375rem;top:71.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na3EIE2hI24kDIKgBE5LFoxTUgVnrsAF { display:block; }
 }@media only screen and (max-width: 763px) { #i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ { display:block; }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lco8CkklbWWffRsZRs4qUds2vUVFOuOr { width:47.75rem;height:3.5625rem;top:3.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2n4krIwxolZEkWqZJJPGo60X4g1Msqk { width:20.6875rem;height:3.1875rem;top:15.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFVDVGoG2Zwwdp0R4RGwVsQ5yLl2JhR9 { width:30.3125rem;height:30.3125rem;top:10.625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sevvvo6kfZeCXDUErVIFSnuKtXLoGvGL { top:3.0625rem;left:15.9375rem;width:23.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zum11Gy92Fg1b7gOmiEEBwNzgzlH85Gp { top:8.6875rem;left:2rem;width:39.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXshVFFO8iQ0PTJinhWWzcOtSNDU374Z { width:20.6875rem;height:3.1875rem;top:19.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xByC9ELhkkMOcpvo22fu6zO4dBPzVgcy { width:20.6875rem;height:3.1875rem;top:24.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfyv8e2IigTn5nqrlWHkTAhvieQot6qJ { width:20.6875rem;height:1.5625rem;top:28.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXJMRhzk8sBtLKFMNDvNXcNoE9rysR7E { top:14.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAn4M7x7QZwAd6kx0JXJvDsbrsgrx8Gv { top:19.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chc7MIxXs7VC7xBd7QEaRhKww3aUxIcL { top:23.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU7kFBHozZcXyhd3TTQO5R1dx18MvwbD { top:28.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z734Cc8qqP0kKPrlCJTt239pQwMvZhyL { top:14.8125rem;left:21.4375rem;width:26.3125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flDTtkEJdmUKT7J4SbvnmVI081Vdx96v { width:23.5625rem;height:3.4375rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4myXfhaZ4v2EEh5Gt4QfzeV8cc5aM3X { display:block; }
 }@media only screen and (max-width: 763px) { #GMEobRgX6ZHfvPFTUtA8mu4vMTadzfmG { top:15.0625rem;left:28.3125rem;width:9.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK { display:block; }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nClpLDHp2O6X8354onQpdvtuFyfMr3sx { width:47.75rem;height:2.4375rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvumRtkIaeZ1VTZyD21ZO2HgT01BMlix { width:47.75rem;height:1.375rem;top:6.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9i0pTJxdnW4SqtrHh0FKB9WfNrhegL { width:18.9375rem;height:10.3125rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTLvH1JRJf1aXHbEWo5p7iQcmGi1PIp4 { width:16.875rem;height:1.125rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2fv8IiNDxlm0mV4kiEkV0VS2OHoQaW2 { width:16.875rem;height:3.1875rem;top:16.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWe0u7JTS6r9EhniUfk5W3n85PJO8UQu { width:18.9375rem;height:10.1875rem;top:10.625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Q4viXVqaskn52TaHDgwvFobVB2SDGr { width:16.875rem;height:3.1875rem;top:16.9375rem;left:15.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaVosPBv0G2zMUzhEwsc48LfR8aIwuQd { width:16.875rem;height:1.125rem;top:15.5625rem;left:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1591FbnxCy8QLs8xVrhuWBIzUR05UIU { width:18.9375rem;height:9.9375rem;top:10.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9rpzuM4wniUw9kEu60wPnu1aTihLoMl { width:16.875rem;height:3.1875rem;top:16.9375rem;left:30.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF66IreNvy6Aoc4HOLzAvTgU1aIKgMCE { width:16.875rem;height:1.125rem;top:15.75rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlPd1HAvpS6SC0sWzRs8XOnA1Or3qyyw { top:11.4375rem;left:1.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQn7Z3wMwR3Dg9i6fhxy5KQvpmRyTsON { top:11.4375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qguDPHGkdma6LDkSdPrn0wNTL4qEcbGN { top:11.4375rem;left:42.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnlOiwsrIi3TbUhl0vTViFarUgmvgUpH { width:47.75rem;height:12.125rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMyOLrGbZ0uNgoKiK11uXAAy4nfNOaBi { width:35.375rem;height:2.4375rem;top:26.1875rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ2sOE2zZ15vmDb0aTNAWOpxIASs3tHP { width:40rem;height:1.375rem;top:29rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crhE6EC7XSFKtSqcP3yUTLE2sKcgKRv4 { width:17.5rem;height:3.4375rem;top:31.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja98RhqBfzs8I243Ab3FFefTBD2eSyLt { display:block; }
 }@media only screen and (max-width: 763px) { #Pm3toeafpW4r81edDFKuE745nEa866tJ { display:block; }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glraZAq3zpORZgN59td3JfHVC9F2Sfsz { top:3.4375rem;left:0rem;width:23.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsrO5l9PpcV1eoV8veT5cCaNgAK0LKNz { top:12.0625rem;left:0rem;width:22.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebkE6LdAwIUFolBNR7rDWcDwwH3lOHVT { top:15.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PviOKWdLUQ56ytr4M7dHnHk7URiik7fb { top:8.5rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ1NBPwaU6HlqrfABDX3c0ucA1uWkpyH { top:5.9375rem;left:35.5rem;width:12.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxV1zE9Aw27VyMOJ5UiNzGMTL40L6ODA { top:4.1875rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOUHnbHJMmnTsaVnvPAdstsX5Jzw86cg { top:5.8125rem;left:38.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO88BxyH5PfWzdOzZpG8gnCTN0n4E2OO { top:8.375rem;left:38.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xygAqnkcISOk5wA5wUxwWIQUkOasXqCS { top:12.0625rem;left:25.125rem;width:22.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqh8pTh9FhfTTGlzQVZIzWs2RqeTeZAE { top:16.5rem;left:10.1875rem;width:27.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000000, #000000);background-image: -moz-linear-gradient(45deg, #000000, #000000);background-image: -ms-linear-gradient(45deg, #000000, #000000);background-image: -o-linear-gradient(45deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(45deg, #000000, #000000);background-size:auto !important;display:block; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container { background-color: transparent; background-image: none; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container > .video-iframe-container { display: none; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row > .video-iframe-container { display: none; }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .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); }#TxGFfGeter8OOtHLhDSMKXLsHW2yFZRM > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0no5uLoBgqHdO9ah6EJ5TL3uUpp9QmA { width:7.375rem;height:2rem;top:1.65625rem;left:12.469594594594rem;font-size:0.875rem;background-color:#2265f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LDVlVayqFEPs772fdDNpul4VEuT52kEU { display:block; }
 }@media only screen and (max-width: 763px) { #vxaRSkGafD5Tvx087ZlOxKzebZI09Nam { width:6.6875rem;height:2rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:126.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytv6EGHOASWnmtXFTiGDoMtkyTqHxLAE { width:16.3125rem;height:0.9746125rem;top:3.0625rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyq54RHXs3S7d4XP4id3D1gTwLgaGH3H { display:flex;width:1.0625rem;height:1.0625rem;top:2.9375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MMUZ3UCoCEdt0ToyFXp8s2vqxVdNTLi1 { width:18.4375rem;height:2.375rem;top:2.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1C2GodrcOxu4LFUwScnhkTccWIhlKP { width:20rem;height:10.3984375rem;top:4.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfasH8K0ngroavBbdctZigXGf6DbOhQv { width:20rem;height:7.96875rem;top:16.0859375rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNs4XlcXItCraGTqPiVMrnBWCb0LVmk { width:16.1875rem;height:17.125rem;top:23.330078125rem;left:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mnydPNdl5c9SbnohGfKUZ6FAlgHFpuSd { width:19.75rem;height:6.75rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI5s1r63iQixZghGaqv3v3hs9IlMWEpT { width:19rem;height:6.5625rem;top:45.6875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDTSMFazbS7p5ikiwv6iBSCwWnIBn5Rp { width:20rem;height:3.25rem;top:53.25rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQpARKiRWv0iodn1m63ghpnsP32kns1b { width:20rem;height:4.78125rem;top:57.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylovqQNxi6mREKcTKwyTETe8L53b7Dm8 { width:20rem;height:12.5rem;top:62.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6FRWyJKCeSKL7pCTN2fXPWX6QBuzsGp { display:flex;width:2.1875rem;height:2.1875rem;top:63.25rem;left:9.5rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #mstlBnwwN9kz3bRL4J3rLMynTXD5XOfO { width:19.25rem;height:3.75rem;top:65.25rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcAJI88vhOgnt8mhhL6vSaiyTm57pqIQ { width:20rem;height:3.375rem;top:68.9375rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpdBvWSe87HyTQsD4THA0kwsyrCFtTmE { width:20rem;height:12.5rem;top:77.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoPw4I4HDGlWHnCCpTV43mwqN6gZTqn7 { width:20rem;height:12.5rem;top:91.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7aKpluzGtd8GRTBBaT8QBg92gRp8T3L { width:20rem;height:12.5rem;top:106.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOsAAvG0iay8GpACVbnRO93NKLoTeX93 { display:flex;width:2.1875rem;height:2.1875rem;top:78.3125rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #pWdgfnCPdLFhyTzUvJk6VQlly0aEOwRV { width:19.5rem;height:3.75rem;top:80.375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOPF1qEbipg61KHxnllRa4ChCkDk0F13 { width:18.875rem;height:3.1875rem;top:84.0625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMa8kgmqDFz4TbSZZx3hUMCZLX9cSPms { display:flex;width:2.8125rem;height:2.8125rem;top:92.375rem;left:8.65625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #tO6c5DriIGZW2bZbPVW01zz5z2xXMuIO { width:15.5rem;height:3.75rem;top:95rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyQSSfnpngksxFOgT5MiCEsLziousevD { width:19.5625rem;height:3.1875rem;top:98.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW0pLmhHq4wOb5dX2171HTsl4vulANtI { display:flex;width:2.1875rem;height:2.1875rem;top:108.0625rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #OwGWx3ShrL3HKMVIJAI6TELOm48d48a4 { width:18.4375rem;height:3.25rem;top:110.4375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioXpb9VNkSecXdC5Jmlx99ecpoXP1Azw { width:17.3125rem;height:3.1875rem;top:114rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpt6qeSqf9u0TdrTBlP7ODOf2dgzxKbZ { width:19rem;height:3.4375rem;top:121.46875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLeDgUWrXtXKiQBN7rk3P2DGdyTsfTB0 { display:block; }
 }@media only screen and (max-width: 763px) { #JWoxOdk3GI8VS9ymSbEm86dxf5KXNFbH { width:9.4375rem;height:9.4375rem;top:27.642578125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUVqdUe4nvDlEZBk9wlarRLOoKTugHDh { width:19rem;height:3.4375rem;top:40.392578125rem;left:0.5rem;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DW1XRVAKgCvSzoee1TaOJD7gKUyPeixd { display:block; }
 }@media only screen and (max-width: 763px) { #WPfCvK9GTh6ofzSkmAupJARXFiqaNuqw { width:1rem;height:1rem;top:117.1875rem;left:17.15625rem;font-size:1.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Na3EIE2hI24kDIKgBE5LFoxTUgVnrsAF { display:block; }
 }@media only screen and (max-width: 763px) { #i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ { display:block; }#i9rQTA9qltOAvrqqsDvxI3ksuHeWJveQ > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lco8CkklbWWffRsZRs4qUds2vUVFOuOr { width:20rem;height:1.625rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2n4krIwxolZEkWqZJJPGo60X4g1Msqk { width:15.625rem;height:2.8125rem;top:10rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFVDVGoG2Zwwdp0R4RGwVsQ5yLl2JhR9 { width:20rem;height:20rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sevvvo6kfZeCXDUErVIFSnuKtXLoGvGL { width:20rem;height:4.625rem;top:42.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zum11Gy92Fg1b7gOmiEEBwNzgzlH85Gp { width:20rem;height:2.8125rem;top:5.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXshVFFO8iQ0PTJinhWWzcOtSNDU374Z { width:15.75rem;height:2.8125rem;top:14.4375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xByC9ELhkkMOcpvo22fu6zO4dBPzVgcy { width:16.875rem;height:2.8125rem;top:18.875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfyv8e2IigTn5nqrlWHkTAhvieQot6qJ { width:14.0625rem;height:2.8125rem;top:23.0625rem;left:2.96875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXJMRhzk8sBtLKFMNDvNXcNoE9rysR7E { display:flex;width:2.1875rem;height:2.1875rem;top:9.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #PAn4M7x7QZwAd6kx0JXJvDsbrsgrx8Gv { display:flex;width:2.1875rem;height:2.1875rem;top:14.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #chc7MIxXs7VC7xBd7QEaRhKww3aUxIcL { display:flex;width:2.1875rem;height:2.1875rem;top:18.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #OU7kFBHozZcXyhd3TTQO5R1dx18MvwbD { display:flex;width:2.1875rem;height:2.1875rem;top:23.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Z734Cc8qqP0kKPrlCJTt239pQwMvZhyL { width:14.4375rem;height:16.25rem;top:29.28125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flDTtkEJdmUKT7J4SbvnmVI081Vdx96v { width:19rem;height:3.4375rem;top:46.1875rem;left:0.5rem;font-size:1.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #G4myXfhaZ4v2EEh5Gt4QfzeV8cc5aM3X { display:block; }
 }@media only screen and (max-width: 763px) { #GMEobRgX6ZHfvPFTUtA8mu4vMTadzfmG { width:6.75rem;height:3.25rem;top:28.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK { display:block; }#JABDTLvVeRHT6VdPp0HKDkMMIZudT0DK > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nClpLDHp2O6X8354onQpdvtuFyfMr3sx { width:20rem;height:3.25rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvumRtkIaeZ1VTZyD21ZO2HgT01BMlix { width:16.625rem;height:2.11230625rem;top:5.96826171875rem;left:1.8740234375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9i0pTJxdnW4SqtrHh0FKB9WfNrhegL { width:18.9375rem;height:7.125rem;top:9.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTLvH1JRJf1aXHbEWo5p7iQcmGi1PIp4 { width:16.25rem;height:1.13720625rem;top:11.8125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2fv8IiNDxlm0mV4kiEkV0VS2OHoQaW2 { width:16.25rem;height:3.1875rem;top:13rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWe0u7JTS6r9EhniUfk5W3n85PJO8UQu { width:18.9375rem;height:8.6875rem;top:17.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Q4viXVqaskn52TaHDgwvFobVB2SDGr { width:16.25rem;height:3.1875rem;top:22.4375rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaVosPBv0G2zMUzhEwsc48LfR8aIwuQd { width:16.25rem;height:1.13720625rem;top:20.625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1591FbnxCy8QLs8xVrhuWBIzUR05UIU { width:18.9375rem;height:8.0625rem;top:27.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9rpzuM4wniUw9kEu60wPnu1aTihLoMl { width:16.25rem;height:3.1875rem;top:32.0625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HF66IreNvy6Aoc4HOLzAvTgU1aIKgMCE { width:20rem;height:1.13720625rem;top:30.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlPd1HAvpS6SC0sWzRs8XOnA1Or3qyyw { display:flex;width:1.875rem;height:1.875rem;top:9.9375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #nQn7Z3wMwR3Dg9i6fhxy5KQvpmRyTsON { display:flex;width:2.0625rem;height:2.0625rem;top:17.875rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #qguDPHGkdma6LDkSdPrn0wNTL4qEcbGN { display:flex;width:2.0625rem;height:2.0625rem;top:28.5rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #XnlOiwsrIi3TbUhl0vTViFarUgmvgUpH { width:19.375rem;height:12.125rem;top:38.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMyOLrGbZ0uNgoKiK11uXAAy4nfNOaBi { width:20rem;height:1.625rem;top:40.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ2sOE2zZ15vmDb0aTNAWOpxIASs3tHP { width:17rem;height:2.2744125rem;top:42.75rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crhE6EC7XSFKtSqcP3yUTLE2sKcgKRv4 { width:15.1875rem;height:2.4375rem;top:45.5rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja98RhqBfzs8I243Ab3FFefTBD2eSyLt { display:block; }
 }@media only screen and (max-width: 763px) { #Pm3toeafpW4r81edDFKuE745nEa866tJ { display:block; }#Pm3toeafpW4r81edDFKuE745nEa866tJ > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glraZAq3zpORZgN59td3JfHVC9F2Sfsz { width:14.625rem;height:4.8984375rem;top:2.9375rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JsrO5l9PpcV1eoV8veT5cCaNgAK0LKNz { width:18.5625rem;height:1.04980625rem;top:8.5625rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ebkE6LdAwIUFolBNR7rDWcDwwH3lOHVT { width:18.75rem;height:0.0625rem;top:22.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PviOKWdLUQ56ytr4M7dHnHk7URiik7fb { width:9.4375rem;height:1.3999rem;top:18.25rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ1NBPwaU6HlqrfABDX3c0ucA1uWkpyH { width:11.375rem;height:1.3999rem;top:15rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxV1zE9Aw27VyMOJ5UiNzGMTL40L6ODA { width:11.125rem;height:1.04980625rem;top:13rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOUHnbHJMmnTsaVnvPAdstsX5Jzw86cg { width:1.5625rem;height:1.5625rem;top:14.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO88BxyH5PfWzdOzZpG8gnCTN0n4E2OO { width:1.5625rem;height:1.5625rem;top:18.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xygAqnkcISOk5wA5wUxwWIQUkOasXqCS { width:20rem;height:1.04980625rem;top:21.26171875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cqh8pTh9FhfTTGlzQVZIzWs2RqeTeZAE { width:20rem;height:0.69970625rem;top:23.46875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }