.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:252,248,235;--color-primary-1:245,233,190;--color-primary-2:234,210,124;--color-primary-3:117,105,62;--color-primary-4:35,32,19;--color-secondary-0:255,228,228;--color-secondary-1:254,166,166;--color-secondary-2:253,76,76;--color-secondary-3:127,38,38;--color-secondary-4:38,11,11;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"titillium web";--paragraphs-font-family:"titillium web"; }@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:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/70fa5e3ca95991db72b4e1600474ab0d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#QcsoL4cVpGBOCalndEKXL9BcchfbF54d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcsoL4cVpGBOCalndEKXL9BcchfbF54d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcsoL4cVpGBOCalndEKXL9BcchfbF54d > .row > .video-iframe-container { display: none; }#QcsoL4cVpGBOCalndEKXL9BcchfbF54d > .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); }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030013;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; }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row .container { background-color: transparent; background-image: none; }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row .container > .video-iframe-container { display: none; }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row > .video-iframe-container { display: none; }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .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); }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row .container { border-width: 0; border-radius: 0; }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#ILz1168wATEBSpVcU2ubbleHvRnkutqW { 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-primary-2),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:19.5625rem;display:block; }
#MkFFigTrxDtTMad2CbF6R76WNXbNBnbf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yR6nweFz5MNdpt0fTTUZTKdOFd9ytJZe { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.28125rem;left:26.0625rem;display:block; }
#qNzAl0AW0vLaAvDLkrFa3FhQKhL0M1ci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ibWQE4IXqG19C5hsO6yHZOEeEdorTlBb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { position:relative;display:block; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { background-color: transparent; background-image: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container > .video-iframe-container { display: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row > .video-iframe-container { display: none; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .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); }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { border-width: 0; border-radius: 0; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .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:13.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 { display:block; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 { background-color: transparent; background-image: none; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row .container > .video-iframe-container { display: none; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row > .video-iframe-container { display: none; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .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); }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row .container { background-color:transparent;background-image:none;width:60rem;height:25.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fWG6z6qyP5ifIOHzkmx5ROOzfPDVcpiw { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.58333325rem;color:rgba(var(--color-tertiary-0),1);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; }
#IddtUUUw2JiVu8RtTGsvficiGqTKwlc9 { display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.8125rem;left:0rem;height:7.3333335rem;color:#ead27c;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; }
#UQC6816myTmuS5zmTs84HN4uByonTmhV { display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.1875rem;left:0rem;height:7.3333335rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#rQnFUTKh9ttMldG9WeyViPVqIMrTte1E { display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:19.375rem;left:0rem;height:2.33333325rem;color:rgba(var(--color-primary-2),1);display:block; }
#lJWw13nIaNfssnyZXHSVTA9ddlWhR5WV { background-color:transparent;background-image: -webkit-linear-gradient(238deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(238deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(238deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(238deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(238deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.75rem;left:0rem;display:block; }
#ivgmvNK3BMvltLz2ZswucPEqNt5scQV6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VuN85ILMb50MyrEb8qpLekixdUsGJcba { position:relative;display:block; }#VuN85ILMb50MyrEb8qpLekixdUsGJcba { background-color: transparent; background-image: none; }#VuN85ILMb50MyrEb8qpLekixdUsGJcba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuN85ILMb50MyrEb8qpLekixdUsGJcba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuN85ILMb50MyrEb8qpLekixdUsGJcba > .row .container > .video-iframe-container { display: none; }#VuN85ILMb50MyrEb8qpLekixdUsGJcba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuN85ILMb50MyrEb8qpLekixdUsGJcba > .row > .video-iframe-container { display: none; }#VuN85ILMb50MyrEb8qpLekixdUsGJcba > .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); }#VuN85ILMb50MyrEb8qpLekixdUsGJcba { border-width: 0; border-radius: 0; }#VuN85ILMb50MyrEb8qpLekixdUsGJcba > .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; }#VuN85ILMb50MyrEb8qpLekixdUsGJcba > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;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; }#kBaG4IArRlclyxmGat26oiiKPaHODAkX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:3.75rem;display:block; }
#DEPxNLCTlHue9pcx53LEoHTkE7m6B2l7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:23.75rem;display:block; }
#I52KKDdUzpnr6xKkOGMxkN40LP8a3Kil { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:43.75rem;display:block; }
#L8NLux2n1N027Aivsl0rk7syOp2utfKR { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:20rem;height:3.33333325rem;text-align:center;text-align-last:center;display:block; }
#rdmXdyK7gmsvhGIH9aF1sPHF7hxwrD3S { position:absolute;display:block;z-index:15004;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:4.4375rem;width:10.0625rem;top:14.625rem;left:5rem;overflow:hidden;display:block; }
#HaPB2hyMJn8Q3JrvRQxq8gvEmOu47E6S { position:absolute;display:block;z-index:15005;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:5.25rem;width:12.0625rem;top:14.75rem;left:24rem;overflow:hidden;display:block; }
#uioL2yx9A9ZtTX7rU1sRphSEyl6gv7cO { position:absolute;display:block;z-index:15006;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:8.25rem;width:20.0625rem;top:13.1875rem;left:39.9375rem;overflow:hidden;display:block; }
#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.6);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; }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row .container { background-color: transparent; background-image: none; }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row .container > .video-iframe-container { display: none; }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row > .video-iframe-container { display: none; }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .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); }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row .container { border-width: 0; border-radius: 0; }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#ZzE7spMwzReRhm0arbpZyNu311H67n4E { border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-top:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:10.375rem;width:23.75rem;position:absolute;display:block;z-index:14999;top:9.625rem;left:3.125rem;display:block; }
#kqUhf70fJSudOz1ZwBgdnyqRhwT9CkfJ { display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:11.5625rem;left:4.625rem;height:6rem;color:rgba(var(--color-tertiary-0),1);text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#gS5W0ESW2V6Bdftv8wEErM9iXHJLFQHA { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:17.5rem;left:4.5625rem;height:1.75rem;color:rgba(var(--color-primary-2),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Rs6PT6pTEJZMsKlgWayNOOOsMfwsSaEo { border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-top:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:10.5625rem;width:23.75rem;position:absolute;display:block;z-index:15003;top:9.8125rem;left:33.125rem;display:block; }
#vwuOXA3ZS6sDTHM7SXwB62EUi0KR1ocr { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:17.875rem;left:34.5625rem;height:1.75rem;color:rgba(var(--color-primary-2),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#axz9DhLGmyswTd9JR2R4JHT8HSNSPgpp { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:11.75rem;left:34.5625rem;height:4.5rem;color:rgba(var(--color-tertiary-0),1);text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#EJc6FOahXCqVHfye6Zv3m1We7wrJ30nl { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:20.687501907349rem;height:3.33333325rem;text-align:center;text-align-last:center;display:block; }
#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts { position:relative;display:block; }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts { background-color: transparent; background-image: none; }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts > .row .container > .video-iframe-container { display: none; }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts > .row > .video-iframe-container { display: none; }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts > .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); }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts { border-width: 0; border-radius: 0; }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts > .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; }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:20.25rem;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; }#oeTERAeG45sLe6q79u3oxMEOZTqdficv { box-sizing:content-box;height:6.4375rem;width:17.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);top:10.375rem;left:1.4375rem;display:block; }
#H9G9Fdh91ipRwxkkQrF7eoJP0awfffIp { box-sizing:content-box;height:6.4375rem;width:17.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);top:10.375rem;left:21.4375rem;display:block; }
#ADTsrQ7J6lLXFg5vr2rlJ3xaZexeVuIu { box-sizing:content-box;height:6.4375rem;width:17.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);top:10.375rem;left:41.4375rem;display:block; }
#nGas5IAFLvKw8GVSN7B1U95WxybwmnJg { box-sizing:content-box;height:2.5rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:29.8125rem;display:block; }
#hw78kckcCyMTJD8fxZrSzBINXyv9iDRp { box-sizing:content-box;height:2.5rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:49.8125rem;display:block; }
#shXJSmy9VN0KeKeHrh8CVXdZg2OKt1pS { box-sizing:content-box;height:2.5rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:9.8125rem;display:block; }
#NtvkDW5PVLUdbdxl95FnANKzKVm0W6I6 { box-sizing:content-box;height:0.3125rem;width:40.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:9.8125rem;display:block; }
#a8TA6Bt4pN8v12v93gm9mSBQPXwcO64i { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2291717529297rem;left:0rem;height:3.33333325rem;text-align:center;text-align-last:center;display:block; }
#O1NSRbb5IWQtHy9ZWLWtKD8vk6ITZewd { color:rgba(var(--color-primary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.08479309082rem;left:3.717830657959rem;height:5.8333335rem;text-align:center;text-align-last:center;display:block; }
#emMGwNnQTst80VdXT1R9W9efQwee3TC7 { color:rgba(var(--color-primary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.08479309082rem;left:21.904870986939rem;height:5.8333335rem;text-align:center;text-align-last:center;display:block; }
#X5JTAVrhqveQMhGCPBgDxudMKv9JDkCi { color:rgba(var(--color-primary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.08479309082rem;left:41.903718948364rem;height:5.8333335rem;text-align:center;text-align-last:center;display:block; }
#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf { position:relative;display:block; }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf { background-color: transparent; background-image: none; }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf > .row .container > .video-iframe-container { display: none; }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf > .row > .video-iframe-container { display: none; }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf > .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); }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf { border-width: 0; border-radius: 0; }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf > .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; }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#HUv4UiS5Zb6HMek8v9fQ4ofEhqGMOaH3 { color:rgba(var(--color-primary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:18.9375rem;height:3.33333325rem;display:block; }
#p3hJG5tndR0GlXgQdIurABbc0uQiA3te { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.25rem;left:21.625rem;display:block; }
#nEJ1qiIMkZkIf8wEV8MX0mnxO986mLFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bd7NV4iwFC80Kb22gK5QlhmqDoaiVJpG { color:rgba(var(--color-primary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5rem;left:21.125rem;height:0.9166666875rem;text-align:center;text-align-last:center;display:block; }
#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 { 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; }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row .container { background-color: transparent; background-image: none; }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row .container > .video-iframe-container { display: none; }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row > .video-iframe-container { display: none; }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .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); }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row .container { border-width: 0; border-radius: 0; }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#BiLeTmqukHlvx9kw6PoFf3i6HV4FwWMo { position:absolute;display:block;z-index:15003;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-primary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:48.375rem;display:block; }
#lfXQEmWARG76FDb1GZdS4ThsbJB7Ud2M { position:absolute;display:block;z-index:15005;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-primary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:52.9375rem;display:block; }
#vDkk5MuV8ATEAPQUwGg2oJVgdhTz1g5M { position:absolute;display:block;z-index:15015;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.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#x6vlSzAit3o6UI4yRCW2O47xGTUtVDb1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.0000076293945rem;left:24.375rem;height:1.166666625rem;font-style:normal;display:block; }
#TNlmNEUyuOx1etei9FrxLlhTaW0JFsEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1rem;font-style:normal;display:block; }
#NbaHOkEXVMzX8r17tND6fnQEsfbslh42 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.9375rem;height:1rem;font-style:normal;display:block; }
#RzviK4kNekQ4wT4sSDmuzH1qUzOUGH1H { position:absolute;display:block;z-index:15016;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.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#hqZCtnMwN6i3EnlVIeUawPzifrbTrq7D { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.145843505859rem;left:49rem; }
#OK26w0l9yzR4VpDxUnV71PElzlaO3RaT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.052093505859rem;left:53.46875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx { display:block; }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILz1168wATEBSpVcU2ubbleHvRnkutqW { width:6.5rem;height:2.1875rem;top:1.1875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkFFigTrxDtTMad2CbF6R76WNXbNBnbf { display:block; }
 }@media only screen and (max-width: 763px) { #yR6nweFz5MNdpt0fTTUZTKdOFd9ytJZe { width:11.0625rem;height:2.125rem;top:1.25rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNzAl0AW0vLaAvDLkrFa3FhQKhL0M1ci { display:block; }
 }@media only screen and (max-width: 763px) { #ibWQE4IXqG19C5hsO6yHZOEeEdorTlBb { width:8.4375rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { display:block; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row .container { background-color: transparent; background-image: none; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row .container > .video-iframe-container { display: none; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row > .video-iframe-container { display: none; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .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); }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row .container { border-width: 0; border-radius: 0; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row .container { width:47.75rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWG6z6qyP5ifIOHzkmx5ROOzfPDVcpiw { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IddtUUUw2JiVu8RtTGsvficiGqTKwlc9 { width:47.75rem;height:3.625rem;top:3.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQC6816myTmuS5zmTs84HN4uByonTmhV { width:28.5625rem;height:5.625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQnFUTKh9ttMldG9WeyViPVqIMrTte1E { width:30.6875rem;height:1.875rem;top:15.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJWw13nIaNfssnyZXHSVTA9ddlWhR5WV { width:21.9375rem;height:3.4375rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivgmvNK3BMvltLz2ZswucPEqNt5scQV6 { display:block; }
 }@media only screen and (max-width: 763px) { #VuN85ILMb50MyrEb8qpLekixdUsGJcba { display:block; }#VuN85ILMb50MyrEb8qpLekixdUsGJcba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBaG4IArRlclyxmGat26oiiKPaHODAkX { top:10.5625rem;left:1.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEPxNLCTlHue9pcx53LEoHTkE7m6B2l7 { top:11.125rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I52KKDdUzpnr6xKkOGMxkN40LP8a3Kil { top:11.1875rem;left:33.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8NLux2n1N027Aivsl0rk7syOp2utfKR { top:6.3125rem;left:11.75rem;width:20rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdmXdyK7gmsvhGIH9aF1sPHF7hxwrD3S { top:14.625rem;left:2.9375rem;width:10.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaPB2hyMJn8Q3JrvRQxq8gvEmOu47E6S { top:14.75rem;left:17.8125rem;width:12.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uioL2yx9A9ZtTX7rU1sRphSEyl6gv7cO { top:13.1875rem;left:11.6875rem;width:20.0625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd { display:block; }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row .container { width:47.75rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzE7spMwzReRhm0arbpZyNu311H67n4E { width:20rem;height:15.6875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqUhf70fJSudOz1ZwBgdnyqRhwT9CkfJ { width:17.5rem;height:7.5rem;top:10.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS5W0ESW2V6Bdftv8wEErM9iXHJLFQHA { width:17.5rem;height:1.75rem;top:18.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs6PT6pTEJZMsKlgWayNOOOsMfwsSaEo { width:20rem;height:15.6875rem;top:5.5rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwuOXA3ZS6sDTHM7SXwB62EUi0KR1ocr { width:17.5rem;height:1.75rem;top:18.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axz9DhLGmyswTd9JR2R4JHT8HSNSPgpp { width:17.5rem;height:7.5rem;top:10.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJc6FOahXCqVHfye6Zv3m1We7wrJ30nl { top:4.8125rem;left:6.3125rem;width:17.5625rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts { display:block; }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeTERAeG45sLe6q79u3oxMEOZTqdficv { top:10.375rem;left:0rem;width:17.0625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9G9Fdh91ipRwxkkQrF7eoJP0awfffIp { top:10.375rem;left:14.6875rem;width:17.0625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADTsrQ7J6lLXFg5vr2rlJ3xaZexeVuIu { top:10.375rem;left:30.5625rem;width:17.0625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGas5IAFLvKw8GVSN7B1U95WxybwmnJg { top:7.9375rem;left:23.625rem;width:0.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw78kckcCyMTJD8fxZrSzBINXyv9iDRp { top:7.9375rem;left:39.5rem;width:0.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shXJSmy9VN0KeKeHrh8CVXdZg2OKt1pS { top:7.9375rem;left:7.75rem;width:0.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtvkDW5PVLUdbdxl95FnANKzKVm0W6I6 { top:7.6875rem;left:0rem;width:40.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8TA6Bt4pN8v12v93gm9mSBQPXwcO64i { top:1.1875rem;left:0rem;width:25.6875rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NSRbb5IWQtHy9ZWLWtKD8vk6ITZewd { top:11.0625rem;left:1.655330657959rem;width:12.5625rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emMGwNnQTst80VdXT1R9W9efQwee3TC7 { top:11.0625rem;left:15.5625rem;width:16.1875rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5JTAVrhqveQMhGCPBgDxudMKv9JDkCi { top:11.0625rem;left:31.4375rem;width:16.1875rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf { display:block; }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUv4UiS5Zb6HMek8v9fQ4ofEhqGMOaH3 { top:4.125rem;left:12.8125rem;width:22.1875rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3hJG5tndR0GlXgQdIurABbc0uQiA3te { width:16.75rem;height:2.9375rem;top:8.25rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEJ1qiIMkZkIf8wEV8MX0mnxO986mLFe { display:block; }
 }@media only screen and (max-width: 763px) { #Bd7NV4iwFC80Kb22gK5QlhmqDoaiVJpG { top:11.5rem;left:15rem;width:17.8125rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 { display:block; }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiLeTmqukHlvx9kw6PoFf3i6HV4FwWMo { top:14.5625rem;left:42.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfXQEmWARG76FDb1GZdS4ThsbJB7Ud2M { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkk5MuV8ATEAPQUwGg2oJVgdhTz1g5M { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6vlSzAit3o6UI4yRCW2O47xGTUtVDb1 { top:5rem;left:18.25rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlmNEUyuOx1etei9FrxLlhTaW0JFsEJ { top:13.0625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbaHOkEXVMzX8r17tND6fnQEsfbslh42 { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzviK4kNekQ4wT4sSDmuzH1qUzOUGH1H { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqZCtnMwN6i3EnlVIeUawPzifrbTrq7D { top:15.125rem;left:42.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK26w0l9yzR4VpDxUnV71PElzlaO3RaT { top:15rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx { position:relative;z-index:auto;display:block; }#DiCO044kkPrRw3RrKFBoBJVCu7K1v5mx > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILz1168wATEBSpVcU2ubbleHvRnkutqW { width:3.9375rem;height:2.1875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkFFigTrxDtTMad2CbF6R76WNXbNBnbf { display:block; }
 }@media only screen and (max-width: 763px) { #yR6nweFz5MNdpt0fTTUZTKdOFd9ytJZe { width:8.6875rem;height:2.125rem;top:7.71875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNzAl0AW0vLaAvDLkrFa3FhQKhL0M1ci { display:block; }
 }@media only screen and (max-width: 763px) { #ibWQE4IXqG19C5hsO6yHZOEeEdorTlBb { width:3rem;height:1.6875rem;top:1.34375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 { display:block; }#CSe6PTU9twPCSaouaXsXB1Sha7tCCON8 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 { display:block; }#dLL8qmhuJ5n5ZFDMo3rOyyCMi0xcLeF1 > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWG6z6qyP5ifIOHzkmx5ROOzfPDVcpiw { width:20rem;height:4.5rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IddtUUUw2JiVu8RtTGsvficiGqTKwlc9 { width:20rem;height:12.25rem;top:6.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQC6816myTmuS5zmTs84HN4uByonTmhV { width:20rem;height:8.4375rem;top:22.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQnFUTKh9ttMldG9WeyViPVqIMrTte1E { width:17.1875rem;height:3.5rem;top:41.875rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJWw13nIaNfssnyZXHSVTA9ddlWhR5WV { width:19rem;height:3.4375rem;top:46.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivgmvNK3BMvltLz2ZswucPEqNt5scQV6 { display:block; }
 }@media only screen and (max-width: 763px) { #VuN85ILMb50MyrEb8qpLekixdUsGJcba { display:block; }#VuN85ILMb50MyrEb8qpLekixdUsGJcba > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBaG4IArRlclyxmGat26oiiKPaHODAkX { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEPxNLCTlHue9pcx53LEoHTkE7m6B2l7 { width:12.5rem;height:12.5rem;top:19.58333325rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I52KKDdUzpnr6xKkOGMxkN40LP8a3Kil { width:12.5rem;height:12.5rem;top:42.807632315421rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8NLux2n1N027Aivsl0rk7syOp2utfKR { width:20rem;height:0;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdmXdyK7gmsvhGIH9aF1sPHF7hxwrD3S { width:10.0625rem;height:4.4375rem;top:5.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaPB2hyMJn8Q3JrvRQxq8gvEmOu47E6S { width:12.0625rem;height:5.25rem;top:23.20833325rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uioL2yx9A9ZtTX7rU1sRphSEyl6gv7cO { width:20rem;height:8.2242990654206rem;top:33.33333325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd { display:block; }#L3g4heDo3T6uqFZpRaVCZ4Qt0xOJ0AFd > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzE7spMwzReRhm0arbpZyNu311H67n4E { width:19.5rem;height:12.25rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqUhf70fJSudOz1ZwBgdnyqRhwT9CkfJ { width:17.5rem;height:6rem;top:10.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS5W0ESW2V6Bdftv8wEErM9iXHJLFQHA { width:17.5rem;height:1.75rem;top:18.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs6PT6pTEJZMsKlgWayNOOOsMfwsSaEo { width:19.5rem;height:12.625rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwuOXA3ZS6sDTHM7SXwB62EUi0KR1ocr { width:17.5rem;height:1.75rem;top:43.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axz9DhLGmyswTd9JR2R4JHT8HSNSPgpp { width:17.5rem;height:6rem;top:35.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJc6FOahXCqVHfye6Zv3m1We7wrJ30nl { width:17.5625rem;height:0;top:47.375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts { display:block; }#wtQifLQKTSgMVbNthQVyDcqsaouoH1Ts > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeTERAeG45sLe6q79u3oxMEOZTqdficv { width:17.0625rem;height:6.4375rem;top:9.83333325rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9G9Fdh91ipRwxkkQrF7eoJP0awfffIp { width:17.0625rem;height:6.4375rem;top:17.626307252929rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADTsrQ7J6lLXFg5vr2rlJ3xaZexeVuIu { width:17.0625rem;height:6.4375rem;top:25.419281255859rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGas5IAFLvKw8GVSN7B1U95WxybwmnJg { width:0.3125rem;height:2.5rem;top:6.08333325rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw78kckcCyMTJD8fxZrSzBINXyv9iDRp { width:0.3125rem;height:2.5rem;top:22.981781255859rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shXJSmy9VN0KeKeHrh8CVXdZg2OKt1pS { width:0.3125rem;height:2.5rem;top:6.08333325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtvkDW5PVLUdbdxl95FnANKzKVm0W6I6 { width:20rem;height:0.3125rem;top:5.83333325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8TA6Bt4pN8v12v93gm9mSBQPXwcO64i { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NSRbb5IWQtHy9ZWLWtKD8vk6ITZewd { width:12.5625rem;height:0;top:10.542973752929rem;left:3.4049491882324rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #emMGwNnQTst80VdXT1R9W9efQwee3TC7 { width:16.1875rem;height:0;top:18.335947755859rem;left:1.5911483764649rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5JTAVrhqveQMhGCPBgDxudMKv9JDkCi { width:16.1875rem;height:0;top:26.128921758789rem;left:1.5911483764649rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf { display:block; }#cGxC2NIKuXcKhVXdeuKThcJMHx9rCAHf > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUv4UiS5Zb6HMek8v9fQ4ofEhqGMOaH3 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3hJG5tndR0GlXgQdIurABbc0uQiA3te { width:16.75rem;height:2.9375rem;top:5.83333325rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEJ1qiIMkZkIf8wEV8MX0mnxO986mLFe { display:block; }
 }@media only screen and (max-width: 763px) { #Bd7NV4iwFC80Kb22gK5QlhmqDoaiVJpG { width:17.8125rem;height:0;top:10.02083325rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 { display:block; }#r6lgRuFOEL64UUWEqlUfvCE9K4yJ8DW9 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiLeTmqukHlvx9kw6PoFf3i6HV4FwWMo { width:3.0625rem;height:3.0625rem;top:42.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfXQEmWARG76FDb1GZdS4ThsbJB7Ud2M { width:3.0625rem;height:3.0625rem;top:42.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkk5MuV8ATEAPQUwGg2oJVgdhTz1g5M { width:18.75rem;height:0.0625rem;top:37.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6vlSzAit3o6UI4yRCW2O47xGTUtVDb1 { width:11.375rem;height:1.375rem;top:24.375rem;left:6.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlmNEUyuOx1etei9FrxLlhTaW0JFsEJ { width:20rem;height:1rem;top:39.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbaHOkEXVMzX8r17tND6fnQEsfbslh42 { width:20rem;height:1rem;top:21.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzviK4kNekQ4wT4sSDmuzH1qUzOUGH1H { width:18.75rem;height:0.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqZCtnMwN6i3EnlVIeUawPzifrbTrq7D { display:flex;width:1.8125rem;height:1.8125rem;top:46.8125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #OK26w0l9yzR4VpDxUnV71PElzlaO3RaT { display:flex;width:2rem;height:2rem;top:49.875rem;left:9rem; }
 }