.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:254,242,219;--color-primary-1:252,212,135;--color-primary-2:248,169,14;--color-primary-3:124,85,7;--color-primary-4:37,25,2;--color-secondary-0:226,224,253;--color-secondary-1:169,162,248;--color-secondary-2:112,100,243;--color-secondary-3:53,67,123;--color-secondary-4:22,43,130;--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:"exo";--paragraphs-font-family:"exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#a28d92;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5302734375rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xX4rcIHzaafCZsNwXxCgOc3snrkMw9dk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.156034469604rem;left:0rem;height:5.68685rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KJcqeEZpGTNhDP4BTb34e7r7LsFy4QTG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:0rem;left:2.15625rem;overflow:hidden;display:block; }
#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row .container { background-color: transparent; background-image: none; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row .container > .video-iframe-container { display: none; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row > .video-iframe-container { display: none; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .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); }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row .container { border-width: 0; border-radius: 0; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#EqmF6GcEb4ZJXPqH74cOSLxtnB7bNhhy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:31.3125rem;top:0.78125572204588rem;left:0rem;overflow:hidden;display:block; }
#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { background-color: transparent; background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .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); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { border-width: 0; border-radius: 0; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { font-size:0.875rem;font-family:arial;height:190.25rem;width:60rem;position:relative;display:block; }#mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { color:rgba(var(--color-primary-4),1);display:block;width:26.9375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.7294921875rem;left:16.53125rem;height:2.5996125rem;font-style:normal;display:block; }
#NumWeS9vXM3nenrrZflJV1z06ZsW0Ae4 { color:rgba(var(--color-primary-4),1);display:block;width:41.374rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:9.96875rem;left:9.3125rem;height:12.375rem;font-style:normal;display:block; }
#XxULccOMuIbWWmiWcJHpT5fE06LIXR6u { color:rgba(var(--color-primary-4),1);display:block;width:40.1865rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:62.4375rem;left:9.9375rem;height:18.5625rem;font-style:normal;display:block; }
#TVQHIxdoqpcv96KXSeFwDWix3MJn4yrA { color:rgba(var(--color-primary-4),1);display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:107.0625rem;left:32.5625rem;height:20.79686875rem;font-style:normal;display:block; }
#ESRr0aFBLV4IBUWWskLHwxhZ35FIC7ic { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),0.32);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:16.4375rem;width:43.875rem;top:8.5rem;left:8.0625rem;display:block; }
#pWdbqpI91fFJu1DolGF8QFRTUedQ3Riw { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0.32);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:20.5625rem;width:43.875rem;top:61.25rem;left:8.0625rem;display:block; }
#Te9BHyizLCHQSa8U8H7BAiTkRNkT8DGN { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.32);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:25.125rem;width:28.0625rem;top:105.4375rem;left:31.9375rem;display:block; }
#SH6npnEBsyyVDZJXvn468QyNkKaRGSwV { 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:40.1875rem;width:43.125rem;display:none; }
#CG9dQpI4lpGvLLS0HrFmKG5wPLoFzQzp { 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: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.85) ;height:26.6875rem;width:30.375rem;display:none; }
#P2l7aQ1cplq58TXK6PmcT0bW5MRitToe { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:23.375rem;top:106.4375rem;left:3.5rem;overflow:hidden;display:block; }
#tHCbGROHp22ms4zbF4uBpmGEFFpcfgua { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:29.5rem;top:131.8125rem;left:30.5rem;overflow:hidden;display:block; }
#tu3GVFOATP4xxi2VLgcAweZ2IwqPPZPX { color:rgba(var(--color-primary-4),1);display:block;width:25.4375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:132.9375rem;left:1.375rem;height:18.28125rem;font-style:normal;display:block; }
#daOIQw4VIPVd1MCGBkQ0ZKeT2W4diWuW { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.32);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:25.1875rem;width:28.0625rem;top:131.3125rem;left:0.75rem;display:block; }
#bTlmaF9uEg65s6S2FxVPSbJ7ZZ14GG61 { color:rgba(var(--color-primary-4),1);display:block;width:51.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:159.9375rem;left:4.4375rem;height:23.39650625rem;font-style:normal;display:block; }
#p1LKGQcGS8TfX2xGhK8MctqBMd4lue02 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.32);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:24.875rem;width:53.375rem;top:158.9375rem;left:3.3125rem;display:block; }
#vVyNXnrsyhhnAEIOOVTf6aaWXm94zX3B { color:rgba(var(--color-primary-4),1);display:block;width:31.0625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:41.875rem;left:1.5625rem;height:16.5rem;font-style:normal;display:block; }
#TyLEheDhkFAbN6rtyPq8hKTCefCJNTCT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),0.32);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:23.1875rem;width:60rem;top:37.3125rem;left:0rem;display:block; }
#Jiq8dqzRUvqHmJ753EkCyKaLiqmHuBsS { color:rgba(var(--color-primary-4),1);display:block;width:29.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:38.75rem;left:1.375rem;height:2.0625rem;font-style:normal;display:block; }
#K3fg2GgWIg15olSgT0oXRKqSbg6u8Dnz { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.875rem;top:38.96875rem;left:36.6875rem;overflow:hidden;display:block; }
#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row .container { background-color: transparent; background-image: none; }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row .container > .video-iframe-container { display: none; }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row > .video-iframe-container { display: none; }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .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); }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row .container { border-width: 0; border-radius: 0; }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#lF4kIag8s8l4zhJMlUXNKwZqfeUPiiqw { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.8125rem;left:0.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuFCRphFBCuus6dyWq7Po4MVtL5TCnPo { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:31.5rem;left:0.625rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVooP7nz0CSWv0ApnzPsNogKnTpzN0cg { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:29.0625rem;left:20.625rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZana2uW8S8WdP36dliHJIdNuwyxM5tw { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.8125rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcnexwfv5xSNBK88cKcCmvJCrETdWPmv { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:29.0625rem;left:40.625rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoUO7ilVgx3OvTDWCdBcnR4b2z7aB4q0 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.8125rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sk6I3yoxKueyxxrcHBb1a6ZH0xEK7twA { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:20rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vg1vvN6MScwtm2wp7FPnksaVB6XWVdTI { position:absolute;display:block;z-index:14999;background-color:#000000;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:23.75rem;width:20rem;top:14.375rem;left:0rem;display:block; }
#X08Sq03lgmpkVTlV5sQe0clTAy63L1qG { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;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:23.75rem;width:20rem;top:14.375rem;left:20rem;display:block; }
#Mr1XHJ3ui3COqEJGOOm4vnAW50Cfigfr { position:absolute;display:block;z-index:15001;background-color:#333333;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:23.75rem;width:20rem;top:14.375rem;left:40rem;display:block; }
#roxUxZ7S1e1QspWDSnUi5a7y2G87Cv4o { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/VX1842qg/icon2.jpg");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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:18.21875rem;left:6.625rem;display:block; }#roxUxZ7S1e1QspWDSnUi5a7y2G87Cv4o.adaptive-delivery-prevent-bg, #roxUxZ7S1e1QspWDSnUi5a7y2G87Cv4o.lazyload, #roxUxZ7S1e1QspWDSnUi5a7y2G87Cv4o.lazyloading { background-image: none; }
#oQOBU8o0tt4kgO2aPCI764qrzFLqA0A0 { position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/VX1842qg/icon2.jpg");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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:18.21875rem;left:26.625rem;display:block; }#oQOBU8o0tt4kgO2aPCI764qrzFLqA0A0.adaptive-delivery-prevent-bg, #oQOBU8o0tt4kgO2aPCI764qrzFLqA0A0.lazyload, #oQOBU8o0tt4kgO2aPCI764qrzFLqA0A0.lazyloading { background-image: none; }
#BpToeHMwPd2PBuQMft2TUZcpgGFPqCDJ { position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/VX1842qg/icon2.jpg");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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:18.21875rem;left:46.625rem;display:block; }#BpToeHMwPd2PBuQMft2TUZcpgGFPqCDJ.adaptive-delivery-prevent-bg, #BpToeHMwPd2PBuQMft2TUZcpgGFPqCDJ.lazyload, #BpToeHMwPd2PBuQMft2TUZcpgGFPqCDJ.lazyloading { background-image: none; }
#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a56071;background-image:url("https://images.assets-landingi.com/uc/4a8e4730-2c9b-4050-a23c-ac681a7441f6/1a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.adaptive-delivery-prevent-bg, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyload, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyloading { background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:60rem;position:relative;display:none; }#oXZTssvy1xfoAAidERni5qhxfrfas7hK { 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:27.561875rem;width:21.4995625rem;top:1.1545140743256rem;left:3.0696640014649rem;overflow:hidden;display:block; }
#UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.1545143127441rem;left:10.811634063721rem;height:4.798175rem;font-style:normal;display:block; }
#l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.998042017221rem;left:22.872180938721rem;height:7.50325rem;font-style:normal;display:block; }
#u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { position:absolute;display:block;z-index:15007;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:25.875rem;left:4.875rem;display:block; }
#szxylcXwcEkylxb0rhCzgvETbkeNNS3T { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }
#m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:4.5rem;left:21.875rem;display:block; }
#hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { position:absolute;display:block;z-index:15008;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.74978125rem;width:0.74978125rem;top:3.8194445669651rem;left:30.562068939209rem;display:block; }
#i8ShxQW2RTa1xPBCCJ6HZaRTud6cRd1W { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:32.625rem;display:none; }
#PiPA9G3VB6XTRkW7Icy0QVyZENFHxGQa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:4.5rem;left:21.875rem;display:none; }
#zvvKnAprZUzvdviuzuc2R6XbUDwiML7l { position:absolute;display:block;z-index:15008;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.4375rem;left:24.5rem;display:none; }
#X5WU0oJpqGDx5rUyQwFBNBKai1uTD63T { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:12.375rem;width:38rem;top:24.686417579651rem;left:21.999786376953rem;display:block; }
#P7T98hd2BWK1FkA3BvPC1dFUnzeDTwTz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:26.624350458384rem;left:22.937286376953rem;height:2.3990875rem;font-style:normal;display:block; }
#nlSLtvGDxZQuALnTzFcTxtnAGkSnmTq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:29.746094614267rem;left:22.966583251953rem;height:6.00260625rem;font-style:normal;display:block; }
#TbTBhJiFG0tyKughqoG2Cg5EX6otyuZe { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:12.874375rem;width:37.999125rem;top:40.060767173767rem;left:22.000869750976rem;display:block; }
#pSuAU0gJ8iG0CngbMDxTiB4xOFJMwl61 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:42.703993797303rem;left:22.937286376953rem;height:2.3990875rem;font-style:normal;display:block; }
#ATf1PZItBs5tM7zMHhSyw6v0i4R8dKpM { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:45.746531486511rem;left:23.030601501465rem;height:6.00260625rem;font-style:normal;display:block; }
#G303EDMXybN09RdoJwP1OgADoHLOfFbl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.31228125rem;width:2.31228125rem;top:39.422745704651rem;left:21.935768127441rem;overflow:hidden;display:block; }
#IHXOyKL87pGP7ic0pkZ6JWzx4sp2hMJl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:23.631728172302rem;left:21.9375rem;overflow:hidden;display:block; }
#oMc5vpECozvlqLzP8MO5QnEOWToyMBQm { position:absolute;display:block;z-index:15011;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.3125rem;width:2.3125rem;top:4.4997834265232rem;left:21.935768127441rem;overflow:hidden;display:block; }
#OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.32);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:16.875rem;width:37.999125rem;top:5.6239128112793rem;left:22.000869750976rem;display:block; }
#AGNO66qTzgDQEq95X712ObKTe7MFy8eW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a05567;background-image:url("https://images.assets-landingi.com/uc/4a8e4730-2c9b-4050-a23c-ac681a7441f6/1a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AGNO66qTzgDQEq95X712ObKTe7MFy8eW.adaptive-delivery-prevent-bg, #AGNO66qTzgDQEq95X712ObKTe7MFy8eW.lazyload, #AGNO66qTzgDQEq95X712ObKTe7MFy8eW.lazyloading { background-image: none; }#AGNO66qTzgDQEq95X712ObKTe7MFy8eW > .row .container { border-width: 0; border-radius: 0; }#AGNO66qTzgDQEq95X712ObKTe7MFy8eW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGNO66qTzgDQEq95X712ObKTe7MFy8eW > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:none; }#SXnRC2h4HzfyTn7TUBrlsthmwBabhyiw { 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:27.561875rem;width:21.4995625rem;top:1.1545140743256rem;left:3.0696640014649rem;overflow:hidden;display:block; }
#NEPi3Z77tmFCmbbkcagc9rKfSDIiJlCc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:31.25rem;top:7.287109375rem;left:28.748046875rem;display:block; }
#ROQalE4PbWTbfwk6wnKklwyVAop0f4O3 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.249125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.2606344223025rem;left:30.000003814698rem;height:2.3994125rem;font-style:normal;display:block; }
#vo0XJ6XBv4cGvpqvl3DrWzQoImMbaOry { color:rgba(var(--color-tertiary-0),1);display:block;width:27.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.187067031861rem;left:30.000003814698rem;height:13.505875rem;font-style:normal;display:block; }
#ZnUaPRag5vM6T7PD5sxR0D6LXluB2sC9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.973307609558rem;left:30.000003814698rem;display:block; }
#ZtUkKAf8nTHP4ekTrWn10MWloOWCZmc5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BifA7rm3FOpooxcW8BUTV3VWgORWyhZU { position:absolute;display:block;z-index:15007;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:25.875rem;left:4.875rem;display:block; }
#FHB4Er9Acn8c89KTMhLt0DSH6xBN5inL { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }
#I7WBxuapcz7KRgco6Oeoo9pHnz9GPab2 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:4.5rem;left:21.875rem;display:block; }
#IDOZFa84kcU65vgfdc4JoiV46O3OuI8t { position:absolute;display:block;z-index:15008;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.4375rem;left:24.5rem;display:block; }
#OAI02qiTDOya8xuyqSJXucSv777poUTO { 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:36.75rem;width:31.25rem;top:26.185972213745rem;left:28.748920440674rem;overflow:hidden;display:block; }
#Tys2hbJTAdNahOxEgqbQGBkOAxp8oZ32 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:32.625rem;display:none; }
#QVJJT7xk7OXavJKPlfe5Ic1ZeF6Dhb8H { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:4.5rem;left:21.875rem;display:none; }
#v7yoC7PsVTmUPdMftQhxqMcVRkbZxmrx { position:absolute;display:block;z-index:15008;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.4375rem;left:24.5rem;display:none; }
#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#94465b;background-image:url("https://images.assets-landingi.com/uc/982717dc-f7a0-4c01-8288-9cf5f5a95b81/1b.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.adaptive-delivery-prevent-bg, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyload, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyloading { background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { border-width: 0; border-radius: 0; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:none; }#DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.25rem;width:31.25rem;top:7.6865234375rem;left:0rem;display:block; }
#MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.4375rem;left:1.875rem;height:4.798825rem;font-style:normal;display:block; }
#vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.874783992767rem;left:1.71875rem;height:12.0051875rem;font-style:normal;display:block; }
#coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.998699665069rem;left:1.875rem;display:block; }
#s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { position:absolute;display:block;z-index:15011;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:6.6875rem;left:56rem;display:block; }
#e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:32.625rem;display:block; }
#qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:7.375rem;left:23.90625rem;display:block; }
#ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { position:absolute;display:block;z-index:15012;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.0625rem;left:31.25rem;display:block; }
#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ab596e;background-image:url("https://images.assets-landingi.com/uc/d23dffca-0ef3-4770-98f8-997347d2801b/1c.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.adaptive-delivery-prevent-bg, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyload, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyloading { background-image: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { border-width: 0; border-radius: 0; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:none; }#AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.625rem;width:31.25rem;top:8rem;left:28.75rem;display:block; }
#nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:30.625rem;height:4.798825rem;font-style:normal;display:block; }
#hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.375rem;left:30.625rem;height:6.00260625rem;font-style:normal;display:block; }
#BxQ3fmitNOpUkoacg0xqT4ChgqZ0VmPU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.375rem;left:30.625rem;display:block; }
#Ioi9T11E7QErPFhRrzUzF9ggDI5NudBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { position:absolute;display:block;z-index:15007;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.375rem;left:4.8125rem;display:block; }
#WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }
#bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:16.3125rem;left:20.9375rem;display:block; }
#Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { position:absolute;display:block;z-index:15008;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.78125rem;left:22.6875rem;display:block; }
#FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { 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:28.6870625rem;width:26.436625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AOOTGH6LZi5rv3gwto7fswQnINeB68my { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container { background-color: transparent; background-image: none; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container > .video-iframe-container { display: none; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row > .video-iframe-container { display: none; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .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); }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container { border-width: 0; border-radius: 0; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#PqAGrbxZDWpBRPXyCuGL2UJDktw4Gdbs { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#naFt5rC9pic6fIHErnulA8QfGnLrGxxP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.749rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:7.1484375rem;display:block; }
#UXpVwpT8Q7Hiy1KsucizDaeTMptwAi24 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.83203125rem;left:0rem;height:1.29980625rem;display:block; }
#GGQSRsBAwJ20mLlbZCLaUUb9xGgZ1ItE { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.9560546875rem;left:0rem;height:1.0556625rem;display:block; }
#NcElICLTgOorVUpRzRGJpdZPETKzRucZ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.375rem;left:37rem;height:1.4619125rem;display:block; }
#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:41.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#tiN0UV4ivDq3MZzFnZnbbPUOpsORTK6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:3.249025rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:37.375rem;height:1.4619125rem;display:block; }
#HAgZDi9zpBGJVPf8eUFxoX9wBdzsVsi1 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.4375rem;left:41.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#wK0UiT95VEtUbJOhoZ2WfdLVM7cR5XMf { position:relative;display:none; }#wK0UiT95VEtUbJOhoZ2WfdLVM7cR5XMf { border-width: 0; border-radius: 0; }#wK0UiT95VEtUbJOhoZ2WfdLVM7cR5XMf > .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; }#wK0UiT95VEtUbJOhoZ2WfdLVM7cR5XMf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IIVIl0DeDLxv9utA47uPn2rFgnyDesd5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.09375rem;left:0.625rem;display:block; }
#zC1hIP4RBuTbpevezuAMi67JkUVMGlk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZlOs7SWHhX07m9y4dtJaOh4DelWw687z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.09375rem;left:10.9375rem;display:block; }
#ESGgCgOOW29C8QlsZfS4Or5ZkSHnUBBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HDF7u6foBJFrMfyDyVKvyQMtvF9HZTNk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.09375rem;left:52.5rem;display:block; }
#oG8UCxNXTsl4nl8qehnZkx3KROdTSmTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BPVn8TksxW3g91Ly9gsVMpVXmDOOsKJc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.09375rem;left:39.812282562256rem;display:block; }
#mmccLQ2aXzGRG6gLWgk29NcWFJ4KU3yg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:6.5rem;left:0rem;width:10rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX4rcIHzaafCZsNwXxCgOc3snrkMw9dk { top:1.6875rem;left:0rem;width:20rem;height:10.1875rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJcqeEZpGTNhDP4BTb34e7r7LsFy4QTG { top:0rem;left:0rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz { display:block; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqmF6GcEb4ZJXPqH74cOSLxtnB7bNhhy { top:0.75rem;left:0rem;width:31.3125rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { top:1.6875rem;left:10.40625rem;width:26.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NumWeS9vXM3nenrrZflJV1z06ZsW0Ae4 { top:9.9375rem;left:3.1875rem;width:41.3125rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxULccOMuIbWWmiWcJHpT5fE06LIXR6u { top:62.4375rem;left:3.8125rem;width:40.125rem;height:18.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQHIxdoqpcv96KXSeFwDWix3MJn4yrA { top:107.0625rem;left:20.875rem;width:26.875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESRr0aFBLV4IBUWWskLHwxhZ35FIC7ic { top:8.5rem;left:1.9375rem;width:43.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWdbqpI91fFJu1DolGF8QFRTUedQ3Riw { top:61.25rem;left:1.9375rem;width:43.875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te9BHyizLCHQSa8U8H7BAiTkRNkT8DGN { top:105.4375rem;left:19.6875rem;width:28.0625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH6npnEBsyyVDZJXvn468QyNkKaRGSwV { width:43.125rem;height:40.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CG9dQpI4lpGvLLS0HrFmKG5wPLoFzQzp { width:30.375rem;height:26.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2l7aQ1cplq58TXK6PmcT0bW5MRitToe { top:106.4375rem;left:0rem;width:23.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHCbGROHp22ms4zbF4uBpmGEFFpcfgua { top:131.8125rem;left:18.25rem;width:29.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu3GVFOATP4xxi2VLgcAweZ2IwqPPZPX { top:132.9375rem;left:0rem;width:25.4375rem;height:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daOIQw4VIPVd1MCGBkQ0ZKeT2W4diWuW { top:131.3125rem;left:0rem;width:28.0625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlmaF9uEg65s6S2FxVPSbJ7ZZ14GG61 { top:159.9375rem;left:0rem;width:47.75rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1LKGQcGS8TfX2xGhK8MctqBMd4lue02 { top:158.9375rem;left:0rem;width:47.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVyNXnrsyhhnAEIOOVTf6aaWXm94zX3B { top:41.875rem;left:0rem;width:31.0625rem;height:16.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyLEheDhkFAbN6rtyPq8hKTCefCJNTCT { top:37.3125rem;left:0rem;width:47.75rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiq8dqzRUvqHmJ753EkCyKaLiqmHuBsS { top:38.75rem;left:0rem;width:29.875rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3fg2GgWIg15olSgT0oXRKqSbg6u8Dnz { top:38.9375rem;left:27.875rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdlx16v7k1uENVcOFOFMatMbz8EkO00r { display:block; }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lF4kIag8s8l4zhJMlUXNKwZqfeUPiiqw { width:18.75rem;height:3.25rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuFCRphFBCuus6dyWq7Po4MVtL5TCnPo { width:18.75rem;height:5.375rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVooP7nz0CSWv0ApnzPsNogKnTpzN0cg { width:18.75rem;height:5.375rem;top:29.0625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZana2uW8S8WdP36dliHJIdNuwyxM5tw { width:18.75rem;height:1.625rem;top:26.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcnexwfv5xSNBK88cKcCmvJCrETdWPmv { width:18.75rem;height:5.375rem;top:29.0625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUO7ilVgx3OvTDWCdBcnR4b2z7aB4q0 { width:18.75rem;height:1.625rem;top:26.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6I3yoxKueyxxrcHBb1a6ZH0xEK7twA { width:20rem;height:;top:4.125rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1vvN6MScwtm2wp7FPnksaVB6XWVdTI { top:14.375rem;left:0rem;width:25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X08Sq03lgmpkVTlV5sQe0clTAy63L1qG { top:14.375rem;left:6.75rem;width:25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr1XHJ3ui3COqEJGOOm4vnAW50Cfigfr { top:14.375rem;left:22.625rem;width:25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roxUxZ7S1e1QspWDSnUi5a7y2G87Cv4o { top:18.1875rem;left:4.5625rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQOBU8o0tt4kgO2aPCI764qrzFLqA0A0 { top:18.1875rem;left:20.4375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpToeHMwPd2PBuQMft2TUZcpgGFPqCDJ { top:18.1875rem;left:36.3125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { top:1.125rem;left:0.0071640014648438rem;width:21.4375rem;height:27.482312503452rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { top:1.125rem;left:0rem;width:30.125rem;height:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { top:12.9375rem;left:0rem;width:36.0625rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { top:25.875rem;left:1.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { top:4.5rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { top:3.8125rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ShxQW2RTa1xPBCCJ6HZaRTud6cRd1W { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiPA9G3VB6XTRkW7Icy0QVyZENFHxGQa { top:4.5rem;left:10rem;width:13.75rem;height:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvvKnAprZUzvdviuzuc2R6XbUDwiML7l { top:5.4375rem;left:21.4375rem;width:0.75rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5WU0oJpqGDx5rUyQwFBNBKai1uTD63T { top:24.625rem;left:0rem;width:38rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7T98hd2BWK1FkA3BvPC1dFUnzeDTwTz { top:26.5625rem;left:0rem;width:26.0625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlSLtvGDxZQuALnTzFcTxtnAGkSnmTq0 { top:29.6875rem;left:0rem;width:35.9375rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTBhJiFG0tyKughqoG2Cg5EX6otyuZe { top:40rem;left:0rem;width:37.9375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSuAU0gJ8iG0CngbMDxTiB4xOFJMwl61 { top:42.6875rem;left:0rem;width:26.0625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATf1PZItBs5tM7zMHhSyw6v0i4R8dKpM { top:45.6875rem;left:0rem;width:35.9375rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G303EDMXybN09RdoJwP1OgADoHLOfFbl { top:39.375rem;left:18.873268127441rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXOyKL87pGP7ic0pkZ6JWzx4sp2hMJl { top:23.625rem;left:18.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMc5vpECozvlqLzP8MO5QnEOWToyMBQm { top:4.4375rem;left:18.873268127441rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { top:5.5625rem;left:0rem;width:37.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGNO66qTzgDQEq95X712ObKTe7MFy8eW { display:block; }#AGNO66qTzgDQEq95X712ObKTe7MFy8eW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXnRC2h4HzfyTn7TUBrlsthmwBabhyiw { top:1.125rem;left:0.0071640014648438rem;width:21.4375rem;height:27.482312503452rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEPi3Z77tmFCmbbkcagc9rKfSDIiJlCc { top:7.25rem;left:0rem;width:31.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROQalE4PbWTbfwk6wnKklwyVAop0f4O3 { top:8.25rem;left:18.5625rem;width:29.1875rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0XJ6XBv4cGvpqvl3DrWzQoImMbaOry { top:11.125rem;left:19.8125rem;width:27.9375rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnUaPRag5vM6T7PD5sxR0D6LXluB2sC9 { width:14.0625rem;height:2.8125rem;top:25.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtUkKAf8nTHP4ekTrWn10MWloOWCZmc5 { display:block; }
 }@media only screen and (max-width: 763px) { #BifA7rm3FOpooxcW8BUTV3VWgORWyhZU { top:25.875rem;left:1.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHB4Er9Acn8c89KTMhLt0DSH6xBN5inL { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7WBxuapcz7KRgco6Oeoo9pHnz9GPab2 { top:4.5rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDOZFa84kcU65vgfdc4JoiV46O3OuI8t { top:5.4375rem;left:21.4375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAI02qiTDOya8xuyqSJXucSv777poUTO { top:26.125rem;left:0rem;width:31.25rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tys2hbJTAdNahOxEgqbQGBkOAxp8oZ32 { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVJJT7xk7OXavJKPlfe5Ic1ZeF6Dhb8H { top:4.5rem;left:10rem;width:13.75rem;height:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7yoC7PsVTmUPdMftQhxqMcVRkbZxmrx { top:5.4375rem;left:21.4375rem;width:0.75rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { top:7.625rem;left:0rem;width:31.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { top:8.4375rem;left:0rem;width:26.3125rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { top:13.8125rem;left:0rem;width:27.8125rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { width:14.0625rem;height:2.8125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { top:6.6875rem;left:46.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { top:7.375rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { top:8rem;left:0rem;width:31.25rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { top:9.0625rem;left:21.125rem;width:26.625rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { top:15.375rem;left:20.25rem;width:27.5rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxQ3fmitNOpUkoacg0xqT4ChgqZ0VmPU { width:14.0625rem;height:2.8125rem;top:23.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioi9T11E7QErPFhRrzUzF9ggDI5NudBD { display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { top:5.375rem;left:1.75rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { top:16.3125rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { top:27.75rem;left:19.625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { top:0rem;left:0rem;width:26.375rem;height:28.620191625728rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOOTGH6LZi5rv3gwto7fswQnINeB68my { display:block; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqAGrbxZDWpBRPXyCuGL2UJDktw4Gdbs { top:0.375rem;left:0rem;width:21rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naFt5rC9pic6fIHErnulA8QfGnLrGxxP { top:3.1875rem;left:0rem;width:30.6875rem;height:7.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXpVwpT8Q7Hiy1KsucizDaeTMptwAi24 { top:12.8125rem;left:0rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQSRsBAwJ20mLlbZCLaUUb9xGgZ1ItE { top:10.9375rem;left:0rem;width:30.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcElICLTgOorVUpRzRGJpdZPETKzRucZ { top:0.375rem;left:30.875rem;width:4.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:3.1875rem;left:30.1875rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiN0UV4ivDq3MZzFnZnbbPUOpsORTK6Z { top:3.125rem;left:31.25rem;width:3.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAgZDi9zpBGJVPf8eUFxoX9wBdzsVsi1 { top:0.4375rem;left:35.6875rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK0UiT95VEtUbJOhoZ2WfdLVM7cR5XMf { display:none; }#wK0UiT95VEtUbJOhoZ2WfdLVM7cR5XMf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IIVIl0DeDLxv9utA47uPn2rFgnyDesd5 { width:4.375rem;height:2.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC1hIP4RBuTbpevezuAMi67JkUVMGlk7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZlOs7SWHhX07m9y4dtJaOh4DelWw687z { width:5.625rem;height:2.5rem;top:1.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESGgCgOOW29C8QlsZfS4Or5ZkSHnUBBf { display:block; }
 }@media only screen and (max-width: 763px) { #HDF7u6foBJFrMfyDyVKvyQMtvF9HZTNk { width:6.875rem;height:2.5rem;top:1.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG8UCxNXTsl4nl8qehnZkx3KROdTSmTi { display:block; }
 }@media only screen and (max-width: 763px) { #BPVn8TksxW3g91Ly9gsVMpVXmDOOsKJc { width:9.6875rem;height:2.5rem;top:1.0625rem;left:33.687282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmccLQ2aXzGRG6gLWgk29NcWFJ4KU3yg { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#8e8da2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:20rem;height:6.82425rem;top:25.4355625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:roboto;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xX4rcIHzaafCZsNwXxCgOc3snrkMw9dk { width:20rem;height:10.2363125rem;top:33.5098125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:roboto;font-weight:700;font-style:normal;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KJcqeEZpGTNhDP4BTb34e7r7LsFy4QTG { width:16.6865rem;height:16.6865rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz { display:block; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz { background-color: transparent; background-image: none; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row .container > .video-iframe-container { display: none; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row > .video-iframe-container { display: none; }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .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); }#dg2i8zv9ExQeF2tmxEnGLdi7d1B1FFgz > .row .container { width:20rem;height:17.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqmF6GcEb4ZJXPqH74cOSLxtnB7bNhhy { width:20rem;height:14.75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { background-color:#454e71;background-image:none;display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { background-color: transparent; background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .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); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:20rem;height:315.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { width:16.8105625rem;height:10.3984375rem;top:16.5625rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NumWeS9vXM3nenrrZflJV1z06ZsW0Ae4 { width:19.375rem;height:23.90625rem;top:29.6796875rem;left:0.625rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxULccOMuIbWWmiWcJHpT5fE06LIXR6u { width:19.375rem;height:19.125rem;top:56.0234375rem;left:0.625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TVQHIxdoqpcv96KXSeFwDWix3MJn4yrA { width:18.999rem;height:30.378875rem;top:114.3164375rem;left:0.625rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESRr0aFBLV4IBUWWskLHwxhZ35FIC7ic { width:19.75rem;height:19.0625rem;top:28.2109375rem;left:0rem;z-index:14998;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:rgba(77,73,74,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pWdbqpI91fFJu1DolGF8QFRTUedQ3Riw { width:19.75rem;height:20.875rem;top:54.8359375rem;left:0rem;z-index:14998;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:rgba(77,73,74,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Te9BHyizLCHQSa8U8H7BAiTkRNkT8DGN { width:19.75rem;height:17.4375rem;top:112.6914375rem;left:0rem;z-index:14998;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:rgba(77,73,74,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #SH6npnEBsyyVDZJXvn468QyNkKaRGSwV { top:1.25rem;left:2.4375rem;width:15.125rem;height:14.0625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CG9dQpI4lpGvLLS0HrFmKG5wPLoFzQzp { top:1.25rem;left:2.4375rem;width:16rem;height:14.0625rem;z-index:15012;overflow:hidden;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.85) ;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2l7aQ1cplq58TXK6PmcT0bW5MRitToe { width:13.8125rem;height:13.8125rem;top:97.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHCbGROHp22ms4zbF4uBpmGEFFpcfgua { width:20rem;height:13.85593220339rem;top:216.48125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu3GVFOATP4xxi2VLgcAweZ2IwqPPZPX { width:20rem;height:67.6621375rem;top:147.569375rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daOIQw4VIPVd1MCGBkQ0ZKeT2W4diWuW { width:19.75rem;height:53.3125rem;top:145.944375rem;left:0rem;z-index:14998;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:rgba(77,73,74,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bTlmaF9uEg65s6S2FxVPSbJ7ZZ14GG61 { width:20rem;height:46.94921875rem;top:232.58675rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1LKGQcGS8TfX2xGhK8MctqBMd4lue02 { width:19.75rem;height:24.875rem;top:231.58675rem;left:0rem;z-index:14998;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:rgba(77,73,74,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vVyNXnrsyhhnAEIOOVTf6aaWXm94zX3B { width:20rem;height:0;top:285.33675rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyLEheDhkFAbN6rtyPq8hKTCefCJNTCT { width:19.75rem;height:23.1875rem;top:280.77425rem;left:0rem;z-index:14998;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:rgba(77,73,74,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Jiq8dqzRUvqHmJ753EkCyKaLiqmHuBsS { width:20rem;height:0;top:282.21175rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3fg2GgWIg15olSgT0oXRKqSbg6u8Dnz { width:19.875rem;height:19.875rem;top:282.4305rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdlx16v7k1uENVcOFOFMatMbz8EkO00r { display:block; }#Qdlx16v7k1uENVcOFOFMatMbz8EkO00r > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lF4kIag8s8l4zhJMlUXNKwZqfeUPiiqw { width:18.75rem;height:1.29980625rem;top:13.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuFCRphFBCuus6dyWq7Po4MVtL5TCnPo { width:18.75rem;height:4.798825rem;top:18.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVooP7nz0CSWv0ApnzPsNogKnTpzN0cg { width:18.75rem;height:4.798825rem;top:47.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZana2uW8S8WdP36dliHJIdNuwyxM5tw { width:18.75rem;height:1.29980625rem;top:44.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcnexwfv5xSNBK88cKcCmvJCrETdWPmv { width:18.75rem;height:4.798825rem;top:72.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUO7ilVgx3OvTDWCdBcnR4b2z7aB4q0 { width:18.75rem;height:1.29980625rem;top:69.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6I3yoxKueyxxrcHBb1a6ZH0xEK7twA { width:20rem;height:4.875rem;top:26.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1vvN6MScwtm2wp7FPnksaVB6XWVdTI { width:20rem;height:23.75rem;top:1.25rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X08Sq03lgmpkVTlV5sQe0clTAy63L1qG { width:20rem;height:23.75rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr1XHJ3ui3COqEJGOOm4vnAW50Cfigfr { width:20rem;height:23.75rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roxUxZ7S1e1QspWDSnUi5a7y2G87Cv4o { width:6.75rem;height:6.75rem;top:5.09375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQOBU8o0tt4kgO2aPCI764qrzFLqA0A0 { width:6.75rem;height:6.75rem;top:36.21875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpToeHMwPd2PBuQMft2TUZcpgGFPqCDJ { width:6.75rem;height:6.75rem;top:61.21875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:159rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { width:15rem;height:19.311rem;top:19.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { width:18.6230625rem;height:5.625rem;top:46.21809699707rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { width:18.9355625rem;height:9.74825rem;top:80.717227246094rem;left:0.87131118774437rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { width:0.7487rem;height:0.7487rem;top:44.22004699707rem;left:4.3044700622558rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { width:16.875rem;height:16.875rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { width:8.75rem;height:8.75rem;top:63.218096997069rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { width:0.7487rem;height:0.7487rem;top:143.94169975586rem;left:0.062286376953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ShxQW2RTa1xPBCCJ6HZaRTud6cRd1W { width:15.625rem;height:15.625rem;top:142.02762199707rem;left:2.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #PiPA9G3VB6XTRkW7Icy0QVyZENFHxGQa { width:8.75rem;height:8.75rem;top:53.09309699707rem;left:5.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zvvKnAprZUzvdviuzuc2R6XbUDwiML7l { width:0.7487rem;height:0.7487rem;top:23.782752990722rem;left:19.2513rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #X5WU0oJpqGDx5rUyQwFBNBKai1uTD63T { width:20rem;height:20.625rem;top:97.779596997069rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #P7T98hd2BWK1FkA3BvPC1dFUnzeDTwTz { width:14.311rem;height:4.19921875rem;top:99.717539501956rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlSLtvGDxZQuALnTzFcTxtnAGkSnmTq0 { width:18.6230625rem;height:7.3111875rem;top:102.83927412109rem;left:0.966796875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTBhJiFG0tyKughqoG2Cg5EX6otyuZe { width:20rem;height:17.6248125rem;top:123.15362199707rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pSuAU0gJ8iG0CngbMDxTiB4xOFJMwl61 { width:15.8735rem;height:4.19921875rem;top:125.79687150879rem;left:0.93641662597688rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATf1PZItBs5tM7zMHhSyw6v0i4R8dKpM { width:19.124375rem;height:7.3111875rem;top:128.83941301269rem;left:0.875625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G303EDMXybN09RdoJwP1OgADoHLOfFbl { width:2.24935rem;height:2.24935rem;top:119.65459699707rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXOyKL87pGP7ic0pkZ6JWzx4sp2hMJl { width:2.31228125rem;height:2.31228125rem;top:41.97720336914rem;left:17.68771875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMc5vpECozvlqLzP8MO5QnEOWToyMBQm { width:2.31228125rem;height:2.31228125rem;top:22.845260620118rem;left:17.68771875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { width:20rem;height:23.186875rem;top:73.343096997069rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AGNO66qTzgDQEq95X712ObKTe7MFy8eW { display:none; }#AGNO66qTzgDQEq95X712ObKTe7MFy8eW > .row .container { width:20rem;height:127.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SXnRC2h4HzfyTn7TUBrlsthmwBabhyiw { width:15rem;height:19.311rem;top:19.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEPi3Z77tmFCmbbkcagc9rKfSDIiJlCc { width:20rem;height:23.624125rem;top:66.468112255862rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ROQalE4PbWTbfwk6wnKklwyVAop0f4O3 { width:18.686rem;height:1.7252625rem;top:67.442508007813rem;left:1.2521743774419rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0XJ6XBv4cGvpqvl3DrWzQoImMbaOry { width:18.9355625rem;height:15.7421875rem;top:70.368945385744rem;left:1.0644375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnUaPRag5vM6T7PD5sxR0D6LXluB2sC9 { width:12.5rem;height:2.8125rem;top:85.155185009769rem;left:1.2521743774419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtUkKAf8nTHP4ekTrWn10MWloOWCZmc5 { display:block; }
 }@media only screen and (max-width: 763px) { #BifA7rm3FOpooxcW8BUTV3VWgORWyhZU { width:0.7487rem;height:0.7487rem;top:44.220062255859rem;left:4.3044700622558rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHB4Er9Acn8c89KTMhLt0DSH6xBN5inL { width:16.875rem;height:16.875rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7WBxuapcz7KRgco6Oeoo9pHnz9GPab2 { width:8.75rem;height:8.75rem;top:56.343112255859rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDOZFa84kcU65vgfdc4JoiV46O3OuI8t { width:0.7487rem;height:0.7487rem;top:23.782775878906rem;left:19.2513rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAI02qiTDOya8xuyqSJXucSv777poUTO { width:15.561rem;height:18.3105625rem;top:91.342112255863rem;left:2.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Tys2hbJTAdNahOxEgqbQGBkOAxp8oZ32 { width:15.625rem;height:15.625rem;top:110.90267475586rem;left:2.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QVJJT7xk7OXavJKPlfe5Ic1ZeF6Dhb8H { width:8.75rem;height:8.75rem;top:46.218112255859rem;left:5.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #v7yoC7PsVTmUPdMftQhxqMcVRkbZxmrx { width:0.7487rem;height:0.7487rem;top:23.782768249512rem;left:19.2513rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { width:20rem;height:22.874375rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { width:19.375rem;height:6.2988125rem;top:2.001953125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { width:18.9355625rem;height:13.1185rem;top:7.4392395019531rem;left:1.0644375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { width:12.5rem;height:2.8125rem;top:20.56315612793rem;left:1.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { width:0.7487rem;height:0.7487rem;top:29.607206702232rem;left:2.4294705986977rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { width:15.625rem;height:15.625rem;top:28.28776204586rem;left:2.4294705986977rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { width:6.875rem;height:6.875rem;top:38.161892294884rem;left:11.248915731907rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { width:0.7487rem;height:0.7487rem;top:3.6870574951172rem;left:19.2513rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { width:20rem;height:21.9998125rem;top:40.529101635742rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { width:19.375rem;height:6.2988125rem;top:41.59245612793rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { width:18.9355625rem;height:6.55925rem;top:47.904315258789rem;left:1.0644375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxQ3fmitNOpUkoacg0xqT4ChgqZ0VmPU { width:12.5rem;height:2.8125rem;top:55.904544140625rem;left:1.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ioi9T11E7QErPFhRrzUzF9ggDI5NudBD { display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { width:0.7487rem;height:0.7487rem;top:6.6243591308594rem;left:5.9997863769531rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { width:15rem;height:15rem;top:4.5931091308594rem;left:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { width:8.125rem;height:8.125rem;top:31.029101635742rem;left:5.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { width:0.7487rem;height:0.7487rem;top:29.031051635743rem;left:19.2513rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { width:17.6248125rem;height:19.124375rem;top:1.25rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #AOOTGH6LZi5rv3gwto7fswQnINeB68my { background-color:rgba(255,255,255,0.51);background-image:none;display:block; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container { background-color: transparent; background-image: none; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container > .video-iframe-container { display: none; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row > .video-iframe-container { display: none; }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .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); }#AOOTGH6LZi5rv3gwto7fswQnINeB68my > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqAGrbxZDWpBRPXyCuGL2UJDktw4Gdbs { width:14.625rem;height:1.3808625rem;top:1.25rem;left:2.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naFt5rC9pic6fIHErnulA8QfGnLrGxxP { width:20rem;height:24.6963125rem;top:9.14160625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXpVwpT8Q7Hiy1KsucizDaeTMptwAi24 { width:19.8730625rem;height:1.29980625rem;top:44.198275rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGQSRsBAwJ20mLlbZCLaUUb9xGgZ1ItE { width:20rem;height:2.5996125rem;top:40.3486625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcElICLTgOorVUpRzRGJpdZPETKzRucZ { width:4.0625rem;height:1.4619125rem;top:3.8808625rem;left:7.9375rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:17.249rem;height:1.29980625rem;top:37.79885625rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tiN0UV4ivDq3MZzFnZnbbPUOpsORTK6Z { width:3.186525rem;height:1.4619125rem;top:35.08791875rem;left:8.375rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAgZDi9zpBGJVPf8eUFxoX9wBdzsVsi1 { width:8.125rem;height:1.29980625rem;top:6.5918rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wK0UiT95VEtUbJOhoZ2WfdLVM7cR5XMf { display:block; }#wK0UiT95VEtUbJOhoZ2WfdLVM7cR5XMf > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIVIl0DeDLxv9utA47uPn2rFgnyDesd5 { width:3.75rem;height:1.875rem;top:1.25rem;left:8.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC1hIP4RBuTbpevezuAMi67JkUVMGlk7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZlOs7SWHhX07m9y4dtJaOh4DelWw687z { width:4.6875rem;height:1.875rem;top:4.375rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESGgCgOOW29C8QlsZfS4Or5ZkSHnUBBf { display:block; }
 }@media only screen and (max-width: 763px) { #HDF7u6foBJFrMfyDyVKvyQMtvF9HZTNk { width:5.061525rem;height:1.875rem;top:10.625rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG8UCxNXTsl4nl8qehnZkx3KROdTSmTi { display:block; }
 }@media only screen and (max-width: 763px) { #BPVn8TksxW3g91Ly9gsVMpVXmDOOsKJc { width:7.874rem;height:1.875rem;top:7.5rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmccLQ2aXzGRG6gLWgk29NcWFJ4KU3yg { display:block; }
 }