.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:221,236,247;--color-primary-1:164,208,244;--color-primary-2:83,158,217;--color-primary-3:40,134,208;--color-primary-4:0,45,90;--color-secondary-0:255,247,228;--color-secondary-1:255,228,165;--color-secondary-2:255,201,74;--color-secondary-3:128,101,37;--color-secondary-4:38,30,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ad2026d4-2150-4086-9b72-0a0edf502a9c/2.png");background-position:center !important;background-repeat:no-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:block; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.adaptive-delivery-prevent-bg, #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.lazyload, #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.lazyloading { background-image: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { background-color: transparent; background-image: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container > .video-iframe-container { display: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container { display: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .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); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { border-width: 0; border-radius: 0; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#LdFvh2EnGQB3SlSq6z4asuUDArDX1Mgw { color:rgba(var(--color-primary-4),1);display:block;width:48.5rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:14.643229484558rem;left:0rem;height:3.09375rem;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; }
#vNX2DfUvXb1hy5lLDeQ5QM9dexTuCdTU { color:rgba(var(--color-primary-4),1);display:block;width:46.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:19.1875rem;left:0rem;height:2.3372375rem;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; }
#Asic8Sc0Tt3DBmJoL49tAdSHwXPKNfLc { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24rem;left:16.78125rem;display:block; }
#TLZKgzR6sB7NkoRg1Lnh03yAXQ0xTfDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Br0kRMdUVaxaTulyfgeJ4IOvr6R3V6Ll { box-sizing:content-box;height:7.8125rem;width:12.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:30.625rem;left:30.75rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#bBkJEutubsZP2uKDK6r2q6GeWtI1XAD1 { box-sizing:content-box;height:7.8125rem;width:12.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:30.5625rem;left:2.625rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZEFUCOe5o3vX2ACMZg9Hd6gmTR56doKW { box-sizing:content-box;height:7.875rem;width:12.875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:30.5625rem;left:16.75rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#rCrUDehgNDF7geFxKHRoidqMM5VzvLXS { color:rgba(var(--color-primary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:35.125rem;left:4rem;height:2.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsQiQrH60FtZF8zE8qxsxDUdRdm0ZOkO { color:rgba(var(--color-primary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:35.125rem;left:17.625rem;height:2.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAxDTL9bGStFQna0Rpy1hrGzdoTLsWAV { color:rgba(var(--color-primary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:35.1875rem;left:31.6875rem;height:2.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMVmbU5xIgwLB8A8Kvi74P0TbgX57xda { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:31.5rem;left:7.1875rem; }
#OQxKgwkE8ohpzsfF2Ie5N8xJht20BkKv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:31.5rem;left:21.625rem; }
#rzS41bA4P8i8JT5eSSO3lXQ4emGa11wV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:31.25rem;left:35.375rem; }
#W0MQU1nHqhDCwdVkU38snU5wMzUtqh3S { color:rgba(var(--color-primary-4),1);display:block;width:33.375rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:11.5625rem;left:6.46875rem;height:2.26823125rem;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; }
#OqHT4q8IA21y3DUReoceafiMbu4T5qus { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:25.9375rem;top:3.0625rem;left:10.25rem;overflow:hidden;display:block; }
#sdytk7luGp3LXs0v1TZTp07mR4zycHEN { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:4.75rem;left:16rem;height:2.75rem;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; }
#CBOfW5N2G1xKUBdFpFIt1efxTULK9Pwl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.5rem;top:1.7291667461395rem;left:64.832683563231rem;overflow:hidden;display:block; }
#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row .container { background-color: transparent; background-image: none; }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row .container > .video-iframe-container { display: none; }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row > .video-iframe-container { display: none; }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .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); }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row .container { border-width: 0; border-radius: 0; }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#R2TNxUfAfv5Gce6QEM7CdcZuTUC8fWRa { 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:4.3125rem;width:8.25rem;top:1.25rem;left:3.375rem;overflow:hidden;display:block; }
#R9ZKIk8qOPCrT6IXU4gS77ZMKiymCCIu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:10rem;top:0.9375rem;left:13.0625rem;overflow:hidden;display:block; }
#igRpX3ZgIlot6S8SqaCmg1tXfuycF4CJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10.1248125rem;top:0.9375rem;left:23.0625rem;overflow:hidden;display:block; }
#KsMNyvZLkCF4wZukxCnx1LKM4Teg0KTw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11.25rem;top:0.5rem;left:31.8125rem;overflow:hidden;display:block; }
#NdAK3xsTxvK5FZ7FMuM71CTcVUNSeHkZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.8125rem;top:1.5625rem;left:43.125rem;overflow:hidden;display:block; }
#LiXiZ8bc86ImX4KfsOJph49pehF4EL3w { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06239375rem;width:10.2495625rem;top:1.25rem;left:54.75rem;overflow:hidden;display:block; }
#PEwq5fuy4Lu5U5HHfXHB7fvcVCW0tVFE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.49978125rem;width:9.3120625rem;top:1.1875rem;left:64.9375rem;overflow:hidden;display:block; }
#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/454f1df2-a98f-41a0-8aa7-47a0b5cdff2b/Sections.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.adaptive-delivery-prevent-bg, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyload, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyloading { background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { background-color: transparent; background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .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); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { border-width: 0; border-radius: 0; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#c2g8638aAxm11nm8VbutC8VEoMUUvOM6 { box-sizing:content-box;height:37rem;width:26.8125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:cover !important;top:2.25rem;left:42.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#by8Bbu2mmu2u8ZreteDnhL7lyxOCTdve { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:44.625rem;height:;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; }
#AX5Cp0A4WBU4nZrqJcg0ALpRAP9NaUaE { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:10.4375rem;left:44.625rem;height:11.1979375rem;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; }
#zZ6ehZ526xU7fbeFZMTUfZLt1CwAcvaw { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem #000000 ;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.625rem;left:49.875003814698rem;display:block; }
#bXDdNT3OmAQ7mXhcU5QX40sBZ8MRkoCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KnOm1XwId6AG5moezOH9NTnKFIJ1aFZs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:21.375rem;left:44.625rem;height:;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; }
#Ha02DTRZqz3XE6SG6KPn0K8DVHiaaPCd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:23.500000953674rem;left:44.625rem;height:;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; }
#blH5TX2KQo2aUICnSCFBXJGDltIs4oTp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:23.937501907349rem;left:55.229167938233rem;height:1.75rem;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; }
#RP29Q4dXNlXMe7QLc98XePkeVpo9pKmw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:37.5rem;display:none; }
#kqmSBIwPIOgSb1cUUadvEbRZmCm3udcJ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:28.072917938233rem;left:44.90625rem;height:2.79948125rem;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; }
#a4qpAbtbX42Bd0xFbWhroSGf9gxUsd9u { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:26.71484375rem;left:44.90625rem;height:1.3997375rem;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; }
#HzpO11layD75Kc6KaVpAah2TcREWWmNL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row .container { background-color: transparent; background-image: none; }#HzpO11layD75Kc6KaVpAah2TcREWWmNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row .container > .video-iframe-container { display: none; }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row > .video-iframe-container { display: none; }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .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); }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row .container { border-width: 0; border-radius: 0; }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#R4O5HiFSPmTy58PWLmnpCXEiOExlOWi5 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:23.3125rem;top:0rem;left:25.84375rem;overflow:hidden;display:block; }
#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { background-color: transparent; background-image: none; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container > .video-iframe-container { display: none; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row > .video-iframe-container { display: none; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .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); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { border-width: 0; border-radius: 0; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#G4Gu8yQGhuscRVn8PTuvRy9n9XyL6e7y { color:#001342;display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:2.0625rem;left:21.3125rem;height:2.5rem;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; }
#JRPO1T6kEtS2L0bmlEzsT45SG2rhJT9Q { color:#001342;display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:5.1861991882324rem;left:26.15625rem;height:2.79948125rem;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; }
#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { background-color: transparent; background-image: none; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container > .video-iframe-container { display: none; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row > .video-iframe-container { display: none; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .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); }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { border-width: 0; border-radius: 0; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#I3cd5cFIHr8HoyXe0UHDMp7mIxltJTcy { box-sizing:content-box;height:9rem;width:18.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:3.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#S6ieFrUfeVTkgZ4aW9J9l9alx0Kc1Rks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.625rem;left:4.875rem; }
#TyTd8677naroSVbBS3u1O98CE8glw6Zx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.875rem;height:;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:left;text-align-last:left;display:block; }
#Vz2V4ibzJCzfcAM8PKUdrmy92y2APQcv { box-sizing:content-box;height:5rem;width:5rem;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:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.5rem;left:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#lSPqeov2l6LF05TQrLqov1uDFnAzCtUD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.4375rem;left:4.3125rem; }
#WJXHkSMhdPxNWBlEuaofBP30GvSE1Jc4 { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.4375rem;left:5.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#E0rTLN7Oegn84IIZOZx65T3HJIv5Uso4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:9.4375rem;height:;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; }
#CaOkvKtHIhO3eONn6TwdtBdExJbXISTE { box-sizing:content-box;height:8.875rem;width:18.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:28.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#hMe2LVbfJXeby0ufmoW4JGO0G9nWuG1P { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1875rem;left:32.875rem;height:;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:left;text-align-last:left;display:block; }
#GvfTq2aKrEexFOewumUUscbSsdA79Dpk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2rem;left:35rem;height:;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; }
#nVHPEdZ9GTFo9kMTGSTAbR6wMKnhv0VH { box-sizing:content-box;height:5rem;width:5rem;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:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.6875rem;left:28.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#TyLv3qxPOtfoy5Uhs6ELy8PaAfGTARQz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.5625rem;left:29.3125rem; }
#ghNf4ZBs3pI3LkGb0eUPOM64Ot4ZO1JI { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.625rem;left:30.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#EJpnVtNBouNDBmXFTOea6nM1BLJGyG8v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.75rem;left:29.875rem; }
#lfMiBNM7axT7aWUsGhzNZA5Dz09iRBBu { box-sizing:content-box;height:18.5625rem;width:18.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.0625rem;left:28.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#oeNIpQzKJo1F87eSmZ7a81mt7qOg1xZE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:14.4375rem;left:32.875rem;height:5.1999998125rem;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:left;text-align-last:left;display:none; }
#ghC4t9wGx17vSLhikwJSgSDdQWALpCZd { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.375rem;left:32.875rem;height:2.599999875rem;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:left;text-align-last:left;display:none; }
#sSW0wAwKEI2cNOzQ6ZCo8e7M4Cxk3VRv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.375rem;left:32.875rem;height:1.2999999375rem;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:left;text-align-last:left;display:none; }
#uPsd6xdByHMkbBGRb62uwmQ2c2WVM9TO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.375rem;left:29.875rem;display:none; }
#Cymq1Tk01GcLeaDcS2dDTvT0PR3TCiyW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:14.4375rem;left:29.875rem;display:none; }
#kwolicm83OUNyN9VzF4VldQ0xUN0gRcV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.875rem;left:29.875rem;display:none; }
#TzXGS8z8WeNvaXJGiteTZflTq8qnrVUF { box-sizing:content-box;height:5rem;width:5rem;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:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.8125rem;left:28.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#BNdrrTlM2hP8EsX8PBDzDtCKAs4kpvO4 { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.75rem;left:30.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#ybf4Ouw4TWMcBROCJ4tQyRHUBcOHip79 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.6875rem;left:29.3125rem;display:none; }
#zQfD1p1GUmxyAQmEprgn8TKTHPBTvr1q { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.25rem;left:35.1875rem;height:2rem;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:none; }
#hhL2BqcLIsQBcXrMQNTLrho7hlVxhUyK { box-sizing:content-box;height:8.625rem;width:18.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:53.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#BUe0WcHm0L2qJC1UaGxVpaeBZnz0RZhL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.1875rem;left:57.875rem;height:;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:left;text-align-last:left;display:block; }
#wdqIb1lxxQIBG4dTm2FV3EN7NxQTPDHh { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.625rem;left:55.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#E4N7fit2fwBqDi7B7ZRoIwsfEAReLsnp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.125rem;left:60.1875rem;height:;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; }
#VcgzTG2laubSgCsbsAksGTsefeSmbmNP { box-sizing:content-box;height:5rem;width:5rem;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:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.6875rem;left:53.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#KfAnhypBFuhcNnaHvl5QDv0NpvSAWKz9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.5625rem;left:54.3125rem; }
#x8Cdko3a2TFgnAkUpSxlfiDLNgDlTt21 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.75rem;left:54.75rem; }
#NCCgtIwVhwdEHJFElB1sADUAeyfqqxLH { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:10.25rem;left:4.625rem;display:block; }
#Z98OGHbr7B60WssCf9xpn5MP4rxTIMNI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIU93XAIV9BQoJZP0iNni166gplJmzHR { background-color:rgba(var(--color-secondary-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-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;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:23.862495422363rem;left:27.8125rem;display:none; }
#IPyXMe6gRaeUD1CaclH0LPZWORWotxSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abz8pScF8sCJmV9VXxbQpnpVnv4hVPcP { background-color:rgba(var(--color-secondary-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-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;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.375rem;left:37.25rem;display:none; }
#oacDQILdARFRfmmSNbJWa3BCdyCwZ5sy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ir8ArsfKPMDQiMswRI7Zm6QAlyammOVC { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:10.250000953674rem;left:29.625rem;display:block; }
#ndLckORp0K7Ppm4rwNbJFR2EOgbG1Gdy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXZRvTtfodDyuLwr0ykwTA2aDTMQLHia { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:10.250000953674rem;left:54.625rem;display:block; }
#zX4G7W2Bmia9JnCDFvJi6Ay8wHV6JSIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row .container { background-color: transparent; background-image: none; }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row .container > .video-iframe-container { display: none; }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row > .video-iframe-container { display: none; }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .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); }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row .container { border-width: 0; border-radius: 0; }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#RXVObGbsbe4vqJHzVlBkdXyzropw31y7 { box-sizing:content-box;height:9rem;width:18.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:3.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Gzzt1hmtxcBTuJhgtF0MpIxEhLlrLkPG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.625rem;left:4.875rem; }
#xk69PJlyEFbNL6JIzw1n6MxU8KdNwAR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.875rem;height:;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:left;text-align-last:left;display:block; }
#VJ8sGX0tsSFwyuTEa3e9yH2Tksri9WIw { box-sizing:content-box;height:5rem;width:5rem;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:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.5rem;left:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#MQTh0fSrk7ZCPcT3OU5nBbXTXisGhxcf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.4375rem;left:4.3125rem; }
#ommAbJHgJwKs9nhDxeN1niTdKAM32oXB { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.4375rem;left:5.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#QnBoUGzmmmai8aruGi6zbpnpAu245iE8 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:9.4375rem;height:;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; }
#BlWW6Fpyl2CpsLACk73OHBXqrdca2Qwu { box-sizing:content-box;height:8.875rem;width:18.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:28.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#g1ctt7sEHlh7IuMVAUovmbMbbHbUsiE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1875rem;left:32.875rem;height:;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:left;text-align-last:left;display:block; }
#L6AGWzzBmqW3EaXDvBA0rqVrRVV2hMTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2rem;left:35rem;height:;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; }
#ZnpPJOTp23q64WMhWEBTdzDHoCoAroIG { box-sizing:content-box;height:5rem;width:5rem;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:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.6875rem;left:28.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#an7Vh13EacayLfqmcaEpqgIKTb58o7Sk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.5625rem;left:29.3125rem; }
#i6A6z3MlHFux3dkfEQe6SmQpXA6SnB54 { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.625rem;left:30.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#feKH3wIiMHUF6zdoUnqXqZC6KvKmWGOS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.75rem;left:29.875rem; }
#I9Ls9STNbw55TSpFA1IFUuHIW9gbCeN6 { box-sizing:content-box;height:18.5625rem;width:18.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.0625rem;left:28.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#IaTHWfQwsntGyqPDM5k5xHdTaLc0Q8yB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:14.4375rem;left:32.875rem;height:5.1999998125rem;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:left;text-align-last:left;display:none; }
#zDmuzWuNdqyFADSywP0BrXLvvJCuBtms { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.375rem;left:32.875rem;height:2.599999875rem;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:left;text-align-last:left;display:none; }
#P52BpWBUrAHRim3k2TbN4N7B3egnR6Lc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.375rem;left:32.875rem;height:1.2999999375rem;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:left;text-align-last:left;display:none; }
#oPVXUKDa9AWTTnZzkAETEIkQeXMGb1wf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.375rem;left:29.875rem;display:none; }
#cadTQEm3pXTQxbghoFG07Ob5nWPddQyo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:14.4375rem;left:29.875rem;display:none; }
#NWxVLXH6aXfTWsft03A495zT4BzFMQlM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.875rem;left:29.875rem;display:none; }
#rzSX0uWNBxmTtOcTgIHfLDyzPtlOJJxQ { box-sizing:content-box;height:5rem;width:5rem;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:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.8125rem;left:28.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#C2F3r7RdGyRuD8gOQEq4oM8mxTyIPLkQ { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.75rem;left:30.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#E8foAJLPGN4Ar0UQ165bsQiARCxCgCda { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.6875rem;left:29.3125rem;display:none; }
#tuVS952xOZ3ynp5EoOEKziJaZiZ0TWRC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.25rem;left:35.1875rem;height:2rem;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:none; }
#r5iLLAkPLBcDdpXquovm1e6U0NOkgBx2 { box-sizing:content-box;height:8.625rem;width:18.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:53.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#eD0dlFT4MXI6TrWPGysafiqB2OJVgxFX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.1875rem;left:57.875rem;height:;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:left;text-align-last:left;display:block; }
#iHbpgPcDaqfaQN4sz6SaiC7hnrRkxMbX { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.625rem;left:55.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Rg5DXzT1qtuPS7dIgRVASDellbP7mfCm { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.125rem;left:60.1875rem;height:;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; }
#HwqCWWEvic64U48D5SGXhctLIu8zTLGA { box-sizing:content-box;height:5rem;width:5rem;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:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.6875rem;left:53.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#xpGw2XX8WPDRS0D2ksgNTd73A6lB4ovU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.5625rem;left:54.3125rem; }
#B1iAO3RF8Ioo9M8wrUDWUni1PWCNbcii { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.75rem;left:54.75rem; }
#zpvUVA0tEgTC02RzMiSMuTlCkwSb62Di { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:10.25rem;left:4.625rem;display:block; }
#AvF8aCgokTNCxbXBumbsv6yZn43rpFFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d03T9a9LUCMkrfUlL0nKwQyzBvKR52Cm { background-color:rgba(var(--color-secondary-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-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;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:23.862495422363rem;left:27.8125rem;display:none; }
#lHLbeaB6dHIQbPsuSKQQo3mKSxzFLFgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuW44uOAPi3A8QD7Ub2tE0sgCGoRZRBT { background-color:rgba(var(--color-secondary-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-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;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.375rem;left:37.25rem;display:none; }
#EU3gZZbwRh6nTTAoKXRyq19nQyr58lit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThzsxdWQXTdb6EK2MBhZTpD4s226JqUr { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:10.250000953674rem;left:29.625rem;display:block; }
#kinNiwpkBpO5a41l3N6KZWewrDerWLTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CiDQJ9zJpnLSkxGNTaL0zPhCJVI252eT { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:10.250000953674rem;left:54.625rem;display:block; }
#xqE2dalXEDVXlFKoot1dpKVCMR1mueUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row .container { background-color: transparent; background-image: none; }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row .container > .video-iframe-container { display: none; }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row > .video-iframe-container { display: none; }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .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); }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row .container { border-width: 0; border-radius: 0; }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#hHWkX2XKi1ApXVGEeR9boQFOgmc25SlJ { box-sizing:content-box;height:9rem;width:18.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:3.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#uy0hrnB172sHVITEHCsKvNOrH7WoPb2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.625rem;left:4.875rem; }
#RozuO6mWhfOPF5KhSG5TgsTf4kJb00DZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.875rem;height:;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:left;text-align-last:left;display:block; }
#qiMWufDtktNTR9S2LdlWg7km98MQqyia { box-sizing:content-box;height:5rem;width:5rem;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:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.5rem;left:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#U5t17KAhLi9kghnL89b6IAtEtU4VlUVw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.4375rem;left:4.3125rem; }
#knouH1e5oh3CUFrUWzwUxZlIQCws192H { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.4375rem;left:5.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#rNs0csXRXteuEevxqAqOF8hyk4CmTbTE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:9.4375rem;height:2.03125rem;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; }
#OkzMAMsOlvupl7BLCinnmms3CRnzlUMn { box-sizing:content-box;height:8.875rem;width:18.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:28.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#L1sgasbE32NbqyW18EnQvFvvMeVH3S2J { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1875rem;left:32.875rem;height:;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:left;text-align-last:left;display:block; }
#IxiA9IfSTuqqn4iKSuJDTIST8fOyt9GK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.125rem;left:35rem;height:2.03125rem;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; }
#lZrE58MAIRO9KtIvxn0vL1fENR6TCh1a { box-sizing:content-box;height:5rem;width:5rem;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:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.6875rem;left:28.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#qT42qSlXlMwNQQdF4z0t8M9J4DnmLZAW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.5625rem;left:29.3125rem; }
#yAnnGsMGNBqD8iry721HGAieJVR3BATO { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.625rem;left:30.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#l3g3VbmlT1dbTc2GB0FKsV186GM6y9Gp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.75rem;left:29.875rem; }
#pRWdfmIvTAoJbCxoluTHaAhdt5yW3xxI { box-sizing:content-box;height:18.5625rem;width:18.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.0625rem;left:28.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#nX17XuJsEvFc04XSQzethym3883UHtCe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:14.4375rem;left:32.875rem;height:5.1999998125rem;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:left;text-align-last:left;display:none; }
#XPa3p6vTI7Mm5Z26pyoyOhKToMfQosKO { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.375rem;left:32.875rem;height:2.599999875rem;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:left;text-align-last:left;display:none; }
#MCm9XDPFwNQz7yBzF3gTTHxPMX2KK2zE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.375rem;left:32.875rem;height:1.2999999375rem;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:left;text-align-last:left;display:none; }
#foBeBH7H9tgRUcXfulbOtFVTCXcAg5fB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.375rem;left:29.875rem;display:none; }
#X4CBvcCGzCRRrAvPWf5yItmmODN4Cury { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:14.4375rem;left:29.875rem;display:none; }
#oOWJXQ7XH08DcqJd0p9Kp0Ik6hmllfqK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.875rem;left:29.875rem;display:none; }
#H3SGE52fuJopwFrc1ZEiTmInM9cRNAVE { box-sizing:content-box;height:5rem;width:5rem;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:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.8125rem;left:28.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#bQT6a5tBabVrC3D1PuWV4g3vB1VsW3kG { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.75rem;left:30.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#RyJSRP7unF9FPwXbqwqaNve6lVZkG1kT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.6875rem;left:29.3125rem;display:none; }
#zaHoxLVCnTyGewaZeTOIbJNKmCwN4lF1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.25rem;left:35.1875rem;height:2rem;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:none; }
#ZMVlgc3Iw3CNpWeTkITodccEr1QnTHZC { box-sizing:content-box;height:8.625rem;width:18.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:53.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#yty483UAplF7tI4PDK0miW83Vs8kvswT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.1875rem;left:57.875rem;height:;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:left;text-align-last:left;display:block; }
#q31iz1iedLEquiqabTni9LpufUnVFQVZ { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.625rem;left:55.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#wqK6tkpv6a33UIc8Iaw7DT2Nz9AM8y4b { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.8125rem;left:60.1875rem;height:2.03125rem;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; }
#sEsD6Ufr5v0pfxHrbftE8fDLnoQs6GXS { box-sizing:content-box;height:5rem;width:5rem;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:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.6875rem;left:53.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ATKroXQgMT8DPrEuEqCclEBKDZOmbMeG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.5625rem;left:54.3125rem; }
#HRzfqzwx9w9Z5z69FBy6hwIWsPI8pWFF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.75rem;left:54.75rem; }
#T29laCTMiQ5bhcuvOV24bgNITPrzRT6L { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:10.25rem;left:4.625rem;display:block; }
#ZfrTJ1rz5H6N7OcoDKT3OkM3LOE7cg98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTT89Q3JcRtGPldMwRwzstPW8v17pCIM { background-color:rgba(var(--color-secondary-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-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;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:23.862495422363rem;left:27.8125rem;display:none; }
#TvFBiw7Pb0x1WHxEy6CuTbaviHEIFJhH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RtVqMdpQhyD8NsxeOHx0SpdcLmJoV5nm { background-color:rgba(var(--color-secondary-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-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;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.375rem;left:37.25rem;display:none; }
#poTf5y1qSXt3coSJMyHSzKpwTWr2noGJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkaM3ltKlgvdocFicJJTvyhqKQ7ImKm3 { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:10.250000953674rem;left:29.625rem;display:block; }
#f76x5hSgb8bN1J842T5f3xZqTSea2ba3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEHp4WSuhl8oxVND5SWrsa9vQHvaSbAX { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:10.250000953674rem;left:54.625rem;display:block; }
#OaQ2Ul1nLFlueM4o2CmZ1dEB13He6uWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKVgfv2aW92aDNlCk7TKTGt49XZ8HB3a { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.25rem;left:60.3125rem;height:1.3808625rem;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; }
#sE0MMw7lLEafQqlGRuEcompHeorpEK47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row .container { background-color: transparent; background-image: none; }#sE0MMw7lLEafQqlGRuEcompHeorpEK47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row .container > .video-iframe-container { display: none; }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row > .video-iframe-container { display: none; }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .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); }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row .container { border-width: 0; border-radius: 0; }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#nJOP4fsUFh7TWuu3W8gAOo6duZS1SQk2 { background-color:#001342;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f8f8f8;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5312452316284rem;left:31.125rem;display:block; }
#Gr5Pdt4TaU4zmugxeQfvpLIwqi3zhV9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c2a48d;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; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { background-color: transparent; background-image: none; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container > .video-iframe-container { display: none; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row > .video-iframe-container { display: none; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .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); }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { border-width: 0; border-radius: 0; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#FHfhDfFi6qDWJIETIvae77NtHEIxuHrp { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.4375rem;left:10.40625rem;height:2.79948125rem;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; }
#XsEXM1qbTuVkvPvr8VU1wGBl6hd3zT5k { color:rgba(var(--color-tertiary-4),1);display:block;width:65.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:5.34375rem;left:4.5625rem;height:2.5rem;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; }
#FDr3NDTU5na3sfkFBUMVUqaxys4CE55c { color:rgba(var(--color-tertiary-4),1);display:block;width:65.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:2.3854179382324rem;left:4.5625rem;height:3rem;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; }
#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c2a48d, #f9f5ef);background-image: -moz-linear-gradient(180deg, #c2a48d, #f9f5ef);background-image: -ms-linear-gradient(180deg, #c2a48d, #f9f5ef);background-image: -o-linear-gradient(180deg, #c2a48d, #f9f5ef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2a48d', endColorstr='#f9f5ef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2a48d', endColorstr='#f9f5ef' );";background-image: linear-gradient(180deg, #c2a48d, #f9f5ef);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; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { background-color: transparent; background-image: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container > .video-iframe-container { display: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container { display: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .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); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { border-width: 0; border-radius: 0; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#udKm1NeWEo5aw2WZlQHPfrGyIOTpWWZr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:6.6875rem;left:10.4375rem;height:14rem;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:left;text-align-last:left;display:block; }
#X8BEx9MTDUhEiUB5FTITau8KuwnApyDb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.9375rem;left:8.8125rem;height:2.1875rem;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:left;text-align-last:left;display:block; }
#IcsFVtOk6yVdL5QWaxsILLGBBo8e8dJd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.8125rem;left:55.0625rem;height:16rem;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:left;text-align-last:left;display:block; }
#JbbvorvNCSLQdBgEK69MFr2x2llc1dwe { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.9375rem;left:53.5rem;height:2.1875rem;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:left;text-align-last:left;display:block; }
#zke4SToXNNILTZdRHAvrM9FzGKqxL56d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.1875rem;left:53.5rem; }
#plxIqlp2RZp5OBrcNIeTi2X4MQaD6AyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.1875rem;left:53.5rem; }
#s5gnSaTlHHBQ1WI87zTPGqRkTRk9gHWC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.25rem;left:53.5rem; }
#m8wTeDsSue4aZHbTuU3knfCQ6pOCFilf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.25rem;left:53.5rem; }
#NuDxQSpLJ0J42W2hNModdFkcls3h1wZ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.25rem;left:53.5rem; }
#Zzi4pQixtOuCRhlPEX8pN7VGECFEyXAF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.25rem;left:53.5rem; }
#O6rwtogA8w1F1Soku1NasqZ2N8mE35tk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21.25rem;left:53.5rem; }
#HONuhlquCep5KsWuVKI2yhh8rIVi2JmO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.0625rem;left:8.8125rem; }
#TkcESkITTW5lUQrGCTGFA85ypzNCRg7h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.0625rem;left:8.8125rem; }
#QvFMBsQrn4PJVOVAWuHJHZe9PBNan1uR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.125rem;left:8.8125rem; }
#UZKTZao1sQ5UftMpzWPWnEmBcS6IOCOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.125rem;left:8.8125rem; }
#CI12ZUnqJHSkGExnrXHeQTRMfaaqWade { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.125rem;left:8.8125rem; }
#cet5HVtVFp8brNvxG6T6zVtUACmPRDTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.125rem;left:8.8125rem; }
#Xmw61btVF4V8HvEV5W0aSeBG8VusHORv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.125rem;left:8.8125rem; }
#L8yNp99BvQv8TXaisWRzEQWLU7yyX2SG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:12.5rem;top:11.1875rem;left:19.125rem;overflow:hidden;display:block; }
#HIwUyksG53xEwEsuAII5TdWy5E0rweyl { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:13.4375rem;top:13rem;left:42.1875rem;overflow:hidden;display:block; }
#TAaOAVE4cUVKtOBXOh7azNNhmID3fcZ3 { 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:32.4375rem;width:32.4375rem;top:1.71875rem;left:21.104167938233rem;overflow:hidden;display:block; }
#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { background-color: transparent; background-image: none; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container > .video-iframe-container { display: none; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row > .video-iframe-container { display: none; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .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); }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { border-width: 0; border-radius: 0; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#Xv3x9XJJ7fEHyEg06KZtoiF7u8s5fu9o { background-color:#fca248;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#001342;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.84375rem;left:31.125rem;display:block; }
#q0aurrlDZFK3JQM5JHRZVpMmNXtB3s4m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row .container { background-color: transparent; background-image: none; }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row .container > .video-iframe-container { display: none; }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row > .video-iframe-container { display: none; }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .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); }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row .container { border-width: 0; border-radius: 0; }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#OBNEV30aEl0OUrqgiwTli3SBqcTgWAJN { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.25rem;left:2.4375rem;height:;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; }
#LUA6SFAUefyJui4tOpZmby9GI4CPuI99 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:2.4375rem;height:1.625rem;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; }
#dIhwgZeeUb6dus3Uahk4wNqnc7c8mCMI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20.75rem;height:3.25rem;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; }
#VPydxRBmiT5RZBgXfPOWbO3AMyT5O9Hl { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.1875rem;height:;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; }
#SbQeAAUMEyPUWDZlt938pIJznxC65geN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40rem;height:1.625rem;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; }
#QQvpBw7yMpSZfmwUlnvOdSdKqAGzTW35 { color:#3a3939;display:block;width:13.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.62451171875rem;left:40.029907226562rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ABEmSFoR3TD8ZMaK82XXJHkvLtz7o8gQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.562255859375rem;left:58.781127929688rem;height:1.625rem;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; }
#khQHfD5zfUznZQGaQ21pMz4cgU1rv1pQ { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:58.6875rem;height:4.875rem;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; }
#TvBltU7DaG2yATknaLzh6zTl1RhEdi67 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5rem;left:7.1875rem; }
#dvzBmq6EyDWKR3ToQyo60RCZSJKJlFpJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.5rem;left:25.9375rem; }
#TPGG9sgyHPbCrOVlMIiMZNwN2tmyBLgv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5rem;left:44.6875rem; }
#qxDBQcDAOu2lK0wMNaNRNnmhhTTPaiLJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:63.4375rem; }
#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row .container { background-color: transparent; background-image: none; }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row .container > .video-iframe-container { display: none; }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row > .video-iframe-container { display: none; }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .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); }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row .container { border-width: 0; border-radius: 0; }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#AWORIIrJvxF2qqmEwexKtdX4yGHzKZDi { color:#f8f8f8;display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.25rem;height:1.29948125rem;text-align:right;text-align-last:right;display:block; }
#OSTLVyBX4Z8qSlRD9bATVe6ZDRh6TTkX { 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:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#OSTLVyBX4Z8qSlRD9bATVe6ZDRh6TTkX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AduOBJZRN2H374OtbkKbaimlrmAM0qIL { 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:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#AduOBJZRN2H374OtbkKbaimlrmAM0qIL > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#Lc7FVJCv5CniPhIu9f9ETIQ9fN5Fkv8w { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Un2VTUKbD0wTyHhcrv3IsXTuhQXBrld6 { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15020;background-color:#f8f8f8;background-image:none;top:4.412841796875rem;left:55.203857421875rem;display:block; }
#lVaDlrSmdoobIVk4z9NO1mT1MnPJaK4T { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15021;background-color:#f8f8f8;background-image:none;top:4.412841796875rem;left:63.749389648438rem;display:block; }
#Zp5EwKpMFp8CNEzBm2Rrm5npiOKH4IRg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.364013671875rem;left:44.186401367188rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#JTgc6T3WLNbzirTwrf6cMmgoIZq8RbMz { color:rgba(var(--color-tertiary-4),1);display:block;width:8.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3878173828125rem;left:55.289306640625rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#zKyw1MaADrLNWOGE2W0D0xz9TpABrZIX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.364013671875rem;left:63.749389648438rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#lxidwN7TLAxHClJuSzWRnF3bIauHh9ut { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.5625rem;top:3rem;left:2.125rem;overflow:hidden;display:block; }
#ZMiXvy9L5Trm6m6H2zgEreT370QLTWn8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbeb7;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; }#ZMiXvy9L5Trm6m6H2zgEreT370QLTWn8 > .row .container { border-width: 0; border-radius: 0; }#ZMiXvy9L5Trm6m6H2zgEreT370QLTWn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMiXvy9L5Trm6m6H2zgEreT370QLTWn8 > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:none; }#lklCbyBd0zEtgw4ZHBKglp7h8s77x28Q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.9375rem;left:2.375rem;overflow:hidden;display:block; }
#ycekQ8qhySBr0VdrKMbO4DGBC7aweaeW { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.25rem;height:1.29948125rem;text-align:right;text-align-last:right;display:block; }
#l9pINTdzkfDwvqPnu7PbWnsUMAN0bSqd { 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:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#l9pINTdzkfDwvqPnu7PbWnsUMAN0bSqd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#Uzkuq9uXaFl2C7GVcMTG9JeglNnB8exl { 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:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#Uzkuq9uXaFl2C7GVcMTG9JeglNnB8exl > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#BirzEEsT4gtizkI4sThnktkVUfo8isxs { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pIzTTQdSeMph6JO64tTlKGH5ObBsgM0r { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.412841796875rem;left:55.203857421875rem;display:block; }
#LAIoJAL5ZT68qvEsaAX6eIdzFbTDLJse { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.412841796875rem;left:63.749389648438rem;display:block; }
#Q6mwUtfURo0u7mUGh2dPtPJq6szuCBFw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.364013671875rem;left:44.186401367188rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#J3ListLdH9APwqybaqR3TnpsKPfhNOl8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3878173828125rem;left:55.289306640625rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#WbkZSxnEh4Szbuo7bNrrrmdufZSl9PvB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.364013671875rem;left:63.749389648438rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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;z-index:auto;display:none; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row .container { border-width: 0; border-radius: 0; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#wNaGsANInIPzOPkCeweh88bLFdqeRwLW { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.9375rem;left:12.4375rem;height:1.5625rem;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; }
#reChHn0hlnl4hmoFBwggloGhurPKM2g3 { 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:15015;opacity:1;top:1.125rem;left:40.1875rem; }
#AFKC3UghhmwX0ycyv9DpR4KLBTcLalQD { 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:15016;opacity:1;top:1.21875rem;left:64.375rem;display:none; }
#cI35i0vmMoXWRfr85oCJqe7icpZXRnWe { background-color:#fca248;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-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;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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:1.1875rem;left:44.75rem;display:block; }
#eliJ8O7vpKv0u7eN1tAMJ5Rh36qKqFQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kbmKi5svt7PlX0eGZRUaWbL3k8EkN52w { 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:15016;opacity:1;top:1.125rem;left:38.75rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt { display:block; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdFvh2EnGQB3SlSq6z4asuUDArDX1Mgw { top:14.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNX2DfUvXb1hy5lLDeQ5QM9dexTuCdTU { top:19.1875rem;left:0rem;width:46.3125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asic8Sc0Tt3DBmJoL49tAdSHwXPKNfLc { width:12.75rem;height:3.4375rem;top:24rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLZKgzR6sB7NkoRg1Lnh03yAXQ0xTfDu { display:block; }
 }@media only screen and (max-width: 763px) { #Br0kRMdUVaxaTulyfgeJ4IOvr6R3V6Ll { top:30.625rem;left:17.125rem;width:12.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkJEutubsZP2uKDK6r2q6GeWtI1XAD1 { top:30.5625rem;left:0rem;width:12.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEFUCOe5o3vX2ACMZg9Hd6gmTR56doKW { top:30.5625rem;left:3.125rem;width:12.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCrUDehgNDF7geFxKHRoidqMM5VzvLXS { top:35.125rem;left:0rem;width:10.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsQiQrH60FtZF8zE8qxsxDUdRdm0ZOkO { top:35.125rem;left:4rem;width:11.25rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxDTL9bGStFQna0Rpy1hrGzdoTLsWAV { top:35.1875rem;left:18.0625rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMVmbU5xIgwLB8A8Kvi74P0TbgX57xda { top:31.5rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQxKgwkE8ohpzsfF2Ie5N8xJht20BkKv { top:31.5rem;left:8rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzS41bA4P8i8JT5eSSO3lXQ4emGa11wV { top:31.25rem;left:21.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0MQU1nHqhDCwdVkU38snU5wMzUtqh3S { top:11.5625rem;left:0rem;width:33.375rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqHT4q8IA21y3DUReoceafiMbu4T5qus { top:3.0625rem;left:0rem;width:25.9375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdytk7luGp3LXs0v1TZTp07mR4zycHEN { top:4.75rem;left:2.375rem;width:14.4375rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBOfW5N2G1xKUBdFpFIt1efxTULK9Pwl { top:1.6875rem;left:39.25rem;width:8.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn { display:block; }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2TNxUfAfv5Gce6QEM7CdcZuTUC8fWRa { top:1.25rem;left:0rem;width:8.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9ZKIk8qOPCrT6IXU4gS77ZMKiymCCIu { top:0.9375rem;left:0rem;width:10rem;height:4.93685rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRpX3ZgIlot6S8SqaCmg1tXfuycF4CJ { top:0.9375rem;left:9.4375rem;width:10.0625rem;height:4.9694425581826rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsMNyvZLkCF4wZukxCnx1LKM4Teg0KTw { top:0.5rem;left:18.1875rem;width:11.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdAK3xsTxvK5FZ7FMuM71CTcVUNSeHkZ { top:1.5625rem;left:29.5rem;width:9.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiXiZ8bc86ImX4KfsOJph49pehF4EL3w { top:1.25rem;left:37.5625rem;width:10.1875rem;height:5.0312918470638rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEwq5fuy4Lu5U5HHfXHB7fvcVCW0tVFE { top:1.1875rem;left:38.5rem;width:9.25rem;height:4.4694529834217rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf { display:block; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2g8638aAxm11nm8VbutC8VEoMUUvOM6 { top:2.25rem;left:20.9375rem;width:26.8125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #by8Bbu2mmu2u8ZreteDnhL7lyxOCTdve { top:4.4375rem;left:24.1875rem;width:23.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX5Cp0A4WBU4nZrqJcg0ALpRAP9NaUaE { top:10.4375rem;left:24.1875rem;width:22.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6ehZ526xU7fbeFZMTUfZLt1CwAcvaw { width:12.75rem;height:3.4375rem;top:32.625rem;left:29.437503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXDdNT3OmAQ7mXhcU5QX40sBZ8MRkoCX { display:block; }
 }@media only screen and (max-width: 763px) { #KnOm1XwId6AG5moezOH9NTnKFIJ1aFZs { top:21.375rem;left:24.1875rem;width:22.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha02DTRZqz3XE6SG6KPn0K8DVHiaaPCd { top:23.5rem;left:24.1875rem;width:13.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blH5TX2KQo2aUICnSCFBXJGDltIs4oTp { top:23.9375rem;left:34.791667938233rem;width:12.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP29Q4dXNlXMe7QLc98XePkeVpo9pKmw { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqmSBIwPIOgSb1cUUadvEbRZmCm3udcJ { top:28.0625rem;left:24.46875rem;width:22.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4qpAbtbX42Bd0xFbWhroSGf9gxUsd9u { top:26.6875rem;left:24.46875rem;width:22.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzpO11layD75Kc6KaVpAah2TcREWWmNL { display:block; }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4O5HiFSPmTy58PWLmnpCXEiOExlOWi5 { top:0rem;left:12.21875rem;width:23.3125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgINgwLP78PxLHnhd9IIHSBcPppK2uuv { display:block; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Gu8yQGhuscRVn8PTuvRy9n9XyL6e7y { top:2.0625rem;left:7.6875rem;width:32.375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRPO1T6kEtS2L0bmlEzsT45SG2rhJT9Q { top:5.125rem;left:12.53125rem;width:22.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT { display:block; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3cd5cFIHr8HoyXe0UHDMp7mIxltJTcy { top:2.8125rem;left:0rem;width:18.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ieFrUfeVTkgZ4aW9J9l9alx0Kc1Rks { top:6.625rem;left:0.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTd8677naroSVbBS3u1O98CE8glw6Zx { top:7.1875rem;left:3.3125rem;width:12.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz2V4ibzJCzfcAM8PKUdrmy92y2APQcv { top:0.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSPqeov2l6LF05TQrLqov1uDFnAzCtUD { top:1.4375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJXHkSMhdPxNWBlEuaofBP30GvSE1Jc4 { top:1.4375rem;left:0rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0rTLN7Oegn84IIZOZx65T3HJIv5Uso4 { top:2rem;left:4.875rem;width:9.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaOkvKtHIhO3eONn6TwdtBdExJbXISTE { top:2.8125rem;left:13.625rem;width:18.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMe2LVbfJXeby0ufmoW4JGO0G9nWuG1P { top:7.1875rem;left:19.1875rem;width:12.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvfTq2aKrEexFOewumUUscbSsdA79Dpk { top:2rem;left:21.3125rem;width:10.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVHPEdZ9GTFo9kMTGSTAbR6wMKnhv0VH { top:0.6875rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyLv3qxPOtfoy5Uhs6ELy8PaAfGTARQz { top:1.5625rem;left:15.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghNf4ZBs3pI3LkGb0eUPOM64Ot4ZO1JI { top:1.625rem;left:15.5rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJpnVtNBouNDBmXFTOea6nM1BLJGyG8v { top:6.75rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfMiBNM7axT7aWUsGhzNZA5Dz09iRBBu { top:3.0625rem;left:13.625rem;width:18.125rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeNIpQzKJo1F87eSmZ7a81mt7qOg1xZE { top:14.4375rem;left:19.1875rem;width:12.1875rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghC4t9wGx17vSLhikwJSgSDdQWALpCZd { top:10.375rem;left:18.75rem;width:13rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSW0wAwKEI2cNOzQ6ZCo8e7M4Cxk3VRv { top:7.375rem;left:19.1875rem;width:12.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPsd6xdByHMkbBGRb62uwmQ2c2WVM9TO { top:10.375rem;left:16.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cymq1Tk01GcLeaDcS2dDTvT0PR3TCiyW { top:14.4375rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwolicm83OUNyN9VzF4VldQ0xUN0gRcV { top:6.875rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzXGS8z8WeNvaXJGiteTZflTq8qnrVUF { top:0.8125rem;left:15.875rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNdrrTlM2hP8EsX8PBDzDtCKAs4kpvO4 { top:1.75rem;left:15.5rem;width:16.25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybf4Ouw4TWMcBROCJ4tQyRHUBcOHip79 { top:1.6875rem;left:15.875rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQfD1p1GUmxyAQmEprgn8TKTHPBTvr1q { top:2.25rem;left:21.375rem;width:10.375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhL2BqcLIsQBcXrMQNTLrho7hlVxhUyK { top:2.8125rem;left:29.5rem;width:18.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUe0WcHm0L2qJC1UaGxVpaeBZnz0RZhL { top:7.1875rem;left:35.062503814698rem;width:12.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdqIb1lxxQIBG4dTm2FV3EN7NxQTPDHh { top:1.625rem;left:31.375rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4N7fit2fwBqDi7B7ZRoIwsfEAReLsnp { top:2.125rem;left:37.25rem;width:10.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcgzTG2laubSgCsbsAksGTsefeSmbmNP { top:0.6875rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfAnhypBFuhcNnaHvl5QDv0NpvSAWKz9 { top:1.5625rem;left:31.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Cdko3a2TFgnAkUpSxlfiDLNgDlTt21 { top:6.75rem;left:31.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCCgtIwVhwdEHJFElB1sADUAeyfqqxLH { width:15.75rem;height:2.75rem;top:10.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z98OGHbr7B60WssCf9xpn5MP4rxTIMNI { display:block; }
 }@media only screen and (max-width: 763px) { #iIU93XAIV9BQoJZP0iNni166gplJmzHR { width:19.3125rem;height:3.4375rem;top:23.8125rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPyXMe6gRaeUD1CaclH0LPZWORWotxSi { display:block; }
 }@media only screen and (max-width: 763px) { #abz8pScF8sCJmV9VXxbQpnpVnv4hVPcP { width:12.75rem;height:3.4375rem;top:29.375rem;left:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #oacDQILdARFRfmmSNbJWa3BCdyCwZ5sy { display:block; }
 }@media only screen and (max-width: 763px) { #Ir8ArsfKPMDQiMswRI7Zm6QAlyammOVC { width:15.75rem;height:2.75rem;top:10.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndLckORp0K7Ppm4rwNbJFR2EOgbG1Gdy { display:block; }
 }@media only screen and (max-width: 763px) { #UXZRvTtfodDyuLwr0ykwTA2aDTMQLHia { width:15.75rem;height:2.75rem;top:10.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4G7W2Bmia9JnCDFvJi6Ay8wHV6JSIb { display:block; }
 }@media only screen and (max-width: 763px) { #Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh { display:block; }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXVObGbsbe4vqJHzVlBkdXyzropw31y7 { top:2.8125rem;left:0rem;width:18.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzzt1hmtxcBTuJhgtF0MpIxEhLlrLkPG { top:6.625rem;left:0.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk69PJlyEFbNL6JIzw1n6MxU8KdNwAR4 { top:7.1875rem;left:3.3125rem;width:12.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ8sGX0tsSFwyuTEa3e9yH2Tksri9WIw { top:0.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQTh0fSrk7ZCPcT3OU5nBbXTXisGhxcf { top:1.4375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ommAbJHgJwKs9nhDxeN1niTdKAM32oXB { top:1.4375rem;left:0rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnBoUGzmmmai8aruGi6zbpnpAu245iE8 { top:2rem;left:4.875rem;width:9.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlWW6Fpyl2CpsLACk73OHBXqrdca2Qwu { top:2.8125rem;left:13.625rem;width:18.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1ctt7sEHlh7IuMVAUovmbMbbHbUsiE5 { top:7.1875rem;left:19.1875rem;width:12.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6AGWzzBmqW3EaXDvBA0rqVrRVV2hMTJ { top:2rem;left:21.3125rem;width:10.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnpPJOTp23q64WMhWEBTdzDHoCoAroIG { top:0.6875rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #an7Vh13EacayLfqmcaEpqgIKTb58o7Sk { top:1.5625rem;left:15.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6A6z3MlHFux3dkfEQe6SmQpXA6SnB54 { top:1.625rem;left:15.5rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKH3wIiMHUF6zdoUnqXqZC6KvKmWGOS { top:6.75rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Ls9STNbw55TSpFA1IFUuHIW9gbCeN6 { top:3.0625rem;left:13.625rem;width:18.125rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaTHWfQwsntGyqPDM5k5xHdTaLc0Q8yB { top:14.4375rem;left:19.1875rem;width:12.1875rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDmuzWuNdqyFADSywP0BrXLvvJCuBtms { top:10.375rem;left:18.75rem;width:13rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P52BpWBUrAHRim3k2TbN4N7B3egnR6Lc { top:7.375rem;left:19.1875rem;width:12.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPVXUKDa9AWTTnZzkAETEIkQeXMGb1wf { top:10.375rem;left:16.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cadTQEm3pXTQxbghoFG07Ob5nWPddQyo { top:14.4375rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWxVLXH6aXfTWsft03A495zT4BzFMQlM { top:6.875rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzSX0uWNBxmTtOcTgIHfLDyzPtlOJJxQ { top:0.8125rem;left:15.875rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2F3r7RdGyRuD8gOQEq4oM8mxTyIPLkQ { top:1.75rem;left:15.5rem;width:16.25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8foAJLPGN4Ar0UQ165bsQiARCxCgCda { top:1.6875rem;left:15.875rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuVS952xOZ3ynp5EoOEKziJaZiZ0TWRC { top:2.25rem;left:21.375rem;width:10.375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5iLLAkPLBcDdpXquovm1e6U0NOkgBx2 { top:2.8125rem;left:29.5rem;width:18.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD0dlFT4MXI6TrWPGysafiqB2OJVgxFX { top:7.1875rem;left:35.062503814698rem;width:12.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHbpgPcDaqfaQN4sz6SaiC7hnrRkxMbX { top:1.625rem;left:31.375rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg5DXzT1qtuPS7dIgRVASDellbP7mfCm { top:2.125rem;left:37.25rem;width:10.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwqCWWEvic64U48D5SGXhctLIu8zTLGA { top:0.6875rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpGw2XX8WPDRS0D2ksgNTd73A6lB4ovU { top:1.5625rem;left:31.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1iAO3RF8Ioo9M8wrUDWUni1PWCNbcii { top:6.75rem;left:31.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpvUVA0tEgTC02RzMiSMuTlCkwSb62Di { width:15.75rem;height:2.75rem;top:10.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvF8aCgokTNCxbXBumbsv6yZn43rpFFp { display:block; }
 }@media only screen and (max-width: 763px) { #d03T9a9LUCMkrfUlL0nKwQyzBvKR52Cm { width:19.3125rem;height:3.4375rem;top:23.8125rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHLbeaB6dHIQbPsuSKQQo3mKSxzFLFgx { display:block; }
 }@media only screen and (max-width: 763px) { #DuW44uOAPi3A8QD7Ub2tE0sgCGoRZRBT { width:12.75rem;height:3.4375rem;top:29.375rem;left:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #EU3gZZbwRh6nTTAoKXRyq19nQyr58lit { display:block; }
 }@media only screen and (max-width: 763px) { #ThzsxdWQXTdb6EK2MBhZTpD4s226JqUr { width:15.75rem;height:2.75rem;top:10.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kinNiwpkBpO5a41l3N6KZWewrDerWLTU { display:block; }
 }@media only screen and (max-width: 763px) { #CiDQJ9zJpnLSkxGNTaL0zPhCJVI252eT { width:15.75rem;height:2.75rem;top:10.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqE2dalXEDVXlFKoot1dpKVCMR1mueUG { display:block; }
 }@media only screen and (max-width: 763px) { #dhZwlWmavM2QhzMSzEBT3QECidgGXy4v { display:block; }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHWkX2XKi1ApXVGEeR9boQFOgmc25SlJ { top:2.8125rem;left:0rem;width:18.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy0hrnB172sHVITEHCsKvNOrH7WoPb2R { top:6.625rem;left:0.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RozuO6mWhfOPF5KhSG5TgsTf4kJb00DZ { top:7.1875rem;left:3.3125rem;width:12.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiMWufDtktNTR9S2LdlWg7km98MQqyia { top:0.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5t17KAhLi9kghnL89b6IAtEtU4VlUVw { top:1.4375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knouH1e5oh3CUFrUWzwUxZlIQCws192H { top:1.4375rem;left:0rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNs0csXRXteuEevxqAqOF8hyk4CmTbTE { top:2rem;left:4.875rem;width:9.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkzMAMsOlvupl7BLCinnmms3CRnzlUMn { top:2.8125rem;left:13.625rem;width:18.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1sgasbE32NbqyW18EnQvFvvMeVH3S2J { top:7.1875rem;left:19.1875rem;width:12.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxiA9IfSTuqqn4iKSuJDTIST8fOyt9GK { top:2.125rem;left:21.3125rem;width:10.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZrE58MAIRO9KtIvxn0vL1fENR6TCh1a { top:0.6875rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT42qSlXlMwNQQdF4z0t8M9J4DnmLZAW { top:1.5625rem;left:15.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAnnGsMGNBqD8iry721HGAieJVR3BATO { top:1.625rem;left:15.5rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3g3VbmlT1dbTc2GB0FKsV186GM6y9Gp { top:6.75rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWdfmIvTAoJbCxoluTHaAhdt5yW3xxI { top:3.0625rem;left:13.625rem;width:18.125rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nX17XuJsEvFc04XSQzethym3883UHtCe { top:14.4375rem;left:19.1875rem;width:12.1875rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPa3p6vTI7Mm5Z26pyoyOhKToMfQosKO { top:10.375rem;left:18.75rem;width:13rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCm9XDPFwNQz7yBzF3gTTHxPMX2KK2zE { top:7.375rem;left:19.1875rem;width:12.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #foBeBH7H9tgRUcXfulbOtFVTCXcAg5fB { top:10.375rem;left:16.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4CBvcCGzCRRrAvPWf5yItmmODN4Cury { top:14.4375rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOWJXQ7XH08DcqJd0p9Kp0Ik6hmllfqK { top:6.875rem;left:16.1875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3SGE52fuJopwFrc1ZEiTmInM9cRNAVE { top:0.8125rem;left:15.875rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQT6a5tBabVrC3D1PuWV4g3vB1VsW3kG { top:1.75rem;left:15.5rem;width:16.25rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyJSRP7unF9FPwXbqwqaNve6lVZkG1kT { top:1.6875rem;left:15.875rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaHoxLVCnTyGewaZeTOIbJNKmCwN4lF1 { top:2.25rem;left:21.375rem;width:10.375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMVlgc3Iw3CNpWeTkITodccEr1QnTHZC { top:2.8125rem;left:29.5rem;width:18.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yty483UAplF7tI4PDK0miW83Vs8kvswT { top:7.1875rem;left:35.062503814698rem;width:12.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q31iz1iedLEquiqabTni9LpufUnVFQVZ { top:1.625rem;left:31.375rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqK6tkpv6a33UIc8Iaw7DT2Nz9AM8y4b { top:1.8125rem;left:37.25rem;width:10.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEsD6Ufr5v0pfxHrbftE8fDLnoQs6GXS { top:0.6875rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKroXQgMT8DPrEuEqCclEBKDZOmbMeG { top:1.5625rem;left:31.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRzfqzwx9w9Z5z69FBy6hwIWsPI8pWFF { top:6.75rem;left:31.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29laCTMiQ5bhcuvOV24bgNITPrzRT6L { width:15.75rem;height:2.75rem;top:10.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfrTJ1rz5H6N7OcoDKT3OkM3LOE7cg98 { display:block; }
 }@media only screen and (max-width: 763px) { #TTT89Q3JcRtGPldMwRwzstPW8v17pCIM { width:19.3125rem;height:3.4375rem;top:23.8125rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvFBiw7Pb0x1WHxEy6CuTbaviHEIFJhH { display:block; }
 }@media only screen and (max-width: 763px) { #RtVqMdpQhyD8NsxeOHx0SpdcLmJoV5nm { width:12.75rem;height:3.4375rem;top:29.375rem;left:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #poTf5y1qSXt3coSJMyHSzKpwTWr2noGJ { display:block; }
 }@media only screen and (max-width: 763px) { #mkaM3ltKlgvdocFicJJTvyhqKQ7ImKm3 { width:15.75rem;height:2.75rem;top:10.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f76x5hSgb8bN1J842T5f3xZqTSea2ba3 { display:block; }
 }@media only screen and (max-width: 763px) { #TEHp4WSuhl8oxVND5SWrsa9vQHvaSbAX { width:15.75rem;height:2.75rem;top:10.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaQ2Ul1nLFlueM4o2CmZ1dEB13He6uWT { display:block; }
 }@media only screen and (max-width: 763px) { #BKVgfv2aW92aDNlCk7TKTGt49XZ8HB3a { top:3.25rem;left:37.25rem;width:10.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE0MMw7lLEafQqlGRuEcompHeorpEK47 { display:block; }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJOP4fsUFh7TWuu3W8gAOo6duZS1SQk2 { width:12.75rem;height:2.9375rem;top:1.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr5Pdt4TaU4zmugxeQfvpLIwqi3zhV9U { display:block; }
 }@media only screen and (max-width: 763px) { #slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA { display:block; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHfhDfFi6qDWJIETIvae77NtHEIxuHrp { top:8.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsEXM1qbTuVkvPvr8VU1wGBl6hd3zT5k { top:5.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDr3NDTU5na3sfkFBUMVUqaxys4CE55c { top:2.375rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 { display:block; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udKm1NeWEo5aw2WZlQHPfrGyIOTpWWZr { top:6.6875rem;left:0rem;width:13.375rem;height:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8BEx9MTDUhEiUB5FTITau8KuwnApyDb { top:3.9375rem;left:0rem;width:9.25rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcsFVtOk6yVdL5QWaxsILLGBBo8e8dJd { top:6.8125rem;left:27.875rem;width:17.75rem;height:16rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbbvorvNCSLQdBgEK69MFr2x2llc1dwe { top:3.9375rem;left:37rem;width:10.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zke4SToXNNILTZdRHAvrM9FzGKqxL56d { top:7.1875rem;left:39.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plxIqlp2RZp5OBrcNIeTi2X4MQaD6AyT { top:11.1875rem;left:39.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5gnSaTlHHBQ1WI87zTPGqRkTRk9gHWC { top:13.25rem;left:39.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8wTeDsSue4aZHbTuU3knfCQ6pOCFilf { top:15.25rem;left:39.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuDxQSpLJ0J42W2hNModdFkcls3h1wZ7 { top:17.25rem;left:39.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzi4pQixtOuCRhlPEX8pN7VGECFEyXAF { top:19.25rem;left:39.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6rwtogA8w1F1Soku1NasqZ2N8mE35tk { top:21.25rem;left:39.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HONuhlquCep5KsWuVKI2yhh8rIVi2JmO { top:7.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkcESkITTW5lUQrGCTGFA85ypzNCRg7h { top:9.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvFMBsQrn4PJVOVAWuHJHZe9PBNan1uR { top:11.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZKTZao1sQ5UftMpzWPWnEmBcS6IOCOI { top:13.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI12ZUnqJHSkGExnrXHeQTRMfaaqWade { top:15.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cet5HVtVFp8brNvxG6T6zVtUACmPRDTH { top:17.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmw61btVF4V8HvEV5W0aSeBG8VusHORv { top:19.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8yNp99BvQv8TXaisWRzEQWLU7yyX2SG { top:11.1875rem;left:5.5rem;width:12.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIwUyksG53xEwEsuAII5TdWy5E0rweyl { top:13rem;left:28.5625rem;width:13.4375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAaOAVE4cUVKtOBXOh7azNNhmID3fcZ3 { top:1.6875rem;left:7.4791679382325rem;width:32.4375rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl { display:block; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv3x9XJJ7fEHyEg06KZtoiF7u8s5fu9o { width:12.75rem;height:3.4375rem;top:2.8125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0aurrlDZFK3JQM5JHRZVpMmNXtB3s4m { display:block; }
 }@media only screen and (max-width: 763px) { #GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 { display:block; }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBNEV30aEl0OUrqgiwTli3SBqcTgWAJN { top:7.1875rem;left:0rem;width:13.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUA6SFAUefyJui4tOpZmby9GI4CPuI99 { top:10rem;left:0rem;width:13.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIhwgZeeUb6dus3Uahk4wNqnc7c8mCMI { top:9.6875rem;left:9.3125rem;width:14.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPydxRBmiT5RZBgXfPOWbO3AMyT5O9Hl { top:7.1875rem;left:10.25rem;width:13.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbQeAAUMEyPUWDZlt938pIJznxC65geN { top:10.9375rem;left:22.1875rem;width:13.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQvpBw7yMpSZfmwUlnvOdSdKqAGzTW35 { top:7.5625rem;left:22.1875rem;width:13.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABEmSFoR3TD8ZMaK82XXJHkvLtz7o8gQ { top:12.5rem;left:34.125rem;width:13.625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQHfD5zfUznZQGaQ21pMz4cgU1rv1pQ { top:7.1875rem;left:34.125rem;width:13.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBltU7DaG2yATknaLzh6zTl1RhEdi67 { top:2.5rem;left:3.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvzBmq6EyDWKR3ToQyo60RCZSJKJlFpJ { top:2.5rem;left:15.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGG9sgyHPbCrOVlMIiMZNwN2tmyBLgv { top:2.5rem;left:27.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxDBQcDAOu2lK0wMNaNRNnmhhTTPaiLJ { top:2.5rem;left:39.59375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o { display:block; }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWORIIrJvxF2qqmEwexKtdX4yGHzKZDi { top:2.625rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSTLVyBX4Z8qSlRD9bATVe6ZDRh6TTkX { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#OSTLVyBX4Z8qSlRD9bATVe6ZDRh6TTkX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AduOBJZRN2H374OtbkKbaimlrmAM0qIL { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#AduOBJZRN2H374OtbkKbaimlrmAM0qIL > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Lc7FVJCv5CniPhIu9f9ETIQ9fN5Fkv8w { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Un2VTUKbD0wTyHhcrv3IsXTuhQXBrld6 { top:4.375rem;left:41.578857421875rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVaDlrSmdoobIVk4z9NO1mT1MnPJaK4T { top:4.375rem;left:47.625rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp5EwKpMFp8CNEzBm2Rrm5npiOKH4IRg { top:4.3125rem;left:30.561401367188rem;width:11.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgc6T3WLNbzirTwrf6cMmgoIZq8RbMz { top:4.375rem;left:39.3125rem;width:8.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKyw1MaADrLNWOGE2W0D0xz9TpABrZIX { top:4.3125rem;left:38.25rem;width:9.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxidwN7TLAxHClJuSzWRnF3bIauHh9ut { top:3rem;left:0rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMiXvy9L5Trm6m6H2zgEreT370QLTWn8 { display:block; }#ZMiXvy9L5Trm6m6H2zgEreT370QLTWn8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lklCbyBd0zEtgw4ZHBKglp7h8s77x28Q { top:2.9375rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycekQ8qhySBr0VdrKMbO4DGBC7aweaeW { top:2.625rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9pINTdzkfDwvqPnu7PbWnsUMAN0bSqd { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#l9pINTdzkfDwvqPnu7PbWnsUMAN0bSqd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Uzkuq9uXaFl2C7GVcMTG9JeglNnB8exl { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#Uzkuq9uXaFl2C7GVcMTG9JeglNnB8exl > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #BirzEEsT4gtizkI4sThnktkVUfo8isxs { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pIzTTQdSeMph6JO64tTlKGH5ObBsgM0r { top:4.375rem;left:41.578857421875rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAIoJAL5ZT68qvEsaAX6eIdzFbTDLJse { top:4.375rem;left:47.625rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mwUtfURo0u7mUGh2dPtPJq6szuCBFw { top:4.3125rem;left:30.561401367188rem;width:11.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ListLdH9APwqybaqR3TnpsKPfhNOl8 { top:4.375rem;left:39.3125rem;width:8.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbkZSxnEh4Szbuo7bNrrrmdufZSl9PvB { top:4.3125rem;left:38.25rem;width:9.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC { display:block; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNaGsANInIPzOPkCeweh88bLFdqeRwLW { top:1.9375rem;left:0rem;width:25.625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reChHn0hlnl4hmoFBwggloGhurPKM2g3 { top:1.125rem;left:26.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFKC3UghhmwX0ycyv9DpR4KLBTcLalQD { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI35i0vmMoXWRfr85oCJqe7icpZXRnWe { width:17.1875rem;height:3rem;top:1.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eliJ8O7vpKv0u7eN1tAMJ5Rh36qKqFQM { display:block; }
 }@media only screen and (max-width: 763px) { #kbmKi5svt7PlX0eGZRUaWbL3k8EkN52w { top:1.125rem;left:25.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4a7cf08-de7d-4686-8dce-e4cb85603ee1/Sections2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.adaptive-delivery-prevent-bg, #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.lazyload, #ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt.lazyloading { background-image: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { background-color: transparent; background-image: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container > .video-iframe-container { display: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row > .video-iframe-container { display: none; }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .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); }#ggigp8Ry8abiImR5pGoveHI3IuJ8MIyt > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdFvh2EnGQB3SlSq6z4asuUDArDX1Mgw { width:19rem;height:8.4375rem;top:11.4375rem;left:0.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNX2DfUvXb1hy5lLDeQ5QM9dexTuCdTU { width:16.75rem;height:2.75rem;top:19.875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Asic8Sc0Tt3DBmJoL49tAdSHwXPKNfLc { width:12.75rem;height:3.4375rem;top:22.5625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLZKgzR6sB7NkoRg1Lnh03yAXQ0xTfDu { display:block; }
 }@media only screen and (max-width: 763px) { #Br0kRMdUVaxaTulyfgeJ4IOvr6R3V6Ll { width:18rem;height:5.3125rem;top:27.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkJEutubsZP2uKDK6r2q6GeWtI1XAD1 { width:18rem;height:5.3125rem;top:34.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEFUCOe5o3vX2ACMZg9Hd6gmTR56doKW { width:18rem;height:5.3125rem;top:40.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCrUDehgNDF7geFxKHRoidqMM5VzvLXS { width:10.8125rem;height:2.47395625rem;top:29.3125rem;left:6.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BsQiQrH60FtZF8zE8qxsxDUdRdm0ZOkO { width:11.3125rem;height:3.7109375rem;top:35.8125rem;left:6.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAxDTL9bGStFQna0Rpy1hrGzdoTLsWAV { width:10.875rem;height:2.47395625rem;top:42.375rem;left:6.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMVmbU5xIgwLB8A8Kvi74P0TbgX57xda { display:flex;width:3.375rem;height:3.375rem;top:28.875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #OQxKgwkE8ohpzsfF2Ie5N8xJht20BkKv { display:flex;width:3.0625rem;height:3.0625rem;top:35.5625rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #rzS41bA4P8i8JT5eSSO3lXQ4emGa11wV { display:flex;width:3.3125rem;height:3.3125rem;top:42rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #W0MQU1nHqhDCwdVkU38snU5wMzUtqh3S { width:20rem;height:1.71875rem;top:9.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqHT4q8IA21y3DUReoceafiMbu4T5qus { width:20rem;height:5.8313253012048rem;top:47.583333375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdytk7luGp3LXs0v1TZTp07mR4zycHEN { width:14.4375rem;height:1.71875rem;top:49.239583375rem;left:5.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBOfW5N2G1xKUBdFpFIt1efxTULK9Pwl { width:8.5rem;height:3.0625rem;top:54.66405949707rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn { display:block; }#T4SKhwzHakaixw5uHQD5vNPJT4kFs0Cn > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2TNxUfAfv5Gce6QEM7CdcZuTUC8fWRa { width:2.625rem;height:1.1875rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R9ZKIk8qOPCrT6IXU4gS77ZMKiymCCIu { width:3.5rem;height:1.5625rem;top:0.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRpX3ZgIlot6S8SqaCmg1tXfuycF4CJ { width:3.875rem;height:1.75rem;top:0.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsMNyvZLkCF4wZukxCnx1LKM4Teg0KTw { width:4.3125rem;height:2.0625rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdAK3xsTxvK5FZ7FMuM71CTcVUNSeHkZ { width:3.125rem;height:0.8125rem;top:0.6875rem;left:16.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LiXiZ8bc86ImX4KfsOJph49pehF4EL3w { width:3.625rem;height:1.75rem;top:0.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEwq5fuy4Lu5U5HHfXHB7fvcVCW0tVFE { width:4rem;height:1.8125rem;top:0.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/454f1df2-a98f-41a0-8aa7-47a0b5cdff2b/Sections.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.adaptive-delivery-prevent-bg, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyload, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyloading { background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { background-color: transparent; background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .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); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2g8638aAxm11nm8VbutC8VEoMUUvOM6 { width:20rem;height:34.25rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #by8Bbu2mmu2u8ZreteDnhL7lyxOCTdve { width:20rem;height:4.0625rem;top:19.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AX5Cp0A4WBU4nZrqJcg0ALpRAP9NaUaE { width:17.5625rem;height:13.997375rem;top:24.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6ehZ526xU7fbeFZMTUfZLt1CwAcvaw { width:12.75rem;height:3.4375rem;top:43.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXDdNT3OmAQ7mXhcU5QX40sBZ8MRkoCX { display:block; }
 }@media only screen and (max-width: 763px) { #KnOm1XwId6AG5moezOH9NTnKFIJ1aFZs { width:20rem;height:1.75rem;top:36.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ha02DTRZqz3XE6SG6KPn0K8DVHiaaPCd { width:9.1875rem;height:2.1875rem;top:38.5rem;left:5.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blH5TX2KQo2aUICnSCFBXJGDltIs4oTp { width:9.9375rem;height:3.5rem;top:40.6875rem;left:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP29Q4dXNlXMe7QLc98XePkeVpo9pKmw { top:1.5rem;left:0rem;width:19.875rem;height:19.875rem;z-index:15006;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kqmSBIwPIOgSb1cUUadvEbRZmCm3udcJ { width:20rem;height:0;top:50.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4qpAbtbX42Bd0xFbWhroSGf9gxUsd9u { width:20rem;height:0;top:51.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzpO11layD75Kc6KaVpAah2TcREWWmNL { display:block; }#HzpO11layD75Kc6KaVpAah2TcREWWmNL > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4O5HiFSPmTy58PWLmnpCXEiOExlOWi5 { width:20rem;height:3.4316353887399rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgINgwLP78PxLHnhd9IIHSBcPppK2uuv { display:block; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Gu8yQGhuscRVn8PTuvRy9n9XyL6e7y { width:20rem;height:2rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRPO1T6kEtS2L0bmlEzsT45SG2rhJT9Q { width:20rem;height:0;top:6.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT { display:block; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3cd5cFIHr8HoyXe0UHDMp7mIxltJTcy { width:18.125rem;height:17.0625rem;top:2.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ieFrUfeVTkgZ4aW9J9l9alx0Kc1Rks { display:flex;width:2.3125rem;height:2.3125rem;top:6.7054672241213rem;left:2.46875rem; }
 }@media only screen and (max-width: 763px) { #TyTd8677naroSVbBS3u1O98CE8glw6Zx { width:12.125rem;height:1.2999999375rem;top:7.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz2V4ibzJCzfcAM8PKUdrmy92y2APQcv { width:4.3125rem;height:4.3125rem;top:1.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSPqeov2l6LF05TQrLqov1uDFnAzCtUD { display:flex;width:2.75rem;height:2.75rem;top:2.5rem;left:1.6875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #WJXHkSMhdPxNWBlEuaofBP30GvSE1Jc4 { width:16.25rem;height:3.125rem;top:2.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0rTLN7Oegn84IIZOZx65T3HJIv5Uso4 { width:9.5625rem;height:2.03125rem;top:2.8804702758789rem;left:6.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaOkvKtHIhO3eONn6TwdtBdExJbXISTE { width:18.125rem;height:17.875rem;top:22.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMe2LVbfJXeby0ufmoW4JGO0G9nWuG1P { width:10.5rem;height:1.2999999375rem;top:27.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvfTq2aKrEexFOewumUUscbSsdA79Dpk { width:9.9375rem;height:2.03125rem;top:22.6875rem;left:7.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVHPEdZ9GTFo9kMTGSTAbR6wMKnhv0VH { width:4.3125rem;height:4.3125rem;top:21.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyLv3qxPOtfoy5Uhs6ELy8PaAfGTARQz { display:flex;width:2.75rem;height:2.75rem;top:22.1875rem;left:1.75rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #ghNf4ZBs3pI3LkGb0eUPOM64Ot4ZO1JI { width:16.25rem;height:3.125rem;top:22.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJpnVtNBouNDBmXFTOea6nM1BLJGyG8v { display:flex;width:2.3125rem;height:2.3125rem;top:26.5625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #lfMiBNM7axT7aWUsGhzNZA5Dz09iRBBu { width:18.125rem;height:19.25rem;top:42.375rem;left:0.9375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #oeNIpQzKJo1F87eSmZ7a81mt7qOg1xZE { width:12.1875rem;height:5.19791875rem;top:54.5625rem;left:5.4375rem;font-size:1rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #ghC4t9wGx17vSLhikwJSgSDdQWALpCZd { width:12.1875rem;height:3.8984375rem;top:50.25rem;left:5.4375rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #sSW0wAwKEI2cNOzQ6ZCo8e7M4Cxk3VRv { width:12.125rem;height:1.2999999375rem;top:47.5rem;left:5.4375rem;font-size:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #uPsd6xdByHMkbBGRb62uwmQ2c2WVM9TO { display:flex;width:2.375rem;height:2.375rem;top:50.25rem;left:2.4375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #Cymq1Tk01GcLeaDcS2dDTvT0PR3TCiyW { display:flex;width:2.3125rem;height:2.3125rem;top:54.5625rem;left:2.4375rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #kwolicm83OUNyN9VzF4VldQ0xUN0gRcV { display:flex;width:2.3125rem;height:2.3125rem;top:47rem;left:2.4375rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #TzXGS8z8WeNvaXJGiteTZflTq8qnrVUF { width:4.3125rem;height:4.3125rem;top:41.5625rem;left:0.9375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #BNdrrTlM2hP8EsX8PBDzDtCKAs4kpvO4 { width:16.25rem;height:3.125rem;top:42.1875rem;left:2.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ybf4Ouw4TWMcBROCJ4tQyRHUBcOHip79 { display:flex;width:2.75rem;height:2.75rem;top:42.375rem;left:1.75rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #zQfD1p1GUmxyAQmEprgn8TKTHPBTvr1q { width:5.8125rem;height:2.03125rem;top:42.6875rem;left:6.8125rem;font-size:1.5625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #hhL2BqcLIsQBcXrMQNTLrho7hlVxhUyK { width:18.125rem;height:19.25rem;top:2.125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUe0WcHm0L2qJC1UaGxVpaeBZnz0RZhL { width:12.125rem;height:1.2999999375rem;top:7.1875rem;left:5.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdqIb1lxxQIBG4dTm2FV3EN7NxQTPDHh { width:16.25rem;height:3.125rem;top:1.875rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4N7fit2fwBqDi7B7ZRoIwsfEAReLsnp { width:5.8125rem;height:2rem;top:2.375rem;left:6.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcgzTG2laubSgCsbsAksGTsefeSmbmNP { width:4.3125rem;height:4.3125rem;top:1.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfAnhypBFuhcNnaHvl5QDv0NpvSAWKz9 { display:flex;width:2.75rem;height:2.75rem;top:2.0625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8Cdko3a2TFgnAkUpSxlfiDLNgDlTt21 { display:flex;width:2.3125rem;height:2.3125rem;top:6.6875rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCCgtIwVhwdEHJFElB1sADUAeyfqqxLH { width:20rem;height:3.4375rem;top:23.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z98OGHbr7B60WssCf9xpn5MP4rxTIMNI { display:block; }
 }@media only screen and (max-width: 763px) { #iIU93XAIV9BQoJZP0iNni166gplJmzHR { width:20rem;height:3.4375rem;top:63.625rem;left:1.75rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #IPyXMe6gRaeUD1CaclH0LPZWORWotxSi { display:block; }
 }@media only screen and (max-width: 763px) { #abz8pScF8sCJmV9VXxbQpnpVnv4hVPcP { width:12.75rem;height:3.4375rem;top:64.4375rem;left:3.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oacDQILdARFRfmmSNbJWa3BCdyCwZ5sy { display:block; }
 }@media only screen and (max-width: 763px) { #Ir8ArsfKPMDQiMswRI7Zm6QAlyammOVC { width:15.75rem;height:2.75rem;top:10.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndLckORp0K7Ppm4rwNbJFR2EOgbG1Gdy { display:block; }
 }@media only screen and (max-width: 763px) { #UXZRvTtfodDyuLwr0ykwTA2aDTMQLHia { width:15.75rem;height:2.75rem;top:10.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zX4G7W2Bmia9JnCDFvJi6Ay8wHV6JSIb { display:block; }
 }@media only screen and (max-width: 763px) { #Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh { display:block; }#Ge3hCDdwiN6FKxkX6zvb0fJ62eUrfyyh > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXVObGbsbe4vqJHzVlBkdXyzropw31y7 { width:18.125rem;height:17.0625rem;top:2.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzzt1hmtxcBTuJhgtF0MpIxEhLlrLkPG { display:flex;width:2.3125rem;height:2.3125rem;top:6.7054672241213rem;left:2.46875rem; }
 }@media only screen and (max-width: 763px) { #xk69PJlyEFbNL6JIzw1n6MxU8KdNwAR4 { width:12.125rem;height:1.2999999375rem;top:7.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ8sGX0tsSFwyuTEa3e9yH2Tksri9WIw { width:4.3125rem;height:4.3125rem;top:1.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQTh0fSrk7ZCPcT3OU5nBbXTXisGhxcf { display:flex;width:2.75rem;height:2.75rem;top:2.5rem;left:1.6875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #ommAbJHgJwKs9nhDxeN1niTdKAM32oXB { width:16.25rem;height:3.125rem;top:2.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnBoUGzmmmai8aruGi6zbpnpAu245iE8 { width:9.5625rem;height:2.03125rem;top:2.8804702758789rem;left:6.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlWW6Fpyl2CpsLACk73OHBXqrdca2Qwu { width:18.125rem;height:17.875rem;top:22.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1ctt7sEHlh7IuMVAUovmbMbbHbUsiE5 { width:10.5rem;height:1.2999999375rem;top:27.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6AGWzzBmqW3EaXDvBA0rqVrRVV2hMTJ { width:9.9375rem;height:2.03125rem;top:22.6875rem;left:7.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnpPJOTp23q64WMhWEBTdzDHoCoAroIG { width:4.3125rem;height:4.3125rem;top:21.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #an7Vh13EacayLfqmcaEpqgIKTb58o7Sk { display:flex;width:2.75rem;height:2.75rem;top:22.1875rem;left:1.75rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #i6A6z3MlHFux3dkfEQe6SmQpXA6SnB54 { width:16.25rem;height:3.125rem;top:22.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKH3wIiMHUF6zdoUnqXqZC6KvKmWGOS { display:flex;width:2.3125rem;height:2.3125rem;top:26.5625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #I9Ls9STNbw55TSpFA1IFUuHIW9gbCeN6 { width:18.125rem;height:19.25rem;top:42.375rem;left:0.9375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #IaTHWfQwsntGyqPDM5k5xHdTaLc0Q8yB { width:12.1875rem;height:5.19791875rem;top:54.5625rem;left:5.4375rem;font-size:1rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #zDmuzWuNdqyFADSywP0BrXLvvJCuBtms { width:12.1875rem;height:3.8984375rem;top:50.25rem;left:5.4375rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #P52BpWBUrAHRim3k2TbN4N7B3egnR6Lc { width:12.125rem;height:1.2999999375rem;top:47.5rem;left:5.4375rem;font-size:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #oPVXUKDa9AWTTnZzkAETEIkQeXMGb1wf { display:flex;width:2.375rem;height:2.375rem;top:50.25rem;left:2.4375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #cadTQEm3pXTQxbghoFG07Ob5nWPddQyo { display:flex;width:2.3125rem;height:2.3125rem;top:54.5625rem;left:2.4375rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #NWxVLXH6aXfTWsft03A495zT4BzFMQlM { display:flex;width:2.3125rem;height:2.3125rem;top:47rem;left:2.4375rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #rzSX0uWNBxmTtOcTgIHfLDyzPtlOJJxQ { width:4.3125rem;height:4.3125rem;top:41.5625rem;left:0.9375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #C2F3r7RdGyRuD8gOQEq4oM8mxTyIPLkQ { width:16.25rem;height:3.125rem;top:42.1875rem;left:2.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #E8foAJLPGN4Ar0UQ165bsQiARCxCgCda { display:flex;width:2.75rem;height:2.75rem;top:42.375rem;left:1.75rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #tuVS952xOZ3ynp5EoOEKziJaZiZ0TWRC { width:5.8125rem;height:2.03125rem;top:42.6875rem;left:6.8125rem;font-size:1.5625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #r5iLLAkPLBcDdpXquovm1e6U0NOkgBx2 { width:18.125rem;height:19.25rem;top:2.125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eD0dlFT4MXI6TrWPGysafiqB2OJVgxFX { width:12.125rem;height:1.2999999375rem;top:7.1875rem;left:5.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHbpgPcDaqfaQN4sz6SaiC7hnrRkxMbX { width:16.25rem;height:3.125rem;top:1.875rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rg5DXzT1qtuPS7dIgRVASDellbP7mfCm { width:5.8125rem;height:2rem;top:2.375rem;left:6.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwqCWWEvic64U48D5SGXhctLIu8zTLGA { width:4.3125rem;height:4.3125rem;top:1.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpGw2XX8WPDRS0D2ksgNTd73A6lB4ovU { display:flex;width:2.75rem;height:2.75rem;top:2.0625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1iAO3RF8Ioo9M8wrUDWUni1PWCNbcii { display:flex;width:2.3125rem;height:2.3125rem;top:6.6875rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpvUVA0tEgTC02RzMiSMuTlCkwSb62Di { width:20rem;height:3.4375rem;top:23.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvF8aCgokTNCxbXBumbsv6yZn43rpFFp { display:block; }
 }@media only screen and (max-width: 763px) { #d03T9a9LUCMkrfUlL0nKwQyzBvKR52Cm { width:20rem;height:3.4375rem;top:63.625rem;left:1.75rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #lHLbeaB6dHIQbPsuSKQQo3mKSxzFLFgx { display:block; }
 }@media only screen and (max-width: 763px) { #DuW44uOAPi3A8QD7Ub2tE0sgCGoRZRBT { width:12.75rem;height:3.4375rem;top:64.4375rem;left:3.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EU3gZZbwRh6nTTAoKXRyq19nQyr58lit { display:block; }
 }@media only screen and (max-width: 763px) { #ThzsxdWQXTdb6EK2MBhZTpD4s226JqUr { width:15.75rem;height:2.75rem;top:10.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kinNiwpkBpO5a41l3N6KZWewrDerWLTU { display:block; }
 }@media only screen and (max-width: 763px) { #CiDQJ9zJpnLSkxGNTaL0zPhCJVI252eT { width:15.75rem;height:2.75rem;top:10.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqE2dalXEDVXlFKoot1dpKVCMR1mueUG { display:block; }
 }@media only screen and (max-width: 763px) { #dhZwlWmavM2QhzMSzEBT3QECidgGXy4v { display:block; }#dhZwlWmavM2QhzMSzEBT3QECidgGXy4v > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHWkX2XKi1ApXVGEeR9boQFOgmc25SlJ { width:18.125rem;height:17.0625rem;top:2.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy0hrnB172sHVITEHCsKvNOrH7WoPb2R { display:flex;width:2.3125rem;height:2.3125rem;top:6.7054672241213rem;left:2.46875rem; }
 }@media only screen and (max-width: 763px) { #RozuO6mWhfOPF5KhSG5TgsTf4kJb00DZ { width:12.125rem;height:1.2999999375rem;top:7.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiMWufDtktNTR9S2LdlWg7km98MQqyia { width:4.3125rem;height:4.3125rem;top:1.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5t17KAhLi9kghnL89b6IAtEtU4VlUVw { display:flex;width:2.75rem;height:2.75rem;top:2.5rem;left:1.6875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #knouH1e5oh3CUFrUWzwUxZlIQCws192H { width:16.25rem;height:3.125rem;top:2.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNs0csXRXteuEevxqAqOF8hyk4CmTbTE { width:9.5625rem;height:2.03125rem;top:2.8804702758789rem;left:6.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkzMAMsOlvupl7BLCinnmms3CRnzlUMn { width:18.125rem;height:17.875rem;top:22.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1sgasbE32NbqyW18EnQvFvvMeVH3S2J { width:10.5rem;height:1.2999999375rem;top:27.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxiA9IfSTuqqn4iKSuJDTIST8fOyt9GK { width:9.9375rem;height:2.03125rem;top:22.6875rem;left:7.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZrE58MAIRO9KtIvxn0vL1fENR6TCh1a { width:4.3125rem;height:4.3125rem;top:21.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT42qSlXlMwNQQdF4z0t8M9J4DnmLZAW { display:flex;width:2.75rem;height:2.75rem;top:22.1875rem;left:1.75rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #yAnnGsMGNBqD8iry721HGAieJVR3BATO { width:16.25rem;height:3.125rem;top:22.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3g3VbmlT1dbTc2GB0FKsV186GM6y9Gp { display:flex;width:2.3125rem;height:2.3125rem;top:26.5625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #pRWdfmIvTAoJbCxoluTHaAhdt5yW3xxI { width:18.125rem;height:19.25rem;top:42.375rem;left:0.9375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #nX17XuJsEvFc04XSQzethym3883UHtCe { width:12.1875rem;height:5.19791875rem;top:54.5625rem;left:5.4375rem;font-size:1rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #XPa3p6vTI7Mm5Z26pyoyOhKToMfQosKO { width:12.1875rem;height:3.8984375rem;top:50.25rem;left:5.4375rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #MCm9XDPFwNQz7yBzF3gTTHxPMX2KK2zE { width:12.125rem;height:1.2999999375rem;top:47.5rem;left:5.4375rem;font-size:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #foBeBH7H9tgRUcXfulbOtFVTCXcAg5fB { display:flex;width:2.375rem;height:2.375rem;top:50.25rem;left:2.4375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #X4CBvcCGzCRRrAvPWf5yItmmODN4Cury { display:flex;width:2.3125rem;height:2.3125rem;top:54.5625rem;left:2.4375rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #oOWJXQ7XH08DcqJd0p9Kp0Ik6hmllfqK { display:flex;width:2.3125rem;height:2.3125rem;top:47rem;left:2.4375rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #H3SGE52fuJopwFrc1ZEiTmInM9cRNAVE { width:4.3125rem;height:4.3125rem;top:41.5625rem;left:0.9375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #bQT6a5tBabVrC3D1PuWV4g3vB1VsW3kG { width:16.25rem;height:3.125rem;top:42.1875rem;left:2.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #RyJSRP7unF9FPwXbqwqaNve6lVZkG1kT { display:flex;width:2.75rem;height:2.75rem;top:42.375rem;left:1.75rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #zaHoxLVCnTyGewaZeTOIbJNKmCwN4lF1 { width:5.8125rem;height:2.03125rem;top:42.6875rem;left:6.8125rem;font-size:1.5625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ZMVlgc3Iw3CNpWeTkITodccEr1QnTHZC { width:18.125rem;height:19.25rem;top:2.125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yty483UAplF7tI4PDK0miW83Vs8kvswT { width:12.125rem;height:1.2999999375rem;top:7.1875rem;left:5.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q31iz1iedLEquiqabTni9LpufUnVFQVZ { width:16.25rem;height:3.125rem;top:1.875rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqK6tkpv6a33UIc8Iaw7DT2Nz9AM8y4b { width:5.8125rem;height:2rem;top:2.375rem;left:6.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEsD6Ufr5v0pfxHrbftE8fDLnoQs6GXS { width:4.3125rem;height:4.3125rem;top:1.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATKroXQgMT8DPrEuEqCclEBKDZOmbMeG { display:flex;width:2.75rem;height:2.75rem;top:2.0625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRzfqzwx9w9Z5z69FBy6hwIWsPI8pWFF { display:flex;width:2.3125rem;height:2.3125rem;top:6.6875rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T29laCTMiQ5bhcuvOV24bgNITPrzRT6L { width:20rem;height:3.4375rem;top:23.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfrTJ1rz5H6N7OcoDKT3OkM3LOE7cg98 { display:block; }
 }@media only screen and (max-width: 763px) { #TTT89Q3JcRtGPldMwRwzstPW8v17pCIM { width:20rem;height:3.4375rem;top:63.625rem;left:1.75rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #TvFBiw7Pb0x1WHxEy6CuTbaviHEIFJhH { display:block; }
 }@media only screen and (max-width: 763px) { #RtVqMdpQhyD8NsxeOHx0SpdcLmJoV5nm { width:12.75rem;height:3.4375rem;top:64.4375rem;left:3.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #poTf5y1qSXt3coSJMyHSzKpwTWr2noGJ { display:block; }
 }@media only screen and (max-width: 763px) { #mkaM3ltKlgvdocFicJJTvyhqKQ7ImKm3 { width:15.75rem;height:2.75rem;top:10.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f76x5hSgb8bN1J842T5f3xZqTSea2ba3 { display:block; }
 }@media only screen and (max-width: 763px) { #TEHp4WSuhl8oxVND5SWrsa9vQHvaSbAX { width:15.75rem;height:2.75rem;top:10.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaQ2Ul1nLFlueM4o2CmZ1dEB13He6uWT { display:block; }
 }@media only screen and (max-width: 763px) { #BKVgfv2aW92aDNlCk7TKTGt49XZ8HB3a { width:10.375rem;height:auto;top:3.25rem;left:4.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE0MMw7lLEafQqlGRuEcompHeorpEK47 { display:block; }#sE0MMw7lLEafQqlGRuEcompHeorpEK47 > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJOP4fsUFh7TWuu3W8gAOo6duZS1SQk2 { width:12.75rem;height:3.4375rem;top:0rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr5Pdt4TaU4zmugxeQfvpLIwqi3zhV9U { display:block; }
 }@media only screen and (max-width: 763px) { #slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA { display:block; }#slDTyEgDRKDTJOsPAGd2sqOuGsmemkfA > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHfhDfFi6qDWJIETIvae77NtHEIxuHrp { width:20rem;height:5.59895625rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsEXM1qbTuVkvPvr8VU1wGBl6hd3zT5k { width:20rem;height:4rem;top:2.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDr3NDTU5na3sfkFBUMVUqaxys4CE55c { width:20rem;height:4rem;top:16.03580625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 { background-color:#f9f5ef;background-image:none;display:block; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { background-color: transparent; background-image: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container > .video-iframe-container { display: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row > .video-iframe-container { display: none; }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .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); }#BFuc1P7Dc9Dy1SvwHoVvJJd0bKWkKSz6 > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udKm1NeWEo5aw2WZlQHPfrGyIOTpWWZr { width:9.4375rem;height:15.19790625rem;top:2.8125rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8BEx9MTDUhEiUB5FTITau8KuwnApyDb { width:9.25rem;height:1.75rem;top:0.875rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcsFVtOk6yVdL5QWaxsILLGBBo8e8dJd { width:16.9375rem;height:15.19790625rem;top:39.625rem;left:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbbvorvNCSLQdBgEK69MFr2x2llc1dwe { width:10.75rem;height:1.75rem;top:37.5rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zke4SToXNNILTZdRHAvrM9FzGKqxL56d { display:flex;width:1.1875rem;height:1.1875rem;top:51.0625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #plxIqlp2RZp5OBrcNIeTi2X4MQaD6AyT { display:flex;width:1.1875rem;height:1.1875rem;top:40.125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #s5gnSaTlHHBQ1WI87zTPGqRkTRk9gHWC { display:flex;width:1.1875rem;height:1.1875rem;top:42.1875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #m8wTeDsSue4aZHbTuU3knfCQ6pOCFilf { display:flex;width:1.1875rem;height:1.1875rem;top:43.875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #NuDxQSpLJ0J42W2hNModdFkcls3h1wZ7 { display:flex;width:1.1875rem;height:1.1875rem;top:45.5625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #Zzi4pQixtOuCRhlPEX8pN7VGECFEyXAF { display:flex;width:1.1875rem;height:1.1875rem;top:47.4375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #O6rwtogA8w1F1Soku1NasqZ2N8mE35tk { display:flex;width:1.1875rem;height:1.1875rem;top:49.25rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #HONuhlquCep5KsWuVKI2yhh8rIVi2JmO { display:flex;width:1.1875rem;height:1.1875rem;top:3.3125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #TkcESkITTW5lUQrGCTGFA85ypzNCRg7h { display:flex;width:1.1875rem;height:1.1875rem;top:5.125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #QvFMBsQrn4PJVOVAWuHJHZe9PBNan1uR { display:flex;width:1.1875rem;height:1.1875rem;top:6.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #UZKTZao1sQ5UftMpzWPWnEmBcS6IOCOI { display:flex;width:1.1875rem;height:1.1875rem;top:8.6875rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #CI12ZUnqJHSkGExnrXHeQTRMfaaqWade { display:flex;width:1.1875rem;height:1.1875rem;top:10.375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #cet5HVtVFp8brNvxG6T6zVtUACmPRDTH { display:flex;width:1.1875rem;height:1.1875rem;top:12.375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #Xmw61btVF4V8HvEV5W0aSeBG8VusHORv { display:flex;width:1.1875rem;height:1.1875rem;top:14.375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #L8yNp99BvQv8TXaisWRzEQWLU7yyX2SG { width:6.5rem;height:12rem;top:0.875rem;left:13.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HIwUyksG53xEwEsuAII5TdWy5E0rweyl { width:6.375rem;height:11.125rem;top:42.09814453125rem;left:13.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TAaOAVE4cUVKtOBXOh7azNNhmID3fcZ3 { width:20rem;height:20rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl { display:block; }#XKTac7Ge68WuC1eOSib5y8IAF8OpKJJl > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv3x9XJJ7fEHyEg06KZtoiF7u8s5fu9o { width:12.75rem;height:3.4375rem;top:1.5312614440918rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0aurrlDZFK3JQM5JHRZVpMmNXtB3s4m { display:block; }
 }@media only screen and (max-width: 763px) { #GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 { display:block; }#GS1AiVEIEQ27Q0OOCPRIlG7FvoRUptS5 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBNEV30aEl0OUrqgiwTli3SBqcTgWAJN { width:5.375rem;height:1.625rem;top:5.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUA6SFAUefyJui4tOpZmby9GI4CPuI99 { width:7.5625rem;height:1.21875rem;top:7.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIhwgZeeUb6dus3Uahk4wNqnc7c8mCMI { width:8.9375rem;height:2.4375rem;top:7.125rem;left:10.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPydxRBmiT5RZBgXfPOWbO3AMyT5O9Hl { width:8.625rem;height:1.25rem;top:5.5rem;left:10.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SbQeAAUMEyPUWDZlt938pIJznxC65geN { width:5.125rem;height:1.21875rem;top:19.75rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQvpBw7yMpSZfmwUlnvOdSdKqAGzTW35 { width:8.6875rem;height:1.125rem;top:16.375rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABEmSFoR3TD8ZMaK82XXJHkvLtz7o8gQ { width:10.3125rem;height:1.21875rem;top:19.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQHfD5zfUznZQGaQ21pMz4cgU1rv1pQ { width:8.1875rem;height:3.375rem;top:16.375rem;left:0.96875rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #TvBltU7DaG2yATknaLzh6zTl1RhEdi67 { display:flex;width:3.625rem;height:3.625rem;top:1.5625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #dvzBmq6EyDWKR3ToQyo60RCZSJKJlFpJ { display:flex;width:3.25rem;height:3.25rem;top:1.5625rem;left:12.84375rem; }
 }@media only screen and (max-width: 763px) { #TPGG9sgyHPbCrOVlMIiMZNwN2tmyBLgv { display:flex;width:3.4375rem;height:3.4375rem;top:12.125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #qxDBQcDAOu2lK0wMNaNRNnmhhTTPaiLJ { display:flex;width:3.0625rem;height:3.0625rem;top:12.3125rem;left:3.53125rem; }
 }@media only screen and (max-width: 763px) { #TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o { display:block; }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o { border-width: 0; border-radius: 0; }#TNWoSRudNgFFHpT4xUcpZMGTwC8gi79o > .row .container { width:20rem;height:13.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWORIIrJvxF2qqmEwexKtdX4yGHzKZDi { width:17.8125rem;height:2.2747375rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSTLVyBX4Z8qSlRD9bATVe6ZDRh6TTkX { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#OSTLVyBX4Z8qSlRD9bATVe6ZDRh6TTkX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AduOBJZRN2H374OtbkKbaimlrmAM0qIL { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#AduOBJZRN2H374OtbkKbaimlrmAM0qIL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Lc7FVJCv5CniPhIu9f9ETIQ9fN5Fkv8w { top:8.25rem;left:2.6451823711395rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Un2VTUKbD0wTyHhcrv3IsXTuhQXBrld6 { width:0.0625rem;height:1.25rem;top:4.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVaDlrSmdoobIVk4z9NO1mT1MnPJaK4T { width:0.0625rem;height:1.25rem;top:4.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zp5EwKpMFp8CNEzBm2Rrm5npiOKH4IRg { width:6.375rem;height:2.2747375rem;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgc6T3WLNbzirTwrf6cMmgoIZq8RbMz { width:7.0625rem;height:1.13736875rem;top:9.3125rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKyw1MaADrLNWOGE2W0D0xz9TpABrZIX { width:6.4375rem;height:2.2747375rem;top:8.9375rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxidwN7TLAxHClJuSzWRnF3bIauHh9ut { width:5.9375rem;height:2.0625rem;top:1.65625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMiXvy9L5Trm6m6H2zgEreT370QLTWn8 { display:none; }#ZMiXvy9L5Trm6m6H2zgEreT370QLTWn8 { border-width: 0; border-radius: 0; }#ZMiXvy9L5Trm6m6H2zgEreT370QLTWn8 > .row .container { width:20rem;height:10rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lklCbyBd0zEtgw4ZHBKglp7h8s77x28Q { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycekQ8qhySBr0VdrKMbO4DGBC7aweaeW { width:17.8125rem;height:2.2747375rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9pINTdzkfDwvqPnu7PbWnsUMAN0bSqd { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#l9pINTdzkfDwvqPnu7PbWnsUMAN0bSqd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Uzkuq9uXaFl2C7GVcMTG9JeglNnB8exl { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#Uzkuq9uXaFl2C7GVcMTG9JeglNnB8exl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BirzEEsT4gtizkI4sThnktkVUfo8isxs { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pIzTTQdSeMph6JO64tTlKGH5ObBsgM0r { width:0.0625rem;height:1.25rem;top:4.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAIoJAL5ZT68qvEsaAX6eIdzFbTDLJse { width:0.0625rem;height:1.25rem;top:4.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6mwUtfURo0u7mUGh2dPtPJq6szuCBFw { width:6.375rem;height:2.2747375rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ListLdH9APwqybaqR3TnpsKPfhNOl8 { width:7.0625rem;height:1.13769375rem;top:7.3125rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbkZSxnEh4Szbuo7bNrrrmdufZSl9PvB { width:6.4375rem;height:2.2747375rem;top:7.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC { position:relative;z-index:auto;display:none; }#mCVDoqP3tAJeftrRoh8JolTEhEOT8gNC > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wNaGsANInIPzOPkCeweh88bLFdqeRwLW { width:16.25rem;height:2.25rem;top:1.25rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #reChHn0hlnl4hmoFBwggloGhurPKM2g3 { display:flex;width:3.125rem;height:3.125rem;top:13.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFKC3UghhmwX0ycyv9DpR4KLBTcLalQD { display:flex;width:3.125rem;height:3.125rem;top:0.875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #cI35i0vmMoXWRfr85oCJqe7icpZXRnWe { width:19.3125rem;height:3.4375rem;top:5.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eliJ8O7vpKv0u7eN1tAMJ5Rh36qKqFQM { display:block; }
 }@media only screen and (max-width: 763px) { #kbmKi5svt7PlX0eGZRUaWbL3k8EkN52w { display:flex;width:3.125rem;height:3.125rem;top:1.125rem;left:8.4375rem;display:none; }
 }