.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:224,239,247;--color-primary-1:197,224,255;--color-primary-2:102,173,217;--color-primary-3:40,118,191;--color-primary-4:0,118,191;--color-secondary-0:249,231,219;--color-secondary-1:237,177,137;--color-secondary-2:218,98,18;--color-secondary-3:109,49,9;--color-secondary-4:33,15,3;--color-tertiary-0:255,255,255;--color-tertiary-1:190,179,179;--color-tertiary-2:114,107,107;--color-tertiary-3:68,64,64;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 763px) {
    html {
        width: 764px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { background-color: transparent; background-image: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .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); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { border-width: 0; border-radius: 0; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.3125rem;width:47.75rem;position:relative;display:block; }#NJ9O61utxU0Ilb1vHac1UhUDpvJL9wI9 { 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:3.9375rem;width:15.25rem;top:0.6875rem;left:2.75rem;overflow:hidden;display:block; }
#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(171,166,167,0.19);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row .container { background-color: transparent; background-image: none; }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row .container > .video-iframe-container { display: none; }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row > .video-iframe-container { display: none; }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .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); }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row .container { border-width: 0; border-radius: 0; }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50.4375rem;width:47.75rem;position:relative;display:block; }#FkzOS4sS80hlsvBZCJ09s3Znrzqe2cQc { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:8.875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#HWq4LpU453Ecx0VEdgsd8A17Fh5F1meU { position:absolute;display:block;z-index:15001;background-color:#fbf0e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:41.6875rem;top:8.0625rem;left:3rem;display:block; }
#iquo7Ac0TL0VfxQXa7o8mg9TuV3ZR1T9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.9375rem;left:7.125rem;height:4.5rem;display:block; }
#hUgDW4Obb0fgmKGL5hZxIQ83EzUQme2Z { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.95703125rem;left:7.71875rem;height:2.274575rem;text-align:center;text-align-last:center;display:block; }
#JLVDOmOdTyJsCpvbaWFTosMatCk1vT3J { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5rem;left:14.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#klTTT2Ad95p3f715VU3TKNb6CMi0d2Lm { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.1875rem;left:5.5rem;display:block; }
#gV2nBByht6AFApcyehqS75vPpXq1cf4v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfkXe47ULRDrwi9v0gO3Ae65n2Wf0sxd { color:rgba(var(--color-primary-4),1);display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:9.53125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#hebOLrmALFmL2i0htNSmxoJuVpgHHclf { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.04296875rem;left:7.71875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#EsmVt2tfS4g1mgxrx2fLb52Nt0xNwBAH { 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:12.1875rem;width:20.6875rem;top:35.6875rem;left:13.53125rem;overflow:hidden;display:block; }
#z2VTr2SXXLMWnqGgdmqPekVLt96t6V45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(171,166,167,0.19);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#z2VTr2SXXLMWnqGgdmqPekVLt96t6V45 > .row .container { border-width: 0; border-radius: 0; }#z2VTr2SXXLMWnqGgdmqPekVLt96t6V45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2VTr2SXXLMWnqGgdmqPekVLt96t6V45 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:42.1875rem;width:47.75rem;position:relative;display:none; }#JnJxd687BMdQTegJW3PL2EXRbIN1MQlG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:8.875rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#ridgHEoksred0T5t6cp08ZQnaG1zsReT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:41.6875rem;top:7.9375rem;left:3.0625rem;display:block; }
#s7cP6NAuwgX2cGhM33324m4ETbxnDAr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.125rem;left:7.1250009536744rem;height:6rem;display:block; }
#UXNRot6tTGCE1HzztWBTgKRTq1cqT380 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.625000476837rem;left:7.8125009536744rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#NPKbLCEMso46EhnBssOn6x5htCT6u9O7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37.1875rem;left:14.812503814698rem;height:1.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VPOyLOeANrt0yITDZu2MBhv1KTrdL8iM { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.25rem;left:5.5rem;display:block; }
#fqvykTX3yKtziTtXb0b4T2pXeO5lJ2wu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNDIB69hnETwZ5xlg8eqd52rMPviEq2o { color:rgba(var(--color-primary-4),1);display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.0625rem;left:9.5000038146975rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#GczXD4iugIAf48kZSza5pQer73Iho0t4 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:21.875rem;left:7.78125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uKkGsxcENWL3OitmRBBtMmZ6CT6EzOel { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.25rem;left:14.781253814698rem;height:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX { position:relative;display:block; }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX { background-color: transparent; background-image: none; }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX > .row .container > .video-iframe-container { display: none; }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX > .row > .video-iframe-container { display: none; }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX > .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); }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX { border-width: 0; border-radius: 0; }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX > .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; }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX > .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:var(--paragraphs-font-family);height:71.9375rem;width:47.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; }#P96xZhpqHqtkS908cVo5wtrqVnyk31WJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:"roboto slab";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.764324188233rem;left:3.75rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#dVcFDFm4qnSlq9pdpeQNoaXpad3TDdG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.89453125rem;left:5.46875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#gTXEbhTL9HLfEkbTCcnAhbTofG6kutiF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:"roboto slab";font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3111991882324rem;left:13.031250953674rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#WmZrPmG8ssVeCc5JFUtyu5rcXJ9yg29G { color:#d50f0f;display:block;width:19.1875rem;position:absolute;font-family:"roboto slab";font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.764324188233rem;left:28.541667938233rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#cKSVLTGxBMVneZd0BN94EB1yQdMvzoTN { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.9296875rem;left:18.75rem;height:1.3rem;display:block; }
#ENqcHxN2ZhXbieitf9Hpol3pJshAJiPk { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:15.921874046326rem;left:0.62500095367431rem;display:block; }
#gxI2XO4SdZ5BWSmcIM8QCtkoh9XC1igu { box-sizing:content-box;color:#e61616;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.920572280884rem;left:25.354168891907rem;display:block; }
#eaLHAOFbDww6UXP2gRWnplC4QiJCWdvr { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:22.875rem;top:39.0625rem;left:0.125rem;display:block; }
#lmpcR0vbd0v2sNz3NO6gVWm1NWf5a60E { color:rgba(var(--color-primary-4),1);display:block;width:17.0625rem;position:absolute;font-family:"roboto slab";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:41.759117126465rem;left:3.75rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#lo3h4HWLn2uvKUezZyXVida4SOm7a5OB { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:41.154949188233rem;left:0.83203125rem;display:block; }
#xobMxhTu0doTdyIborAq6rfmTE6KMwQp { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:45.050788879394rem;left:1.8437509536743rem;height:9rem;display:block; }
#OJOLTffTm2QrJLW9EzCegpoH7zJBVuIA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:"roboto slab";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:41.75651550293rem;left:28.458332061767rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#A80qTWmtozMkiWG71T1gqefq4xyMnDaq { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:40.99609375rem;left:25.354168891907rem;display:block; }
#dyDGsZ25uI48Z9mfgw3tp17Afs8GA5Rh { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.75rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:64.3125rem;left:5.5rem;display:block; }
#yWygGSGKdxVX5o5nCW6tvRGkPOhApbh0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIZMn1HC2Ti7Hub3oVTMyPZpDT4NFw4w { position:absolute;display:block;z-index:15001;background-color:rgba(171,166,167,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:22.875rem;top:39.05078125rem;left:24.875rem;display:block; }
#T9FUOqP4NrD5sGyMzGCxTboGmufWATIE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:45.093757629394rem;left:27.052083015442rem;height:9rem;display:block; }
#ew31reteR31KQr8DmoTdt47k941W1QFt { position:absolute;display:block;z-index:15000;background-color:rgba(171,166,167,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:22.875rem;top:13.325521469116rem;left:0rem;display:block; }
#i9MBPk7b7F8IDC9Tq8CTkNxGgCPHGN6Q { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:20.179695129394rem;left:1.8437509536743rem;height:10.5rem;display:block; }
#c0UvxJDcN3ADp8EBU1eQW8VUZNuVR6OT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:22.875rem;top:13.28515625rem;left:24.875rem;display:block; }
#LnD5We4ihMUyNX1FMM24ZHDkVAvgETxR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:20.179695129394rem;left:26.729168891907rem;height:7.5rem;display:block; }
#z3hHJSBPnub5SIms1KPByrsImTJMhw1C { color:rgba(var(--color-primary-4),1);display:block;width:19.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:68.375rem;left:14.34375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(171,166,167,0.19);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row .container { background-color: transparent; background-image: none; }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row .container > .video-iframe-container { display: none; }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row > .video-iframe-container { display: none; }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .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); }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row .container { border-width: 0; border-radius: 0; }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.25rem;width:47.75rem;position:relative;display:block; }#eIBkzFGazBhN6NhVlErSgTNFcBgaJRVM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1145839691162rem;left:14.968753814698rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#gdzxKkag95z9Ir7zO5ongyHGR8ruhQmK { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.6744785308837rem;left:3.4375rem;height:4.5rem;display:block; }
#KotwRkieoQuCbZxWCNMaEC9SMt2rS2br { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:14.5625rem;left:3.4986982345581rem;height:3rem;display:block; }
#R4Df0Vsxoi0BSrHgnZVxVm6qveurk4nO { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.687501907349rem;left:3.5611991882324rem;height:3rem;display:block; }
#x83er0FlitToXwzw4VSglKSITSVLelz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.208333969116rem;left:3.4375rem;height:3rem;display:block; }
#GuHRIT4BhKdP9RTMTDFnzvKhdW20DB5l { color:rgba(var(--color-tertiary-4),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:30.531251907349rem;left:3.4361991882324rem;height:3rem;display:block; }
#sVIdeNOGTI4KdRZ3pSNcgRwIU8N65wAZ { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:9.0169315338138rem;left:1.6875009536743rem;display:block; }
#oIvNuv7TWuyE49ZlOU9UslPP6zmuuMNG { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:15.156255722046rem;left:1.6875009536743rem;display:block; }
#qUUI8m2Qdc2hMPtPtnTBmSgeoQhGOu4k { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:20.281251907349rem;left:1.6875rem;display:block; }
#LsDkgKoJToNfAJQA4KpkbH8Ds1U4R75h { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:25.802083969116rem;left:1.6875rem;display:block; }
#kzShPddw47TZ672Ia8vXQZJiPhWdlIyL { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:31.125001907349rem;left:1.6875rem;display:block; }
#TEzncpl5Sg1MNJEGgiGJKKqhdM4KDzT3 { position:relative;display:none; }#TEzncpl5Sg1MNJEGgiGJKKqhdM4KDzT3 { border-width: 0; border-radius: 0; }#TEzncpl5Sg1MNJEGgiGJKKqhdM4KDzT3 > .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; }#TEzncpl5Sg1MNJEGgiGJKKqhdM4KDzT3 > .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:var(--paragraphs-font-family);height:36.125rem;width:47.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#X7Sw6TCvd5IcRbEOveTezn7NKxKtT7x8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.18359375rem;left:12.468753814698rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#GaXtoSNB4vUFeh7EuzRozIsA2gWcFE0V { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:12.625rem;top:6.15625rem;left:2.3541679382324rem;display:block; }
#WuBtMVHmaqoVNbQKLvd9ktXUPqoDOFu5 { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gA9eB5bUCGfGv1w9RhZAEngIF1ycyfd1 { color:rgba(var(--color-primary-4),1);display:block;width:8.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.645833969116rem;left:4.0520820617676rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#PTUfycKoC5dVqfGuhWT7PqJhwHxCBN9L { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875038146975rem;left:17.625003814698rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rV8xneGWGob2gizNhmNckwwqDT7CiKuK { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.229167938233rem;left:17.625003814698rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#Jk13ulTCo27zGvo0IzP8R95kzd8VXZFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.895833969116rem;left:32.750003814698rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PlHeuLuuN6e5FcX6ThKHy60es0TzGWRr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.625rem;left:32.75rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#hl34mvvkFwzOir9E8zTo0Vppkp1g3z4r { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.6875rem;left:32.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#C9LGQpg9GfZkBhsdJxIFCe6UhbvhPBph { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.47658375rem;height:3.12369625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.239585876465rem;left:5.61328125rem;display:block; }
#hGhwctLo0rxDwCo0D0KCBL8OyTHuePTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n48Aq0l62ApTCiaLHThqLW0WDwvOIg1z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2rem;left:0.6875rem;display:none; }
#IsxwS593wXdapp0eevii2uGakEX2eSS2 { color:rgba(var(--color-primary-4),1);display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.1875rem;left:19.125003814698rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#yas06N6iCCdJrqzv8TCZcQ0hQyyDVdzX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:12.5625rem;top:6.1562509536743rem;left:17.510417938233rem;display:none; }
#uNIR5ZBTGM1UtMqOOfJPZTxXizN4t0DS { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:12.625rem;top:6.1562538146972rem;left:17.479167938233rem;display:block; }
#HCtnqvOmmNmca5WKqunimZW5Sy4OLNCr { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:12.625rem;top:6.15625rem;left:32.656253814698rem;display:block; }
#cJpN3os6n3S2Oh51pgEwO8bWFn1yo1aa { color:#e61616;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:17.78125rem;left:32.750003814698rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#VbNCpa2TuzJD4eFM015ppQIMeycU2Gm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.499996185302rem;left:14.812503814698rem;height:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dcKKLcAxdPKS1GXgcRVW1QoD9w2R6iEa { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.645833969116rem;left:17.625003814698rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#A8vfgS02eE71IpAyvpZFCpLWOZt0hlMz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.061199188233rem;left:17.625003814698rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#KqvmkLk0X5T4pFaK1wCwWbLFL6tBeP1h { color:#e61616;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:17.78125rem;left:17.625003814698rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz { position:relative;display:block; }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz { background-color: transparent; background-image: none; }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz > .row .container > .video-iframe-container { display: none; }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz > .row > .video-iframe-container { display: none; }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz > .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); }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz { border-width: 0; border-radius: 0; }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz > .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; }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz > .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:var(--paragraphs-font-family);height:30.0625rem;width:47.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; }#ARN4nCbav44VDrkRLu9a6orskp4x3gng { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.18359375rem;left:12.468753814698rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#nES6qEdKTZZ4AZnONkVdeIErTwVA8Qmb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.5625rem;top:6.15625rem;left:2.35400390625rem;display:block; }
#kQTPNtWQqQoc8d6WlrtKMTgnbXxTL6Zd { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#opUB4Wk5yFKlyZXlVXb3OUdWDuxu4OBt { color:rgba(var(--color-primary-4),1);display:block;width:8.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.229167342186rem;left:4.4479169845581rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#ctO5HWqsnTvAW33leOMDQ2NMTw3hTGyc { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:17.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cpLZhX6xzQv8yodt2U5q0KwNsL4zHhuW { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.229167342186rem;left:17.625000953674rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#tR8ZOfJASGC6ITnD8UP9ebssXS6pA9iR { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.728515625rem;left:33.0625rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#EXVSkSqUsRKDnzzuo7s6kPasiexhvQqW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.6875rem;left:32.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UncCvK4kV7FIQD2Zo4qxwWhBTRh89FNH { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.518875rem;height:3.1660125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:19.42708337307rem;left:5.6145830154419rem;display:block; }
#z4KLMk3uTEnlVTdU5J3qL6o6Htlf9fRQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNFMaldNvxc0sZxUfGciQ9TatqGQvdtX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2rem;left:0.6875rem;display:none; }
#y20SqhyZd99awky4xuqAFA23d8S6CRik { color:rgba(var(--color-primary-4),1);display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.625rem;left:9.125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#guJ38SBoVeLdDZ1iX3DO1Czict3XQoRO { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:12.5625rem;top:6.1562509536743rem;left:17.510417938233rem;display:none; }
#VzI1VpI3yrew2Q72z7eQgFl8mEoPempf { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.5625rem;top:6.15625rem;left:17.53125rem;display:block; }
#uxl06VXuZwbEeK91wO8WN2qXFHvvb3Qp { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e61616;border-left:0.0625rem solid #e61616;border-right:0.0625rem solid #e61616;border-bottom:0.0625rem solid #e61616;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.5625rem;top:6.15625rem;left:32.65625rem;display:block; }
#qvxolVi2HOdTcbU2FWilhpHCfZ6qEKpo { color:#e61616;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.44921875rem;left:32.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PO8g78AdaeKKcTJ8TlsuigeRtvfgHGNV { color:#ff0000;display:block;width:4.75rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.056640625rem;left:40.125rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(171,166,167,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row .container { background-color: transparent; background-image: none; }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row .container > .video-iframe-container { display: none; }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row > .video-iframe-container { display: none; }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .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); }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row .container { border-width: 0; border-radius: 0; }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:42.3125rem;width:47.75rem;position:relative;display:block; }#cSm3C54dEiS2uiWRHq7LvACCARBq1s7C { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.43359375rem;left:14.968753814698rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#K29C61HTXiaA0E4wxiPe9cNNAqBHmPEc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:6.5625rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#OfqgWV4wgK8K3VEABSuQZzucoC1Ug7SW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.625rem;left:6.625rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#iRlqCCaX1ZmvezhTEnFPd5NP1THzRkxb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.516925811767rem;left:6.75rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#wTCHiPNnwRIbvMLTxdzWozCp3BrVAe2q { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:10.25rem;left:6.5625rem;height:3rem;display:block; }
#rPLJ9quyX6s5209eGAP7RgEHSFPixUhD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:17.9375rem;left:6.625rem;height:3rem;display:block; }
#dLvnx3VgFIaQs3pSMdRmQkHakcww9iKi { color:rgba(var(--color-tertiary-4),1);display:block;width:41rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.036464691162rem;left:6.7486991882325rem;height:1.2999125rem;display:block; }
#sBDyVenzCrbEn2Wk17o8RNZinITJ61zF { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.75rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.09375rem;left:5.5rem;display:block; }
#BONmTPHbfmKp4ZbZTACBUBVHkt0MCuhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfgV43uUxMTybJDHfQTPUJwgs2v1PoMS { color:rgba(var(--color-tertiary-4),1);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.985675811767rem;left:0.71875rem;height:1.13688125rem;text-align:center;text-align-last:center;display:block; }
#ZLhVUg1CNX1SXownoc1os9tFVTNCGDTx { position:absolute;display:block;z-index:15015;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.6875rem;width:4.6875rem;top:8.125rem;left:0.75rem;overflow:hidden;display:block; }
#IETAzbB1h8atcZ3n6FZ1hQs7hJOoo2MC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.749348878861rem;left:0.74978256225588rem;overflow:hidden;display:block; }
#Jr6rBDTEozP3NtuEnWLXbau4hSVg7MRB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:23.516926765442rem;left:0.83203125rem;overflow:hidden;display:block; }
#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl { position:relative;display:block; }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl { background-color: transparent; background-image: none; }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl > .row .container > .video-iframe-container { display: none; }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl > .row > .video-iframe-container { display: none; }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl > .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); }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl { border-width: 0; border-radius: 0; }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl > .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; }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl > .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:var(--paragraphs-font-family);height:33.375rem;width:47.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; }#UKlVGM9STKesorxGZOxywSE7hrSsGHKg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2482624053955rem;left:14.9375rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#H46lFT8TDuhX2ZsFL1XgPuLZymTeFT6n { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:8.822265625rem;left:2.4375rem;display:block; }
#tswIXLOaSH6QMHn4dwLySK4PemZvzDSr { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:6.259765625rem;left:2.4375rem;display:block; }
#hVJdX7swHp7Rcl0RKFEEeEzE2GTe9i2E { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:13.8125rem;left:2.4375rem;display:block; }
#F1oTDBovHDGxv4ZRmVx5W10bhVs42zJV { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:16.9814453125rem;left:2.4375rem;display:block; }
#UkEopPkXRhT8VHsJVeQQFswgIc5aEy10 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.8554649353025rem;left:5.6875rem;height:1.4619125rem;display:block; }
#QdJ3hvV9sGVSdQNss1apTUn0hecs22T4 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:9.3424491882325rem;left:5.8125rem;height:3rem;display:block; }
#q9KeoclC4wZiKU150ctQvhGnSKyLv9bI { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.46875rem;left:5.6875rem;height:1.4619125rem;display:block; }
#xQA84T3RH1KaU6wOaSuDR78z9naiz7hN { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:16.9501953125rem;left:5.6875rem;height:3rem;display:block; }
#ee6JJBAlDvczRfgVBdptBWvH7bDoAzCe { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:21.75rem;left:2.4375rem;display:block; }
#vD6KQpEtw4xO1E1PJvKuDB7zaf35czE3 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:24.875rem;left:2.4375rem;display:block; }
#RMzRoAVWT5rSuwTMlI9dBWKgO3W2qb2l { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.375rem;left:5.6875rem;height:1.4619125rem;display:block; }
#tsVsLKi6FVVhEVV2y2bVyUWJvCtIzwlk { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:24.8125rem;left:5.6875rem;height:3rem;display:block; }
#JIkvKhoaL1eZTIolLili46PrqTEKVTUF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row .container { background-color: transparent; background-image: none; }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row .container > .video-iframe-container { display: none; }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row > .video-iframe-container { display: none; }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .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); }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row .container { border-width: 0; border-radius: 0; }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.5625rem;width:47.75rem;position:relative;display:block; }#nETIUG2ylDObgB3HwA2rya0AiJ55mvVR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:6.5625rem;left:2.0625rem;display:block; }
#FmQGxvCmQ7W3woLBwgANkWe1hQ2lL9Re { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:6.5625rem;left:4.5625rem;display:block; }
#IfQNVoXWHiEBvMbT3CrKgmv6xeGcnK0x { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:6.5625rem;left:7.0625rem;display:block; }
#wDCydisB8G36pDxRdZ2BZrGFKnNl4rIb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.0625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#qkEG16FWK9ToVQSWNwSX0virWe7NDku2 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:2.0625rem;height:1.13688125rem;display:block; }
#INAXbEPcPQLZ1VQSvb81WNIrhIttLgbt { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:2.0625rem;height:1.13688125rem;display:block; }
#H1cOyDNPgbzSEqUlo4bOhkXmNvbqotkr { color:rgba(var(--color-tertiary-0),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.375rem;left:12.75rem;height:1.13688125rem;display:block; }
#bpOX2OJfpGLWiqVGnc2CgOBTIxygXrT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5625rem;left:17.3125rem;height:1.13688125rem;display:block; }
#cgELmhyvGVEllTN8PTyw7O2VniSOwvSX { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.5625rem;left:7rem;height:1.13688125rem;display:block; }
#sXIXRVwHy7rQUd8WBz8LRASxTxm5QTGI { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.5625rem;left:10.1875rem;height:1.13688125rem;display:block; }
#mw645DGGhVlsyE6PWaUxVGrHodQwE7wv { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.5625rem;left:22.1875rem;height:1.13688125rem;display:block; }
#X160Tdv7KLuTKkDJckbv4xZU0ax9xfIS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.0625rem;height:1.13688125rem;text-align:left;text-align-last:left;display:block; }
#WNDK7gmDPSRN94b613TtKyvr6F02Cd5i { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.375rem;left:18.6875rem;height:1.13688125rem;display:block; }
#Cq0JM2Eb66VI1GKQJBHm62Ftqcs82wuP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.65625rem;height:1.2999125rem;display:block; }
#HvuqJpVzVUUufX5ASwVkJGvRDaaVrpwZ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:7.9375rem;top:10.1875rem;left:38.3125rem;overflow:hidden;display:block; }
#q3kr4TucNh66Qo0LuD3r5rSch8FQCPRD { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.125rem;top:8.020835876465rem;left:38.687503814698rem;overflow:hidden;display:block; }
#rD3nZlnonuwTmhyIlWSJqpAkpln9USxr { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:9.75rem;top:6.5625rem;left:27.689235687256rem;overflow:hidden;display:block; }
#KDeiEhlcuWZqBmsIKNFnTIFlRV3hvJMw { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6.5625rem;left:9.5625rem;display:block; }
#Pm1iCe9dhhbtl69EmpJu494hq9kcnOQA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:6.5625rem;left:12rem;display:block; }
#NeT84ketouMBJUNHvxpyhQnuovQMJvTR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:6.5625rem;left:14.1875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJ9O61utxU0Ilb1vHac1UhUDpvJL9wI9 { top:0.6875rem;left:2.75rem;width:15.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw { display:block; }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkzOS4sS80hlsvBZCJ09s3Znrzqe2cQc { top:2.9375rem;left:8.8750009536744rem;width:29.9375rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWq4LpU453Ecx0VEdgsd8A17Fh5F1meU { top:8.0625rem;left:3rem;width:41.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iquo7Ac0TL0VfxQXa7o8mg9TuV3ZR1T9 { top:10.9375rem;left:7.125rem;width:33.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUgDW4Obb0fgmKGL5hZxIQ83EzUQme2Z { top:16.9375rem;left:7.71875rem;width:32.3125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLVDOmOdTyJsCpvbaWFTosMatCk1vT3J { top:31.5rem;left:14.812501907349rem;width:18.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTTT2Ad95p3f715VU3TKNb6CMi0d2Lm { width:36.75rem;height:3.25rem;top:23.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV2nBByht6AFApcyehqS75vPpXq1cf4v { display:block; }
 }@media only screen and (max-width: 763px) { #GfkXe47ULRDrwi9v0gO3Ae65n2Wf0sxd { top:26.9375rem;left:9.53125rem;width:28.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hebOLrmALFmL2i0htNSmxoJuVpgHHclf { top:20rem;left:7.71875rem;width:32.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsmVt2tfS4g1mgxrx2fLb52Nt0xNwBAH { top:35.6875rem;left:13.53125rem;width:20.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2VTr2SXXLMWnqGgdmqPekVLt96t6V45 { display:block; }#z2VTr2SXXLMWnqGgdmqPekVLt96t6V45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnJxd687BMdQTegJW3PL2EXRbIN1MQlG { top:2.9375rem;left:8.8750009536744rem;width:29.9375rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ridgHEoksred0T5t6cp08ZQnaG1zsReT { top:7.9375rem;left:3.0625rem;width:41.6875rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7cP6NAuwgX2cGhM33324m4ETbxnDAr9 { top:11.125rem;left:7.1250009536744rem;width:33.5rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXNRot6tTGCE1HzztWBTgKRTq1cqT380 { top:19.625rem;left:7.8125rem;width:32.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPKbLCEMso46EhnBssOn6x5htCT6u9O7 { top:37.1875rem;left:14.812503814698rem;width:18.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPOyLOeANrt0yITDZu2MBhv1KTrdL8iM { width:36.75rem;height:3.25rem;top:26.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvykTX3yKtziTtXb0b4T2pXeO5lJ2wu { display:block; }
 }@media only screen and (max-width: 763px) { #kNDIB69hnETwZ5xlg8eqd52rMPviEq2o { top:30.0625rem;left:9.5000038146975rem;width:28.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GczXD4iugIAf48kZSza5pQer73Iho0t4 { top:21.875rem;left:7.78125rem;width:32.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKkGsxcENWL3OitmRBBtMmZ6CT6EzOel { top:33.25rem;left:14.78125rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLXeTnVnektrwWo2wlMS2ACdq4A0oudX { display:block; }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P96xZhpqHqtkS908cVo5wtrqVnyk31WJ { top:16.75rem;left:3.75rem;width:18.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVcFDFm4qnSlq9pdpeQNoaXpad3TDdG1 { top:5.875rem;left:5.46875rem;width:36.8125rem;height:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXEbhTL9HLfEkbTCcnAhbTofG6kutiF { top:2.25rem;left:13.031250953674rem;width:21.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmZrPmG8ssVeCc5JFUtyu5rcXJ9yg29G { top:16.75rem;left:28.541667938233rem;width:19.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKSVLTGxBMVneZd0BN94EB1yQdMvzoTN { top:33.875rem;left:18.75rem;width:27.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENqcHxN2ZhXbieitf9Hpol3pJshAJiPk { top:15.875rem;left:0.62500095367431rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxI2XO4SdZ5BWSmcIM8QCtkoh9XC1igu { top:15.875rem;left:25.354168891907rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaLHAOFbDww6UXP2gRWnplC4QiJCWdvr { top:39.0625rem;left:0.125rem;width:22.875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmpcR0vbd0v2sNz3NO6gVWm1NWf5a60E { top:41.75rem;left:3.75rem;width:17.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo3h4HWLn2uvKUezZyXVida4SOm7a5OB { top:41.125rem;left:0.83203125rem;width:3rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xobMxhTu0doTdyIborAq6rfmTE6KMwQp { top:45rem;left:1.84375rem;width:19.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJOLTffTm2QrJLW9EzCegpoH7zJBVuIA { top:41.75rem;left:28.458332061767rem;width:18.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A80qTWmtozMkiWG71T1gqefq4xyMnDaq { top:40.9375rem;left:25.354168891907rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyDGsZ25uI48Z9mfgw3tp17Afs8GA5Rh { width:36.75rem;height:3.25rem;top:64.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWygGSGKdxVX5o5nCW6tvRGkPOhApbh0 { display:block; }
 }@media only screen and (max-width: 763px) { #iIZMn1HC2Ti7Hub3oVTMyPZpDT4NFw4w { top:39rem;left:24.875rem;width:22.875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9FUOqP4NrD5sGyMzGCxTboGmufWATIE { top:45.0625rem;left:27.052083015442rem;width:19.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew31reteR31KQr8DmoTdt47k941W1QFt { top:13.3125rem;left:0rem;width:22.875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9MBPk7b7F8IDC9Tq8CTkNxGgCPHGN6Q { top:20.125rem;left:1.84375rem;width:19.4375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0UvxJDcN3ADp8EBU1eQW8VUZNuVR6OT { top:13.25rem;left:24.875rem;width:22.875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnD5We4ihMUyNX1FMM24ZHDkVAvgETxR { top:20.125rem;left:26.729168891907rem;width:19.4375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3hHJSBPnub5SIms1KPByrsImTJMhw1C { top:68.375rem;left:14.34375rem;width:19.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR { display:block; }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIBkzFGazBhN6NhVlErSgTNFcBgaJRVM { top:3.0625rem;left:14.968750953674rem;width:17.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdzxKkag95z9Ir7zO5ongyHGR8ruhQmK { top:7.625rem;left:3.4375rem;width:43.9375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KotwRkieoQuCbZxWCNMaEC9SMt2rS2br { top:14.5625rem;left:3.4986991882324rem;width:44.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Df0Vsxoi0BSrHgnZVxVm6qveurk4nO { top:19.6875rem;left:3.5611991882324rem;width:44.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x83er0FlitToXwzw4VSglKSITSVLelz7 { top:25.1875rem;left:3.4375rem;width:43.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuHRIT4BhKdP9RTMTDFnzvKhdW20DB5l { top:30.5rem;left:3.4361991882324rem;width:44.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVIdeNOGTI4KdRZ3pSNcgRwIU8N65wAZ { top:9rem;left:1.6875009536743rem;width:1.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIvNuv7TWuyE49ZlOU9UslPP6zmuuMNG { top:15.125rem;left:1.6875009536743rem;width:1.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUUI8m2Qdc2hMPtPtnTBmSgeoQhGOu4k { top:20.25rem;left:1.6875rem;width:1.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsDkgKoJToNfAJQA4KpkbH8Ds1U4R75h { top:25.75rem;left:1.6875rem;width:1.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzShPddw47TZ672Ia8vXQZJiPhWdlIyL { top:31.125rem;left:1.6875rem;width:1.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzncpl5Sg1MNJEGgiGJKKqhdM4KDzT3 { display:block; }#TEzncpl5Sg1MNJEGgiGJKKqhdM4KDzT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7Sw6TCvd5IcRbEOveTezn7NKxKtT7x8 { top:2.125rem;left:12.468753814698rem;width:22.8125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaXtoSNB4vUFeh7EuzRozIsA2gWcFE0V { top:6.125rem;left:2.3541679382324rem;width:12.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuBtMVHmaqoVNbQKLvd9ktXUPqoDOFu5 { top:7.6875rem;left:2.5rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9eB5bUCGfGv1w9RhZAEngIF1ycyfd1 { top:11.625rem;left:4.0520820617676rem;width:8.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUfycKoC5dVqfGuhWT7PqJhwHxCBN9L { top:7.6875rem;left:17.625003814698rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV8xneGWGob2gizNhmNckwwqDT7CiKuK { top:10.1875rem;left:17.625003814698rem;width:12.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk13ulTCo27zGvo0IzP8R95kzd8VXZFQ { top:13.875rem;left:32.750003814698rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlHeuLuuN6e5FcX6ThKHy60es0TzGWRr { top:11.625rem;left:32.75rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl34mvvkFwzOir9E8zTo0Vppkp1g3z4r { top:7.6875rem;left:32.750003814698rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9LGQpg9GfZkBhsdJxIFCe6UhbvhPBph { width:36.4375rem;height:3.0625rem;top:22.1875rem;left:5.61328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGhwctLo0rxDwCo0D0KCBL8OyTHuePTc { display:block; }
 }@media only screen and (max-width: 763px) { #n48Aq0l62ApTCiaLHThqLW0WDwvOIg1z { top:2rem;left:0.71875005960463rem;width:18.5625rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsxwS593wXdapp0eevii2uGakEX2eSS2 { top:26.1875rem;left:19.125003814698rem;width:9.5rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yas06N6iCCdJrqzv8TCZcQ0hQyyDVdzX { top:6.125rem;left:17.510417938233rem;width:12.5625rem;height:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNIR5ZBTGM1UtMqOOfJPZTxXizN4t0DS { top:6.125rem;left:17.479167938233rem;width:12.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCtnqvOmmNmca5WKqunimZW5Sy4OLNCr { top:6.125rem;left:32.656253814698rem;width:12.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJpN3os6n3S2Oh51pgEwO8bWFn1yo1aa { top:17.75rem;left:32.750003814698rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbNCpa2TuzJD4eFM015ppQIMeycU2Gm3 { top:31.4375rem;left:14.8125rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcKKLcAxdPKS1GXgcRVW1QoD9w2R6iEa { top:11.625rem;left:17.625003814698rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8vfgS02eE71IpAyvpZFCpLWOZt0hlMz { top:14rem;left:17.625003814698rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqvmkLk0X5T4pFaK1wCwWbLFL6tBeP1h { top:17.75rem;left:17.625003814698rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz { display:block; }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARN4nCbav44VDrkRLu9a6orskp4x3gng { top:2.125rem;left:12.468753814698rem;width:22.8125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nES6qEdKTZZ4AZnONkVdeIErTwVA8Qmb { top:6.125rem;left:2.35400390625rem;width:12.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQTPNtWQqQoc8d6WlrtKMTgnbXxTL6Zd { top:7.6875rem;left:2.5000009536743rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #opUB4Wk5yFKlyZXlVXb3OUdWDuxu4OBt { top:10.1875rem;left:4.44775390625rem;width:8.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctO5HWqsnTvAW33leOMDQ2NMTw3hTGyc { top:7.6875rem;left:17.625000953674rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpLZhX6xzQv8yodt2U5q0KwNsL4zHhuW { top:10.1875rem;left:17.625rem;width:12.5rem;height:2.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR8ZOfJASGC6ITnD8UP9ebssXS6pA9iR { top:10.6875rem;left:33.0625rem;width:7.375rem;height:1.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXVSkSqUsRKDnzzuo7s6kPasiexhvQqW { top:7.6875rem;left:32.750000953674rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UncCvK4kV7FIQD2Zo4qxwWhBTRh89FNH { width:36.5rem;height:3.125rem;top:19.375rem;left:5.6145830154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4KLMk3uTEnlVTdU5J3qL6o6Htlf9fRQ { display:block; }
 }@media only screen and (max-width: 763px) { #zNFMaldNvxc0sZxUfGciQ9TatqGQvdtX { top:2rem;left:0.71875005960463rem;width:18.5625rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y20SqhyZd99awky4xuqAFA23d8S6CRik { top:25.625rem;left:9.125rem;width:29.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guJ38SBoVeLdDZ1iX3DO1Czict3XQoRO { top:6.125rem;left:17.510417938233rem;width:12.5625rem;height:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzI1VpI3yrew2Q72z7eQgFl8mEoPempf { top:6.125rem;left:17.53125rem;width:12.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxl06VXuZwbEeK91wO8WN2qXFHvvb3Qp { top:6.125rem;left:32.65625rem;width:12.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvxolVi2HOdTcbU2FWilhpHCfZ6qEKpo { top:14.4375rem;left:32.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO8g78AdaeKKcTJ8TlsuigeRtvfgHGNV { top:10rem;left:40.125rem;width:4.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV { display:block; }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSm3C54dEiS2uiWRHq7LvACCARBq1s7C { top:2.375rem;left:14.968750953674rem;width:17.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K29C61HTXiaA0E4wxiPe9cNNAqBHmPEc { top:8.125rem;left:6.5625rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfqgWV4wgK8K3VEABSuQZzucoC1Ug7SW { top:15.625rem;left:6.625rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRlqCCaX1ZmvezhTEnFPd5NP1THzRkxb { top:23.5rem;left:6.75rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTCHiPNnwRIbvMLTxdzWozCp3BrVAe2q { top:10.25rem;left:6.5625rem;width:36rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPLJ9quyX6s5209eGAP7RgEHSFPixUhD { top:17.875rem;left:6.624351501465rem;width:37.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLvnx3VgFIaQs3pSMdRmQkHakcww9iKi { top:26rem;left:6.7486991882325rem;width:41rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBDyVenzCrbEn2Wk17o8RNZinITJ61zF { width:36.75rem;height:3.25rem;top:31.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BONmTPHbfmKp4ZbZTACBUBVHkt0MCuhL { display:block; }
 }@media only screen and (max-width: 763px) { #lfgV43uUxMTybJDHfQTPUJwgs2v1PoMS { top:35.9375rem;left:0.71875rem;width:46.3125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhVUg1CNX1SXownoc1os9tFVTNCGDTx { top:8.125rem;left:0.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IETAzbB1h8atcZ3n6FZ1hQs7hJOoo2MC { top:15.6875rem;left:0.74978256225588rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr6rBDTEozP3NtuEnWLXbau4hSVg7MRB { top:23.5rem;left:0.83203125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl { display:block; }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKlVGM9STKesorxGZOxywSE7hrSsGHKg { top:2.1875rem;left:14.937500953674rem;width:17.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H46lFT8TDuhX2ZsFL1XgPuLZymTeFT6n { top:8.8125rem;left:2.4375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswIXLOaSH6QMHn4dwLySK4PemZvzDSr { top:6.25rem;left:2.4375rem;width:2.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVJdX7swHp7Rcl0RKFEEeEzE2GTe9i2E { top:13.8125rem;left:2.4375rem;width:2.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1oTDBovHDGxv4ZRmVx5W10bhVs42zJV { top:16.9375rem;left:2.4375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkEopPkXRhT8VHsJVeQQFswgIc5aEy10 { top:6.8125rem;left:5.6875rem;width:24.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdJ3hvV9sGVSdQNss1apTUn0hecs22T4 { top:9.3125rem;left:5.8125009536743rem;width:39.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9KeoclC4wZiKU150ctQvhGnSKyLv9bI { top:14.4375rem;left:5.6875rem;width:35.1875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQA84T3RH1KaU6wOaSuDR78z9naiz7hN { top:16.9375rem;left:5.6875rem;width:42.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee6JJBAlDvczRfgVBdptBWvH7bDoAzCe { top:21.75rem;left:2.4375rem;width:2.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD6KQpEtw4xO1E1PJvKuDB7zaf35czE3 { top:24.875rem;left:2.4375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMzRoAVWT5rSuwTMlI9dBWKgO3W2qb2l { top:22.375rem;left:5.6875rem;width:25.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsVsLKi6FVVhEVV2y2bVyUWJvCtIzwlk { top:24.8125rem;left:5.6875rem;width:38.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIkvKhoaL1eZTIolLili46PrqTEKVTUF { display:block; }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nETIUG2ylDObgB3HwA2rya0AiJ55mvVR { top:6.5625rem;left:2.0625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmQGxvCmQ7W3woLBwgANkWe1hQ2lL9Re { top:6.5625rem;left:4.5625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfQNVoXWHiEBvMbT3CrKgmv6xeGcnK0x { top:6.5625rem;left:7.0625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDCydisB8G36pDxRdZ2BZrGFKnNl4rIb { top:3.75rem;left:2.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkEG16FWK9ToVQSWNwSX0virWe7NDku2 { top:17.9375rem;left:2.0625rem;width:22.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INAXbEPcPQLZ1VQSvb81WNIrhIttLgbt { top:11.5625rem;left:2.0625rem;width:4.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1cOyDNPgbzSEqUlo4bOhkXmNvbqotkr { top:14.375rem;left:12.75rem;width:5.3125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpOX2OJfpGLWiqVGnc2CgOBTIxygXrT3 { top:11.5625rem;left:17.3125rem;width:4rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgELmhyvGVEllTN8PTyw7O2VniSOwvSX { top:11.5625rem;left:7rem;width:2.5rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXIXRVwHy7rQUd8WBz8LRASxTxm5QTGI { top:11.5625rem;left:10.1875rem;width:7.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw645DGGhVlsyE6PWaUxVGrHodQwE7wv { top:11.5625rem;left:22.1875rem;width:4.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X160Tdv7KLuTKkDJckbv4xZU0ax9xfIS { top:14.375rem;left:2.0625rem;width:10.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNDK7gmDPSRN94b613TtKyvr6F02Cd5i { top:14.375rem;left:18.6875rem;width:7rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq0JM2Eb66VI1GKQJBHm62Ftqcs82wuP { top:3.75rem;left:28.65625rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvuqJpVzVUUufX5ASwVkJGvRDaaVrpwZ { top:10.1875rem;left:38.3125rem;width:7.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3kr4TucNh66Qo0LuD3r5rSch8FQCPRD { top:8rem;left:38.687503814698rem;width:7.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD3nZlnonuwTmhyIlWSJqpAkpln9USxr { top:6.5625rem;left:27.689235687256rem;width:9.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDeiEhlcuWZqBmsIKNFnTIFlRV3hvJMw { top:6.5625rem;left:9.5625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm1iCe9dhhbtl69EmpJu494hq9kcnOQA { top:6.5625rem;left:12rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeT84ketouMBJUNHvxpyhQnuovQMJvTR { top:6.5625rem;left:14.1875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJ9O61utxU0Ilb1vHac1UhUDpvJL9wI9 { width:18.25rem;height:4.8125rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw { display:block; }#nh9DZR1OdI8bqxD3uGVqTQyzUJnPhFBw > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkzOS4sS80hlsvBZCJ09s3Znrzqe2cQc { width:19.9375rem;height:2.11263125rem;top:3.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWq4LpU453Ecx0VEdgsd8A17Fh5F1meU { width:20rem;height:27.75rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iquo7Ac0TL0VfxQXa7o8mg9TuV3ZR1T9 { width:18.9375rem;height:7.5rem;top:9.8124996423719rem;left:0.53125005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUgDW4Obb0fgmKGL5hZxIQ83EzUQme2Z { width:20rem;height:3.736325rem;top:19.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLVDOmOdTyJsCpvbaWFTosMatCk1vT3J { width:18.125rem;height:1.3rem;top:37.75rem;left:0.90625005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTTT2Ad95p3f715VU3TKNb6CMi0d2Lm { width:19rem;height:3.4375rem;top:27.0205078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV2nBByht6AFApcyehqS75vPpXq1cf4v { display:block; }
 }@media only screen and (max-width: 763px) { #GfkXe47ULRDrwi9v0gO3Ae65n2Wf0sxd { width:20rem;height:1.13671875rem;top:32.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hebOLrmALFmL2i0htNSmxoJuVpgHHclf { width:20rem;height:1.29980625rem;top:23.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsmVt2tfS4g1mgxrx2fLb52Nt0xNwBAH { width:18.0625rem;height:10.5625rem;top:41.2373046875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2VTr2SXXLMWnqGgdmqPekVLt96t6V45 { display:none; }#z2VTr2SXXLMWnqGgdmqPekVLt96t6V45 > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JnJxd687BMdQTegJW3PL2EXRbIN1MQlG { width:19.9375rem;height:2.11230625rem;top:3.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ridgHEoksred0T5t6cp08ZQnaG1zsReT { width:20rem;height:30rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7cP6NAuwgX2cGhM33324m4ETbxnDAr9 { width:18.9375rem;height:10.5rem;top:9.8124996423719rem;left:0.53125005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXNRot6tTGCE1HzztWBTgKRTq1cqT380 { width:20rem;height:1.7871125rem;top:22.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPKbLCEMso46EhnBssOn6x5htCT6u9O7 { width:18.125rem;height:1.29980625rem;top:40.8125rem;left:0.93750005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPOyLOeANrt0yITDZu2MBhv1KTrdL8iM { width:19rem;height:3.4375rem;top:28.6875rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvykTX3yKtziTtXb0b4T2pXeO5lJ2wu { display:block; }
 }@media only screen and (max-width: 763px) { #kNDIB69hnETwZ5xlg8eqd52rMPviEq2o { width:20rem;height:1.13671875rem;top:32.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GczXD4iugIAf48kZSza5pQer73Iho0t4 { width:20rem;height:1.57421875rem;top:24.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKkGsxcENWL3OitmRBBtMmZ6CT6EzOel { width:18.125rem;height:1.13671875rem;top:36.063804626465rem;left:0.90625005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLXeTnVnektrwWo2wlMS2ACdq4A0oudX { display:block; }#OLXeTnVnektrwWo2wlMS2ACdq4A0oudX > .row .container { width:20rem;height:132.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P96xZhpqHqtkS908cVo5wtrqVnyk31WJ { width:16.5rem;height:1.462675rem;top:18.42188167572rem;left:3.0303819179535rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVcFDFm4qnSlq9pdpeQNoaXpad3TDdG1 { width:20rem;height:5.11816875rem;top:6.5325527191163rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXEbhTL9HLfEkbTCcnAhbTofG6kutiF { width:18.9375rem;height:2.5996125rem;top:2.36328125rem;left:0.53125005960464rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmZrPmG8ssVeCc5JFUtyu5rcXJ9yg29G { width:16.8125rem;height:1.462675rem;top:45.769089698791rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKSVLTGxBMVneZd0BN94EB1yQdMvzoTN { width:20rem;height:1.3rem;top:36.276039123535rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENqcHxN2ZhXbieitf9Hpol3pJshAJiPk { width:3.125rem;height:3.125rem;top:17.583333969116rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxI2XO4SdZ5BWSmcIM8QCtkoh9XC1igu { width:3.125rem;height:3.125rem;top:44.930990219116rem;left:0.08203125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaLHAOFbDww6UXP2gRWnplC4QiJCWdvr { width:20rem;height:22.0625rem;top:68.55859565735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmpcR0vbd0v2sNz3NO6gVWm1NWf5a60E { width:15.75rem;height:1.462675rem;top:71.375878334044rem;left:3.4895832538605rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo3h4HWLn2uvKUezZyXVida4SOm7a5OB { width:3rem;height:2.875rem;top:70.661460876462rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xobMxhTu0doTdyIborAq6rfmTE6KMwQp { width:18.75rem;height:10.5rem;top:74.5908203125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJOLTffTm2QrJLW9EzCegpoH7zJBVuIA { width:16.3125rem;height:1.462675rem;top:99.618057250975rem;left:3.2083332538605rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A80qTWmtozMkiWG71T1gqefq4xyMnDaq { width:3.125rem;height:3.125rem;top:98.748699188231rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyDGsZ25uI48Z9mfgw3tp17Afs8GA5Rh { width:19rem;height:3.3125rem;top:120.3212890625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWygGSGKdxVX5o5nCW6tvRGkPOhApbh0 { display:block; }
 }@media only screen and (max-width: 763px) { #iIZMn1HC2Ti7Hub3oVTMyPZpDT4NFw4w { width:20rem;height:21.9375rem;top:95.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9FUOqP4NrD5sGyMzGCxTboGmufWATIE { width:18.75rem;height:9rem;top:104rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew31reteR31KQr8DmoTdt47k941W1QFt { width:20rem;height:21.9375rem;top:14.358072280884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9MBPk7b7F8IDC9Tq8CTkNxGgCPHGN6Q { width:18.75rem;height:10.5rem;top:23.4619140625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0UvxJDcN3ADp8EBU1eQW8VUZNuVR6OT { width:20rem;height:21.9375rem;top:41.368490219116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnD5We4ihMUyNX1FMM24ZHDkVAvgETxR { width:18.75rem;height:7.5rem;top:50.336806774139rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3hHJSBPnub5SIms1KPByrsImTJMhw1C { width:19.0625rem;height:1.13671875rem;top:124.375rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR { display:block; }#UQQbp0bAN8DRSRDKgM6l6NbIDQIt7JJR > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIBkzFGazBhN6NhVlErSgTNFcBgaJRVM { width:17.8125rem;height:2.275rem;top:1.25rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdzxKkag95z9Ir7zO5ongyHGR8ruhQmK { width:18.0625rem;height:9rem;top:4.7222137451172rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KotwRkieoQuCbZxWCNMaEC9SMt2rS2br { width:18.125rem;height:6rem;top:17.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Df0Vsxoi0BSrHgnZVxVm6qveurk4nO { width:18.25rem;height:4.5rem;top:27.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x83er0FlitToXwzw4VSglKSITSVLelz7 { width:18rem;height:4.5rem;top:36.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuHRIT4BhKdP9RTMTDFnzvKhdW20DB5l { width:17.875rem;height:6rem;top:45.6875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVIdeNOGTI4KdRZ3pSNcgRwIU8N65wAZ { width:1.5625rem;height:1.8125rem;top:7.0946185588837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIvNuv7TWuyE49ZlOU9UslPP6zmuuMNG { width:1.5625rem;height:1.8125rem;top:18.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUUI8m2Qdc2hMPtPtnTBmSgeoQhGOu4k { width:1.5625rem;height:1.8125rem;top:28.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsDkgKoJToNfAJQA4KpkbH8Ds1U4R75h { width:1.5625rem;height:1.8125rem;top:37.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzShPddw47TZ672Ia8vXQZJiPhWdlIyL { width:1.5625rem;height:1.8125rem;top:47.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzncpl5Sg1MNJEGgiGJKKqhdM4KDzT3 { display:none; }#TEzncpl5Sg1MNJEGgiGJKKqhdM4KDzT3 > .row .container { width:20rem;height:66.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X7Sw6TCvd5IcRbEOveTezn7NKxKtT7x8 { width:17.8125rem;height:0;top:35.25rem;left:1.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaXtoSNB4vUFeh7EuzRozIsA2gWcFE0V { width:8.5rem;height:9.375rem;top:21.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuBtMVHmaqoVNbQKLvd9ktXUPqoDOFu5 { width:12.5rem;height:1.94921875rem;top:7.4999752044675rem;left:3.7500002980233rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9eB5bUCGfGv1w9RhZAEngIF1ycyfd1 { width:8.5rem;height:2.2744125rem;top:10.25rem;left:5.7500002980232rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUfycKoC5dVqfGuhWT7PqJhwHxCBN9L { width:12.5rem;height:1.94921875rem;top:21.9375rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV8xneGWGob2gizNhmNckwwqDT7CiKuK { width:12.5rem;height:1.13671875rem;top:24.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk13ulTCo27zGvo0IzP8R95kzd8VXZFQ { width:8.1875rem;height:1.625rem;top:44.375rem;left:5.9062502980232rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlHeuLuuN6e5FcX6ThKHy60es0TzGWRr { width:10rem;height:2.2744125rem;top:42.125rem;left:5.0000002980232rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl34mvvkFwzOir9E8zTo0Vppkp1g3z4r { width:12.5rem;height:1.94921875rem;top:39.687501907349rem;left:3.7500002980233rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9LGQpg9GfZkBhsdJxIFCe6UhbvhPBph { width:18.62370875rem;height:3.37369625rem;top:53.25rem;left:0.6875rem;color:#ffffff;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0076bf;border-left:0.25rem solid #0076bf;border-right:0.25rem solid #0076bf;border-bottom:0.25rem solid #0076bf;display:block; }
 }@media only screen and (max-width: 763px) { #hGhwctLo0rxDwCo0D0KCBL8OyTHuePTc { display:block; }
 }@media only screen and (max-width: 763px) { #n48Aq0l62ApTCiaLHThqLW0WDwvOIg1z { top:2.0195322036743rem;left:0.71875005960463rem;width:18.5625rem;height:;z-index:15027;font-size:1.75rem;font-family:"roboto slab";font-weight:400;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IsxwS593wXdapp0eevii2uGakEX2eSS2 { width:20rem;height:1.13671875rem;top:57.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yas06N6iCCdJrqzv8TCZcQ0hQyyDVdzX { width:12.5rem;height:15.625rem;top:20.5rem;left:3.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #uNIR5ZBTGM1UtMqOOfJPZTxXizN4t0DS { width:12.5rem;height:12.5rem;top:5.7903594970703rem;left:3.6562502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCtnqvOmmNmca5WKqunimZW5Sy4OLNCr { width:12.5rem;height:12.5rem;top:38.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJpN3os6n3S2Oh51pgEwO8bWFn1yo1aa { width:12.5625rem;height:2.5996125rem;top:47.1875rem;left:3.7187502980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbNCpa2TuzJD4eFM015ppQIMeycU2Gm3 { width:18.125rem;height:1.13671875rem;top:60.8125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcKKLcAxdPKS1GXgcRVW1QoD9w2R6iEa { width:12.5rem;height:2.2744125rem;top:26rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8vfgS02eE71IpAyvpZFCpLWOZt0hlMz { width:12.5rem;height:1.625rem;top:28.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqvmkLk0X5T4pFaK1wCwWbLFL6tBeP1h { width:12.5rem;height:2.5996125rem;top:31.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz { display:block; }#aMRc8tZfeqA1tNhSWwtgFAog6d1SaTZz > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARN4nCbav44VDrkRLu9a6orskp4x3gng { width:17.8125rem;height:0;top:35.25rem;left:1.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nES6qEdKTZZ4AZnONkVdeIErTwVA8Qmb { width:8.5rem;height:9.375rem;top:17.20556640625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQTPNtWQqQoc8d6WlrtKMTgnbXxTL6Zd { width:11.5625rem;height:1.94970625rem;top:7.12451171875rem;left:4.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opUB4Wk5yFKlyZXlVXb3OUdWDuxu4OBt { width:8.5rem;height:2.2749rem;top:9.26171875rem;left:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctO5HWqsnTvAW33leOMDQ2NMTw3hTGyc { width:12.5rem;height:1.94970625rem;top:17.20556640625rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpLZhX6xzQv8yodt2U5q0KwNsL4zHhuW { width:12.5rem;height:2.35595625rem;top:19.15478515625rem;left:3.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR8ZOfJASGC6ITnD8UP9ebssXS6pA9iR { width:10rem;height:2.11230625rem;top:30.4296875rem;left:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXVSkSqUsRKDnzzuo7s6kPasiexhvQqW { width:10.8125rem;height:2.2749rem;top:27.59375rem;left:4.78125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UncCvK4kV7FIQD2Zo4qxwWhBTRh89FNH { width:18.6235625rem;height:3.3735375rem;top:39.375rem;left:0.68798828125rem;color:#ffffff;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z4KLMk3uTEnlVTdU5J3qL6o6Htlf9fRQ { display:block; }
 }@media only screen and (max-width: 763px) { #zNFMaldNvxc0sZxUfGciQ9TatqGQvdtX { top:2.0195322036743rem;left:0.71875005960463rem;width:18.5625rem;height:;z-index:15027;font-size:1.75rem;font-family:"roboto slab";font-weight:400;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y20SqhyZd99awky4xuqAFA23d8S6CRik { width:20rem;height:1.13671875rem;top:43.68603515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guJ38SBoVeLdDZ1iX3DO1Czict3XQoRO { width:12.5625rem;height:9.25rem;top:15.97900390625rem;left:3.65625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #VzI1VpI3yrew2Q72z7eQgFl8mEoPempf { width:12.5625rem;height:9rem;top:5.791015625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxl06VXuZwbEeK91wO8WN2qXFHvvb3Qp { width:12.5625rem;height:11.75rem;top:26.5rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvxolVi2HOdTcbU2FWilhpHCfZ6qEKpo { width:12.5625rem;height:1.29980625rem;top:34.8125rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO8g78AdaeKKcTJ8TlsuigeRtvfgHGNV { width:4.75rem;height:2.5996125rem;top:30.140625rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV { display:block; }#JVROJAHBRn3B7mCstr3VJJRHtvwBSxHV > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSm3C54dEiS2uiWRHq7LvACCARBq1s7C { width:17.8125rem;height:2.275rem;top:1.25rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K29C61HTXiaA0E4wxiPe9cNNAqBHmPEc { width:12.5rem;height:1.625rem;top:6.8125rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfqgWV4wgK8K3VEABSuQZzucoC1Ug7SW { width:12.5rem;height:1.625rem;top:16.875rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRlqCCaX1ZmvezhTEnFPd5NP1THzRkxb { width:12.5rem;height:1.625rem;top:30.1875rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTCHiPNnwRIbvMLTxdzWozCp3BrVAe2q { width:15.1875rem;height:6rem;top:8.8125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPLJ9quyX6s5209eGAP7RgEHSFPixUhD { width:13.6875rem;height:7.5rem;top:19.125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLvnx3VgFIaQs3pSMdRmQkHakcww9iKi { width:13.6875rem;height:2.599825rem;top:32.375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBDyVenzCrbEn2Wk17o8RNZinITJ61zF { width:18.95833375rem;height:3.64583375rem;top:37.625rem;left:0.5rem;font-size:1rem;color:#ffffff;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0076bf;border-left:0.25rem solid #0076bf;border-right:0.25rem solid #0076bf;border-bottom:0.25rem solid #0076bf;display:block; }
 }@media only screen and (max-width: 763px) { #BONmTPHbfmKp4ZbZTACBUBVHkt0MCuhL { display:block; }
 }@media only screen and (max-width: 763px) { #lfgV43uUxMTybJDHfQTPUJwgs2v1PoMS { width:20rem;height:1.94921875rem;top:42.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhVUg1CNX1SXownoc1os9tFVTNCGDTx { width:2.5625rem;height:2.6875rem;top:10.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IETAzbB1h8atcZ3n6FZ1hQs7hJOoo2MC { width:2.8125rem;height:2.8125rem;top:20.780380249024rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr6rBDTEozP3NtuEnWLXbau4hSVg7MRB { width:2.4375rem;height:2.375rem;top:31.76953125rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl { display:block; }#A0MkcEiNFSlm6GuTaz3UF0rdw0hUhABl > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKlVGM9STKesorxGZOxywSE7hrSsGHKg { width:17.8125rem;height:2.275rem;top:1.25rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H46lFT8TDuhX2ZsFL1XgPuLZymTeFT6n { width:2.4375rem;height:2.4375rem;top:9.571180820465rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswIXLOaSH6QMHn4dwLySK4PemZvzDSr { width:2.4375rem;height:2.5625rem;top:5.4722099304199rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVJdX7swHp7Rcl0RKFEEeEzE2GTe9i2E { width:2.4375rem;height:2.5625rem;top:16.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1oTDBovHDGxv4ZRmVx5W10bhVs42zJV { width:2.4375rem;height:2.4375rem;top:21.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkEopPkXRhT8VHsJVeQQFswgIc5aEy10 { width:13.125rem;height:1.462675rem;top:6.1449661254883rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdJ3hvV9sGVSdQNss1apTUn0hecs22T4 { width:16.5625rem;height:4.5rem;top:8.8741321563719rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9KeoclC4wZiKU150ctQvhGnSKyLv9bI { width:11.6875rem;height:1.462675rem;top:16.8125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQA84T3RH1KaU6wOaSuDR78z9naiz7hN { width:15.625rem;height:6rem;top:19.75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee6JJBAlDvczRfgVBdptBWvH7bDoAzCe { width:2.4375rem;height:2.5625rem;top:29.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD6KQpEtw4xO1E1PJvKuDB7zaf35czE3 { width:2.4375rem;height:2.4375rem;top:36.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMzRoAVWT5rSuwTMlI9dBWKgO3W2qb2l { width:14.125rem;height:2.923825rem;top:29.8125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsVsLKi6FVVhEVV2y2bVyUWJvCtIzwlk { width:15.625rem;height:6rem;top:34.3125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIkvKhoaL1eZTIolLili46PrqTEKVTUF { position:relative;z-index:auto;display:block; }#JIkvKhoaL1eZTIolLili46PrqTEKVTUF > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nETIUG2ylDObgB3HwA2rya0AiJ55mvVR { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:1.3333333134651rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmQGxvCmQ7W3woLBwgANkWe1hQ2lL9Re { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:4.2174480557442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfQNVoXWHiEBvMbT3CrKgmv6xeGcnK0x { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:7.3632815480231rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDCydisB8G36pDxRdZ2BZrGFKnNl4rIb { width:12.5rem;height:1.13671875rem;top:25.138031005859rem;left:1.3333333134651rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qkEG16FWK9ToVQSWNwSX0virWe7NDku2 { width:17.75rem;height:2.2734375rem;top:49.125rem;left:1.3328126072884rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #INAXbEPcPQLZ1VQSvb81WNIrhIttLgbt { width:4.9375rem;height:1.13671875rem;top:31.802083969116rem;left:1.3333333134651rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H1cOyDNPgbzSEqUlo4bOhkXmNvbqotkr { width:5.3125rem;height:1.13671875rem;top:33.921876907349rem;left:1.3333333134651rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bpOX2OJfpGLWiqVGnc2CgOBTIxygXrT3 { width:4rem;height:1.13671875rem;top:36.082814216614rem;left:1.3328126072884rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cgELmhyvGVEllTN8PTyw7O2VniSOwvSX { width:2.5rem;height:1.13671875rem;top:38.020313262939rem;left:1.3328126072884rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sXIXRVwHy7rQUd8WBz8LRASxTxm5QTGI { width:7.125rem;height:1.13671875rem;top:40.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mw645DGGhVlsyE6PWaUxVGrHodQwE7wv { width:4.6875rem;height:1.13671875rem;top:42.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X160Tdv7KLuTKkDJckbv4xZU0ax9xfIS { width:10.6875rem;height:1.13671875rem;top:44.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WNDK7gmDPSRN94b613TtKyvr6F02Cd5i { width:4.875rem;height:1.13671875rem;top:46.125rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cq0JM2Eb66VI1GKQJBHm62Ftqcs82wuP { width:20rem;height:1.3rem;top:2.4566040039062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvuqJpVzVUUufX5ASwVkJGvRDaaVrpwZ { width:9.625rem;height:3.625rem;top:19.859376907349rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3kr4TucNh66Qo0LuD3r5rSch8FQCPRD { width:8.5rem;height:2.75rem;top:16.234375rem;left:5.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD3nZlnonuwTmhyIlWSJqpAkpln9USxr { width:12.5rem;height:9.375rem;top:5.14453125rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDeiEhlcuWZqBmsIKNFnTIFlRV3hvJMw { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:13.645833313465rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm1iCe9dhhbtl69EmpJu494hq9kcnOQA { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:10.614583313465rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeT84ketouMBJUNHvxpyhQnuovQMJvTR { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:16.250001251698rem;font-size:1.75rem;display:block; }
 }