.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,245,232;--color-primary-1:255,223,180;--color-primary-2:255,190,104;--color-primary-3:128,95,52;--color-primary-4:38,29,16;--color-secondary-0:226,239,229;--color-secondary-1:158,200,168;--color-secondary-2:60,145,80;--color-secondary-3:30,73,40;--color-secondary-4:9,22,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/HEncJjpw/Mask_Group_6.png");background-position:bottom 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; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt.adaptive-delivery-prevent-bg, #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt.lazyload, #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt.lazyloading { background-image: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { background-color: transparent; background-image: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container > .video-iframe-container { display: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container { display: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .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); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { border-width: 0; border-radius: 0; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#LRTJZ5p0A19FVvtArz8F5ZATT6ivCq5d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:13.0625rem;top:1.25rem;left:1.5625rem;overflow:hidden;display:block; }
#PRQRJ0V9X39SHPXGHo8TRMhPE0M4giKU { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.3125rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#ZdXukpxiZfZwZwKTvb2O37phX1PG22zC { background-color:#fbfbfb;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:44.4375rem;display:block; }
#TWF6VWQJTOtDfnqu9LvuvXKTSDO4mN87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3cnVPpuuiXwwGcObygkUQwCOIk9VTGS { background-color:#fbfbfb;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.875rem;left:53.375rem;display:block; }
#lwnwspyUuzJHPU20VV8rJEDryWa5kNqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGteA9RMZt8HTLHUVl1uHHCpPUX9Kvvy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.875rem;left:65.3125rem;display:block; }
#f6ptBTpZA1dJth1n2nGBmswW3AbLKWV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNfOI8tf7BU8lW2pKPGTp1gx0zd3WNPG { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.5625rem;height:3.4125rem;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; }
#e17SZNI11TJkJFsJxRmIDuIFotfb1neb { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.75rem;left:6.4375rem;height:3.9rem;display:block; }
#lhI4VrVTh67Qt4qqnNxl4hxlaq1vrCCS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.5rem;top:13.706250190735rem;left:1.5625rem;overflow:hidden;display:block; }
#gg5D66UUDU91qRXTNsiuWUsGbo6sEL3M { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1.5625rem;height:2.1933625rem;display:block; }
#hffr6caLfVsfi4ssXTnKTDxqLJPQC0sa { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.375rem;left:6.1875rem;height:3.9rem;display:block; }
#MZ9LLCtU9iTnEmqxxlDpGvqkWKkCB0q1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:23.4375rem;left:2.1875rem;overflow:hidden;display:block; }
#TMzClCLxlD4T4bNhrAsoCFoyTXh4BBaH { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.9375rem;left:6.1875rem;height:1.625rem;font-style:normal;display:block; }
#G0hPIPXCIAmRAQMOUrzAHouXQU4ca0b7 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:34.625rem;left:6.1875rem;height:2.6rem;display:block; }
#s5whyAtX2LZKklhAZeH6hrmWRunLXoEC { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:32.1875rem;left:6.1875rem;height:1.625rem;font-style:normal;display:block; }
#ZH7TGdMWLflJKW8Ubz2U9ARh0Ty67hZk { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:32.1875rem;left:2.4375rem;overflow:hidden;display:block; }
#ZtpxuE8n90e6V2GcqZHk1IAAnwOof8Zn { 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:30.125rem;width:47.8125rem;top:13.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#xOeZUL0gF00NIZczdO5gz7ZBp4LXCUFG { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:12.5rem;top:8.953125rem;left:55rem;overflow:hidden;display:block; }
#JCw50CodZZnNpdwrEN220T8P7ZQ9OqnV { 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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.3125rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.3125rem;left:25.25rem;display:block; }
#uqqNJLfeaGQWcicfG2a5zrI6aNclvltk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQv8h5JHEUDgqQw2szQZKOFP9OWeky1c { background-color:#202020;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.25rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.3125rem;left:6.1875rem;display:block; }
#TF3SIKfmtyIZVD2UI7ROrST2UcBNEsfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/HEncJjpw/Mask_Group_6.png");background-position:bottom 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:none; }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k.adaptive-delivery-prevent-bg, #FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k.lazyload, #FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k.lazyloading { background-image: none; }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row .container { border-width: 0; border-radius: 0; }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:none; }#aAJHIw3AvTrr85ebkOxlVl0GOwJmV2O8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:13.0625rem;top:1.25rem;left:1.5625rem;overflow:hidden;display:block; }
#sAw6cw0UqSlum9ntUnBQew5UBGWLaizn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.3125rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#aQhO3O9OSH2XcrB4d4eRmT4sOHQAW9Ka { background-color:#fbfbfb;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:44.4375rem;display:block; }
#mzcDT46emOoTfbHHJmpkxiJFB7Z1ZpAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b8cRn58B3MkQRTtxbZk23gd4ipNyx16U { background-color:#fbfbfb;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.875rem;left:53.375rem;display:block; }
#iWpuBwB3r7BoFVHkh4DS4BS2ZDAStEmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTqn3E1RKZfSLig1AT0KQs2bW1FtF4T5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.875rem;left:65.3125rem;display:block; }
#x1mQaJRNwNnlslokJLZB7byIacSxwf6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2BXwGQBA2DwrIAVgmWxVMrfIoCNrtwB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.5625rem;height:3.4125rem;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; }
#POrmNXJrBfMATRUU92Oh9dcynNoRdON6 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.75rem;left:6.4375rem;height:2.6rem;display:block; }
#D0uU4GMgigty1oc782pWvQ4EB20IlBFA { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.5rem;top:13.706250190735rem;left:1.5625rem;overflow:hidden;display:block; }
#aPQG7mrJoOfmTAcLnIzExiFkFRLWResM { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1.5625rem;height:2.19375rem;display:none; }
#RnCBSI15mDp661QwlT4Q7huNkm3soTdt { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.375rem;left:6.1875rem;height:3.9rem;display:block; }
#yk3tlqSJOiBZ9epiUwfNfioo0C2OU8gN { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:23.4375rem;left:2.1875rem;overflow:hidden;display:none; }
#WHu0Xh3Fwq1t1JL1qToUlbUQXxzvmQPt { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.9375rem;left:6.1875rem;height:1.625rem;font-style:normal;display:none; }
#xETEIeTTWGKhdZATOkfEESabNwPgto90 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:34.625rem;left:6.1875rem;height:2.6rem;display:block; }
#auW6r9vr4Iu4ueILHPU9MU5ksgia4aSW { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:32.1875rem;left:6.1875rem;height:1.625rem;font-style:normal;display:block; }
#BTATAOeCMpW6WZ2AAarkSwV98XgSxpxy { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:32.1875rem;left:2.4375rem;overflow:hidden;display:block; }
#nFC3WuzbmboGXiRA8L3OTLQfTLlSgEHN { 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:30.125rem;width:47.8125rem;top:13.1875rem;left:27.1875rem;overflow:hidden;display:none; }
#lzfwJrkcR5GwmRTNHflePKl5Pr10dUdz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:12.5rem;top:8.953125rem;left:55rem;overflow:hidden;display:block; }
#bgU1fWncdVO9gi0qomdIbmoEHACDDmhA { background-color:#202020;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.25rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:43.3125rem;left:4.3125rem;display:block; }
#T5s0i4zHSvfyVQJMBAHnqT5Zd1H0Bmln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwNEKAETbBxUsdWNNd7KTTNnUE5eLw7h { 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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.3125rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.3125rem;left:22.75rem;display:none; }
#aEoGV5PKqxRDrctVTkeQ9Qsy0mgSpThm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp { position:relative;display:block; }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp { background-color: transparent; background-image: none; }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp > .row .container > .video-iframe-container { display: none; }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp > .row > .video-iframe-container { display: none; }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp > .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); }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp { border-width: 0; border-radius: 0; }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CRTDrGqmDfEB0E6WPoTAXlTw0b5gJ6EM { color:rgba(var(--color-tertiary-4),1);display:block;width:35.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.18603515625rem;left:20.560546875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7mpV6EXUmlKtcr66tlMcrJSk0mUGnJo { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.375rem;left:1.5625rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aOwVItoQtd7thDzE0igTRsWuVJO3ks68 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.375rem;left:39.3125rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dZdGUXJ1ufZWKImeJ1DrOJuFv2RowktU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.8125rem;left:1.5625rem;height:10.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w64KolUGulwVvUhDsIzp3bKIgz8rJdDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.625rem;left:43.125rem;height:3.9rem;display:block; }
#HkZV4gfGBvovKPWRmO2N1s4Xg0MZranP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.625rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#as4iR3LVwlbdov24o7GRI3iSq4aMUI7p { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.25rem;left:43.125rem;height:2.6rem;display:block; }
#Cmxy946hKwHl4cTlmqXziMT8qFTtitCr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.25rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#XZDmMRg26KqFAXikWyIpzyfxZ2y6iRuL { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.375rem;left:43.125rem;height:3.9rem;display:block; }
#vLPQPuLJO28egOOSBt8wcCtZ8V79u8JE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:27.375rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#l9aSbnurF2bwsqeJBCs8nyRLTK4to4w7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.75rem;left:43.125rem;height:1.3rem;display:block; }
#cksvkiO0lOTUXATRUTVa9QZ4kEucLChe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:34.75rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#VXqQpDS9d5wCrkQhl20qTdXVzr36zMvP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:42.3125rem;left:43.125rem;height:1.3rem;display:block; }
#U7lVF3tILaz8hDyQBO3aTVkuLRuZBVQI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:40.3125rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#fTdEWHPsZedFOtn3It5cn2Kp2dpxwDKr { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.375rem;top:13.60000038147rem;left:39.3125rem;overflow:hidden;display:block; }
#mkdCmxlCW2UA3t00tWdKTHgMyMZXSTUt { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.5rem;top:21.25rem;left:38.6875rem;overflow:hidden;display:block; }
#yCLhACsEIkn6fv2sb6IRhw1EO7Vb0BQ6 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:27.375rem;left:38.3125rem;overflow:hidden;display:block; }
#FBgWxU1OTrMZUloCzKO5LHrEGwGc1INv { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:34.5rem;left:38.3125rem;overflow:hidden;display:block; }
#GNkToD2ZJLa4GhsbI7VzBwG9SLiMV9eS { position:absolute;display:block;z-index:15038;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.75rem;width:3.75rem;top:40.3125rem;left:38.625rem;overflow:hidden;display:block; }
#W7ciM5OECAl2PRNzkzOdHdsOZuU8kWei { 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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.3125rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.049999237061rem;left:22.8125rem;display:block; }
#wA56JmN87ZiBeMNzDGsFCFm2VLXd002z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWSfO52vTkUyeNxyh9ouIuv0SAyycvoe { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:28.83749961853rem;left:1.5625rem;overflow:hidden;display:block; }
#Mgcq44CDhtrV2A4El7qze5ev2vHKnTWc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.5625rem;left:7.375rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uX4EWi8vQa8mHtFeehRBvg7L8FHw3MqM { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32.5625rem;left:7.375rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gqraRlZ6wwy718e3gosFkf71cqVzCJz4 { background-color:#202020;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.75rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.049999237061rem;left:1.5625rem;display:block; }
#IhCLEA3tPGoxtIQ3zUfg7Exlk90DgSp0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BxGUSByFeuF1TccsPTBzrzWubEPviGKB { position:relative;display:block; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB { background-color: transparent; background-image: none; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container > .video-iframe-container { display: none; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row > .video-iframe-container { display: none; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .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); }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB { border-width: 0; border-radius: 0; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DSTsvwUXoSQRNl6isVSWHfQibenQN57I { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.3125rem;left:22.5rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b8LreoOQsfGomrDLC8G45x9XPFq5t1BJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#gsisTbQS75ZmCQc7TuiCOoreOSyegVBm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZhFyyzFEdfwk8M1llzWVlpGrPzEqlif { position:absolute;display:block;z-index:15039;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.5rem;width:3.4375rem;top:11.0625rem;left:9.25rem;overflow:hidden;display:block; }
#APzWzT9KuabCggz784TJvgluTekWmkRI { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.4375rem;left:26.5625rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#QHmW8hrgzhezApA96lyRsJ82C5eZMwLl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:15.1875rem;left:26.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oupp7ZOrm3IVlrIraHbluZNdGKgWrWVe { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:11.09375rem;left:35.78125rem;overflow:hidden;display:block; }
#dlcxy6PtH7bK36zTwa1z4qUAogMRy4BJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:17.4375rem;left:53.125rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#xpNaXExMSolQUTkngBVwabHQVivVDE9o { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:15.0625rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LT6lkLF8Q5aBdse7db3MJdaOFU4NTC0J { position:absolute;display:block;z-index:15045;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:3rem;width:2.5rem;top:11.3125rem;left:62.8125rem;overflow:hidden;display:block; }
#ik5uVSupl5KQuTJt5xZDzB5n9lcDbcnn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:33.5625rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#iJ02STryOWWpghVCq1eVJNs76DdikWPD { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:31.125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t77XyQzgtbS2CFsWzkkWyBuaXLtrOK46 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:33.5625rem;left:26.5625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#bqIDsEH5Td9qKTzHN4MPhk0lVkCDqM3E { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:31.1875rem;left:26.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gkyEwEKQtN6xaB0upwpZusmLBPrtTlhX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:33.5625rem;left:53.125rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#VW57X9HIaz7cXTQWnEOktGaTCHeTZUCn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:31.0625rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdJM09XCd3myaiOz7vTThhJLTftoSwOs { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:27.34375rem;left:36.03125rem;overflow:hidden;display:block; }
#ncTe0pvN44Dme2h36KlmL7UqwtGnJqxO { position:absolute;display:block;z-index:15054;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.75rem;width:3.75rem;top:26.9375rem;left:62.1875rem;overflow:hidden;display:block; }
#ElFRtMJsAE8oGUa5ReMs8NThyIyqmy1d { position:absolute;display:block;z-index:15048;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.75rem;width:4.0625rem;top:27.46875rem;left:8.90625rem;overflow:hidden;display:block; }
#Sf3EoSW7FgadqRDK1fUS4c8TCPdO9ZlS { position:relative;display:none; }#Sf3EoSW7FgadqRDK1fUS4c8TCPdO9ZlS { border-width: 0; border-radius: 0; }#Sf3EoSW7FgadqRDK1fUS4c8TCPdO9ZlS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sf3EoSW7FgadqRDK1fUS4c8TCPdO9ZlS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#U8u7xpvRm5oWs7Sfk2SzuH5FPcrbPsEF { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.3125rem;left:23.3125rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#up6OezKDEH0OOdcJJORrOul6drCROUUx { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.375rem;left:1.5625rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uzm33VFs4lLxBAUJgT9R52OTHDVCoSmy { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.375rem;left:39.3125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SSIwznvDClsWKdIhes7XtzukaO6oX86L { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.8125rem;left:1.5625rem;height:10.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GUwKARiC8m0niqkEcKyebfsfLgJ74Dv5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.625rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#VSRAeiNbzAQlCoUT6B2XCuqmo25yWuZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.25rem;left:43.125rem;height:2.6rem;display:block; }
#z1KJLP1PmHXMbbhfFSbJxaICDfVbTCz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.25rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#D5ZN3AiOB2KaPVNggJXQfNEFU1J9fET7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.375rem;left:43.125rem;height:3.9rem;display:block; }
#QZWO5g1V7ssLtAMO7GDyne9UMEdTdxLP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:27.375rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#oz51Tvfxwy4dZcq7TiCpKDse4fTUkCnw { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.75rem;left:43.125rem;height:1.3rem;display:block; }
#EDM6cTT2zwiQOHv8zLB3kWViSOnONEu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:34.75rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#h5QpEBgM55sm0OGztJPVRke7wiH1HbBW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:42.3125rem;left:43.125rem;height:1.3rem;display:block; }
#TXAdgCPqtBGwfHFuvcLrFgWrmoNuA9mW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:40.3125rem;left:43.125rem;height:1.4625rem;font-style:normal;display:block; }
#ZoyPucUD6ZDJfdCHkp1wbPu53Tyd4TET { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.375rem;top:13.60000038147rem;left:39.3125rem;overflow:hidden;display:block; }
#q1WTGed2wZOxVLLFCgQQ0bPqenv7RA7c { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.5rem;top:21.25rem;left:38.6875rem;overflow:hidden;display:block; }
#ub1xqXRyxfQyvAoLiX1Iq2MnagBQ0KrD { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:27.375rem;left:38.3125rem;overflow:hidden;display:block; }
#TbvXKFK9AwXoOItxNTHcEQbdnPlBU8sm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:34.5rem;left:38.3125rem;overflow:hidden;display:block; }
#dtnJIw2PHXLCOlC9cSfzC0HAfLeXCU2V { position:absolute;display:block;z-index:15038;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.75rem;width:3.75rem;top:40.3125rem;left:38.625rem;overflow:hidden;display:block; }
#hdUq37iJATX5A9CofBag55q2FkvXUCWn { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:28.83749961853rem;left:1.5625rem;overflow:hidden;display:block; }
#q4IbkNF4fHdJKDcnEDJIeOgDCi2Pe4EK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.5625rem;left:7.375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RfpxHH28hZrTsZe6gQy6o7g0yItxIdgQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32.5625rem;left:7.375rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hqqpdslu9Dk4ei0g2mDzN8w9fwlknw9L { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.25rem;left:43.125rem;height:1.4625rem;font-style:normal;display:none; }
#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { position:relative;display:block; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { background-color: transparent; background-image: none; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container > .video-iframe-container { display: none; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row > .video-iframe-container { display: none; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .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); }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { border-width: 0; border-radius: 0; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JGCoKTOuGscSTJdMKQaJtPrHPN8VTm08 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.7312498092651rem;left:40.875rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yG7Clrf4ud4R7Px0VC0PW4lWLgSTNyFD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.9375rem;left:40.9375rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FRVwMEZI4nhU0CJ56GBwhEiJDpuzHvz1 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:17.5rem;left:40.875rem;overflow:hidden;display:block; }
#goDV88XMeSTEpu3zIGE5dAfyFm25PoET { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.9375rem;left:47.3125rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZaSJgcRie5Qt6TXEORiUqpFNAuNX24TU { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:38.75rem;top:2.7312498092651rem;left:0rem;overflow:hidden;display:block; }
#vExi2TpWuII8xKH6JBO2AlnkpIn808wy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { background-color: transparent; background-image: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .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); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { border-width: 0; border-radius: 0; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#EeVEh7TfAm7ir2QG5ZrRDEu8b4S3mT1X { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:1.4375rem;left:0rem;height:8.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZzFCEVqHw2n9LveuqEx7RAuhL5Hh52Hg { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:12.125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uSO2feKFTCnzAyQruNG1J2CzbQesIwki { 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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.3125rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:18.25rem;left:0rem;display:block; }
#gnrx9nugofH6M5hqz8r1qSu6ociUbfIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EciuuRX6dNQD7Pf9cvBOqzMp7RRWfEoT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.75rem;top:3.7312507629394rem;left:27.6875rem;overflow:hidden;display:block; }
#keiINJbs47krSSnAlhDIwieihfyVxLVw { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.75rem;top:3.7312507629394rem;left:45.65625rem;overflow:hidden;display:block; }
#Echmg7orNGgD7CtSALS8gldoggehNXwG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:3.5437507629394rem;left:64rem;overflow:hidden;display:block; }
#TV90g7NVU4dCcdCEx7OWFX8vhWx1bq5I { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.625rem;left:20.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3z8TRD4ICCXxhHUkmuA9BJATZoDo9TN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.3125rem;left:20.875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#stJi5fQoCn1IE5mZeOVJq8ZpTkdU0PSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.3125rem;left:38.625rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d0ZT5vV1u8ln4hKmoVilprdg42LnI77H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.625rem;left:38.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z3o5ZMdmWoasbP7T3mxIpZosWGLoTIt3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:12.25rem;left:57.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UZRGhaRqn75Nmml7gI9lObOu4uX1oNHh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:8.5625rem;left:57.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdTsvm37XP8M3E933fNBJ1u6Zuf9Un5G { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dotted rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.5625rem;top:3.7312507629394rem;left:33.03125rem;display:block; }
#enXigEBmA7OoTILvtvfEuE6UAxhagQd6 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dotted rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.5625rem;top:3.7312507629394rem;left:51.34375rem;display:block; }
#fyPeUPuZpXOdQb86SNN1GBugvn8BEQXK { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:20.875rem;left:24.4375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { position:relative;display:block; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { background-color: transparent; background-image: none; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container > .video-iframe-container { display: none; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row > .video-iframe-container { display: none; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .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); }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { border-width: 0; border-radius: 0; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt { display:block; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { width:47.75rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LRTJZ5p0A19FVvtArz8F5ZATT6ivCq5d { width:13.0625rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRQRJ0V9X39SHPXGHo8TRMhPE0M4giKU { width:43.75rem;height:53.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZdXukpxiZfZwZwKTvb2O37phX1PG22zC { width:9.375rem;height:2.5rem;top:1.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWF6VWQJTOtDfnqu9LvuvXKTSDO4mN87 { display:block; }
 }@media only screen and (max-width: 1199px) { #V3cnVPpuuiXwwGcObygkUQwCOIk9VTGS { width:10.625rem;height:2.5rem;top:1.875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwnwspyUuzJHPU20VV8rJEDryWa5kNqT { display:block; }
 }@media only screen and (max-width: 1199px) { #rGteA9RMZt8HTLHUVl1uHHCpPUX9Kvvy { width:10.625rem;height:2.5rem;top:1.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f6ptBTpZA1dJth1n2nGBmswW3AbLKWV9 { display:block; }
 }@media only screen and (max-width: 1199px) { #FNfOI8tf7BU8lW2pKPGTp1gx0zd3WNPG { width:28.375rem;height:3.4125rem;top:8.25rem;left:1.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e17SZNI11TJkJFsJxRmIDuIFotfb1neb { width:35.4375rem;height:3.9rem;top:13.8125rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lhI4VrVTh67Qt4qqnNxl4hxlaq1vrCCS { width:3.5rem;height:2.6875rem;top:13.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gg5D66UUDU91qRXTNsiuWUsGbo6sEL3M { width:28.375rem;height:2.19375rem;top:18.403124809265rem;left:0.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hffr6caLfVsfi4ssXTnKTDxqLJPQC0sa { width:35.4375rem;height:3.9rem;top:24.375rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZ9LLCtU9iTnEmqxxlDpGvqkWKkCB0q1 { width:2.6875rem;height:2.6875rem;top:21.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMzClCLxlD4T4bNhrAsoCFoyTXh4BBaH { width:35.4375rem;height:1.625rem;top:21.6875rem;left:6.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0hPIPXCIAmRAQMOUrzAHouXQU4ca0b7 { width:35.4375rem;height:2.6rem;top:32.664583206177rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5whyAtX2LZKklhAZeH6hrmWRunLXoEC { width:35.4375rem;height:1.625rem;top:29.9375rem;left:6.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZH7TGdMWLflJKW8Ubz2U9ARh0Ty67hZk { width:2.6875rem;height:2.6875rem;top:30.15625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtpxuE8n90e6V2GcqZHk1IAAnwOof8Zn { width:33rem;height:20.75rem;top:42.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xOeZUL0gF00NIZczdO5gz7ZBp4LXCUFG { width:12.5rem;height:4.859375rem;top:42.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCw50CodZZnNpdwrEN220T8P7ZQ9OqnV { width:12.5rem;height:2.5rem;top:38.25rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqqNJLfeaGQWcicfG2a5zrI6aNclvltk { display:block; }
 }@media only screen and (max-width: 1199px) { #wQv8h5JHEUDgqQw2szQZKOFP9OWeky1c { width:12.5rem;height:2.5rem;top:38.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TF3SIKfmtyIZVD2UI7ROrST2UcBNEsfm { display:block; }
 }@media only screen and (max-width: 1199px) { #FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k { display:none; }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row .container { width:47.75rem;height:63rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #aAJHIw3AvTrr85ebkOxlVl0GOwJmV2O8 { width:13.0625rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAw6cw0UqSlum9ntUnBQew5UBGWLaizn { width:43.75rem;height:53.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aQhO3O9OSH2XcrB4d4eRmT4sOHQAW9Ka { width:9.375rem;height:2.5rem;top:1.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mzcDT46emOoTfbHHJmpkxiJFB7Z1ZpAO { display:block; }
 }@media only screen and (max-width: 1199px) { #b8cRn58B3MkQRTtxbZk23gd4ipNyx16U { width:10.625rem;height:2.5rem;top:1.875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iWpuBwB3r7BoFVHkh4DS4BS2ZDAStEmn { display:block; }
 }@media only screen and (max-width: 1199px) { #wTqn3E1RKZfSLig1AT0KQs2bW1FtF4T5 { width:10.625rem;height:2.5rem;top:1.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1mQaJRNwNnlslokJLZB7byIacSxwf6q { display:block; }
 }@media only screen and (max-width: 1199px) { #U2BXwGQBA2DwrIAVgmWxVMrfIoCNrtwB { width:28.375rem;height:3.4125rem;top:8.25rem;left:1.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POrmNXJrBfMATRUU92Oh9dcynNoRdON6 { width:35.4375rem;height:2.6rem;top:13.8125rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0uU4GMgigty1oc782pWvQ4EB20IlBFA { width:3.5rem;height:2.6875rem;top:13.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPQG7mrJoOfmTAcLnIzExiFkFRLWResM { width:28.375rem;height:2.19375rem;top:18.403124809265rem;left:0.5625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RnCBSI15mDp661QwlT4Q7huNkm3soTdt { width:35.4375rem;height:3.9rem;top:24.375rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yk3tlqSJOiBZ9epiUwfNfioo0C2OU8gN { width:2.6875rem;height:2.6875rem;top:21.6875rem;left:1.96875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WHu0Xh3Fwq1t1JL1qToUlbUQXxzvmQPt { width:35.4375rem;height:1.625rem;top:21.6875rem;left:6.15625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xETEIeTTWGKhdZATOkfEESabNwPgto90 { width:35.4375rem;height:2.6rem;top:32.664583206177rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #auW6r9vr4Iu4ueILHPU9MU5ksgia4aSW { width:35.4375rem;height:1.625rem;top:29.9375rem;left:6.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTATAOeCMpW6WZ2AAarkSwV98XgSxpxy { width:2.6875rem;height:2.6875rem;top:30.15625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFC3WuzbmboGXiRA8L3OTLQfTLlSgEHN { width:33rem;height:20.75rem;top:42.25rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lzfwJrkcR5GwmRTNHflePKl5Pr10dUdz { width:12.5rem;height:4.859375rem;top:42.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgU1fWncdVO9gi0qomdIbmoEHACDDmhA { width:12.5rem;height:2.5rem;top:38.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5s0i4zHSvfyVQJMBAHnqT5Zd1H0Bmln { display:block; }
 }@media only screen and (max-width: 1199px) { #JwNEKAETbBxUsdWNNd7KTTNnUE5eLw7h { width:12.5rem;height:2.5rem;top:38.25rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aEoGV5PKqxRDrctVTkeQ9Qsy0mgSpThm { display:block; }
 }@media only screen and (max-width: 1199px) { #kF6vozUshsKzzwJkUN0eGCKTLuTD77fp { display:block; }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp > .row .container { width:47.75rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CRTDrGqmDfEB0E6WPoTAXlTw0b5gJ6EM { width:35.4375rem;height:3.4125rem;top:3.125rem;left:6.935546875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7mpV6EXUmlKtcr66tlMcrJSk0mUGnJo { width:21.25rem;height:5.85rem;top:7.83749961853rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOwVItoQtd7thDzE0igTRsWuVJO3ks68 { width:21.25rem;height:3.9rem;top:8.31875038147rem;left:24.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZdGUXJ1ufZWKImeJ1DrOJuFv2RowktU { width:21.25rem;height:16.9rem;top:14.8125rem;left:0rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #w64KolUGulwVvUhDsIzp3bKIgz8rJdDZ { width:21.25rem;height:5.2rem;top:15.75rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkZV4gfGBvovKPWRmO2N1s4Xg0MZranP { width:21.25rem;height:1.4625rem;top:13.6875rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #as4iR3LVwlbdov24o7GRI3iSq4aMUI7p { width:21.25rem;height:3.9rem;top:23.97500038147rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cmxy946hKwHl4cTlmqXziMT8qFTtitCr { width:21.25rem;height:1.4625rem;top:21.862500190735rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZDmMRg26KqFAXikWyIpzyfxZ2y6iRuL { width:21.25rem;height:3.9rem;top:30.91250038147rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vLPQPuLJO28egOOSBt8wcCtZ8V79u8JE { width:21.25rem;height:1.4625rem;top:28.518749237061rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9aSbnurF2bwsqeJBCs8nyRLTK4to4w7 { width:21.25rem;height:2.6rem;top:39.212501525879rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cksvkiO0lOTUXATRUTVa9QZ4kEucLChe { width:21.25rem;height:2.925rem;top:35.9375rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXqQpDS9d5wCrkQhl20qTdXVzr36zMvP { width:21.25rem;height:2.6rem;top:46.1875rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7lVF3tILaz8hDyQBO3aTVkuLRuZBVQI { width:21.25rem;height:2.925rem;top:42.875rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTdEWHPsZedFOtn3It5cn2Kp2dpxwDKr { width:2.375rem;height:2.8125rem;top:13.9375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mkdCmxlCW2UA3t00tWdKTHgMyMZXSTUt { width:3.5rem;height:2.6875rem;top:22.106249809265rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCLhACsEIkn6fv2sb6IRhw1EO7Vb0BQ6 { width:3.75rem;height:3.75rem;top:28.518749237061rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBgWxU1OTrMZUloCzKO5LHrEGwGc1INv { width:3.75rem;height:3.75rem;top:35.52499961853rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GNkToD2ZJLa4GhsbI7VzBwG9SLiMV9eS { width:3.75rem;height:3.75rem;top:42.4375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W7ciM5OECAl2PRNzkzOdHdsOZuU8kWei { width:20.625rem;height:3.125rem;top:44.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wA56JmN87ZiBeMNzDGsFCFm2VLXd002z { display:block; }
 }@media only screen and (max-width: 1199px) { #oWSfO52vTkUyeNxyh9ouIuv0SAyycvoe { width:4.8125rem;height:4.8125rem;top:33.299999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mgcq44CDhtrV2A4El7qze5ev2vHKnTWc { width:16.0625rem;height:5.85rem;top:32.831249237061rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uX4EWi8vQa8mHtFeehRBvg7L8FHw3MqM { width:21.875rem;height:3.9rem;top:39.237499237061rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqraRlZ6wwy718e3gosFkf71cqVzCJz4 { width:20.625rem;height:3.125rem;top:49.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhCLEA3tPGoxtIQ3zUfg7Exlk90DgSp0 { display:block; }
 }@media only screen and (max-width: 1199px) { #BxGUSByFeuF1TccsPTBzrzWubEPviGKB { display:block; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container { width:47.75rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DSTsvwUXoSQRNl6isVSWHfQibenQN57I { width:30rem;height:3.4125rem;top:1.8125rem;left:8.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8LreoOQsfGomrDLC8G45x9XPFq5t1BJ { width:14.0625rem;height:5.2rem;top:18.18124961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gsisTbQS75ZmCQc7TuiCOoreOSyegVBm { width:14.0625rem;height:1.625rem;top:15.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZhFyyzFEdfwk8M1llzWVlpGrPzEqlif { width:3.4375rem;height:3.5rem;top:9.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #APzWzT9KuabCggz784TJvgluTekWmkRI { width:14.0625rem;height:9.1rem;top:19.575000762939rem;left:16.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHmW8hrgzhezApA96lyRsJ82C5eZMwLl { width:14.0625rem;height:3.25rem;top:15.125rem;left:16.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oupp7ZOrm3IVlrIraHbluZNdGKgWrWVe { width:3.4375rem;height:3.4375rem;top:9.90625rem;left:22.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlcxy6PtH7bK36zTwa1z4qUAogMRy4BJ { width:14.0625rem;height:7.8rem;top:19.575000762939rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xpNaXExMSolQUTkngBVwabHQVivVDE9o { width:14.0625rem;height:3.25rem;top:15.125rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LT6lkLF8Q5aBdse7db3MJdaOFU4NTC0J { width:2.5rem;height:3rem;top:10.125rem;left:39.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ik5uVSupl5KQuTJt5xZDzB5n9lcDbcnn { width:14.0625rem;height:6.5rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJ02STryOWWpghVCq1eVJNs76DdikWPD { width:14.0625rem;height:3.25rem;top:35rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t77XyQzgtbS2CFsWzkkWyBuaXLtrOK46 { width:14.0625rem;height:6.5rem;top:38.1875rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bqIDsEH5Td9qKTzHN4MPhk0lVkCDqM3E { width:14.0625rem;height:1.625rem;top:34.9375rem;left:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gkyEwEKQtN6xaB0upwpZusmLBPrtTlhX { width:14.0625rem;height:7.8rem;top:38.1875rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VW57X9HIaz7cXTQWnEOktGaTCHeTZUCn { width:14.0625rem;height:1.625rem;top:34.9375rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdJM09XCd3myaiOz7vTThhJLTftoSwOs { width:2.9375rem;height:2.9375rem;top:30.875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncTe0pvN44Dme2h36KlmL7UqwtGnJqxO { width:3.75rem;height:3.75rem;top:30.4375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElFRtMJsAE8oGUa5ReMs8NThyIyqmy1d { width:4.0625rem;height:2.75rem;top:30.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sf3EoSW7FgadqRDK1fUS4c8TCPdO9ZlS { display:none; }#Sf3EoSW7FgadqRDK1fUS4c8TCPdO9ZlS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #U8u7xpvRm5oWs7Sfk2SzuH5FPcrbPsEF { width:28.375rem;height:3.4125rem;top:3.3125rem;left:9.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #up6OezKDEH0OOdcJJORrOul6drCROUUx { width:21.25rem;height:5.85rem;top:7.83749961853rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uzm33VFs4lLxBAUJgT9R52OTHDVCoSmy { width:21.25rem;height:3.9rem;top:8.31875038147rem;left:24.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSIwznvDClsWKdIhes7XtzukaO6oX86L { width:21.25rem;height:16.9rem;top:14.8125rem;left:0rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #GUwKARiC8m0niqkEcKyebfsfLgJ74Dv5 { width:21.25rem;height:1.4625rem;top:13.6875rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSRAeiNbzAQlCoUT6B2XCuqmo25yWuZ5 { width:21.25rem;height:3.9rem;top:23.97500038147rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z1KJLP1PmHXMbbhfFSbJxaICDfVbTCz1 { width:21.25rem;height:1.4625rem;top:21.862500190735rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5ZN3AiOB2KaPVNggJXQfNEFU1J9fET7 { width:21.25rem;height:3.9rem;top:30.91250038147rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZWO5g1V7ssLtAMO7GDyne9UMEdTdxLP { width:21.25rem;height:1.4625rem;top:28.518749237061rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oz51Tvfxwy4dZcq7TiCpKDse4fTUkCnw { width:21.25rem;height:2.6rem;top:39.212501525879rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EDM6cTT2zwiQOHv8zLB3kWViSOnONEu2 { width:21.25rem;height:2.925rem;top:35.9375rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5QpEBgM55sm0OGztJPVRke7wiH1HbBW { width:21.25rem;height:2.6rem;top:46.1875rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXAdgCPqtBGwfHFuvcLrFgWrmoNuA9mW { width:21.25rem;height:2.925rem;top:42.875rem;left:26.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoyPucUD6ZDJfdCHkp1wbPu53Tyd4TET { width:2.375rem;height:2.8125rem;top:13.9375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1WTGed2wZOxVLLFCgQQ0bPqenv7RA7c { width:3.5rem;height:2.6875rem;top:22.106249809265rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ub1xqXRyxfQyvAoLiX1Iq2MnagBQ0KrD { width:3.75rem;height:3.75rem;top:28.518749237061rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbvXKFK9AwXoOItxNTHcEQbdnPlBU8sm { width:3.75rem;height:3.75rem;top:35.52499961853rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dtnJIw2PHXLCOlC9cSfzC0HAfLeXCU2V { width:3.75rem;height:3.75rem;top:42.4375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hdUq37iJATX5A9CofBag55q2FkvXUCWn { width:4.8125rem;height:4.8125rem;top:33.299999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4IbkNF4fHdJKDcnEDJIeOgDCi2Pe4EK { width:16.0625rem;height:5.85rem;top:32.831249237061rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RfpxHH28hZrTsZe6gQy6o7g0yItxIdgQ { width:21.875rem;height:3.9rem;top:39.237499237061rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqqpdslu9Dk4ei0g2mDzN8w9fwlknw9L { width:21.25rem;height:1.4625rem;top:21.862500190735rem;left:26.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { display:block; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container { width:47.75rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JGCoKTOuGscSTJdMKQaJtPrHPN8VTm08 { width:28.375rem;height:3.4125rem;top:2.6875rem;left:19.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yG7Clrf4ud4R7Px0VC0PW4lWLgSTNyFD { width:28.25rem;height:6.5rem;top:7.9375rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRVwMEZI4nhU0CJ56GBwhEiJDpuzHvz1 { width:4.8125rem;height:4.8125rem;top:16.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goDV88XMeSTEpu3zIGE5dAfyFm25PoET { width:16.0625rem;height:3.9rem;top:17.3125rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaSJgcRie5Qt6TXEORiUqpFNAuNX24TU { width:18.625rem;height:10rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vExi2TpWuII8xKH6JBO2AlnkpIn808wy { background-color:#ffbe68;background-image:none;display:block; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { background-color: transparent; background-image: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .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); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { width:47.75rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EeVEh7TfAm7ir2QG5ZrRDEu8b4S3mT1X { width:28.3125rem;height:8.4rem;top:0.91250038146975rem;left:9.71875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ZzFCEVqHw2n9LveuqEx7RAuhL5Hh52Hg { width:27.6875rem;height:3rem;top:9.8562507629394rem;left:8.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #uSO2feKFTCnzAyQruNG1J2CzbQesIwki { width:26.125rem;height:3.75rem;top:14.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gnrx9nugofH6M5hqz8r1qSu6ociUbfIF { display:block; }
 }@media only screen and (max-width: 1199px) { #EciuuRX6dNQD7Pf9cvBOqzMp7RRWfEoT { width:3.75rem;height:3.8125rem;top:21.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #keiINJbs47krSSnAlhDIwieihfyVxLVw { width:3.75rem;height:3.8125rem;top:21.75rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Echmg7orNGgD7CtSALS8gldoggehNXwG { width:4.1875rem;height:4.1875rem;top:21.5625rem;left:39.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TV90g7NVU4dCcdCEx7OWFX8vhWx1bq5I { width:12.5rem;height:1.4625rem;top:26.41250038147rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3z8TRD4ICCXxhHUkmuA9BJATZoDo9TN { width:12.5rem;height:2.6rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stJi5fQoCn1IE5mZeOVJq8ZpTkdU0PSJ { width:12.5rem;height:6.5rem;top:28.71875rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0ZT5vV1u8ln4hKmoVilprdg42LnI77H { width:12.5rem;height:1.4625rem;top:26.47500038147rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3o5ZMdmWoasbP7T3mxIpZosWGLoTIt3 { width:11.6875rem;height:2.6rem;top:28.71875rem;left:35.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZRGhaRqn75Nmml7gI9lObOu4uX1oNHh { width:12.5rem;height:1.4625rem;top:26.41250038147rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdTsvm37XP8M3E933fNBJ1u6Zuf9Un5G { width:9.375rem;height:1.9375rem;top:22rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #enXigEBmA7OoTILvtvfEuE6UAxhagQd6 { width:9.375rem;height:1.9375rem;top:22rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fyPeUPuZpXOdQb86SNN1GBugvn8BEQXK { width:40.9375rem;height:4.5rem;top:37.625rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { display:block; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt { background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/HEncJjpw/Mask_Group_6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt.adaptive-delivery-prevent-bg, #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt.lazyload, #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt.lazyloading { background-image: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { background-color: transparent; background-image: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container > .video-iframe-container { display: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container { display: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .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); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRTJZ5p0A19FVvtArz8F5ZATT6ivCq5d { width:9.375rem;height:2.6875rem;top:1.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRQRJ0V9X39SHPXGHo8TRMhPE0M4giKU { width:20rem;height:53.3125rem;top:16.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdXukpxiZfZwZwKTvb2O37phX1PG22zC { width:10rem;height:2.5rem;top:6.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWF6VWQJTOtDfnqu9LvuvXKTSDO4mN87 { display:block; }
 }@media only screen and (max-width: 763px) { #V3cnVPpuuiXwwGcObygkUQwCOIk9VTGS { width:10rem;height:2.5rem;top:6.5625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwnwspyUuzJHPU20VV8rJEDryWa5kNqT { display:block; }
 }@media only screen and (max-width: 763px) { #rGteA9RMZt8HTLHUVl1uHHCpPUX9Kvvy { width:9.6875rem;height:2.5rem;top:9.75rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6ptBTpZA1dJth1n2nGBmswW3AbLKWV9 { display:block; }
 }@media only screen and (max-width: 763px) { #FNfOI8tf7BU8lW2pKPGTp1gx0zd3WNPG { width:20rem;height:2.19375rem;top:5.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e17SZNI11TJkJFsJxRmIDuIFotfb1neb { width:19.375rem;height:6.5rem;top:8.5625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhI4VrVTh67Qt4qqnNxl4hxlaq1vrCCS { width:3.5rem;height:2.6875rem;top:18.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg5D66UUDU91qRXTNsiuWUsGbo6sEL3M { width:20rem;height:0;top:34.778124809265rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hffr6caLfVsfi4ssXTnKTDxqLJPQC0sa { width:20rem;height:0;top:40.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ9LLCtU9iTnEmqxxlDpGvqkWKkCB0q1 { width:2.6875rem;height:2.6875rem;top:38.0625rem;left:1.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMzClCLxlD4T4bNhrAsoCFoyTXh4BBaH { width:20rem;height:0;top:38.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0hPIPXCIAmRAQMOUrzAHouXQU4ca0b7 { width:20rem;height:0;top:49.039583206177rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5whyAtX2LZKklhAZeH6hrmWRunLXoEC { width:20rem;height:0;top:46.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZH7TGdMWLflJKW8Ubz2U9ARh0Ty67hZk { width:2.6875rem;height:2.6875rem;top:46.53125rem;left:1.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtpxuE8n90e6V2GcqZHk1IAAnwOof8Zn { width:14.75rem;height:9.25rem;top:16.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOeZUL0gF00NIZczdO5gz7ZBp4LXCUFG { width:12.5rem;height:4.859375rem;top:58.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCw50CodZZnNpdwrEN220T8P7ZQ9OqnV { width:12.3125rem;height:2.625rem;top:29.0625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqqNJLfeaGQWcicfG2a5zrI6aNclvltk { display:block; }
 }@media only screen and (max-width: 763px) { #wQv8h5JHEUDgqQw2szQZKOFP9OWeky1c { width:14.25rem;height:2.625rem;top:43.3125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF3SIKfmtyIZVD2UI7ROrST2UcBNEsfm { display:block; }
 }@media only screen and (max-width: 763px) { #FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k { background-color:#fbfbfb;background-image:none;display:block; }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row .container { background-color: transparent; background-image: none; }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row .container > .video-iframe-container { display: none; }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row > .video-iframe-container { display: none; }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .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); }#FAiAO2d6ZrVAkBh4X2PwuRF45ZHWMk8k > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAJHIw3AvTrr85ebkOxlVl0GOwJmV2O8 { width:9.375rem;height:2.6875rem;top:1.0625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAw6cw0UqSlum9ntUnBQew5UBGWLaizn { width:20rem;height:53.3125rem;top:16.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQhO3O9OSH2XcrB4d4eRmT4sOHQAW9Ka { width:10rem;height:2.5rem;top:6.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzcDT46emOoTfbHHJmpkxiJFB7Z1ZpAO { display:block; }
 }@media only screen and (max-width: 763px) { #b8cRn58B3MkQRTtxbZk23gd4ipNyx16U { width:10rem;height:2.5rem;top:6.5625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWpuBwB3r7BoFVHkh4DS4BS2ZDAStEmn { display:block; }
 }@media only screen and (max-width: 763px) { #wTqn3E1RKZfSLig1AT0KQs2bW1FtF4T5 { width:9.6875rem;height:2.5rem;top:9.75rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1mQaJRNwNnlslokJLZB7byIacSxwf6q { display:block; }
 }@media only screen and (max-width: 763px) { #U2BXwGQBA2DwrIAVgmWxVMrfIoCNrtwB { width:20rem;height:0;top:5.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #POrmNXJrBfMATRUU92Oh9dcynNoRdON6 { width:19.375rem;height:0;top:8.5625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D0uU4GMgigty1oc782pWvQ4EB20IlBFA { width:3.5rem;height:2.6875rem;top:30.1875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPQG7mrJoOfmTAcLnIzExiFkFRLWResM { width:20rem;height:2.19375rem;top:1.8406248092651rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnCBSI15mDp661QwlT4Q7huNkm3soTdt { width:20rem;height:4.875rem;top:11.674999237061rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yk3tlqSJOiBZ9epiUwfNfioo0C2OU8gN { width:2.6875rem;height:2.6875rem;top:6.375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHu0Xh3Fwq1t1JL1qToUlbUQXxzvmQPt { width:20rem;height:1.3rem;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xETEIeTTWGKhdZATOkfEESabNwPgto90 { width:20rem;height:3.65625rem;top:23.664583206177rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auW6r9vr4Iu4ueILHPU9MU5ksgia4aSW { width:20rem;height:1.3rem;top:21.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTATAOeCMpW6WZ2AAarkSwV98XgSxpxy { width:2.6875rem;height:2.6875rem;top:18.09375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFC3WuzbmboGXiRA8L3OTLQfTLlSgEHN { width:20rem;height:12.575757575757rem;top:58.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzfwJrkcR5GwmRTNHflePKl5Pr10dUdz { width:12.5rem;height:4.859375rem;top:58.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgU1fWncdVO9gi0qomdIbmoEHACDDmhA { width:14.25rem;height:2.625rem;top:54.625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5s0i4zHSvfyVQJMBAHnqT5Zd1H0Bmln { display:block; }
 }@media only screen and (max-width: 763px) { #JwNEKAETbBxUsdWNNd7KTTNnUE5eLw7h { width:12.3125rem;height:2.625rem;top:54.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEoGV5PKqxRDrctVTkeQ9Qsy0mgSpThm { display:block; }
 }@media only screen and (max-width: 763px) { #kF6vozUshsKzzwJkUN0eGCKTLuTD77fp { display:block; }#kF6vozUshsKzzwJkUN0eGCKTLuTD77fp > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRTDrGqmDfEB0E6WPoTAXlTw0b5gJ6EM { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7mpV6EXUmlKtcr66tlMcrJSk0mUGnJo { width:20rem;height:5.85rem;top:1.2875003814698rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOwVItoQtd7thDzE0igTRsWuVJO3ks68 { width:20rem;height:0;top:12.2rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZdGUXJ1ufZWKImeJ1DrOJuFv2RowktU { width:20rem;height:18.2rem;top:8.28750038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w64KolUGulwVvUhDsIzp3bKIgz8rJdDZ { width:20rem;height:0;top:43.575rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkZV4gfGBvovKPWRmO2N1s4Xg0MZranP { width:20rem;height:0;top:39.612499237061rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #as4iR3LVwlbdov24o7GRI3iSq4aMUI7p { width:20rem;height:0;top:56.675rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cmxy946hKwHl4cTlmqXziMT8qFTtitCr { width:20rem;height:0;top:53.9625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZDmMRg26KqFAXikWyIpzyfxZ2y6iRuL { width:20rem;height:0;top:82.7rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLPQPuLJO28egOOSBt8wcCtZ8V79u8JE { width:20rem;height:0;top:66.825rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9aSbnurF2bwsqeJBCs8nyRLTK4to4w7 { width:20rem;height:0;top:103.97499847412rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cksvkiO0lOTUXATRUTVa9QZ4kEucLChe { width:20rem;height:0;top:94.15rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXqQpDS9d5wCrkQhl20qTdXVzr36zMvP { width:20rem;height:0;top:120.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7lVF3tILaz8hDyQBO3aTVkuLRuZBVQI { width:20rem;height:0;top:116.2rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTdEWHPsZedFOtn3It5cn2Kp2dpxwDKr { width:2.375rem;height:2.8125rem;top:36.8rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkdCmxlCW2UA3t00tWdKTHgMyMZXSTUt { width:3.5rem;height:2.6875rem;top:50.025rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCLhACsEIkn6fv2sb6IRhw1EO7Vb0BQ6 { width:3.75rem;height:3.75rem;top:61.825rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBgWxU1OTrMZUloCzKO5LHrEGwGc1INv { width:3.75rem;height:3.75rem;top:89.15rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNkToD2ZJLa4GhsbI7VzBwG9SLiMV9eS { width:3.75rem;height:3.75rem;top:111.2rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7ciM5OECAl2PRNzkzOdHdsOZuU8kWei { width:12.3125rem;height:2.625rem;top:46.450000762939rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA56JmN87ZiBeMNzDGsFCFm2VLXd002z { display:block; }
 }@media only screen and (max-width: 763px) { #oWSfO52vTkUyeNxyh9ouIuv0SAyycvoe { width:4.8125rem;height:4.8125rem;top:34.875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgcq44CDhtrV2A4El7qze5ev2vHKnTWc { width:20rem;height:5.85rem;top:27.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uX4EWi8vQa8mHtFeehRBvg7L8FHw3MqM { width:20rem;height:3.9rem;top:40.950000762939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqraRlZ6wwy718e3gosFkf71cqVzCJz4 { width:18rem;height:2.625rem;top:50.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhCLEA3tPGoxtIQ3zUfg7Exlk90DgSp0 { display:block; }
 }@media only screen and (max-width: 763px) { #BxGUSByFeuF1TccsPTBzrzWubEPviGKB { display:block; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSTsvwUXoSQRNl6isVSWHfQibenQN57I { width:20rem;height:2.1125rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8LreoOQsfGomrDLC8G45x9XPFq5t1BJ { width:20rem;height:3.65625rem;top:39.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsisTbQS75ZmCQc7TuiCOoreOSyegVBm { width:20rem;height:1.38125rem;top:37.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhFyyzFEdfwk8M1llzWVlpGrPzEqlif { width:3.4375rem;height:3.5rem;top:32.8125rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APzWzT9KuabCggz784TJvgluTekWmkRI { width:20rem;height:4.875rem;top:25.662498474121rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmW8hrgzhezApA96lyRsJ82C5eZMwLl { width:20rem;height:1.38125rem;top:23.287502288818rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oupp7ZOrm3IVlrIraHbluZNdGKgWrWVe { width:3.4375rem;height:3.4375rem;top:18.9375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlcxy6PtH7bK36zTwa1z4qUAogMRy4BJ { width:20rem;height:4.875rem;top:11.66250038147rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpNaXExMSolQUTkngBVwabHQVivVDE9o { width:20rem;height:1.38125rem;top:9.72500038147rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT6lkLF8Q5aBdse7db3MJdaOFU4NTC0J { width:2.5rem;height:3rem;top:5.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik5uVSupl5KQuTJt5xZDzB5n9lcDbcnn { width:20rem;height:3.65625rem;top:75.549999237062rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ02STryOWWpghVCq1eVJNs76DdikWPD { width:20rem;height:1.38125rem;top:73.524999618531rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t77XyQzgtbS2CFsWzkkWyBuaXLtrOK46 { width:20rem;height:3.65625rem;top:63.700000762937rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqIDsEH5Td9qKTzHN4MPhk0lVkCDqM3E { width:20rem;height:1.38125rem;top:61.737499237061rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkyEwEKQtN6xaB0upwpZusmLBPrtTlhX { width:20rem;height:4.875rem;top:50.800000190735rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW57X9HIaz7cXTQWnEOktGaTCHeTZUCn { width:20rem;height:1.38125rem;top:49.049999237061rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdJM09XCd3myaiOz7vTThhJLTftoSwOs { width:2.9375rem;height:2.9375rem;top:57.5625rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncTe0pvN44Dme2h36KlmL7UqwtGnJqxO { width:3.75rem;height:3.75rem;top:44.549999237061rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElFRtMJsAE8oGUa5ReMs8NThyIyqmy1d { width:4.0625rem;height:2.75rem;top:69.8125rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf3EoSW7FgadqRDK1fUS4c8TCPdO9ZlS { display:block; }#Sf3EoSW7FgadqRDK1fUS4c8TCPdO9ZlS > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8u7xpvRm5oWs7Sfk2SzuH5FPcrbPsEF { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #up6OezKDEH0OOdcJJORrOul6drCROUUx { width:20rem;height:0;top:1.2875003814698rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uzm33VFs4lLxBAUJgT9R52OTHDVCoSmy { width:20rem;height:3.9rem;top:1.3874998092651rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSIwznvDClsWKdIhes7XtzukaO6oX86L { width:20rem;height:0;top:8.28750038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GUwKARiC8m0niqkEcKyebfsfLgJ74Dv5 { width:20rem;height:0;top:11.424999237061rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSRAeiNbzAQlCoUT6B2XCuqmo25yWuZ5 { width:20rem;height:3.65625rem;top:26.299999237061rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1KJLP1PmHXMbbhfFSbJxaICDfVbTCz1 { width:20rem;height:1.38125rem;top:24.14999961853rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5ZN3AiOB2KaPVNggJXQfNEFU1J9fET7 { width:20rem;height:3.65625rem;top:37.950000762939rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZWO5g1V7ssLtAMO7GDyne9UMEdTdxLP { width:20rem;height:1.38125rem;top:35.950000762939rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oz51Tvfxwy4dZcq7TiCpKDse4fTUkCnw { width:20rem;height:2.6rem;top:51.28750038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDM6cTT2zwiQOHv8zLB3kWViSOnONEu2 { width:20rem;height:2.7625rem;top:47.77499961853rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5QpEBgM55sm0OGztJPVRke7wiH1HbBW { width:20rem;height:2.6rem;top:63.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXAdgCPqtBGwfHFuvcLrFgWrmoNuA9mW { width:20rem;height:2.7625rem;top:59.949999809265rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoyPucUD6ZDJfdCHkp1wbPu53Tyd4TET { width:2.375rem;height:2.8125rem;top:7.2374992370606rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1WTGed2wZOxVLLFCgQQ0bPqenv7RA7c { width:3.5rem;height:2.6875rem;top:20.39999961853rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub1xqXRyxfQyvAoLiX1Iq2MnagBQ0KrD { width:3.75rem;height:3.75rem;top:31.512500762939rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbvXKFK9AwXoOItxNTHcEQbdnPlBU8sm { width:3.75rem;height:3.75rem;top:43.71249961853rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtnJIw2PHXLCOlC9cSfzC0HAfLeXCU2V { width:3.75rem;height:3.75rem;top:55.637500762939rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdUq37iJATX5A9CofBag55q2FkvXUCWn { width:4.8125rem;height:4.8125rem;top:34.875rem;left:7.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4IbkNF4fHdJKDcnEDJIeOgDCi2Pe4EK { width:20rem;height:0;top:27.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RfpxHH28hZrTsZe6gQy6o7g0yItxIdgQ { width:20rem;height:4.875rem;top:13.137500762939rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqqpdslu9Dk4ei0g2mDzN8w9fwlknw9L { width:20rem;height:1.38125rem;top:11.02499961853rem;left:0rem;font-size:1.0625rem;z-index:15025;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { display:none; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container { width:20rem;height:101.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JGCoKTOuGscSTJdMKQaJtPrHPN8VTm08 { width:20rem;height:2.6rem;top:13.2385625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG7Clrf4ud4R7Px0VC0PW4lWLgSTNyFD { width:20rem;height:9.1rem;top:17.0885625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRVwMEZI4nhU0CJ56GBwhEiJDpuzHvz1 { width:4.8125rem;height:4.8125rem;top:27.4385625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goDV88XMeSTEpu3zIGE5dAfyFm25PoET { width:16.0625rem;height:3.9rem;top:33.5010625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaSJgcRie5Qt6TXEORiUqpFNAuNX24TU { width:20rem;height:10.738255033557rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vExi2TpWuII8xKH6JBO2AlnkpIn808wy { display:block; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy { background-color: transparent; background-image: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .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); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { width:20rem;height:58.5rem;background-color:#ffbe68;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeVEh7TfAm7ir2QG5ZrRDEu8b4S3mT1X { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzFCEVqHw2n9LveuqEx7RAuhL5Hh52Hg { width:20rem;height:3rem;top:3.9624996185302rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSO2feKFTCnzAyQruNG1J2CzbQesIwki { width:12.3125rem;height:2.625rem;top:42.08749961853rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnrx9nugofH6M5hqz8r1qSu6ociUbfIF { display:block; }
 }@media only screen and (max-width: 763px) { #EciuuRX6dNQD7Pf9cvBOqzMp7RRWfEoT { width:3.75rem;height:3.8125rem;top:8.64999961853rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keiINJbs47krSSnAlhDIwieihfyVxLVw { width:3.75rem;height:3.8125rem;top:18.77499961853rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Echmg7orNGgD7CtSALS8gldoggehNXwG { width:4.1875rem;height:4.1875rem;top:31.27499961853rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV90g7NVU4dCcdCEx7OWFX8vhWx1bq5I { width:17.8125rem;height:1.4625rem;top:13.14999961853rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3z8TRD4ICCXxhHUkmuA9BJATZoDo9TN { width:17.8125rem;height:2.6rem;top:14.612499237061rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stJi5fQoCn1IE5mZeOVJq8ZpTkdU0PSJ { width:17.8125rem;height:3.9rem;top:24.950000762939rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ZT5vV1u8ln4hKmoVilprdg42LnI77H { width:17.8125rem;height:1.4625rem;top:23.174999237061rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3o5ZMdmWoasbP7T3mxIpZosWGLoTIt3 { width:17.8125rem;height:1.3rem;top:38.599998474121rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZRGhaRqn75Nmml7gI9lObOu4uX1oNHh { width:17.8125rem;height:1.4625rem;top:36.887500762939rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTsvm37XP8M3E933fNBJ1u6Zuf9Un5G { width:11.5625rem;height:1.9375rem;top:22.0875rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #enXigEBmA7OoTILvtvfEuE6UAxhagQd6 { width:11.5625rem;height:1.9375rem;top:30.4625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyPeUPuZpXOdQb86SNN1GBugvn8BEQXK { width:20rem;height:10.5rem;top:46.58749961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { display:block; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }