.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:246,224,242;--color-primary-1:246,132,242;--color-primary-2:230,132,239;--color-primary-3:138,79,143;--color-primary-4:46,26,48;--color-secondary-0:252,217,224;--color-secondary-1:246,128,152;--color-secondary-2:236,0,48;--color-secondary-3:118,0,24;--color-secondary-4:35,0,7;--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:"Raleway";--paragraphs-font-family:"Raleway"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#qebsHxl920CnuOtCeRVvdrkv6kexxZTO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:46.125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xzXp0lQtlI2p5I1xL5wGTqLtQQPLiL6x { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.625rem;left:5.125rem;display:block; }
#TxKDIoqRKBvUkPKyyh7TDWefuTzQ6GeQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR { position:relative;display:block; }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR { background-color: transparent; background-image: none; }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR > .row .container > .video-iframe-container { display: none; }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR > .row > .video-iframe-container { display: none; }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR > .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); }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR { border-width: 0; border-radius: 0; }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR > .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; }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TaTG9y8zFvW5UhyWSPSfP1PGCoecXdCr { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.6875rem;left:10.5625rem;height:12.1875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#k2Nkew9GxTg5F65fZshStMoKyssUFACy { 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.4375rem;width:28.4375rem;top:21.375rem;left:14.21875rem;overflow:hidden;display:block; }
#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU { position:relative;display:block; }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU { background-color: transparent; background-image: none; }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU > .row .container > .video-iframe-container { display: none; }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU > .row > .video-iframe-container { display: none; }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU > .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); }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU { border-width: 0; border-radius: 0; }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU > .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; }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uE6D5CdlrVRsIZoGVgViThRTyiJFZoly { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:23.125rem;left:4.25rem;height:10.39845rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row .container { background-color: transparent; background-image: none; }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row .container > .video-iframe-container { display: none; }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row > .video-iframe-container { display: none; }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .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); }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row .container { border-width: 0; border-radius: 0; }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:60rem;position:relative;display:block; }#qyPLmLSHH5DDkRRcRAixl4zyT9XGwstk { position:absolute;display:block;z-index:15013;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:31rem;width:28.8125rem;top:26.0625rem;left:13.25rem;overflow:hidden;display:block; }
#Jg3GXp5MPNHWOHfnP3yumU1KOsEqdBtC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:33.625rem;left:6.0625rem;display:block; }
#wTCq7g9xMNWsgDsKSHQ0d34hThcOEXZM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:45.4375rem;left:7.4375rem;display:block; }
#OA0ZIFh3TaIu1sSMpqoATpLC7R9zrU0i { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.125rem;top:46.875rem;left:36.5rem;display:block; }
#Ua1z2lc8lor2CJiyIm7LlDqzwXhBlbrw { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:36.3125rem;left:40.875rem;display:block; }
#r5T4VxqyW5UAVVzIOzgyTkb8okaMelBo { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:34.3125rem;left:37.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v6QEnnTgbXKQ2RJDpG8Hy3vqFQHnRNNl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.6875rem;left:36.25rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#e6lZa60y93UUG2dn2Vrp4yMAvwaMJU32 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:43.125rem;left:6.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qbzc8R8nLSCtK906a3zqsXI1Tw5wDfnv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.4375rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vzUh3dU3AZMQ2sTXkaxACRnTNtPnAB7w { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:37.25rem;left:32.9375rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#MXUBL898wPJ3R6qkCBH9TBfoXUZPONwp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:47.5rem;left:38.9375rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#eHuG2HV1P9LQFTxNel3aymZGVPS7CTfG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:46.1875rem;left:7.5rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#TnyCWtsC11hIF7kOy8Fu0JqyXx8O2fnf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:34.375rem;left:6.0625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#K2yrdXKqxoIe81Nbt8RZCrVbdfxFnGDU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:9.25rem;left:0rem;height:16.875rem;text-align:center;text-align-last:center;display:block; }
#MNMbqyXeHTNyRMcRrzQuRoF1EVJSArvw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HILxc87s1WVrST42s5iTXKKDhM3h6iNO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.4375rem;left:8.625rem; }
#P8E5A4WlIHoLWTzFquARegmcbcTZE7g6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.125rem;left:9.25rem; }
#XrNfIM0aaUOtTpZeiWnfOuiSRISnZqAr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:29.375rem;left:43.375rem; }
#XcmJQTKb7WqaRLq2QE5BvS6mIQh9LdrN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:40.125rem;left:42.0625rem; }
#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP { position:relative;display:block; }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP { background-color: transparent; background-image: none; }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP > .row .container > .video-iframe-container { display: none; }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP > .row > .video-iframe-container { display: none; }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP > .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); }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP { border-width: 0; border-radius: 0; }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP > .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; }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cp9X0eIhzSu13A6oceUEZS0Z08DqOLXZ { 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:34.5rem;width:34.5rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#QiUrJJBIU0VdtupFrxlBRoBo8eV9wCB4 { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.75rem;left:36.46875rem;display:block; }
#xHCB85t3gJJEomHPT7eJtZ1EGxXsrquN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEIWJNVhTfRb46Znkfao3hRK65zsG5yZ { color:#020202;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.32470703125rem;left:34.84375rem;height:5.60595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq { position:relative;display:block; }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq { background-color: transparent; background-image: none; }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq > .row .container > .video-iframe-container { display: none; }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq > .row > .video-iframe-container { display: none; }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq > .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); }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq { border-width: 0; border-radius: 0; }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq > .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; }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:83.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hPcwUaVnsvQtMhNmBgRerqFOniUg1PTv { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:12.3212890625rem;left:1.3125rem;height:64.9075rem;display:block; }#hPcwUaVnsvQtMhNmBgRerqFOniUg1PTv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hPcwUaVnsvQtMhNmBgRerqFOniUg1PTv li:before{  }
#r60XoVGe7h0JHQvz9Ara1TuLQdy9hJbc { position:absolute;display:block;z-index:14996;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.9375rem;width:24.4375rem;top:5.65625rem;left:34.93359375rem;overflow:hidden;display:block; }
#s4NnPmgU5IISTx4UIwsP0yzvgxrZ3hE3 { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:19.875rem;height:3.0874rem;font-style:italic;display:block; }
#b4AR6Q3UwbpHAbh18sTTuswc8Ur0NSuf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:41.625rem;left:39rem;height:11.7797875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#InLZXtMDvX6ZtgJb0ZOtcQMpCwyOEtMG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:23.3125rem;top:50.8125rem;left:36.3125rem;overflow:hidden;display:block; }
#Msy0lMLNPidsxUPK7e2nqHUVJN1FTdom { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:73.5625rem;left:36.68359375rem;display:block; }
#MCGPlZ99VX2tpXrdTWsAPwCoF2TvRW8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5f1d52d1-df8a-4645-a230-b850b9c00d73/51.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS.adaptive-delivery-prevent-bg, #WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS.lazyload, #WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS.lazyloading { background-image: none; }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row .container { background-color: transparent; background-image: none; }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row .container > .video-iframe-container { display: none; }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row > .video-iframe-container { display: none; }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .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); }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row .container { border-width: 0; border-radius: 0; }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:60rem;position:relative;display:block; }#AUFeJg19MxeO4AzkUJ4JNmi5MGmTfrqr { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9375rem;left:27.5rem;height:39.07619375rem;text-align:center;text-align-last:center;display:block; }
#RJd3hzuZzh1yBgZlTKuolM9VqpGW4rtv { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.1875rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:48.875rem;left:28.84375rem;display:block; }
#Edf4TzMzUhVJwdmSM3xk4m6pHgSN5xTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT { position:relative;display:block; }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT { background-color: transparent; background-image: none; }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT > .row .container > .video-iframe-container { display: none; }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT > .row > .video-iframe-container { display: none; }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT > .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); }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT { border-width: 0; border-radius: 0; }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT > .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; }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ruq1QVDFCevrLySNIasypF1JeMD9G4Nd { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.6884765625rem;left:1.9375rem;height:23.5595625rem;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; }
#iKX6qALTWMGnI1XpAkapbdf38Jonv6s4 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:11.34375rem;left:31.8125rem;overflow:hidden;display:block; }
#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX { position:relative;display:block; }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX { background-color: transparent; background-image: none; }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX > .row .container > .video-iframe-container { display: none; }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX > .row > .video-iframe-container { display: none; }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX > .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); }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX { border-width: 0; border-radius: 0; }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX > .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; }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:72.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P3zuzi32bWrSTXsmbKxEOzzQFE90FCf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6708984375rem;left:28.3125rem;height:63.6903375rem;display:block; }
#sPCKy4BZxxdKh72oyWxWeOALW48zUM3F { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23rem;width:23.0625rem;top:6.6708984375rem;left:3.25rem;overflow:hidden;display:block; }
#CtC9PLPmW7B3DFqkMbdBUvUWcXvbG2RS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.6083984375rem;left:3.25rem;height:4.7124rem;display:block; }
#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD { position:relative;display:block; }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD { background-color: transparent; background-image: none; }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD > .row .container > .video-iframe-container { display: none; }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD > .row > .video-iframe-container { display: none; }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD > .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); }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD { border-width: 0; border-radius: 0; }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD > .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; }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.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:block; }#PJd60eqx9HRK4w7XJyycshrasWaxzIQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9375rem;left:31.875rem;height:24.6962875rem;display:block; }
#F1GTAibVgWwg3uxBFqpgTK3tRRKbpQXp { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:6.375rem;height:2.2749rem;display:block; }
#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row .container { background-color: transparent; background-image: none; }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row .container > .video-iframe-container { display: none; }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row > .video-iframe-container { display: none; }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .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); }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row .container { border-width: 0; border-radius: 0; }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row .container { font-size:0.875rem;font-family:arial;height:81.1875rem;width:60rem;position:relative;display:block; }#JP2x7da4ROCcuUfv2eKiwS8UOIMVB2nh { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:14.8125rem;height:3.57470625rem;display:block; }
#rLstRBIRfeLhQ6bwnwr7xOz3E389nGhf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0.34375rem;height:32.49514375rem;text-align:center;text-align-last:center;display:block; }
#FQSTgn8w4eo3GFxPmSJyTgLAw94Nt3xa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.8125rem;width:24.5625rem;top:45.375rem;left:18.4375rem;overflow:hidden;display:block; }
#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS { position:relative;display:block; }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS { background-color: transparent; background-image: none; }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS > .row .container > .video-iframe-container { display: none; }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS > .row > .video-iframe-container { display: none; }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS > .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); }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS { border-width: 0; border-radius: 0; }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS > .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; }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OZzGcaexyoC3mOAS6PA8DJcZqcduRF5r { 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:32rem;width:32rem;top:4.9375rem;left:14rem;overflow:hidden;display:block; }
#a3TrR95p6sSc5OsxdUUNp7AJyXOfpI80 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:16.625rem;height:3.0874rem;display:block; }
#yiOJJfFTLJbHui5SbEERlmRvmUggpIx8 { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.1875rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.96875rem;left:15.90625rem;display:block; }
#PFviCe0nLGyX18UKP2ENHystBoDdtFof { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qebsHxl920CnuOtCeRVvdrkv6kexxZTO { top:0rem;left:0rem;width:47.75rem;height:36.7078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzXp0lQtlI2p5I1xL5wGTqLtQQPLiL6x { width:20.25rem;height:3.375rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxKDIoqRKBvUkPKyyh7TDWefuTzQ6GeQ { display:block; }
 }@media only screen and (max-width: 763px) { #FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR { display:block; }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaTG9y8zFvW5UhyWSPSfP1PGCoecXdCr { top:10.6875rem;left:4.4375rem;width:38.875rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Nkew9GxTg5F65fZshStMoKyssUFACy { top:21.375rem;left:8.09375rem;width:28.4375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU { display:block; }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uE6D5CdlrVRsIZoGVgViThRTyiJFZoly { top:23.125rem;left:0rem;width:47.75rem;height:10.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 { display:block; }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyPLmLSHH5DDkRRcRAixl4zyT9XGwstk { top:26.0625rem;left:7.125rem;width:28.8125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg3GXp5MPNHWOHfnP3yumU1KOsEqdBtC { top:33.625rem;left:0rem;width:15rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTCq7g9xMNWsgDsKSHQ0d34hThcOEXZM { top:45.4375rem;left:1.3125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA0ZIFh3TaIu1sSMpqoATpLC7R9zrU0i { top:46.875rem;left:30.375rem;width:13.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1z2lc8lor2CJiyIm7LlDqzwXhBlbrw { top:36.3125rem;left:34.75rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5T4VxqyW5UAVVzIOzgyTkb8okaMelBo { top:34.3125rem;left:31.3125rem;width:14rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6QEnnTgbXKQ2RJDpG8Hy3vqFQHnRNNl { top:44.6875rem;left:30.125rem;width:13.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6lZa60y93UUG2dn2Vrp4yMAvwaMJU32 { top:43.125rem;left:0.4375rem;width:11.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbzc8R8nLSCtK906a3zqsXI1Tw5wDfnv { top:31.4375rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzUh3dU3AZMQ2sTXkaxACRnTNtPnAB7w { top:37.25rem;left:26.8125rem;width:20.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXUBL898wPJ3R6qkCBH9TBfoXUZPONwp { top:47.5rem;left:32.8125rem;width:10.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHuG2HV1P9LQFTxNel3aymZGVPS7CTfG { top:46.1875rem;left:1.375rem;width:10.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnyCWtsC11hIF7kOy8Fu0JqyXx8O2fnf { top:34.375rem;left:0rem;width:13.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2yrdXKqxoIe81Nbt8RZCrVbdfxFnGDU { top:9.25rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNMbqyXeHTNyRMcRrzQuRoF1EVJSArvw { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HILxc87s1WVrST42s5iTXKKDhM3h6iNO { top:27.4375rem;left:2.5rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8E5A4WlIHoLWTzFquARegmcbcTZE7g6 { top:39.125rem;left:3.125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrNfIM0aaUOtTpZeiWnfOuiSRISnZqAr { top:29.375rem;left:37.25rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcmJQTKb7WqaRLq2QE5BvS6mIQh9LdrN { top:40.125rem;left:35.9375rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP { display:block; }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cp9X0eIhzSu13A6oceUEZS0Z08DqOLXZ { top:0.125rem;left:0rem;width:34.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiUrJJBIU0VdtupFrxlBRoBo8eV9wCB4 { width:20.9375rem;height:3.875rem;top:23.75rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHCB85t3gJJEomHPT7eJtZ1EGxXsrquN { display:block; }
 }@media only screen and (max-width: 763px) { #GEIWJNVhTfRb46Znkfao3hRK65zsG5yZ { top:15.3125rem;left:25.125rem;width:22.625rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq { display:block; }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPcwUaVnsvQtMhNmBgRerqFOniUg1PTv { top:12.3125rem;left:0rem;width:35rem;height:64.875rem;font-size:1.4375rem;display:block; }#hPcwUaVnsvQtMhNmBgRerqFOniUg1PTv li:before{  }
 }@media only screen and (max-width: 763px) { #r60XoVGe7h0JHQvz9Ara1TuLQdy9hJbc { top:5.625rem;left:23.3125rem;width:24.4375rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4NnPmgU5IISTx4UIwsP0yzvgxrZ3hE3 { top:3.8125rem;left:13.75rem;width:24rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4AR6Q3UwbpHAbh18sTTuswc8Ur0NSuf { top:41.625rem;left:29.8125rem;width:17.9375rem;height:11.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLZXtMDvX6ZtgJb0ZOtcQMpCwyOEtMG { top:50.8125rem;left:24.4375rem;width:23.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msy0lMLNPidsxUPK7e2nqHUVJN1FTdom { width:20.9375rem;height:3.875rem;top:73.5625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCGPlZ99VX2tpXrdTWsAPwCoF2TvRW8M { display:block; }
 }@media only screen and (max-width: 763px) { #WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS { display:block; }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUFeJg19MxeO4AzkUJ4JNmi5MGmTfrqr { top:7.9375rem;left:16.875rem;width:30.875rem;height:39.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJd3hzuZzh1yBgZlTKuolM9VqpGW4rtv { width:28.1875rem;height:3.875rem;top:48.875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edf4TzMzUhVJwdmSM3xk4m6pHgSN5xTV { display:block; }
 }@media only screen and (max-width: 763px) { #THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT { display:block; }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruq1QVDFCevrLySNIasypF1JeMD9G4Nd { top:8.6875rem;left:0rem;width:33.9375rem;height:23.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKX6qALTWMGnI1XpAkapbdf38Jonv6s4 { top:11.3125rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX { display:block; }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3zuzi32bWrSTXsmbKxEOzzQFE90FCf9 { top:6.625rem;left:18.1875rem;width:29.5625rem;height:63.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPCKy4BZxxdKh72oyWxWeOALW48zUM3F { top:6.625rem;left:0rem;width:23.0625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtC9PLPmW7B3DFqkMbdBUvUWcXvbG2RS { top:31.5625rem;left:0rem;width:23.9375rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD { display:block; }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJd60eqx9HRK4w7XJyycshrasWaxzIQ7 { top:5.9375rem;left:21.8125rem;width:25.9375rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1GTAibVgWwg3uxBFqpgTK3tRRKbpQXp { top:5.9375rem;left:0.25rem;width:29.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR { display:block; }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JP2x7da4ROCcuUfv2eKiwS8UOIMVB2nh { top:3.6875rem;left:8.6875rem;width:31.8125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLstRBIRfeLhQ6bwnwr7xOz3E389nGhf { top:11.4375rem;left:0rem;width:47.75rem;height:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQSTgn8w4eo3GFxPmSJyTgLAw94Nt3xa { top:45.375rem;left:12.3125rem;width:24.5625rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS { display:block; }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZzGcaexyoC3mOAS6PA8DJcZqcduRF5r { top:4.9375rem;left:7.875rem;width:32rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TrR95p6sSc5OsxdUUNp7AJyXOfpI80 { top:6.5rem;left:10.5rem;width:35.125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiOJJfFTLJbHui5SbEERlmRvmUggpIx8 { width:28.1875rem;height:3.875rem;top:37.9375rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFviCe0nLGyX18UKP2ENHystBoDdtFof { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qebsHxl920CnuOtCeRVvdrkv6kexxZTO { width:20rem;height:15.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzXp0lQtlI2p5I1xL5wGTqLtQQPLiL6x { width:20rem;height:3.375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxKDIoqRKBvUkPKyyh7TDWefuTzQ6GeQ { display:block; }
 }@media only screen and (max-width: 763px) { #FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR { display:block; }#FH14ZBNVBUnhSkRm3tkxMS55McIVvUsR > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaTG9y8zFvW5UhyWSPSfP1PGCoecXdCr { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Nkew9GxTg5F65fZshStMoKyssUFACy { width:20rem;height:20rem;top:11.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU { display:block; }#XrhaTkPuDuKtLyvpGlCyhuycEKOZ21FU > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uE6D5CdlrVRsIZoGVgViThRTyiJFZoly { width:20rem;height:18.19726875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 { display:block; }#UygoynBayICb4iMAGVHIcZ9qE6FEMJ27 > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyPLmLSHH5DDkRRcRAixl4zyT9XGwstk { width:13.1875rem;height:14.1875rem;top:44.6621125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg3GXp5MPNHWOHfnP3yumU1KOsEqdBtC { width:8.75rem;height:0.1875rem;top:40.4746125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTCq7g9xMNWsgDsKSHQ0d34hThcOEXZM { width:8.75rem;height:0.1875rem;top:79.9746125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA0ZIFh3TaIu1sSMpqoATpLC7R9zrU0i { width:8.75rem;height:0.1875rem;top:87.0371125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1z2lc8lor2CJiyIm7LlDqzwXhBlbrw { width:8.75rem;height:0.1875rem;top:62.9746125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5T4VxqyW5UAVVzIOzgyTkb8okaMelBo { width:19.375rem;height:1.625rem;top:60.0996125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6QEnnTgbXKQ2RJDpG8Hy3vqFQHnRNNl { width:20rem;height:1.625rem;top:84.1621125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6lZa60y93UUG2dn2Vrp4yMAvwaMJU32 { width:20rem;height:1.625rem;top:72.1621125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbzc8R8nLSCtK906a3zqsXI1Tw5wDfnv { width:20rem;height:1.625rem;top:38.2871125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzUh3dU3AZMQ2sTXkaxACRnTNtPnAB7w { width:17.5rem;height:1.5rem;top:64.4121125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXUBL898wPJ3R6qkCBH9TBfoXUZPONwp { width:17.5rem;height:1.5rem;top:87.974609375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHuG2HV1P9LQFTxNel3aymZGVPS7CTfG { width:17.5rem;height:1.5rem;top:81.4121125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnyCWtsC11hIF7kOy8Fu0JqyXx8O2fnf { width:17.5rem;height:1.5rem;top:41.9121125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2yrdXKqxoIe81Nbt8RZCrVbdfxFnGDU { width:18rem;height:27rem;top:6.7246125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNMbqyXeHTNyRMcRrzQuRoF1EVJSArvw { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HILxc87s1WVrST42s5iTXKKDhM3h6iNO { display:flex;width:4.0625rem;height:4.0625rem;top:34.287109375rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #P8E5A4WlIHoLWTzFquARegmcbcTZE7g6 { display:flex;width:4.1875rem;height:4.1875rem;top:74.537109375rem;left:7.90625rem; }
 }@media only screen and (max-width: 763px) { #XrNfIM0aaUOtTpZeiWnfOuiSRISnZqAr { display:flex;width:4.3125rem;height:4.3125rem;top:67.349609375rem;left:7.84375rem; }
 }@media only screen and (max-width: 763px) { #XcmJQTKb7WqaRLq2QE5BvS6mIQh9LdrN { display:flex;width:4.625rem;height:4.625rem;top:90.099609375rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP { display:block; }#JsUhu1XdlaASMRiMhhTEhlziWRE8tTTP > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cp9X0eIhzSu13A6oceUEZS0Z08DqOLXZ { width:20rem;height:20rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiUrJJBIU0VdtupFrxlBRoBo8eV9wCB4 { width:19rem;height:3.875rem;top:30.72412109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHCB85t3gJJEomHPT7eJtZ1EGxXsrquN { display:block; }
 }@media only screen and (max-width: 763px) { #GEIWJNVhTfRb46Znkfao3hRK65zsG5yZ { width:20rem;height:5.60595625rem;top:21.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq { display:block; }#zhuy3l9UJI9A0VkeZcFHCHJX3tscJkcq > .row .container { width:20rem;height:192.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPcwUaVnsvQtMhNmBgRerqFOniUg1PTv { width:20rem;height:115.503125rem;top:5.0996125rem;left:0rem;font-size:1.4375rem;display:block; }#hPcwUaVnsvQtMhNmBgRerqFOniUg1PTv li:before{  }
 }@media only screen and (max-width: 763px) { #r60XoVGe7h0JHQvz9Ara1TuLQdy9hJbc { width:20rem;height:30.230179028133rem;top:121.8527375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4NnPmgU5IISTx4UIwsP0yzvgxrZ3hE3 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4AR6Q3UwbpHAbh18sTTuswc8Ur0NSuf { width:17.9375rem;height:11.7797875rem;top:174.5827375rem;left:1rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLZXtMDvX6ZtgJb0ZOtcQMpCwyOEtMG { width:20rem;height:20rem;top:153.3327375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msy0lMLNPidsxUPK7e2nqHUVJN1FTdom { width:19rem;height:3.875rem;top:187.61255rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCGPlZ99VX2tpXrdTWsAPwCoF2TvRW8M { display:block; }
 }@media only screen and (max-width: 763px) { #WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS { display:block; }#WHMVK6VeXZbq1D7vyXWy5BNNZvK0F0wS > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUFeJg19MxeO4AzkUJ4JNmi5MGmTfrqr { width:20rem;height:44.19335rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJd3hzuZzh1yBgZlTKuolM9VqpGW4rtv { width:19rem;height:3.875rem;top:46.33154296875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edf4TzMzUhVJwdmSM3xk4m6pHgSN5xTV { display:block; }
 }@media only screen and (max-width: 763px) { #THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT { display:block; }#THRA7CN9XrvsIeFa5JKcZTPuZB2OZWDT > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruq1QVDFCevrLySNIasypF1JeMD9G4Nd { width:20rem;height:32.9833875rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKX6qALTWMGnI1XpAkapbdf38Jonv6s4 { width:20rem;height:20rem;top:35.4829375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX { display:block; }#RJOQTc2SZ2bvnAzvm5lSOTtaWrSgUsrX > .row .container { width:20rem;height:119.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3zuzi32bWrSTXsmbKxEOzzQFE90FCf9 { width:20rem;height:92.28615rem;top:26.294925rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPCKy4BZxxdKh72oyWxWeOALW48zUM3F { width:20rem;height:19.945799457994rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtC9PLPmW7B3DFqkMbdBUvUWcXvbG2RS { width:20rem;height:2.5996125rem;top:22.4453125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD { display:block; }#k2rNfLZrr2OWX9nO4KuwG1nhrRErRAuD > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJd60eqx9HRK4w7XJyycshrasWaxzIQ7 { width:20rem;height:29.8955125rem;top:7.04980625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1GTAibVgWwg3uxBFqpgTK3tRRKbpQXp { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR { display:block; }#qL9Tt4SZTqyEVTPFoRrCkPT0m9lTEfMR > .row .container { width:20rem;height:99.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JP2x7da4ROCcuUfv2eKiwS8UOIMVB2nh { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLstRBIRfeLhQ6bwnwr7xOz3E389nGhf { width:20rem;height:62.3906375rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQSTgn8w4eo3GFxPmSJyTgLAw94Nt3xa { width:20rem;height:26.717557251908rem;top:71.33984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS { display:block; }#A4DEwRJtSwkCwrtZnou2yWg4kQLGm9PS > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZzGcaexyoC3mOAS6PA8DJcZqcduRF5r { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TrR95p6sSc5OsxdUUNp7AJyXOfpI80 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiOJJfFTLJbHui5SbEERlmRvmUggpIx8 { width:19rem;height:3.875rem;top:21.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFviCe0nLGyX18UKP2ENHystBoDdtFof { display:block; }
 }