.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9adb8df1-b50b-4cb5-ae44-c71f6a9fdaf5/DZLD_20251118_MehrwertGlobal_LandingpageGrafiken_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#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.75); }#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); }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl { background-color: transparent; background-image: none; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row .container > .video-iframe-container { display: none; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row > .video-iframe-container { display: none; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .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); }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl { border-width: 0; border-radius: 0; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row .container { background-color:rgba(255,255,255,0.9);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:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Npwan5LoG7vPMNMF4DDhOA4xlIsTnUQx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:25.125rem;top:0.40625rem;left:3.125rem;overflow:hidden;display:block; }
#t6qP03FqQQApK2S1lFgkf3M79iTuGBwr { background-color:#f5a159;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:60.9375rem;display:block; }
#vKb7pr0WCWex8r44bOJdy4ZL9zOMiVug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n { z-index:;position:relative;display:block; }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n { background-color: transparent; background-image: none; }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n > .row .container > .video-iframe-container { display: none; }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n > .row > .video-iframe-container { display: none; }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n > .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); }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n { border-width: 0; border-radius: 0; }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n > .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:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b { z-index:;position:relative;display:block; }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b { background-color: transparent; background-image: none; }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row .container > .video-iframe-container { display: none; }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row > .video-iframe-container { display: none; }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .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); }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b { border-width: 0; border-radius: 0; }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7de8723d-33ef-4651-915a-be60d1e8e4b4/DZLD_20251118_MehrwertGlobal_LandingpageGrafiken_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:60rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row .container.adaptive-delivery-prevent-bg, #zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row .container.lazyload, #zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row .container.lazyloading { background-image: none; }#V7a24d0ab13061f2d455558d4886f12c { position:absolute;display:block;z-index:15000;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:9.375rem;width:9.375rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#f5a067dd9f9d70c4cedb5f263039d6e1 { position:absolute;display:block;z-index:15001;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:16.25rem;width:18.75rem;top:41.5625rem;left:18.125rem;overflow:hidden;display:block; }
#pf3c96fa974998fc37932788150ce713 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:19.75rem;top:40.625rem;left:34.0625rem;overflow:hidden;display:block; }
#Kaa2c4457c9a4b47a4f014fa2648bf90 { position:absolute;display:block;z-index:15003;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:18.3125rem;width:21.125rem;top:39.5rem;left:51.375rem;overflow:hidden;display:block; }
#i64358be2555b20012e005f255135073 { 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:21.3125rem;width:31.1875rem;top:1.4375rem;left:40.056335616438rem;overflow:hidden;display:block; }
#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ { position:relative;display:block; }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ { background-color: transparent; background-image: none; }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ > .row .container > .video-iframe-container { display: none; }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ > .row > .video-iframe-container { display: none; }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ > .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); }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ { border-width: 0; border-radius: 0; }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ > .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; }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ > .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:12.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EKib2qCe7k0PlL1FUXT74fELG6teFF9R { 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.3125rem;width:23.75rem;top:2.1875rem;left:48.125rem;overflow:hidden;display:block; }
#nD6rWhrARfdaptfZzW65xJ2lPsvpoV3d { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.59375rem;left:3.125rem;height:7.5rem;font-style:normal;display:block; }
#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar { position:relative;display:block; }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar { background-color: transparent; background-image: none; }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar > .row .container > .video-iframe-container { display: none; }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar > .row > .video-iframe-container { display: none; }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar > .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); }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar { border-width: 0; border-radius: 0; }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar > .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; }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar > .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:69rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c68654fbc32716f926e9af8b97a130ce { position:absolute;display:block;z-index:15000;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:36.1875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#T280f51bfa2b856af4d5b5001a809737 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:41.1875rem;left:3.125rem;height:14.175rem;display:block; }
#af0ead2441e5d922a71ea2bcc9f20f1d { position:absolute;display:block;z-index:15001;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:21.25rem;width:33.75rem;top:41.1875rem;left:38.1875rem;overflow:hidden;display:block; }
#Ra748857b3e77935e540ffc3265047ae { 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:10.125rem;width:32.3125rem;top:55.35546875rem;left:3.125rem;overflow:hidden;display:block; }
#ada355a57abd542e7b13385f1dbca1b7 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15007;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:30.0625rem;display:block; }
#b3f46fd17e37658880bef4d9ffcedcc3 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.625rem;left:30.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Ucda8a53fbb37f3762419435ad7bcfa0 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15009;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.6875rem;left:66.9375rem;display:block; }
#E1a0940350101e7bef49d24e3738d906 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:47.8125rem;left:66.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c2d7ea631cf41b6e4746615b60ac5dd5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:10.875rem;left:18.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f76496b3866b4c586162514319d709a8 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:18.1875rem;display:block; }
#k02f64b7b02abbf567cd2b55fd396e46 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15016;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.75rem;left:57.625rem;display:block; }
#h75386b7f82fdcccb9c97b675c7ef635 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:43.6875rem;left:58.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD { position:relative;display:block; }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD { background-color: transparent; background-image: none; }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD > .row .container > .video-iframe-container { display: none; }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD > .row > .video-iframe-container { display: none; }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD > .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); }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD { border-width: 0; border-radius: 0; }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD > .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; }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD > .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:63rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t65c99d3d9500e8d09d0c0807deceb64 { position:absolute;display:block;z-index:15001;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:43.6875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#f0d027359220b03a7f8f0710cec3a282 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:48.25rem;left:20rem;height:9.45rem;display:block; }
#i8cda40bc4f9c1dfc920604b2dfce3b1 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:15rem;top:48.25rem;left:3.125rem;overflow:hidden;display:block; }
#dceff804e505996c8aee2f44fa7c95b9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:57.1875rem;left:3.125rem;height:2.8rem;display:block; }
#db20e8bdd22071e5d24765ef3704090f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15011;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:40.6875rem;display:block; }
#oa248f07229a368d4818f1f2f09729a7 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.875rem;left:40.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ba7c614b7a9b0569a2a91fcf8d934675 { position:absolute;display:block;z-index:15012;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:18.75rem;width:28.375rem;top:41.9375rem;left:44.84375rem;overflow:hidden;display:block; }
#J9f7dd18526273d2e62ff3895196d661 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15018;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:43.125rem;display:block; }
#de31371f4f4881c04503cfbe55439a7c { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:11.25rem;left:43.28125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bab062a8c2f300c94caf5db0edbf4094.widget-smartsection { position:relative;display:block; } #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection *:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection input[type="text"]:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection input[type="email"]:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection input[type="tel"]:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection textarea:focus-visible { outline: none; } #kyFuegquFpWKG5r3l0IzzdpT167HkXGh { background-color: transparent; background-image: none; }#kyFuegquFpWKG5r3l0IzzdpT167HkXGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyFuegquFpWKG5r3l0IzzdpT167HkXGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyFuegquFpWKG5r3l0IzzdpT167HkXGh > .row .container > .video-iframe-container { display: none; }#kyFuegquFpWKG5r3l0IzzdpT167HkXGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyFuegquFpWKG5r3l0IzzdpT167HkXGh > .row > .video-iframe-container { display: none; }#kyFuegquFpWKG5r3l0IzzdpT167HkXGh > .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); }#kyFuegquFpWKG5r3l0IzzdpT167HkXGh { border-width: 0; border-radius: 0; }#kyFuegquFpWKG5r3l0IzzdpT167HkXGh > .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; }#kyFuegquFpWKG5r3l0IzzdpT167HkXGh > .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:59.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW { position:relative;display:block; }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW { background-color: transparent; background-image: none; }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW > .row .container > .video-iframe-container { display: none; }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW > .row > .video-iframe-container { display: none; }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW > .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); }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW { border-width: 0; border-radius: 0; }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW > .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; }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW > .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:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LT2Vod5LScvB87xtJJlOnM8XX7NyCtZq { background-color:#f5a159;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;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:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#kZJaBvXQmZW2S6859N3CA4h4dmDrbRg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN { position:relative;display:block; }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN { background-color: transparent; background-image: none; }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN > .row .container > .video-iframe-container { display: none; }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN > .row > .video-iframe-container { display: none; }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN > .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); }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN { border-width: 0; border-radius: 0; }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN > .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; }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN > .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:91.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O0b5c178305a3b05840b57b79c55c07d { position:absolute;display:block;z-index:14998;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:44.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#d84f3ff885b12a5728f0743867b0ae48 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:49.9375rem;left:3.125rem;height:6.3rem;display:block; }
#c9450c4a4fb4a964800cc3855a5f04d1 { position:absolute;display:block;z-index:15001;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:28.375rem;width:47.5rem;top:59.375rem;left:3.125rem;overflow:hidden;display:block; }
#n761f218aebcda25c2e9dcb0112184fc { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:20rem;top:73.1875rem;left:51.6875rem;overflow:hidden;display:block; }
#A17bf063926760dc87cb4231a52d8c1c { 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:10.125rem;width:32.3125rem;top:46.109375rem;left:38.1875rem;overflow:hidden;display:block; }
#a564cfe9d387c1e032d7fca2f7c603f3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:85.0625rem;left:51.6875rem;height:2.8rem;display:block; }
#F25464af53040e87e1a488e47fa5d800 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:61.875rem;left:51.9375rem;height:7.875rem;display:block; }
#d0df3571fc2046ff08a443da64961ca5 { position:absolute;display:block;z-index:15007;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:11.3125rem;width:6.25rem;top:5.5rem;left:42.6875rem;overflow:hidden;display:block; }
#Q02c56ca789badaff64ed5ca2ab67c5d { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.8125rem;left:49.5625rem;height:5.6rem;text-align:left;text-align-last:left;display:block; }
#c64d1ef5a70f4a98d19e14d3abf4cd1e { box-sizing:content-box;height:20rem;width:68.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffbf', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffbf', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:3.125rem;display:block; }
#O2a2002aa2aa374b7392897d653409fd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15015;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:54.125rem;display:block; }
#e67374188f16e3a4cd47e5f4f93dee83 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:16.9375rem;left:54.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#e62f4ce5f6753775265f28fcc3f93ada { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15017;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.8125rem;left:35.0625rem;display:block; }
#a810286eb042a9200100570b6ed30af2 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:77.9375rem;left:35.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#b4f7950b48a7b8bd4ef4c4b6fc9e7336 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15022;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:56.625rem;display:block; }
#n0f68e587fa77dba15f78fb84f1f5b5d { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:17.75rem;left:56.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x463646b34be38c64f0b27a2e488afe0 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15024;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.8125rem;left:37.5rem;display:block; }
#d8021ba2a9315531f7a54d467efa107a { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:78.75rem;left:37.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF { position:relative;display:block; }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF { background-color: transparent; background-image: none; }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF > .row .container > .video-iframe-container { display: none; }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF > .row > .video-iframe-container { display: none; }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF > .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); }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF { border-width: 0; border-radius: 0; }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF > .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; }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF > .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:114.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wa6842eed337677f3a1ea51a88b32bfb { position:absolute;display:block;z-index:14998;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:41.1875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#d600058fee903654a292ad5c2b55e886 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:46.1875rem;left:3.125rem;height:6.3rem;display:block; }
#k88b11957b0bed505aa31d3492b20b4b { position:absolute;display:block;z-index:15001;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:42.4375rem;width:47.5rem;top:55.609375rem;left:3.125rem;overflow:hidden;display:block; }
#Fb892f01ab3da907f486cae7f7a14d78 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:18.75rem;top:61.796875rem;left:53.125rem;overflow:hidden;display:block; }
#fa54c32fed3882bd9fc6119341048ef2 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:99.921875rem;left:3.125rem;height:11.025rem;display:block; }
#Db6b7afc2b0ccb82ce6c0878c8ea8383 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15019;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:38.125rem;display:block; }
#ff5f6d3d179eb616f27565d58914f327 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:11.5625rem;left:38.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#w992faba49a2bb4f40bd039bd2520c27 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15021;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90.0625rem;left:17.875rem;display:block; }
#U8e51c3fb22de42c6d1256f59c5b6f10 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:90.1875rem;left:17.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Wb1fda7ccf6f26590b17622bf2dfce53 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15023;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.9375rem;left:53.125rem;display:block; }
#Ac379cdfb03e4dd1021d7bad71fdb3ad { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:100.0625rem;left:53.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#d52feebbe32ac940c7aa9f6aaa250baa { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:28.375rem;top:39.5625rem;left:43.5625rem;overflow:hidden;display:block; }
#h868fd43a42a774f3b9c849fe71b6239 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:40.625rem;display:block; }
#d9702a5d63f9366e2b43535aa82c57f6 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:12.375rem;left:40.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a65684b6623b4b75efbfe92d9e23db7d { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15028;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90.0625rem;left:6.0625rem;display:block; }
#g37c44eeded654fcb5e16ba482e6b2ab { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:91rem;left:6.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcbbc86613d59af98cfa56492a702c6f { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15030;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.9375rem;left:55.625rem;display:block; }
#tff7a27ca26d3733ca5abd4f2fde330a { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:100.875rem;left:55.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk { position:relative;display:block; }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk { background-color: transparent; background-image: none; }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk > .row .container > .video-iframe-container { display: none; }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk > .row > .video-iframe-container { display: none; }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk > .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); }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk { border-width: 0; border-radius: 0; }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk > .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; }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk > .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:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TV6MJRO1LzLlHH6QvEXowsvaMsWkurTO { background-color:#f5a159;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;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:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#Q72fzTD6raCTMMmUi8lafUDcbaSBU1Ci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 { position:relative;display:block; }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 { background-color: transparent; background-image: none; }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 > .row .container > .video-iframe-container { display: none; }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 > .row > .video-iframe-container { display: none; }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 > .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); }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 { border-width: 0; border-radius: 0; }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 > .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; }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 > .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:102.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d2f6cdd0fce109612268ca5b1f245d0d { position:absolute;display:block;z-index:14998;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:42.5rem;width:68.75rem;top:43.6875rem;left:3.125rem;overflow:hidden;display:block; }
#Fb7b184654a9318b6269b48f8db575ec { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:88.0625rem;left:3.125rem;height:11.025rem;display:block; }
#O43b46f1100286f743e253bdf91e9405 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.125rem;left:3.125rem;height:23.625rem;display:block; }
#ef16276f580ff6b3dae44f2c8a8ddbf1 { position:absolute;display:block;z-index:14999;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:37.4375rem;width:47.5rem;top:3.125rem;left:24.4375rem;overflow:hidden;display:block; }
#daeb235f8404f49bbfdaef633b5fbbe8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:88.0625rem;left:27.5rem;height:9.45rem;display:block; }
#e174be94f533c654506c1139742dd6b3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:88.0625rem;left:51.9375rem;height:7.875rem;display:block; }
#a76f0eb4e6d340c666120307bad159e9 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15025;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.375rem;left:59.4375rem;display:block; }
#ae51c24a1e4140051dbb21db4d62ae0f { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:10.5rem;left:59.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#f4d966d73fe15b3e327ac0410a30593a { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:30.875rem;display:block; }
#s8a1ae05b26541aef0a765f2d49459a6 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:12.9375rem;left:30.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#e378626126ca20517c8843ba17ea20dd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15029;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.25rem;left:36.5625rem;display:block; }
#f783827ffe3f90e53cb0b5fdc5c58bd4 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:68.375rem;left:36.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#d70ff0381f363ff62b5315eab8ade40c { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15031;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:62.625rem;display:block; }
#i80151190e7413d95875c203a5afbdde { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:54.3125rem;left:62.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#b5cf6e2b6736f78ffb7b4eccc94dc032 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:16.5625rem;display:block; }
#D378b7afd985374e9827651354455023 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:54.3125rem;left:16.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c35d64d9fa1a4b8013f8df6e71de4ea1 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:28.375rem;top:29.9375rem;left:1.40625rem;overflow:hidden;display:block; }
#Ed3191a45cfa9647c3b2d9985a1203c2 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:30.875rem;display:block; }
#kae1a9dda063cff8136ac9a0fd08b0bd { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:8.8125rem;left:32.75rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Mdcfdf8ad6b32a987e337502239ec67a { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:9.712890625rem;left:31.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#da1a19388050dba4e8c4356f118ffbc2 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:8.8125rem;left:62.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#df4be5972d4b52a82dbc64304969555c { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15034;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:61.9375rem;display:block; }
#c3862be67c61dd464c4f4f93da542f01 { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:12.4375rem;left:61.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aeaa88e60e9366360884f1dcb70e5d42 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.75rem;left:4.75rem;display:block; }
#Ef8c454433a9a3f418031a89b6147274 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:52.6875rem;left:4.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd { position:relative;display:block; }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd { background-color: transparent; background-image: none; }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd > .row .container > .video-iframe-container { display: none; }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd > .row > .video-iframe-container { display: none; }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd > .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); }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd { border-width: 0; border-radius: 0; }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd > .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; }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd > .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:114.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wd8058c0d5885d4c3df5d113dee38b61 { position:absolute;display:block;z-index:15001;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:30rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#fd0e24e0d6d6e3821e25763199f9073b { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:17.5rem;top:15.716796875rem;left:56.625rem;overflow:hidden;display:block; }
#v91bb333e6fb8a17df757db639d9753e { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:35rem;left:38.1875rem;height:23.625rem;display:block; }
#G39526f5322eab3644641d5b80f1eff0 { position:absolute;display:block;z-index:15003;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:22.4375rem;width:33.75rem;top:36.2373046875rem;left:3.125rem;overflow:hidden;display:block; }
#v474ea0c16e7fa4e1796a7944dbb05fe { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.125rem;left:52rem;height:12.6rem;display:block; }
#ya9766931d72f93829c5c833db94c13c { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.875rem;width:47.375rem;top:61.7373046875rem;left:24.4375rem;overflow:hidden;display:block; }
#If7fed89e5125d45f266f675724776d5 { position:absolute;display:block;z-index:15007;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:10.125rem;width:32.3125rem;top:101.875rem;left:3.125rem;overflow:hidden;display:block; }
#oa4b7d151861b45d9fbac81b8ec3507b { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:67.1875rem;left:3.125rem;height:9.45rem;display:block; }
#e6355440ea6cf39c6f490cc4562ccc65 { position:absolute;display:block;z-index:15009;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:6.25rem;width:6.25rem;top:78.5rem;left:3.125rem;overflow:hidden;display:block; }
#T3af3fbaa6be8d9e798c9c1b8c6f2a11 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:78.8125rem;left:10.0625rem;height:5.6rem;text-align:left;text-align-last:left;display:block; }
#c218e9c3e87f3141dcc6041d430e4710 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:87.375rem;left:3.125rem;height:9.45rem;display:block; }
#fb562e39d2fadbee63fdff924923a0b4 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15035;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:7.5625rem;display:block; }
#N513beec216f90b1ebabff3e1d243709 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:27.6875rem;left:7.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#nc8b23d21f91063ebae35c1eb6600f49 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15037;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.875rem;left:59.875rem;display:block; }
#G49698cb8e86662ee3d53d02405abe57 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:26rem;left:59.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#a4f6ef56d532b090028fc88aeca7eed6 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15039;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:44.0625rem;display:block; }
#z0b05ddfd6b856a89e199b81f05884ae { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:25.875rem;left:44.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Tc3baa0a9735ea65e7993996cf1f9afd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15041;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.75rem;left:19.0625rem;display:block; }
#Pa8c5c1a19713c13524daee3d44e7e51 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:54.875rem;left:19.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#wf79b3318c440523c8975d8f7d5d5c92 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15043;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:33.625rem;display:block; }
#ef9853e62d6387d59115c21b6a6abf96 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:4.375rem;left:33.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c921ded36e04690715b4edfb1fcee904 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15045;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5625rem;left:44.75rem;display:block; }
#gc4526dd697091a34eb4f63ca77bb846 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:69.6875rem;left:44.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c4a6b5174fda73b635034c134dfd389c { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15047;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.8125rem;left:47.1875rem;display:block; }
#fb1f9a4655db2ef7a6b67dc0f31cf5e4 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:96rem;left:47.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#xba3c73b578058add185857b38c4d709 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15034;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:36.125rem;display:block; }
#b6f5740b94fa0b8e37ec07907bf6e54f { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:5.1875rem;left:36.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ef2b491581db96497b8dcd15de42b2aa { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:24.375rem;left:50.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#df87d7f944ab6baec70a0bec0119bd58 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15036;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:49.3125rem;display:block; }
#y2e04eb6bf8ee27434087525b4e1349f { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:55.6875rem;left:22.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e884fdbe90388050cc466f440b36e213 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15038;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.75rem;left:21.5625rem;display:block; }
#Ba3f3aca4cfe9f29779b763eda927ca1 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.625rem;left:44.75rem;display:block; }
#c58f20bc33e59a21e07c072f94cbd6ae { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:65.5625rem;left:44.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0cb5b18afddde2922cd2777eaeaa342 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15035;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.75rem;left:49.6875rem;display:block; }
#d931f9c84a500756d7844b8479cb2e7c { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:97.5625rem;left:49.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ue34a0f43a741b9f3586b6dd0c12505f { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:96.6875rem;left:51.5625rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x0FfPRs221ck5oqEQJnhufVOS73GJgKV { position:relative;display:block; }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV { background-color: transparent; background-image: none; }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV > .row .container > .video-iframe-container { display: none; }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV > .row > .video-iframe-container { display: none; }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV > .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); }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV { border-width: 0; border-radius: 0; }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV > .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; }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV > .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:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C77PKOFtVOUKtMdsT3PkCGykLu7EPPPs { background-color:#f5a159;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;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:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#Ht7a8QBuzpyitBo45cpJaopIT1GoZvZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH { position:relative;display:block; }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH { background-color: transparent; background-image: none; }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH > .row .container > .video-iframe-container { display: none; }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH > .row > .video-iframe-container { display: none; }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH > .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); }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH { border-width: 0; border-radius: 0; }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH > .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; }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH > .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:68rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ldabd4fe0ac373fae9b21af8b41f8aa6 { position:absolute;display:block;z-index:14998;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:49.875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#ca74b6dae9e3859cebe6101395e901d7 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:54.875rem;left:3.125rem;height:9.45rem;display:block; }
#S89071d7fe51f58a0653922f941dd137 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15049;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:42.875rem;display:block; }
#h61e7dbec975682ba7c10884d7fabce5 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:16.6875rem;left:42.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#d4a61873c6e2b8c9f4bd1ddf97bbf0cf { position:absolute;display:block;z-index:15015;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:18.75rem;width:28.375rem;top:48.1875rem;left:43.5625rem;overflow:hidden;display:block; }
#Df6a5861ed51c03a99cf3c0a22064905 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15036;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:45.375rem;display:block; }
#Ece1cabaf20f2f6a65fa0841a13ee150 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:17.5rem;left:45.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI { position:relative;display:block; }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI { background-color: transparent; background-image: none; }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI > .row .container > .video-iframe-container { display: none; }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI > .row > .video-iframe-container { display: none; }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI > .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); }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI { border-width: 0; border-radius: 0; }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI > .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; }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI > .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:112.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H398bd8dee386bc709aa3c347b42ef67 { position:absolute;display:block;z-index:14998;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:44.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#O63638c9d0dfb861a397538c8aa9fdff { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:49.9375rem;left:3.125rem;height:14.175rem;display:block; }
#af89ea0950cc7e67c41af0bc62bfe0cd { position:absolute;display:block;z-index:15001;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:33.75rem;width:47.5rem;top:67.25rem;left:3.125rem;overflow:hidden;display:block; }
#sf61a6a3a3fb4bb99fc416660c03b463 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:67.25rem;left:51.9375rem;height:34.65rem;display:block; }
#bca6a2c142010609078a84d522da1f21 { position:absolute;display:block;z-index:15008;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:10.125rem;width:32.3125rem;top:98.6875rem;left:19.75rem;overflow:hidden;display:block; }
#r9fcc9c1e3b40aae395eb494951a52e5 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15051;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:32.5rem;display:block; }
#J3edea865ed3172785f1e40463783c09 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:5rem;left:32.5rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Zf9d72fd7747dd6b0bc72f8a575480fd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15053;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:66.875rem;display:block; }
#B5a488e2e18ff201f190a27fca01a9fb { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:35.0625rem;left:66.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#a0d10e24242a4246d444a9e504358983 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15055;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:39.75rem;display:block; }
#ea6162e73f88a7bbfcb60056112afe12 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:36.9375rem;left:39.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Zb7e1d8ec3b8a9bfc16a13c9a756339e { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.625rem;left:30.6875rem;display:block; }
#id171f0567c690d13a554b052d8ac7ad { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:70.75rem;left:30.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ebdfd788cc57179eb6788f43aca0d49b { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15038;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:35rem;display:block; }
#s93ebbcd21ac815b486ba9ff4c672e99 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:5.8125rem;left:35.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W65e67d3be83afbc9929a2f44ce076b9 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15040;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:42.25rem;display:block; }
#mf18e46313022224da1c91af7f3fd171 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:37.75rem;left:42.4375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ud5b0dfb6e26456e31f7e25bca0ede07 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15042;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.625rem;left:33.125rem;display:block; }
#v0801bcd33a6fb63ce24fc6b2105b336 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:71.5625rem;left:33.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4c879a3cb65b64df9088548b8dfb8aa { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:9.5625rem;left:35rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX { position:relative;display:block; }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX { background-color: transparent; background-image: none; }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX > .row .container > .video-iframe-container { display: none; }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX > .row > .video-iframe-container { display: none; }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX > .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); }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX { border-width: 0; border-radius: 0; }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX > .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; }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX > .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:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EVn1fcxtPwTxOUrh29O8TNrLuM779Nrq { background-color:#f5a159;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;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:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#HL3BWX0h0GbDDotf7d9DfMAovnwcFiZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G { position:relative;display:block; }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G { background-color: transparent; background-image: none; }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G > .row .container > .video-iframe-container { display: none; }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G > .row > .video-iframe-container { display: none; }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G > .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); }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G { border-width: 0; border-radius: 0; }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G > .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; }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G > .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:108.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fce7b01906b61aa8b5dfd54cee2a3559 { position:absolute;display:block;z-index:14998;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:49.875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#r144346e7c166c0f7b1d017ef17d8387 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:54.875rem;left:3.125rem;height:23.625rem;display:block; }
#be02de0db6b026d2695cf07873289a50 { position:absolute;display:block;z-index:15001;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:28.0625rem;width:47.5rem;top:80.671875rem;left:3.125rem;overflow:hidden;display:block; }
#sbfb274a9e9276a8bdfd6b64c3322af0 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25.875rem;top:68.484375rem;left:46rem;overflow:hidden;display:block; }
#Ic061b4fd79430a3d589bbaa906b2779 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:89.109375rem;left:51.9375rem;height:7.875rem;display:block; }
#d4dd71d8c5a650705c31ed041f394b8c { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15059;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43rem;left:21.9375rem;display:block; }
#Ga3cf6b92bb6f5203502de969c80ddc3 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:43.125rem;left:21.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#W5e1bae5c5edb1ed1fd5f4ce76f2a101 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15061;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.6875rem;left:29rem;display:block; }
#d001ae2b365b3e49207beea9afe06060 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:80.8125rem;left:29rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#d12daa22d715dfc1cc4ca5f6adf80393 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15063;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.25rem;left:67rem;display:block; }
#pbf02f7c94215a6a50923b1ace1f61a4 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:67.375rem;left:67rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#J90d99267c9268e6de8582ab584dee52 { position:absolute;display:block;z-index:15016;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:18.75rem;width:28.375rem;top:48.25rem;left:43.5625rem;overflow:hidden;display:block; }
#ka2ee7018161e6409f6434b7d9e92275 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15044;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43rem;left:24.4375rem;display:block; }
#d6f3e8b4183f6c63a752b1b2f6d11e4e { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:43.9375rem;left:24.625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xd5895ac0b7f5795ec0e1b12209b5336 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:47.5625rem;left:24.4375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G339a6b477529a45a8022e8978861514 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15040;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.6875rem;left:31.5rem;display:block; }
#cabbcb0eb1739e74a3a4c5980db26dea { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:81.625rem;left:32.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH { position:relative;display:block; }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH { background-color: transparent; background-image: none; }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH > .row .container > .video-iframe-container { display: none; }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH > .row > .video-iframe-container { display: none; }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH > .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); }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH { border-width: 0; border-radius: 0; }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH > .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; }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH > .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:106.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W7ba12cc303abcaa408844a77b0c8038 { position:absolute;display:block;z-index:14998;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:43.6875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#adf96a3f774550c9ce278f2e8466c2fa { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:48.6875rem;left:3.125rem;height:7.875rem;display:block; }
#eeb1b180bd21fb1078a789e76a87ac9e { position:absolute;display:block;z-index:15001;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:43.125rem;width:68.75rem;top:59.6875rem;left:3.125rem;overflow:hidden;display:block; }
#F724ce9c180dd175ac4ff798e782bd99 { 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:10.125rem;width:32.3125rem;top:43.859375rem;left:38.1875rem;overflow:hidden;display:block; }
#d53bd41a090e062ed6cfb537ad822233 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:61.6875rem;left:32.8125rem;height:5.625rem;display:block; }
#C00046451ee5c34327ded266fbd40c34 { box-sizing:content-box;height:43.125rem;width:32.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.6875rem;left:39.5rem;display:block; }
#a772ac35167b7072ab0cdb9baecda376 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:71.0625rem;left:42.625rem;height:4.725rem;text-align:left;text-align-last:left;display:block; }
#Q996df03b36c3d61a15d49e356261a0b { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:77.0625rem;left:49.9375rem;height:6.3rem;text-align:left;text-align-last:left;display:block; }
#M6176b656e98627f4b0afc70822a4041 { position:absolute;display:block;z-index:15011;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:20rem;top:96.5625rem;left:50.0625rem;overflow:hidden;display:block; }
#N66032553890df60bcedc4bce84765c8 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15065;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:22.4375rem;display:block; }
#keb7fd0ed3c2f5d1ad8c1ceaa1416e1b { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:10.4375rem;left:22.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Pffad2d2a177fa7b30104a388619ce90 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15067;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.0625rem;left:26.75rem;display:block; }
#cf97a03665614d6fa36a00a90673d9c0 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:66.1875rem;left:26.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Hb1f8e4c0187a5227a8a613b93aa1b97 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15069;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:91.0625rem;left:8.1875rem;display:block; }
#b08ac8be4471faba8c58f6f53ba481d6 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:91.1875rem;left:8.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#a14504c9581a6947ae661e95f453cc4d { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:11.25rem;left:10.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2a6bbcb98f33501472389b03f5a8f79 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15046;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:10.625rem;display:block; }
#Sa53032b814943554cd74b837dafa6a0 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15042;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.25rem;left:59.9375rem;display:block; }
#s1ec318145c8cd79075bb24d8dcb052f { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:90.1875rem;left:60.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af76459fd6f9b0472e9f6311fdfded3d { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:93.75rem;left:59.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sa1ad7067c2c84cc78c4e853a1f2b83b { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15043;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.9375rem;left:59.9375rem;display:block; }
#Na310443a6aae89eaef376a0cb060b11 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:85.1875rem;left:60.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b9f89a63a603d00c73a1c65f7787925d { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:86.4375rem;left:60.6875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h3f1a9e3b59718a14f97b3fd305061fb { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:89.25rem;left:59.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qfd7df69803bab457909812dc445df65 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:92.375rem;left:59.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U617f7e0147bd00933aad08adb036a71 { box-sizing:content-box;height:4.375rem;width:10.0625rem;position:absolute;display:block;z-index:15047;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.9375rem;left:4.375rem;display:block; }
#D94889723ed4fc398e49b76b4ffe97d7 { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:61.4375rem;left:5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fabef6a068c81377ebf7a0cbe368160f { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:62.8125rem;left:5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb { position:relative;display:block; }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb { background-color: transparent; background-image: none; }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb > .row .container > .video-iframe-container { display: none; }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb > .row > .video-iframe-container { display: none; }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb > .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); }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb { border-width: 0; border-radius: 0; }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb > .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; }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb > .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:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L5d3iwshpB2RFo1REZNu1FaFNJUtDFuv { background-color:#f5a159;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;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:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#OkGeCe3e2VLU2i9ceMQT2nHICzz0NgFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa { position:relative;display:block; }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa { background-color: transparent; background-image: none; }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa > .row .container > .video-iframe-container { display: none; }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa > .row > .video-iframe-container { display: none; }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa > .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); }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa { border-width: 0; border-radius: 0; }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa > .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; }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa > .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:76.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v34e7e24d9459f5a62be47a0f172a4fa { position:absolute;display:block;z-index:14998;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:32.25rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#vfb59416ce132bf19c1f636a672784f1 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:37.25rem;left:3.125rem;height:7.875rem;display:block; }
#ea662a6e9499b31e1876e91fe43f1822 { position:absolute;display:block;z-index:14999;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:15.5rem;width:20rem;top:3.125rem;left:51.875rem;overflow:hidden;display:block; }
#X5a3e8e085051b12369efd1b08e6e831 { position:absolute;display:block;z-index:15000;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:15.5rem;width:20rem;top:19.875rem;left:51.9375rem;overflow:hidden;display:block; }
#R8a9eb4caffd05f492a081acb2d66031 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:48.24609375rem;left:3.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0dbb41fe3407b347cb51510bda0ff5c { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15071;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:34.875rem;display:block; }
#S7b4fdb76dac6f15c2fb171042b1621c { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:28.8125rem;left:34.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Nb398213cd367d20926c1829e2a65171 { 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:16.25rem;width:18.75rem;top:56.125rem;left:11.25rem;overflow:hidden;display:block; }
#k8d17bc0d6323885814931567f0d8fa2 { 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:17.125rem;width:19.75rem;top:55.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#Wb2f221585647f93e99ed26d1b3fb057 { 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:18.3125rem;width:21.125rem;top:54.0625rem;left:42.625rem;overflow:hidden;display:block; }
#V066aa9fdf7a8bbde6979858fd3e9554 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:29.625rem;left:37.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fc46ff8508fdeba1b0ea0aee419ac5e9 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:37.375rem;display:block; }
#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB { position:relative;display:block; }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB { background-color: transparent; background-image: none; }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB > .row .container > .video-iframe-container { display: none; }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB > .row > .video-iframe-container { display: none; }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB > .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); }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB { border-width: 0; border-radius: 0; }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB > .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; }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB > .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:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lGBH5dObKcdNi3uvAONb49bnt5Is8Z3Q { background-color:#f5a159;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;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:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#rauDoLnfTfsT8B76giHJKZNNghh9o0JQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 { position:relative;display:block; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 { background-color: transparent; background-image: none; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container > .video-iframe-container { display: none; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row > .video-iframe-container { display: none; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 { border-width: 0; border-radius: 0; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .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; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:24rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container.adaptive-delivery-prevent-bg, #yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container.lazyload, #yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container.lazyloading { background-image: none; }#grWHe87H4WBM6BWVcnNEKS6t4ZeK8TKF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:36.9375rem;top:2.875rem;left:19.03125rem;overflow:hidden;display:block; }
#xEhTbbcf1U3zWTI1xe2MCK533ENCfT3G { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:13rem;left:11.5rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BU3xSCQzv0trJV154zSvn61ktaHcbXNq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:13rem;left:22.1875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HlEtwA4001sPoOzvZVgDH6wXei2qIKTV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:13rem;left:37rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bqqaRpezmFhggsfcgJhVa6rmlqEwG0HQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:13rem;left:54.15625rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zgLTvBEHidf5h6EyMbVscAfVN8grktcg { position:relative;display:block; }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg { background-color: transparent; background-image: none; }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg > .row .container > .video-iframe-container { display: none; }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg > .row > .video-iframe-container { display: none; }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg > .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); }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg { border-width: 0; border-radius: 0; }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg > .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; }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l6xtoHNCPlyNQJrURKdOc0l4t19ttUaK { color:#000000;display:block;width:68.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:0.84375rem;left:3.4072914123535rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL { position:relative;display:block; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL { background-color: transparent; background-image: none; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container > .video-iframe-container { display: none; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row > .video-iframe-container { display: none; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL { border-width: 0; border-radius: 0; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .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; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container.adaptive-delivery-prevent-bg, #MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container.lazyload, #MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container.lazyloading { background-image: none; }#rIAdTwAwxmtecQZQqtzQZSFlaKTN6EkU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:1.578125rem;left:24.84375rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl { display:block; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Npwan5LoG7vPMNMF4DDhOA4xlIsTnUQx { top:0.4375rem;left:0rem;width:25.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6qP03FqQQApK2S1lFgkf3M79iTuGBwr { width:10.9375rem;height:3.4375rem;top:1.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKb7pr0WCWex8r44bOJdy4ZL9zOMiVug { display:block; }
 }@media only screen and (max-width: 763px) { #TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n { display:block; }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMA9waPyKPdnBD6E94lvxcWupPRzRq7b { display:block; }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7a24d0ab13061f2d455558d4886f12c { top:3.125rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5a067dd9f9d70c4cedb5f263039d6e1 { top:41.5625rem;left:4.5rem;width:18.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3c96fa974998fc37932788150ce713 { top:40.625rem;left:20.4375rem;width:19.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaa2c4457c9a4b47a4f014fa2648bf90 { top:39.5rem;left:26.625rem;width:21.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64358be2555b20012e005f255135073 { top:1.4375rem;left:16.25rem;width:31.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ { display:block; }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKib2qCe7k0PlL1FUXT74fELG6teFF9R { top:2.1875rem;left:24rem;width:23.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6rWhrARfdaptfZzW65xJ2lPsvpoV3d { top:2.5625rem;left:0rem;width:38.9375rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiPfALcPThfJmyIPuLB3uKRrLwN4qSar { display:block; }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c68654fbc32716f926e9af8b97a130ce { top:3.125rem;left:0rem;width:47.75rem;height:25.133863636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #T280f51bfa2b856af4d5b5001a809737 { top:41.1875rem;left:0rem;width:33.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af0ead2441e5d922a71ea2bcc9f20f1d { top:41.1875rem;left:14rem;width:33.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra748857b3e77935e540ffc3265047ae { top:55.3125rem;left:0rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ada355a57abd542e7b13385f1dbca1b7 { top:12.5rem;left:16.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3f46fd17e37658880bef4d9ffcedcc3 { top:12.625rem;left:16.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucda8a53fbb37f3762419435ad7bcfa0 { top:47.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1a0940350101e7bef49d24e3738d906 { top:47.8125rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2d7ea631cf41b6e4746615b60ac5dd5 { top:10.875rem;left:5.1875rem;width:10rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f76496b3866b4c586162514319d709a8 { top:9.9375rem;left:4.5625rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k02f64b7b02abbf567cd2b55fd396e46 { top:42.75rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h75386b7f82fdcccb9c97b675c7ef635 { top:43.6875rem;left:37.75rem;width:10rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD { display:block; }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t65c99d3d9500e8d09d0c0807deceb64 { top:3.125rem;left:0rem;width:47.75rem;height:30.342954545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0d027359220b03a7f8f0710cec3a282 { top:48.25rem;left:6.375rem;width:22.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8cda40bc4f9c1dfc920604b2dfce3b1 { top:48.25rem;left:0rem;width:15rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dceff804e505996c8aee2f44fa7c95b9 { top:57.1875rem;left:0rem;width:15rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db20e8bdd22071e5d24765ef3704090f { top:12.75rem;left:27.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa248f07229a368d4818f1f2f09729a7 { top:12.875rem;left:27.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7c614b7a9b0569a2a91fcf8d934675 { top:41.9375rem;left:18.6875rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9f7dd18526273d2e62ff3895196d661 { top:10.3125rem;left:29.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #de31371f4f4881c04503cfbe55439a7c { top:11.25rem;left:29.65625rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection { display:block; } #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection *:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection input[type="text"]:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection input[type="email"]:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection input[type="tel"]:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection textarea:focus-visible { outline: none; } #kyFuegquFpWKG5r3l0IzzdpT167HkXGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2oyQV3OuVaswABWQcTTT2vENW7IaugW { display:block; }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT2Vod5LScvB87xtJJlOnM8XX7NyCtZq { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZJaBvXQmZW2S6859N3CA4h4dmDrbRg4 { display:block; }
 }@media only screen and (max-width: 763px) { #FRWCJl6QhSqz44pben57ZGVMKcfCkfDN { display:block; }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0b5c178305a3b05840b57b79c55c07d { top:3.125rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84f3ff885b12a5728f0743867b0ae48 { top:49.9375rem;left:0rem;width:33.75rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9450c4a4fb4a964800cc3855a5f04d1 { top:59.375rem;left:0rem;width:47.5rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n761f218aebcda25c2e9dcb0112184fc { top:73.1875rem;left:27.75rem;width:20rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A17bf063926760dc87cb4231a52d8c1c { top:46.0625rem;left:14rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a564cfe9d387c1e032d7fca2f7c603f3 { top:85.0625rem;left:27.5rem;width:20.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F25464af53040e87e1a488e47fa5d800 { top:61.875rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0df3571fc2046ff08a443da64961ca5 { top:5.5rem;left:29.0625rem;width:6.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q02c56ca789badaff64ed5ca2ab67c5d { top:5.8125rem;left:31.6875rem;width:16.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c64d1ef5a70f4a98d19e14d3abf4cd1e { top:3.125rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2a2002aa2aa374b7392897d653409fd { top:16.8125rem;left:40.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e67374188f16e3a4cd47e5f4f93dee83 { top:16.9375rem;left:40.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62f4ce5f6753775265f28fcc3f93ada { top:77.8125rem;left:21.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a810286eb042a9200100570b6ed30af2 { top:77.9375rem;left:21.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4f7950b48a7b8bd4ef4c4b6fc9e7336 { top:16.8125rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0f68e587fa77dba15f78fb84f1f5b5d { top:17.75rem;left:36.8125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x463646b34be38c64f0b27a2e488afe0 { top:77.8125rem;left:23.875rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8021ba2a9315531f7a54d467efa107a { top:78.75rem;left:24.0625rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF { display:block; }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wa6842eed337677f3a1ea51a88b32bfb { top:3.125rem;left:0rem;width:47.75rem;height:28.606590909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #d600058fee903654a292ad5c2b55e886 { top:46.1875rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k88b11957b0bed505aa31d3492b20b4b { top:55.5625rem;left:0rem;width:47.5rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb892f01ab3da907f486cae7f7a14d78 { top:61.75rem;left:29rem;width:18.75rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa54c32fed3882bd9fc6119341048ef2 { top:99.875rem;left:0rem;width:47.5rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db6b7afc2b0ccb82ce6c0878c8ea8383 { top:11.4375rem;left:24.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff5f6d3d179eb616f27565d58914f327 { top:11.5625rem;left:24.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w992faba49a2bb4f40bd039bd2520c27 { top:90.0625rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8e51c3fb22de42c6d1256f59c5b6f10 { top:90.1875rem;left:4.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1fda7ccf6f26590b17622bf2dfce53 { top:99.9375rem;left:39.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac379cdfb03e4dd1021d7bad71fdb3ad { top:100.0625rem;left:39.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d52feebbe32ac940c7aa9f6aaa250baa { top:39.5625rem;left:19.375rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h868fd43a42a774f3b9c849fe71b6239 { top:11.4375rem;left:27rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9702a5d63f9366e2b43535aa82c57f6 { top:12.375rem;left:27.1875rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a65684b6623b4b75efbfe92d9e23db7d { top:90.0625rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g37c44eeded654fcb5e16ba482e6b2ab { top:91rem;left:0rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcbbc86613d59af98cfa56492a702c6f { top:99.9375rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tff7a27ca26d3733ca5abd4f2fde330a { top:100.875rem;left:36.8125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk { display:block; }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV6MJRO1LzLlHH6QvEXowsvaMsWkurTO { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q72fzTD6raCTMMmUi8lafUDcbaSBU1Ci { display:block; }
 }@media only screen and (max-width: 763px) { #ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 { display:block; }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2f6cdd0fce109612268ca5b1f245d0d { top:43.6875rem;left:0rem;width:47.75rem;height:29.518181818182rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb7b184654a9318b6269b48f8db575ec { top:88.0625rem;left:0rem;width:20rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O43b46f1100286f743e253bdf91e9405 { top:3.125rem;left:0rem;width:20rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef16276f580ff6b3dae44f2c8a8ddbf1 { top:3.125rem;left:0.25rem;width:47.5rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daeb235f8404f49bbfdaef633b5fbbe8 { top:88.0625rem;left:13.875rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e174be94f533c654506c1139742dd6b3 { top:88.0625rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76f0eb4e6d340c666120307bad159e9 { top:10.375rem;left:45.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae51c24a1e4140051dbb21db4d62ae0f { top:10.5rem;left:45.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4d966d73fe15b3e327ac0410a30593a { top:12.8125rem;left:17.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8a1ae05b26541aef0a765f2d49459a6 { top:12.9375rem;left:17.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e378626126ca20517c8843ba17ea20dd { top:68.25rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f783827ffe3f90e53cb0b5fdc5c58bd4 { top:68.375rem;left:22.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d70ff0381f363ff62b5315eab8ade40c { top:54.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i80151190e7413d95875c203a5afbdde { top:54.3125rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5cf6e2b6736f78ffb7b4eccc94dc032 { top:54.1875rem;left:2.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D378b7afd985374e9827651354455023 { top:54.3125rem;left:2.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c35d64d9fa1a4b8013f8df6e71de4ea1 { top:29.9375rem;left:0rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3191a45cfa9647c3b2d9985a1203c2 { top:7.875rem;left:17.25rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kae1a9dda063cff8136ac9a0fd08b0bd { top:8.8125rem;left:19.125rem;width:7.5rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdcfdf8ad6b32a987e337502239ec67a { top:9.6875rem;left:17.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da1a19388050dba4e8c4356f118ffbc2 { top:8.8125rem;left:39.1875rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df4be5972d4b52a82dbc64304969555c { top:7.875rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3862be67c61dd464c4f4f93da542f01 { top:12.4375rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeaa88e60e9366360884f1dcb70e5d42 { top:51.75rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef8c454433a9a3f418031a89b6147274 { top:52.6875rem;left:0rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd { display:block; }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wd8058c0d5885d4c3df5d113dee38b61 { top:3.125rem;left:0rem;width:47.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0e24e0d6d6e3821e25763199f9073b { top:15.6875rem;left:30.25rem;width:17.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91bb333e6fb8a17df757db639d9753e { top:35rem;left:14rem;width:33.75rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G39526f5322eab3644641d5b80f1eff0 { top:36.1875rem;left:0rem;width:33.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v474ea0c16e7fa4e1796a7944dbb05fe { top:3.125rem;left:27.75rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya9766931d72f93829c5c833db94c13c { top:61.6875rem;left:0.25rem;width:47.375rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #If7fed89e5125d45f266f675724776d5 { top:101.875rem;left:0rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa4b7d151861b45d9fbac81b8ec3507b { top:67.1875rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6355440ea6cf39c6f490cc4562ccc65 { top:78.5rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3af3fbaa6be8d9e798c9c1b8c6f2a11 { top:78.8125rem;left:0rem;width:13.125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c218e9c3e87f3141dcc6041d430e4710 { top:87.375rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb562e39d2fadbee63fdff924923a0b4 { top:27.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N513beec216f90b1ebabff3e1d243709 { top:27.6875rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8b23d21f91063ebae35c1eb6600f49 { top:25.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G49698cb8e86662ee3d53d02405abe57 { top:26rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4f6ef56d532b090028fc88aeca7eed6 { top:25.75rem;left:30.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0b05ddfd6b856a89e199b81f05884ae { top:25.875rem;left:30.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc3baa0a9735ea65e7993996cf1f9afd { top:54.75rem;left:5.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa8c5c1a19713c13524daee3d44e7e51 { top:54.875rem;left:5.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf79b3318c440523c8975d8f7d5d5c92 { top:4.25rem;left:20rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9853e62d6387d59115c21b6a6abf96 { top:4.375rem;left:20rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c921ded36e04690715b4edfb1fcee904 { top:69.5625rem;left:31.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc4526dd697091a34eb4f63ca77bb846 { top:69.6875rem;left:31.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4a6b5174fda73b635034c134dfd389c { top:95.8125rem;left:33.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb1f9a4655db2ef7a6b67dc0f31cf5e4 { top:96rem;left:33.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xba3c73b578058add185857b38c4d709 { top:4.25rem;left:22.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6f5740b94fa0b8e37ec07907bf6e54f { top:5.1875rem;left:22.6875rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef2b491581db96497b8dcd15de42b2aa { top:24.375rem;left:36.4375rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df87d7f944ab6baec70a0bec0119bd58 { top:23.4375rem;left:35.6875rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2e04eb6bf8ee27434087525b4e1349f { top:55.6875rem;left:8.6875rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e884fdbe90388050cc466f440b36e213 { top:54.75rem;left:7.9375rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba3f3aca4cfe9f29779b763eda927ca1 { top:64.625rem;left:31.125rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c58f20bc33e59a21e07c072f94cbd6ae { top:65.5625rem;left:31.3125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cb5b18afddde2922cd2777eaeaa342 { top:95.75rem;left:36.0625rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d931f9c84a500756d7844b8479cb2e7c { top:97.5625rem;left:36.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue34a0f43a741b9f3586b6dd0c12505f { top:96.6875rem;left:37.9375rem;width:7.6875rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0FfPRs221ck5oqEQJnhufVOS73GJgKV { display:block; }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C77PKOFtVOUKtMdsT3PkCGykLu7EPPPs { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht7a8QBuzpyitBo45cpJaopIT1GoZvZR { display:block; }
 }@media only screen and (max-width: 763px) { #ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH { display:block; }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldabd4fe0ac373fae9b21af8b41f8aa6 { top:3.125rem;left:0rem;width:47.75rem;height:34.640454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca74b6dae9e3859cebe6101395e901d7 { top:54.875rem;left:0rem;width:33.75rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S89071d7fe51f58a0653922f941dd137 { top:16.5625rem;left:29.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61e7dbec975682ba7c10884d7fabce5 { top:16.6875rem;left:29.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4a61873c6e2b8c9f4bd1ddf97bbf0cf { top:48.1875rem;left:19.375rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df6a5861ed51c03a99cf3c0a22064905 { top:16.5625rem;left:31.75rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ece1cabaf20f2f6a65fa0841a13ee150 { top:17.5rem;left:31.9375rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI { display:block; }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H398bd8dee386bc709aa3c347b42ef67 { top:3.125rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #O63638c9d0dfb861a397538c8aa9fdff { top:49.9375rem;left:0rem;width:47.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af89ea0950cc7e67c41af0bc62bfe0cd { top:67.25rem;left:0rem;width:47.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf61a6a3a3fb4bb99fc416660c03b463 { top:67.25rem;left:27.75rem;width:20rem;height:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bca6a2c142010609078a84d522da1f21 { top:98.6875rem;left:6.125rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9fcc9c1e3b40aae395eb494951a52e5 { top:4.875rem;left:18.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3edea865ed3172785f1e40463783c09 { top:5rem;left:18.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9d72fd7747dd6b0bc72f8a575480fd { top:34.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5a488e2e18ff201f190a27fca01a9fb { top:35.0625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0d10e24242a4246d444a9e504358983 { top:36.8125rem;left:26.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea6162e73f88a7bbfcb60056112afe12 { top:36.9375rem;left:26.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7e1d8ec3b8a9bfc16a13c9a756339e { top:70.625rem;left:17.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #id171f0567c690d13a554b052d8ac7ad { top:70.75rem;left:17.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdfd788cc57179eb6788f43aca0d49b { top:4.875rem;left:21.375rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s93ebbcd21ac815b486ba9ff4c672e99 { top:5.8125rem;left:21.5625rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W65e67d3be83afbc9929a2f44ce076b9 { top:36.8125rem;left:28.625rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf18e46313022224da1c91af7f3fd171 { top:37.75rem;left:28.8125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud5b0dfb6e26456e31f7e25bca0ede07 { top:70.625rem;left:19.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0801bcd33a6fb63ce24fc6b2105b336 { top:71.5625rem;left:19.6875rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c879a3cb65b64df9088548b8dfb8aa { top:9.5625rem;left:21.375rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX { display:block; }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVn1fcxtPwTxOUrh29O8TNrLuM779Nrq { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3BWX0h0GbDDotf7d9DfMAovnwcFiZI { display:block; }
 }@media only screen and (max-width: 763px) { #hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G { display:block; }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fce7b01906b61aa8b5dfd54cee2a3559 { top:3.125rem;left:0rem;width:47.75rem;height:34.640454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #r144346e7c166c0f7b1d017ef17d8387 { top:54.875rem;left:0rem;width:33.75rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #be02de0db6b026d2695cf07873289a50 { top:80.625rem;left:0rem;width:47.5rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbfb274a9e9276a8bdfd6b64c3322af0 { top:68.4375rem;left:21.875rem;width:25.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic061b4fd79430a3d589bbaa906b2779 { top:89.0625rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4dd71d8c5a650705c31ed041f394b8c { top:43rem;left:8.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga3cf6b92bb6f5203502de969c80ddc3 { top:43.125rem;left:8.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5e1bae5c5edb1ed1fd5f4ce76f2a101 { top:80.6875rem;left:15.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d001ae2b365b3e49207beea9afe06060 { top:80.8125rem;left:15.375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d12daa22d715dfc1cc4ca5f6adf80393 { top:67.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbf02f7c94215a6a50923b1ace1f61a4 { top:67.375rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J90d99267c9268e6de8582ab584dee52 { top:48.25rem;left:19.375rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka2ee7018161e6409f6434b7d9e92275 { top:43rem;left:10.8125rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6f3e8b4183f6c63a752b1b2f6d11e4e { top:43.9375rem;left:11rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5895ac0b7f5795ec0e1b12209b5336 { top:47.5625rem;left:10.8125rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G339a6b477529a45a8022e8978861514 { top:80.6875rem;left:17.875rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cabbcb0eb1739e74a3a4c5980db26dea { top:81.625rem;left:18.625rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brttWZ1KEn5XilQkb4To2XbTH8tCIGCH { display:block; }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7ba12cc303abcaa408844a77b0c8038 { top:3.125rem;left:0rem;width:47.75rem;height:30.342954545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #adf96a3f774550c9ce278f2e8466c2fa { top:48.6875rem;left:0rem;width:33.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeb1b180bd21fb1078a789e76a87ac9e { top:59.6875rem;left:0rem;width:47.75rem;height:29.952272727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #F724ce9c180dd175ac4ff798e782bd99 { top:43.8125rem;left:14rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d53bd41a090e062ed6cfb537ad822233 { top:61.6875rem;left:19.1875rem;width:17.9375rem;height:5.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00046451ee5c34327ded266fbd40c34 { top:59.6875rem;left:15.3125rem;width:32.4375rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a772ac35167b7072ab0cdb9baecda376 { top:71.0625rem;left:20.5rem;width:27.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q996df03b36c3d61a15d49e356261a0b { top:77.0625rem;left:27.75rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6176b656e98627f4b0afc70822a4041 { top:96.5625rem;left:27.75rem;width:20rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N66032553890df60bcedc4bce84765c8 { top:10.3125rem;left:8.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keb7fd0ed3c2f5d1ad8c1ceaa1416e1b { top:10.4375rem;left:8.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pffad2d2a177fa7b30104a388619ce90 { top:66.0625rem;left:13.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf97a03665614d6fa36a00a90673d9c0 { top:66.1875rem;left:13.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb1f8e4c0187a5227a8a613b93aa1b97 { top:91.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08ac8be4471faba8c58f6f53ba481d6 { top:91.1875rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a14504c9581a6947ae661e95f453cc4d { top:11.25rem;left:0rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2a6bbcb98f33501472389b03f5a8f79 { top:10.3125rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa53032b814943554cd74b837dafa6a0 { top:89.25rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ec318145c8cd79075bb24d8dcb052f { top:90.1875rem;left:39.1875rem;width:8.5625rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #af76459fd6f9b0472e9f6311fdfded3d { top:93.75rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa1ad7067c2c84cc78c4e853a1f2b83b { top:84.9375rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na310443a6aae89eaef376a0cb060b11 { top:85.1875rem;left:39.1875rem;width:8.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9f89a63a603d00c73a1c65f7787925d { top:86.4375rem;left:39.1875rem;width:8.5625rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3f1a9e3b59718a14f97b3fd305061fb { top:89.25rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfd7df69803bab457909812dc445df65 { top:92.375rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U617f7e0147bd00933aad08adb036a71 { top:60.9375rem;left:0rem;width:10.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D94889723ed4fc398e49b76b4ffe97d7 { top:61.4375rem;left:0rem;width:7.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabef6a068c81377ebf7a0cbe368160f { top:62.8125rem;left:0rem;width:8.875rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb { display:block; }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5d3iwshpB2RFo1REZNu1FaFNJUtDFuv { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGeCe3e2VLU2i9ceMQT2nHICzz0NgFr { display:block; }
 }@media only screen and (max-width: 763px) { #CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa { display:block; }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v34e7e24d9459f5a62be47a0f172a4fa { top:3.125rem;left:0rem;width:47.5rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfb59416ce132bf19c1f636a672784f1 { top:37.25rem;left:0rem;width:47.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea662a6e9499b31e1876e91fe43f1822 { top:3.125rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5a3e8e085051b12369efd1b08e6e831 { top:19.875rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8a9eb4caffd05f492a081acb2d66031 { top:48.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0dbb41fe3407b347cb51510bda0ff5c { top:28.6875rem;left:21.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7b4fdb76dac6f15c2fb171042b1621c { top:28.8125rem;left:21.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb398213cd367d20926c1829e2a65171 { top:56.125rem;left:0rem;width:18.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8d17bc0d6323885814931567f0d8fa2 { top:55.1875rem;left:13.5625rem;width:19.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb2f221585647f93e99ed26d1b3fb057 { top:54.0625rem;left:26.625rem;width:21.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V066aa9fdf7a8bbde6979858fd3e9554 { top:29.625rem;left:23.9375rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc46ff8508fdeba1b0ea0aee419ac5e9 { top:28.6875rem;left:23.75rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB { display:block; }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGBH5dObKcdNi3uvAONb49bnt5Is8Z3Q { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauDoLnfTfsT8B76giHJKZNNghh9o0JQ { display:block; }
 }@media only screen and (max-width: 763px) { #yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 { display:block; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grWHe87H4WBM6BWVcnNEKS6t4ZeK8TKF { top:2.875rem;left:5.40625rem;width:36.9375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEhTbbcf1U3zWTI1xe2MCK533ENCfT3G { top:13rem;left:0rem;width:8.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU3xSCQzv0trJV154zSvn61ktaHcbXNq { top:13rem;left:8.5625rem;width:12.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlEtwA4001sPoOzvZVgDH6wXei2qIKTV { top:13rem;left:23.375rem;width:14.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqqaRpezmFhggsfcgJhVa6rmlqEwG0HQ { top:13rem;left:37rem;width:10.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgLTvBEHidf5h6EyMbVscAfVN8grktcg { display:block; }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6xtoHNCPlyNQJrURKdOc0l4t19ttUaK { top:0.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL { display:block; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIAdTwAwxmtecQZQqtzQZSFlaKTN6EkU { top:1.5625rem;left:11.21875rem;width:25.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl { position:relative;z-index:auto;display:block; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl { background-color: transparent; background-image: none; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row .container > .video-iframe-container { display: none; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row > .video-iframe-container { display: none; }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .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); }#SbkgAa5cUWxuep4dgG9TnTHrw4wxH0Fl > .row .container { width:20rem;height:13rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Npwan5LoG7vPMNMF4DDhOA4xlIsTnUQx { width:17.625rem;height:3.5rem;top:1.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6qP03FqQQApK2S1lFgkf3M79iTuGBwr { width:10.9375rem;height:3.4375rem;top:7.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKb7pr0WCWex8r44bOJdy4ZL9zOMiVug { display:block; }
 }@media only screen and (max-width: 763px) { #TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n { display:none; }#TapvMyRGHxpb3QqfCOEKhyK2e0Tx0N0n > .row .container { width:20rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zMA9waPyKPdnBD6E94lvxcWupPRzRq7b { display:block; }#zMA9waPyKPdnBD6E94lvxcWupPRzRq7b > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7a24d0ab13061f2d455558d4886f12c { width:3.125rem;height:3.125rem;top:28.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5a067dd9f9d70c4cedb5f263039d6e1 { width:10rem;height:8.625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3c96fa974998fc37932788150ce713 { width:11.25rem;height:9.75rem;top:22.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaa2c4457c9a4b47a4f014fa2648bf90 { width:11.875rem;height:10.25rem;top:17.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64358be2555b20012e005f255135073 { width:14.875rem;height:10.125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ { display:block; }#zuk7DMTiiCcX4BIkf7SkND2qbvsBH5TZ > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKib2qCe7k0PlL1FUXT74fELG6teFF9R { width:17.4375rem;height:6.0625rem;top:12.7216796875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6rWhrARfdaptfZzW65xJ2lPsvpoV3d { width:17.5rem;height:9.6rem;top:1.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiPfALcPThfJmyIPuLB3uKRrLwN4qSar { display:block; }#aiPfALcPThfJmyIPuLB3uKRrLwN4qSar > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c68654fbc32716f926e9af8b97a130ce { width:20rem;height:10.526375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T280f51bfa2b856af4d5b5001a809737 { width:17.5rem;height:20.475rem;top:39.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af0ead2441e5d922a71ea2bcc9f20f1d { width:20rem;height:12.5918125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra748857b3e77935e540ffc3265047ae { width:16.6875rem;height:5.25rem;top:15.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ada355a57abd542e7b13385f1dbca1b7 { width:1.875rem;height:1.875rem;top:7.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3f46fd17e37658880bef4d9ffcedcc3 { width:1.875rem;height:1.575rem;top:7.5rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucda8a53fbb37f3762419435ad7bcfa0 { width:1.875rem;height:1.875rem;top:31.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1a0940350101e7bef49d24e3738d906 { width:1.875rem;height:1.575rem;top:31.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2d7ea631cf41b6e4746615b60ac5dd5 { width:10rem;height:2.375rem;top:10.875rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f76496b3866b4c586162514319d709a8 { width:11.25rem;height:4.375rem;top:9.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k02f64b7b02abbf567cd2b55fd396e46 { width:11.25rem;height:4.375rem;top:33.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h75386b7f82fdcccb9c97b675c7ef635 { width:10rem;height:2.375rem;top:34.9375rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD { display:block; }#Lb8GNI4eLfyUgh4xbMqhy8fXs9MFOXQD > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t65c99d3d9500e8d09d0c0807deceb64 { width:20rem;height:12.709rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0d027359220b03a7f8f0710cec3a282 { width:17.5rem;height:12.6rem;top:17.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8cda40bc4f9c1dfc920604b2dfce3b1 { width:17.5rem;height:9.625rem;top:31.529296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dceff804e505996c8aee2f44fa7c95b9 { width:17.5rem;height:2.8rem;top:41.779296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db20e8bdd22071e5d24765ef3704090f { width:1.875rem;height:1.875rem;top:9.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa248f07229a368d4818f1f2f09729a7 { width:1.875rem;height:1.575rem;top:9.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7c614b7a9b0569a2a91fcf8d934675 { width:17.5rem;height:11.5625rem;top:45.8271484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9f7dd18526273d2e62ff3895196d661 { width:11.25rem;height:4.375rem;top:12.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #de31371f4f4881c04503cfbe55439a7c { width:10.9375rem;height:2.375rem;top:13.0625rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection { display:block; } #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection *:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection input[type="text"]:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection input[type="email"]:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection input[type="tel"]:focus-visible, #bab062a8c2f300c94caf5db0edbf4094.widget-smartsection textarea:focus-visible { outline: none; } #kyFuegquFpWKG5r3l0IzzdpT167HkXGh > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2oyQV3OuVaswABWQcTTT2vENW7IaugW { display:block; }#u2oyQV3OuVaswABWQcTTT2vENW7IaugW > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT2Vod5LScvB87xtJJlOnM8XX7NyCtZq { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZJaBvXQmZW2S6859N3CA4h4dmDrbRg4 { display:block; }
 }@media only screen and (max-width: 763px) { #FRWCJl6QhSqz44pben57ZGVMKcfCkfDN { display:block; }#FRWCJl6QhSqz44pben57ZGVMKcfCkfDN > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0b5c178305a3b05840b57b79c55c07d { width:20rem;height:13.0625rem;top:5.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84f3ff885b12a5728f0743867b0ae48 { width:17.5rem;height:11.025rem;top:24rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9450c4a4fb4a964800cc3855a5f04d1 { width:20rem;height:11.9375rem;top:43.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n761f218aebcda25c2e9dcb0112184fc { width:17.5rem;height:9.6875rem;top:69.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A17bf063926760dc87cb4231a52d8c1c { width:16.6875rem;height:5.25rem;top:36.2685546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a564cfe9d387c1e032d7fca2f7c603f3 { width:17.5rem;height:2.8rem;top:79.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F25464af53040e87e1a488e47fa5d800 { width:17.5rem;height:7.875rem;top:60.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0df3571fc2046ff08a443da64961ca5 { width:4.6875rem;height:8.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q02c56ca789badaff64ed5ca2ab67c5d { width:12.5rem;height:4.2rem;top:1.5625rem;left:6.9375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c64d1ef5a70f4a98d19e14d3abf4cd1e { width:20rem;height:4.8125rem;top:5.94921875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #O2a2002aa2aa374b7392897d653409fd { width:1.875rem;height:1.875rem;top:15.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e67374188f16e3a4cd47e5f4f93dee83 { width:1.875rem;height:1.575rem;top:16.0625rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62f4ce5f6753775265f28fcc3f93ada { width:1.875rem;height:1.875rem;top:52.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a810286eb042a9200100570b6ed30af2 { width:1.875rem;height:1.575rem;top:52.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4f7950b48a7b8bd4ef4c4b6fc9e7336 { width:11.25rem;height:4.375rem;top:18.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0f68e587fa77dba15f78fb84f1f5b5d { width:10.9375rem;height:2.375rem;top:19.375rem;left:8.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x463646b34be38c64f0b27a2e488afe0 { width:11.25rem;height:4.375rem;top:54.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8021ba2a9315531f7a54d467efa107a { width:10.9375rem;height:2.375rem;top:55.6875rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF { display:block; }#A0wlCH96Qq6GHJ6rw4UR8kDUosw7PVeF > .row .container { width:20rem;height:117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wa6842eed337677f3a1ea51a88b32bfb { width:20rem;height:11.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d600058fee903654a292ad5c2b55e886 { width:17.5rem;height:9.45rem;top:16.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k88b11957b0bed505aa31d3492b20b4b { width:20rem;height:17.75rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb892f01ab3da907f486cae7f7a14d78 { width:13.75rem;height:26.625rem;top:82.1015625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa54c32fed3882bd9fc6119341048ef2 { width:17.0625rem;height:22.05rem;top:59.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db6b7afc2b0ccb82ce6c0878c8ea8383 { width:1.875rem;height:1.875rem;top:8.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff5f6d3d179eb616f27565d58914f327 { width:1.875rem;height:1.575rem;top:8.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w992faba49a2bb4f40bd039bd2520c27 { width:1.875rem;height:1.875rem;top:51.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8e51c3fb22de42c6d1256f59c5b6f10 { width:1.875rem;height:1.575rem;top:51.5rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1fda7ccf6f26590b17622bf2dfce53 { width:1.875rem;height:1.875rem;top:107.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac379cdfb03e4dd1021d7bad71fdb3ad { width:1.875rem;height:1.575rem;top:107.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d52feebbe32ac940c7aa9f6aaa250baa { width:17.5rem;height:11.5625rem;top:27.5703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h868fd43a42a774f3b9c849fe71b6239 { width:11.25rem;height:4.375rem;top:11.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9702a5d63f9366e2b43535aa82c57f6 { width:10.9375rem;height:2.375rem;top:12.25rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a65684b6623b4b75efbfe92d9e23db7d { width:11.25rem;height:4.375rem;top:53.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g37c44eeded654fcb5e16ba482e6b2ab { width:10.9375rem;height:2.375rem;top:54.8125rem;left:8.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcbbc86613d59af98cfa56492a702c6f { width:11.25rem;height:4.375rem;top:109.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tff7a27ca26d3733ca5abd4f2fde330a { width:10.9375rem;height:2.375rem;top:110.5625rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk { display:block; }#DzuEbQ8RAV7vPgwkOAXMknDvXXKvUghk > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV6MJRO1LzLlHH6QvEXowsvaMsWkurTO { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q72fzTD6raCTMMmUi8lafUDcbaSBU1Ci { display:block; }
 }@media only screen and (max-width: 763px) { #ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 { display:block; }#ZQOQwAy3CymQZbvMfSdt98pB0vvGAeB6 > .row .container { width:20rem;height:127.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2f6cdd0fce109612268ca5b1f245d0d { width:20rem;height:12.25rem;top:75.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb7b184654a9318b6269b48f8db575ec { width:17.5rem;height:14.175rem;top:88.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O43b46f1100286f743e253bdf91e9405 { width:17.5rem;height:26.775rem;top:30.849609375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef16276f580ff6b3dae44f2c8a8ddbf1 { width:20rem;height:15.7626875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daeb235f8404f49bbfdaef633b5fbbe8 { width:17.5rem;height:9.45rem;top:104.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e174be94f533c654506c1139742dd6b3 { width:17.5rem;height:9.45rem;top:115.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76f0eb4e6d340c666120307bad159e9 { width:1.875rem;height:1.875rem;top:23.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae51c24a1e4140051dbb21db4d62ae0f { width:1.875rem;height:1.575rem;top:23.9375rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4d966d73fe15b3e327ac0410a30593a { width:1.875rem;height:1.875rem;top:11.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8a1ae05b26541aef0a765f2d49459a6 { width:1.875rem;height:1.575rem;top:11.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e378626126ca20517c8843ba17ea20dd { width:1.875rem;height:1.875rem;top:85.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f783827ffe3f90e53cb0b5fdc5c58bd4 { width:1.875rem;height:1.575rem;top:85.625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d70ff0381f363ff62b5315eab8ade40c { width:1.875rem;height:1.875rem;top:76.5625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i80151190e7413d95875c203a5afbdde { width:1.875rem;height:1.575rem;top:76.6875rem;left:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5cf6e2b6736f78ffb7b4eccc94dc032 { width:1.875rem;height:1.875rem;top:76.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D378b7afd985374e9827651354455023 { width:1.875rem;height:1.575rem;top:76.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c35d64d9fa1a4b8013f8df6e71de4ea1 { width:17.5rem;height:11.5625rem;top:58.861328125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3191a45cfa9647c3b2d9985a1203c2 { width:10rem;height:4.375rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kae1a9dda063cff8136ac9a0fd08b0bd { width:7.5rem;height:2.375rem;top:7.8125rem;left:2.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdcfdf8ad6b32a987e337502239ec67a { width:1.875rem;height:1.575rem;top:8.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da1a19388050dba4e8c4356f118ffbc2 { width:8.5625rem;height:2.375rem;top:24.8125rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df4be5972d4b52a82dbc64304969555c { width:10rem;height:4.375rem;top:23.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3862be67c61dd464c4f4f93da542f01 { width:10rem;height:1.2246125rem;top:28.375rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeaa88e60e9366360884f1dcb70e5d42 { width:11.25rem;height:4.375rem;top:71.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef8c454433a9a3f418031a89b6147274 { width:10.9375rem;height:2.375rem;top:72.6875rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd { display:block; }#gGuLVNrkpfSTduAcFHTTK5T1TrPqNynd > .row .container { width:20rem;height:169.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wd8058c0d5885d4c3df5d113dee38b61 { width:20rem;height:12.5625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0e24e0d6d6e3821e25763199f9073b { width:13.75rem;height:14.8125rem;top:30.716796875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91bb333e6fb8a17df757db639d9753e { width:17.5rem;height:34.65rem;top:50.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G39526f5322eab3644641d5b80f1eff0 { width:17.5rem;height:11.625rem;top:85.8828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v474ea0c16e7fa4e1796a7944dbb05fe { width:17.5rem;height:12.6rem;top:18.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya9766931d72f93829c5c833db94c13c { width:20rem;height:18.944591029024rem;top:114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #If7fed89e5125d45f266f675724776d5 { width:16.6875rem;height:5.25rem;top:103.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa4b7d151861b45d9fbac81b8ec3507b { width:17.5rem;height:9.45rem;top:143.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6355440ea6cf39c6f490cc4562ccc65 { width:4.6875rem;height:4.6875rem;top:137.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3af3fbaa6be8d9e798c9c1b8c6f2a11 { width:11.875rem;height:4.2rem;top:138.056640625rem;left:6.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c218e9c3e87f3141dcc6041d430e4710 { width:17.5rem;height:11.025rem;top:155.0703125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb562e39d2fadbee63fdff924923a0b4 { width:1.875rem;height:1.875rem;top:14.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N513beec216f90b1ebabff3e1d243709 { width:1.875rem;height:1.575rem;top:14.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8b23d21f91063ebae35c1eb6600f49 { width:1.875rem;height:1.875rem;top:45rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G49698cb8e86662ee3d53d02405abe57 { width:1.875rem;height:1.575rem;top:45.125rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4f6ef56d532b090028fc88aeca7eed6 { width:1.875rem;height:1.875rem;top:14.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0b05ddfd6b856a89e199b81f05884ae { width:1.875rem;height:1.575rem;top:14.5625rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc3baa0a9735ea65e7993996cf1f9afd { width:1.875rem;height:1.875rem;top:96.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa8c5c1a19713c13524daee3d44e7e51 { width:1.875rem;height:1.575rem;top:97rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf79b3318c440523c8975d8f7d5d5c92 { width:1.875rem;height:1.875rem;top:6.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9853e62d6387d59115c21b6a6abf96 { width:1.875rem;height:1.575rem;top:6.3125rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c921ded36e04690715b4edfb1fcee904 { width:1.875rem;height:1.875rem;top:115.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc4526dd697091a34eb4f63ca77bb846 { width:1.875rem;height:1.575rem;top:115.4375rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4a6b5174fda73b635034c134dfd389c { width:1.875rem;height:1.875rem;top:129.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb1f9a4655db2ef7a6b67dc0f31cf5e4 { width:1.875rem;height:1.575rem;top:129.9375rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xba3c73b578058add185857b38c4d709 { width:11.25rem;height:4.375rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6f5740b94fa0b8e37ec07907bf6e54f { width:10.9375rem;height:2.375rem;top:2.25rem;left:7.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef2b491581db96497b8dcd15de42b2aa { width:8.5625rem;height:2.375rem;top:46rem;left:1.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df87d7f944ab6baec70a0bec0119bd58 { width:10rem;height:4.375rem;top:45rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2e04eb6bf8ee27434087525b4e1349f { width:8.5625rem;height:2.375rem;top:97.875rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e884fdbe90388050cc466f440b36e213 { width:10rem;height:4.375rem;top:96.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba3f3aca4cfe9f29779b763eda927ca1 { width:10.625rem;height:4.375rem;top:110.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c58f20bc33e59a21e07c072f94cbd6ae { width:10rem;height:2.375rem;top:111.3125rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cb5b18afddde2922cd2777eaeaa342 { width:10rem;height:4.375rem;top:132.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d931f9c84a500756d7844b8479cb2e7c { width:1.875rem;height:1.575rem;top:134rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue34a0f43a741b9f3586b6dd0c12505f { width:7.6875rem;height:2.375rem;top:133.125rem;left:11.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0FfPRs221ck5oqEQJnhufVOS73GJgKV { display:block; }#x0FfPRs221ck5oqEQJnhufVOS73GJgKV > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C77PKOFtVOUKtMdsT3PkCGykLu7EPPPs { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht7a8QBuzpyitBo45cpJaopIT1GoZvZR { display:block; }
 }@media only screen and (max-width: 763px) { #ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH { display:block; }#ObkTBCuGdTL8Jk22GWw1fh8BTIcNCFlH > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldabd4fe0ac373fae9b21af8b41f8aa6 { width:20rem;height:14.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca74b6dae9e3859cebe6101395e901d7 { width:17.5rem;height:18.9rem;top:19.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S89071d7fe51f58a0653922f941dd137 { width:1.875rem;height:1.875rem;top:11.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61e7dbec975682ba7c10884d7fabce5 { width:1.875rem;height:1.575rem;top:11.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4a61873c6e2b8c9f4bd1ddf97bbf0cf { width:17.5rem;height:11.5625rem;top:39.576171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df6a5861ed51c03a99cf3c0a22064905 { width:11.25rem;height:4.375rem;top:13.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ece1cabaf20f2f6a65fa0841a13ee150 { width:10.9375rem;height:2.375rem;top:14.8125rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI { display:block; }#hNkQVl9ZcT1EcNfEGZst9NQHXrfULBBI > .row .container { width:20rem;height:137.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H398bd8dee386bc709aa3c347b42ef67 { width:20rem;height:13rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O63638c9d0dfb861a397538c8aa9fdff { width:17.5rem;height:45.675rem;top:25.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af89ea0950cc7e67c41af0bc62bfe0cd { width:20rem;height:13.75rem;top:117.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf61a6a3a3fb4bb99fc416660c03b463 { width:17.5rem;height:40.95rem;top:72.77734375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bca6a2c142010609078a84d522da1f21 { width:16.6875rem;height:5.25rem;top:129.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9fcc9c1e3b40aae395eb494951a52e5 { width:1.875rem;height:1.875rem;top:6.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3edea865ed3172785f1e40463783c09 { width:1.875rem;height:1.575rem;top:6.375rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9d72fd7747dd6b0bc72f8a575480fd { width:1.875rem;height:1.875rem;top:17rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5a488e2e18ff201f190a27fca01a9fb { width:1.875rem;height:1.575rem;top:17.125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0d10e24242a4246d444a9e504358983 { width:1.875rem;height:1.875rem;top:17.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea6162e73f88a7bbfcb60056112afe12 { width:1.875rem;height:1.575rem;top:17.3125rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7e1d8ec3b8a9bfc16a13c9a756339e { width:1.875rem;height:1.875rem;top:119.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #id171f0567c690d13a554b052d8ac7ad { width:1.875rem;height:1.575rem;top:119.375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdfd788cc57179eb6788f43aca0d49b { width:11.25rem;height:4.375rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s93ebbcd21ac815b486ba9ff4c672e99 { width:10.9375rem;height:2.375rem;top:2.25rem;left:8.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W65e67d3be83afbc9929a2f44ce076b9 { width:11.25rem;height:4.375rem;top:19.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf18e46313022224da1c91af7f3fd171 { width:10.9375rem;height:2.375rem;top:20.625rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud5b0dfb6e26456e31f7e25bca0ede07 { width:11.25rem;height:4.375rem;top:114.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0801bcd33a6fb63ce24fc6b2105b336 { width:10.9375rem;height:2.375rem;top:115.3125rem;left:8.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c879a3cb65b64df9088548b8dfb8aa { width:8.6875rem;height:1.04980625rem;top:5.9375rem;left:10.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX { display:block; }#NiUvURuT8ulXhzfmLeteTJ3d1Qwdd1sX > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVn1fcxtPwTxOUrh29O8TNrLuM779Nrq { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3BWX0h0GbDDotf7d9DfMAovnwcFiZI { display:block; }
 }@media only screen and (max-width: 763px) { #hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G { display:block; }#hf1IgDC1ftHaRTu9sTu2bEl45sv7qd2G > .row .container { width:20rem;height:116.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fce7b01906b61aa8b5dfd54cee2a3559 { width:20rem;height:14.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r144346e7c166c0f7b1d017ef17d8387 { width:17.5rem;height:42.525rem;top:20.8623046875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #be02de0db6b026d2695cf07873289a50 { width:17.8125rem;height:10.5rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbfb274a9e9276a8bdfd6b64c3322af0 { width:13.75rem;height:9.9375rem;top:80.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic061b4fd79430a3d589bbaa906b2779 { width:17.5rem;height:9.45rem;top:91.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4dd71d8c5a650705c31ed041f394b8c { width:1.875rem;height:1.875rem;top:11.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga3cf6b92bb6f5203502de969c80ddc3 { width:1.875rem;height:1.575rem;top:11.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5e1bae5c5edb1ed1fd5f4ce76f2a101 { width:1.875rem;height:1.875rem;top:69.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d001ae2b365b3e49207beea9afe06060 { width:1.875rem;height:1.575rem;top:69.75rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d12daa22d715dfc1cc4ca5f6adf80393 { width:1.875rem;height:1.875rem;top:88.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbf02f7c94215a6a50923b1ace1f61a4 { width:1.875rem;height:1.575rem;top:89rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J90d99267c9268e6de8582ab584dee52 { width:17.5rem;height:11.5625rem;top:102.6328125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka2ee7018161e6409f6434b7d9e92275 { width:11.25rem;height:4.375rem;top:13.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6f3e8b4183f6c63a752b1b2f6d11e4e { width:10.9375rem;height:2.375rem;top:14.875rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5895ac0b7f5795ec0e1b12209b5336 { width:10rem;height:1.04980625rem;top:18.5625rem;left:1.25rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #G339a6b477529a45a8022e8978861514 { width:10rem;height:4.375rem;top:64.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cabbcb0eb1739e74a3a4c5980db26dea { width:8.5625rem;height:2.375rem;top:65.625rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brttWZ1KEn5XilQkb4To2XbTH8tCIGCH { display:block; }#brttWZ1KEn5XilQkb4To2XbTH8tCIGCH > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7ba12cc303abcaa408844a77b0c8038 { width:20rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adf96a3f774550c9ce278f2e8466c2fa { width:17.5rem;height:12.6rem;top:17.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeb1b180bd21fb1078a789e76a87ac9e { width:20rem;height:12.6875rem;top:49.0029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F724ce9c180dd175ac4ff798e782bd99 { width:16.6875rem;height:5.25rem;top:32.09375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d53bd41a090e062ed6cfb537ad822233 { width:12.6875rem;height:4rem;top:44.4404296875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00046451ee5c34327ded266fbd40c34 { width:20rem;height:43.125rem;top:79.4140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a772ac35167b7072ab0cdb9baecda376 { width:17.5rem;height:7.875rem;top:78.5498046875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q996df03b36c3d61a15d49e356261a0b { width:17.5rem;height:7.875rem;top:88.2958984375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6176b656e98627f4b0afc70822a4041 { width:18.75rem;height:4.125rem;top:62.3154296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N66032553890df60bcedc4bce84765c8 { width:1.875rem;height:1.875rem;top:9.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keb7fd0ed3c2f5d1ad8c1ceaa1416e1b { width:1.875rem;height:1.575rem;top:9.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pffad2d2a177fa7b30104a388619ce90 { width:1.875rem;height:1.875rem;top:51rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf97a03665614d6fa36a00a90673d9c0 { width:1.875rem;height:1.575rem;top:51.125rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb1f8e4c0187a5227a8a613b93aa1b97 { width:1.875rem;height:1.875rem;top:58.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08ac8be4471faba8c58f6f53ba481d6 { width:1.875rem;height:1.575rem;top:58.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a14504c9581a6947ae661e95f453cc4d { width:10.9375rem;height:2.375rem;top:13rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2a6bbcb98f33501472389b03f5a8f79 { width:11.25rem;height:4.375rem;top:12rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa53032b814943554cd74b837dafa6a0 { width:8.75rem;height:5rem;top:70.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ec318145c8cd79075bb24d8dcb052f { width:8.75rem;height:2rem;top:72.375rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #af76459fd6f9b0472e9f6311fdfded3d { width:8.75rem;height:1.04980625rem;top:76.25rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa1ad7067c2c84cc78c4e853a1f2b83b { width:8.75rem;height:3.8125rem;top:67.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na310443a6aae89eaef376a0cb060b11 { width:6.9375rem;height:1.25rem;top:67.4375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9f89a63a603d00c73a1c65f7787925d { width:6.875rem;height:2rem;top:68.6875rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3f1a9e3b59718a14f97b3fd305061fb { width:8.75rem;height:1.2246125rem;top:71.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfd7df69803bab457909812dc445df65 { width:8.75rem;height:1.2246125rem;top:74.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U617f7e0147bd00933aad08adb036a71 { width:8.75rem;height:3.8125rem;top:67.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D94889723ed4fc398e49b76b4ffe97d7 { width:7.3125rem;height:1.125rem;top:67.5625rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabef6a068c81377ebf7a0cbe368160f { width:7.9375rem;height:1.75rem;top:68.6875rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb { display:block; }#JOJ2ugRqkQQ84GEI8OGkX9TcKTgpSOvb > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5d3iwshpB2RFo1REZNu1FaFNJUtDFuv { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGeCe3e2VLU2i9ceMQT2nHICzz0NgFr { display:block; }
 }@media only screen and (max-width: 763px) { #CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa { display:block; }#CNVVkZyZt4z4IANk0WQ94X8vPDWPzPUa > .row .container { width:20rem;height:93.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v34e7e24d9459f5a62be47a0f172a4fa { width:20rem;height:13.4375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfb59416ce132bf19c1f636a672784f1 { width:17.5rem;height:17.325rem;top:19rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea662a6e9499b31e1876e91fe43f1822 { width:17.5rem;height:13.5625rem;top:37.5654296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5a3e8e085051b12369efd1b08e6e831 { width:17.5rem;height:13.5625rem;top:52.3779296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8a9eb4caffd05f492a081acb2d66031 { width:17.5rem;height:4.2rem;top:68.4404296875rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0dbb41fe3407b347cb51510bda0ff5c { width:1.875rem;height:1.875rem;top:6.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7b4fdb76dac6f15c2fb171042b1621c { width:1.875rem;height:1.575rem;top:6.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb398213cd367d20926c1829e2a65171 { width:10rem;height:8.625rem;top:73.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8d17bc0d6323885814931567f0d8fa2 { width:11.25rem;height:9.75rem;top:80.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb2f221585647f93e99ed26d1b3fb057 { width:11.875rem;height:10.25rem;top:75.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V066aa9fdf7a8bbde6979858fd3e9554 { width:10.9375rem;height:2.375rem;top:2.25rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc46ff8508fdeba1b0ea0aee419ac5e9 { width:11.25rem;height:4.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB { display:block; }#b7xmlNLo9p0sBGEEqNUn78oHp4ezqcIB > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGBH5dObKcdNi3uvAONb49bnt5Is8Z3Q { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauDoLnfTfsT8B76giHJKZNNghh9o0JQ { display:block; }
 }@media only screen and (max-width: 763px) { #yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 { display:block; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 { background-color: transparent; background-image: none; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container > .video-iframe-container { display: none; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row > .video-iframe-container { display: none; }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .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); }#yW38uu0xRqiWHVXDnGypQuQPuT4VOSW2 > .row .container { width:20rem;height:49.3125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grWHe87H4WBM6BWVcnNEKS6t4ZeK8TKF { width:17.5rem;height:3.5rem;top:2.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEhTbbcf1U3zWTI1xe2MCK533ENCfT3G { width:8.625rem;height:6.5625rem;top:8.3125rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BU3xSCQzv0trJV154zSvn61ktaHcbXNq { width:15.1875rem;height:6.5625rem;top:17.3125rem;left:2.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlEtwA4001sPoOzvZVgDH6wXei2qIKTV { width:18rem;height:7.875rem;top:26.515624046326rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqqaRpezmFhggsfcgJhVa6rmlqEwG0HQ { width:14.375rem;height:9.1875rem;top:36.937499046326rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgLTvBEHidf5h6EyMbVscAfVN8grktcg { display:block; }#zgLTvBEHidf5h6EyMbVscAfVN8grktcg > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6xtoHNCPlyNQJrURKdOc0l4t19ttUaK { width:17.5rem;height:11.8125rem;top:1.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL { display:block; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL { background-color: transparent; background-image: none; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container > .video-iframe-container { display: none; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row > .video-iframe-container { display: none; }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .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); }#MIl67Rtai4xDA1URNXWPPTxNcC4xxTLL > .row .container { width:20rem;height:4.0625rem;background-color:#31312e;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIAdTwAwxmtecQZQqtzQZSFlaKTN6EkU { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }