.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:222,224,227;--color-primary-1:147,153,161;--color-primary-2:38,51,67;--color-primary-3:19,26,34;--color-primary-4:6,8,10;--color-secondary-0:220,222,221;--color-secondary-1:138,147,142;--color-secondary-2:20,38,28;--color-secondary-3:10,19,14;--color-secondary-4:3,6,4;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:51,51,51;--color-tertiary-3:3,3,4;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d6cd40b-693f-4d98-b8af-2eb50b61a6fd/cluattic225AP02921download.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k.adaptive-delivery-prevent-bg, #Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k.lazyload, #Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k.lazyloading { background-image: none; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container { background-color: transparent; background-image: none; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.66); }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container > .video-iframe-container { display: none; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.66); }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row > .video-iframe-container { display: none; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .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); }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container { border-width: 0; border-radius: 0; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#Eaa6Kn1RlCPfh2GPhvKsJavm6ekAf5Ix { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.124rem;width:14.499rem;top:1.566162109375rem;left:14.993896484375rem;overflow:hidden;display:block; }
#LLTQvPEK3OrADIHuTUecPxl4RQQrDTue { color:#b2977a;display:block;width:34.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:11.27685546875rem;left:4.991455078125rem;height:7.21875rem;font-style:normal;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; }
#rDzeTfRX7uonQyyk5fnsGTsOSH6iHLiS { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15011;line-height:.5;letter-spacing:0;top:30.250002622604rem;left:28.343753814698rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LOZbW0D7TzvzfKlHQ9kRE2LIW2VdcRwu { color:#f8f292;display:block;width:4.9375rem;position:absolute;font-family:neuton;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.375rem;left:8.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kcVaglnqSzCd1kNZJvE144aW60xDc3kf { color:rgba(var(--color-primary-2),1);display:block;width:4.9375rem;position:absolute;font-family:neuton;font-size:1.75rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:17.75rem;left:8.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PgMXIdCCGA9EG1L7Vln6z4C9E3dVaok3 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.6248125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.0625rem;left:46.75rem;height:4.140625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NWyAAWBWOBU8atcNm3xoqpdskfcLbCQP { position:absolute;display:block;z-index:15002;background-color:rgba(243,245,248,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(241,245,248,0.31) ;height:23.875rem;width:19.375rem;top:10.875rem;left:45.8125rem;display:block; }
#Oi26sMc4vz9VOEgmunaoUSU8LqNatvQp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.125rem;width:33.75rem;top:10.747396469116rem;left:5.3723945617676rem;display:block; }
#NasoaPIa9aBxa3E9o9hXuvG2SGTN1Zy8 { color:#efc698;display:block;width:10.3125rem;position:absolute;font-family:neuton;font-size:13.5625rem;font-weight:700;z-index:15012;line-height:.5;letter-spacing:0;top:26.4375rem;left:17.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NewHG2sNxIyVhsfBo7yLVdlUHAkBkuZl { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:22.828125rem;left:24.718753814698rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1SxPaIc6gFiOOAEx1eVzsrsRDFqXIOr { color:rgba(var(--color-tertiary-1),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:.5;letter-spacing:0;top:33.125rem;left:17.625rem;height:0.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BGKqwDU9sc1pg0a7yyE9nEcT3CxLqMn2 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:39.6875rem;left:30rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EynPgJvDzWmh9AtTcG5zxdCtl2o986tX { color:rgba(var(--color-tertiary-1),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:40.5rem;left:8.25rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7VtoeTycrRh55OBE0UlvAThLAKamOld { color:rgba(var(--color-tertiary-1),1);display:block;width:12.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:39.75rem;left:16.375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGwJ1Mt9Oh1ccEBkKkMGJTfPK0OclMU4 { position:absolute;display:block;z-index:15019;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.3112rem;width:0.184895625rem;top:39.9375rem;left:15.75rem;display:block; }
#GILsNPatCNAMm334uIJbXDp9EHUo7pnu { position:absolute;display:block;z-index:15020;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.3112rem;width:0.184895625rem;top:39.9375rem;left:29.4375rem;display:block; }
#XTBVLAV0TROFhCvbSem2C9XArbQIkP56 { color:#fafafa;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:22.828125rem;left:7.0625rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rArgD4DWTzFcKT2synlhGosvaPL15KVu { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15012;line-height:.5;letter-spacing:0;top:30.25rem;left:8.375rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FRu8lyoz8mvbVfk43fOcvmXDrTLsQuJn { color:rgba(var(--color-tertiary-1),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:.5;letter-spacing:0;top:33.125rem;left:31.875rem;height:0.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#owBxuCRfEclVhP4wNpGePIlHHAmPsJGQ { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.9375rem;width:31.6875rem;top:38.6875rem;left:7.0625rem;display:block; }
#Dxcev0f0iM4dd0EchENhDur0dPiCwE7T { position:absolute;display:block;z-index:15021;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-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:15.3125rem;width:0.18359375rem;top:21.9375rem;left:22.5rem;display:block; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-form-header {  }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:16.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.875rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal;float:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-container:first-of-type{padding-top:0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-container:last-of-type{padding-bottom:0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.873699188233rem;top:15.9375rem;z-index:15010;position:absolute; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt {display:block;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.873699188233rem;top:15.9375rem;z-index:15010;position:absolute; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #rWMz0mh9mh84pRfL4i5TwBuP1SU7eyU0 { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #CWbVoIHmqXL4BGJvcsvwqnfnbT02h2hT { position:relative;display:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #KQmFhgcL56NCkN5VitgBIyqJGtPEK7tT { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #DO45hUqor8ziTDBP2AzSk5TVsZxxez20 { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #l7awpAmCr3I0kUymbCX97ExWubIzvrBk { position:relative;display:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #AfwwAKQUbeOwvK4WDvRANyECOa4LR8JW { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #zVB5hmqcbl4SBuJDWch2f2iIvldoO5vT { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #sGqF6vFWuwS74zwZaxz3rSf3wCzGoelJ { position:relative;display:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #lgHVVr2leiXBCUhaXyQgciqRpq3qxynI { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #MqSTqvWCuKIzsSyyUKdJokBJgfS3DxBr { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #vaz52P59laBPOvfX3EfDtzCZoAwwoEHR { position:relative;display:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #f5K5ixKSTP1Rf1wLfqenyUQLkudNL73T { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ysH0LcIJKLNngK7RPQIBuHDyFlEwINzf { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ON2TCaqSZ6szOfJkpzzigu8pUeswrew9 { position:relative; }
#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum { position:relative;display:block; }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum { background-color: transparent; background-image: none; }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum > .row .container > .video-iframe-container { display: none; }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum > .row > .video-iframe-container { display: none; }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum > .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); }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum { border-width: 0; border-radius: 0; }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum > .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; }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LGHq6ywZ5lluTxupeAfT9oir0tQ4MhEa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.8125rem;width:32.8125rem;top:0.75000095367431rem;left:2.34375rem;overflow:hidden;display:block; }
#thdOIdv1K2RPw3Zft6Q7sl6JXoNdAJDQ { color:rgba(var(--color-secondary-2),1);display:block;width:36.6875rem;position:absolute;font-family:neuton;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:37.25rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mqligtVReTBiKWyLtfVIJIQ4QG00yDe7 { color:rgba(var(--color-primary-2),1);display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.9375009536744rem;left:38.562503814698rem;height:13.125rem;display:block; }
#xIeg1tNH6B9uM7r8M8hHorNim33MJxQ2 { color:rgba(var(--color-primary-2),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:38.281253814698rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A1e5FRK8mxzlrD6HhK6I8FL887dbtspn { position:absolute;display:block;z-index:15006;background-color:#956836;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:35rem;top:5.5rem;left:38.375rem;display:block; }
#LMRow18IwyVnat23W5FRLX6bhFDZHs83 { position:absolute;display:block;z-index:15007;background-color:#efc698;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:35rem;top:5.25rem;left:38.375rem;display:block; }
#VfXudTkcJ3GCbcZ1HNSCM2csqyCIDh96 { color:rgba(var(--color-primary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0598983764649rem;left:38.467449188233rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RacdHnxbMNiA138iSx7zq2adCloAPEEP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.020833015442rem;left:38.562503814698rem;display:block; }
#AragOuQ4PKuVMoCUNK9Xf8IegTOKilco { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9L8OgJLzcioCXc6P9p5wqcRaMs7UO9L { color:rgba(var(--color-primary-2),1);display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:23.062500953674rem;left:38.562503814698rem;height:1.03125rem;display:block; }
#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row .container { background-color: transparent; background-image: none; }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row .container > .video-iframe-container { display: none; }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row > .video-iframe-container { display: none; }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .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); }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row .container { border-width: 0; border-radius: 0; }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#ptZA8BQcSUwJrP6mukpemSVtqB9kmzNQ { box-sizing:content-box;height:8.4375rem;width:18.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.1875rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#dcRlcdgeT8BUAJLSwGT6oNoXh9x8ocN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:22.6875rem;left:4.75rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8Vp7grW3ICE7XyFCZ5prGlMIG1sdfOT { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.8125rem;width:18.4375rem;top:6.5rem;left:18.9375rem;overflow:hidden;display:block; }
#dBUkscd17kRVhTgZmes94iVhmJZi3cUi { box-sizing:content-box;height:8.4375rem;width:18.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.25rem;left:19rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#qUmqOTHk83Ihhgviw2MAEl4402CEIJMo { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:22.6875rem;left:21.1875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y1FvAtITFhh9atX5oiBTRa2E4MGkusou { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.5rem;width:18.1875rem;top:6.5625rem;left:37.812503814698rem;overflow:hidden;display:block; }
#tCL8lUHs0E7u8tg81fOlmLntprBHMwTJ { box-sizing:content-box;height:8.625rem;width:18.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22rem;left:37.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#tMsDK99V9w5WmzuhprBq2y6FkVPUsTsa { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:22.6875rem;left:41.6875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1mz0FOZ8wxuW2hMXXIhDzhNT8QPxG7r { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.4375rem;width:18.375rem;top:6.5625rem;left:56.437503814698rem;overflow:hidden;display:block; }
#ViVJHlSh9x4LHTteBT0QIILPKwLQGVb6 { box-sizing:content-box;height:8.5625rem;width:18.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.0625rem;left:56.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#OqvdRRgX2TEgWkBseaMMv9zOfb5XSEqE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.747375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:22.6875rem;left:59.3125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQ31HFfunFLMr5EdKE5igpWN7bW6TGoK { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:24.6875rem;left:7.0625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VfUqgfdbyyprCo1o8SZFkRi7gF8rbNGg { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:24.6875rem;left:25.937503814698rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U0gNt2TUlqBZ3zCmCdxw73grgXI5Oe9v { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:24.6875rem;left:44.062503814698rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ca5wLCUPSTtlLFySxwhKZoecyFxMb8TT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:24.6875rem;left:61.843753814698rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPAS4q04mBxsTX75SNOTctIisvn8QPI5 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:28.125rem;left:2.4375rem; }
#ITv5qlmoLEcWzs76Lvp6E7eGeQqs8CAU { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:28.8125rem;left:4.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lg2VJ5oLtK7vW1EHCL8WCWfqfg6Jk8nH { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:28.125rem;left:7.8125rem; }
#LWTBvGqvXDm719rhOf00MTsrV9ugRePi { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:28.8125rem;left:10rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klcb8oD5kd3GQWP9Pyd6NO23pihrD0Lr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:28rem;left:13.375rem; }
#r1BvVz2gnABzTlVtfXNMgPrrCWriLk9O { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:28.8125rem;left:15.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXiT5WrddxHECcqh6BLTaZlbOGTFmZlV { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:28.125rem;left:20.5625rem; }
#c4K0BqTHkTHFkp0gKQ1XVzSrepyO8hC5 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:28.125rem;left:25.9375rem; }
#d8TXVivWvTqv28QMdpfV2JNPbQnivAx8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:28.125rem;left:31.5rem; }
#t45cTUZmruJ3tPsrDLu8a7k9oU1TDwsr { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:28.8125rem;left:22.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TU8c0VbUBBwWgRRp20UmSQhIFFJQizrH { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:28.8125rem;left:33.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0dOAnwcHmiQFcvQvfP3I6QVkLA4uKf3 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:28.8125rem;left:28.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ed2lS0wTazIuhZBCGoGJQ5d29ooulIOF { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:28rem;left:50.625rem; }
#b2wvOqQlFQNGMImSvVlkTKFu3FHRp6bG { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:28.125rem;left:45.125rem; }
#oaAnk3CMCecnuilwJu9nq0fsLXvosQw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:28.8125rem;left:47.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCirkPVJg3K6gbngIkR5ntTk5hVTMtpI { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:28.8125rem;left:52.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpEktshWiW0ITgO5Jo27A5ysDlqAGTM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:28.8125rem;left:42rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WosAJLRRIaeuo6Ne3IsXvVf6TIr0PQyR { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:28.125rem;left:39.75rem; }
#NzH9bcVEuv2LEClf0GQrTgpUwqdTZgZ7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:28rem;left:71.125rem; }
#ZilnbvAszrA81NkXk3QvTFehksKUhxHX { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:28.125rem;left:64.0625rem; }
#iTbRyghFvwbQdT1JZho1FBrt6Qdkfrw1 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:28.125rem;left:57.1875rem; }
#gQdSBpMElgqII6rwNGMrchgBAc1Dxxkf { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15070;line-height:1.2;letter-spacing:0;top:28.75rem;left:72.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wruTJtWniomTpdS4Ac2UGXKuTNGF3EOn { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:28.8125rem;left:59.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDCX0DQMpmuEsT3plbFXvFN3NJX2AOT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:28.8125rem;left:66.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbCvNzbdmTs4foDcQfAq9mTy6THTmOOx { color:rgba(var(--color-tertiary-4),1);display:block;width:47.997375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15149;line-height:1.3;letter-spacing:0;top:32.75rem;left:13.8125rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WseE9AWm0igAgLydyIZ655T0WfTFS7zW { box-sizing:content-box;height:8.4375rem;width:18.4375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.5625rem;left:0.0625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#uTm1FtZlAhU3i9rORp22pT29P9tenfnq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:52.1875rem;left:4.5rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkc0NriWXU25PrIczwTxtEqHIGPJFPAM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:54.0625rem;left:5.6875rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ve71N92EXGCT4cov4mNp9NMxKruMiZtr { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:57.4375rem;left:2.1875rem; }
#Cqu2KRlQ77vehxH5rbAB2QyBu83RwkaQ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:57.4375rem;left:7.5625rem; }
#MzM5CPoU8ituZg0XJe8tRoT1Q9yxaHFB { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:58.0625rem;left:4.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0oRqE5hF3R4gGgsa96O9AHeQBrHcpIK { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:58.0625rem;left:9.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rw1Ro3h2c7rJmWbGlnRFUG2zPTX1sU4Z { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:57.3125rem;left:13.125rem; }
#nAilwvEf8tw0T5MQXiiRgDl17hzStQDX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;top:58.0625rem;left:15.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCSCtC194WlnKpLUR65bkghVvAwTbnJH { box-sizing:content-box;height:8.4375rem;width:18.2486875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.625rem;left:19.0625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#O1Us5wiwETkES7a618KsEqoqU3f989TV { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:58.125rem;left:34.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzgpUAucaTQ3dggRX1eIKJyp5CyUEunA { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:57.375rem;left:32.6875rem; }
#qlamBky70FdyiIxcRtmTysPVl1dq27Pc { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:58.125rem;left:29rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xlCycFIdzfmy0zxgg5hy1HipgRtg9Ukc { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:57.5rem;left:27.125rem; }
#OygTmkzcTPn7QvJigJALkLlboqXsD79W { color:rgba(var(--color-tertiary-4),1);display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:58.125rem;left:23.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6O0ERn6eviyPvss4Q3er0XgyizJlNCA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:54.125rem;left:25.3125rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8xqpJp75GSHcflMZExRmX11dtVitp3T { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:57.5rem;left:20.6875rem; }
#tLWy3xdZTrrLMoqerthtAxpmyDuLClJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:52.25rem;left:21.9375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT8T3KIbD9c5TZKseJuicdt6y85meXU7 { box-sizing:content-box;height:8.4375rem;width:18.25rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.6875rem;left:37.500003814698rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#qVOm7ayxLSv6RzS9VTygbTXJ3Fmwtvms { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:51.9375rem;left:40.375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMemeDMhP3EdsIqckE5c2iH3I8RdlaRk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:53.8125rem;left:43.1875rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fLshQPcLbVsuWw3VsNsraBQEah7zE3Na { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:57.1875rem;left:45.4375rem; }
#TFCqgT6B8VG6B8tX5PcLDq9VHPVoXgZO { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:57.1875rem;left:39.4375rem; }
#ApFBK5D3OKuiRlDVzCyGPAZBphwOGTNN { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15093;line-height:1.2;letter-spacing:0;top:57.8125rem;left:47.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmRVy1E2oSz292HLTONliwvOKwlwUB4r { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:57.8125rem;left:41.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9qpInrle9QT3LOvpBUI24RZscICP2t8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:57.0625rem;left:51rem; }
#faemNggBrNND6HamzVwau64qPycgR8ic { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:57.8125rem;left:53.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AA2I11kR5EHpNSABu9KW3NkPqT6UlofE { box-sizing:content-box;height:8.4375rem;width:18.25rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.625rem;left:56.250003814698rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#tCHhBf8f2EGqJCMoBmeX0glGBy9SUtSV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:51.875rem;left:56.5rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1LbghAi9SqTtq3EFqWD0nCRz4RoeMOX { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:57.125rem;left:56.9375rem; }
#aPQN4Fq2fJafE9VeVNeVkyqOX7K1zZdK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:53.75rem;left:61.75rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZXHX6DfLu2npZlfu8NvZLs2qk9J33Bn { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15102;line-height:1.2;letter-spacing:0;top:57.75rem;left:59.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tv7ZiKM9JCuXnSnbrNvgAxVOa0EBQDRT { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:57.125rem;left:63.8125rem; }
#w9BWpgbT9Tx1Lz88ATnA06uls7nJRgFU { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15103;line-height:1.2;letter-spacing:0;top:57.75rem;left:66.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxlhGxoluGVo08oaRVwAqI7Zz09dsDnn { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:57rem;left:70.875rem; }
#gTxs0D0AowfMu1tdfZ229OPAwu48V4GZ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15104;line-height:1.2;letter-spacing:0;top:57.75rem;left:72.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMJeFbTzZmvppP3nbV20Ps3fXuwe9hhh { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15148;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.958332061767rem;height:5.36198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucSiTAAcxAbcZvlkIl0bMudkAKeJ6xPV { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.9375rem;width:18.4375rem;top:6.4375rem;left:0.125rem;overflow:hidden;display:block; }
#kn0Nkac6RohyuxHEwR2emr1uTLJUnfgQ { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.4375rem;width:18.3125rem;top:36.14453125rem;left:56.250003814698rem;overflow:hidden;display:block; }
#V9gtpgBr5ylDvE3bC7BRTbzgrsIr2ava { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.375rem;width:18.3125rem;top:36.20703125rem;left:37.500003814698rem;overflow:hidden;display:block; }
#XrbBDs0IE4ZAU1Mv0MOVUoFraiZ1R3de { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.375rem;width:18.1875rem;top:36.20703125rem;left:19.03125rem;overflow:hidden;display:block; }
#wJIJU5RJ5tTF53UQLGNQekmPCHuoy2Ba { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.375rem;width:18.4375rem;top:36.3125rem;left:0rem;overflow:hidden;display:block; }
#hVcTpTBU7yRVb6vPD9OiGEbCTE1CkQ2g { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1861875rem;height:3.8737rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:62rem;left:25.6875rem;display:none; }
#sEByvurgTC5sVzkzcTMdR5RE0NRsVeJn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Manz3rv6JcuKGOln6asGOVWnprkipoNr { background-color:#263343;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.75rem;left:27.500003814698rem;display:none; }
#IfwmZsfMUPOaNMSLhW6CGcvHnDLnhgCf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row .container { background-color: transparent; background-image: none; }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row .container > .video-iframe-container { display: none; }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row > .video-iframe-container { display: none; }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .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); }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row .container { border-width: 0; border-radius: 0; }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#mhNLcQxgQSDblZTSmriU3UGoJVqmWtM8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:19.375rem;left:3.8125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zFllee278cqNHaSiOubLi09EH8qBSboo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:19.375rem;left:19.25rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQP17JBlwiQhW4QoGEZDtQib5zCspND8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:19.375rem;left:40.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxarBWxCPTqdMlHcPFZl8u9BwnS7SyDw { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:21.4375rem;left:6.8125rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ll5pTL0DnfDTNZBTkaUT5fNHLzK5amDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:21.4375rem;left:24.4375rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xL3odXylu83eUDTQQntfsoNwwMSG2g2g { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:21.4375rem;left:42.875rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U0kTpxIssC0UDCFaOx1hKlWHEnlbKLZ1 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:25rem;left:1.625rem; }
#NQlJb833KNfHSCoXGFEBhIhBtZ2fNo0i { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:25.6875rem;left:3.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nq49c1h1X9CI1rrUFJd7VwwXB2dlnJGv { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:25rem;left:7.625rem; }
#ftTV7y0kh5dIDPwn4ukiE8o8JhWy9Tmz { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:25.625rem;left:9.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QvZPxISWzrs5FwM1LSlszNZE8ZaZ7PEW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:25.0625rem;left:12.9375rem; }
#IqqLvULp43O6TPO9ObvWtgXIH3PTZnFD { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:25.8125rem;left:15.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MisWsWWq84TyFBWpLXUOEE9X3IzZLF5T { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:25rem;left:19.4375rem; }
#ylBIAECBdu9r4kGmLIoTx1IZRQ3JwCVa { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:25rem;left:26.1875rem; }
#PQ1TQo2iOiA6rq3QHBUw29BgrQRDxSSs { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:25.0625rem;left:32.75rem; }
#kps4OPXzNT2hTVqTqX8RauTuVbM4Cuq2 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:25.6875rem;left:21.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lMFTmzt3huQi5c3B06i72Wr5Js0BydAF { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:25.8125rem;left:34.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvLn6VIJKSmWgeHpndBN05JT3vMcUHEK { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:25.625rem;left:28.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2MC1A5vRx6PoWi7AeCF8HuTfLQte6Qq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:25.0625rem;left:51.875rem; }
#MHFmKPqXaRBASMwHq3sJRahprHvWDTih { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:25rem;left:44.75rem; }
#XNc3ERxbu7arn15TgLDTfb2Xt2sTdZHb { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:25rem;left:37.8125rem; }
#yPyFz9ZvoVy0ihDKeJ8RUZxiarUlN0x8 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15070;line-height:1.2;letter-spacing:0;top:25.8125rem;left:53.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzBwsh2Sx8vI94x0yNNgR5MHKipJ1a4R { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:25.6875rem;left:40.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuCB4RPZVnGAXGRNcw6IdhVseplWLDuf { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:25.625rem;left:46.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4zBuTXsCvr7DQVTUmxqIHUeklsFlzdr { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:21.4375rem;left:61.3125rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#acvcig08k2NiKAWHRTbG4N6kR7RuNyW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:19.375rem;left:59.75rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8EdpTnSdWxcowTXxiBuu4OXi7utUiou { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:25.0625rem;left:57.625rem; }
#NmDg6Z31MHGltldCOZsGgm9shxtXomMM { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15102;line-height:1.2;letter-spacing:0;top:25.75rem;left:59.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4IITVAQyHvqtCIUNTVdpfvxqBMe2SwS { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:25.0625rem;left:64.8125rem; }
#zSMwA1xJJ1qZq8WfTGypP0ZmMhaqloAe { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15103;line-height:1.2;letter-spacing:0;top:25.6875rem;left:67rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbtcOkmuQfxVTwcAegpoOsC6uViU2XqZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:24.5rem;left:71.625rem; }
#fG0AQJHXgkevEp7GIdtsQF0orsc0PbJV { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15104;line-height:1.2;letter-spacing:0;top:25.125rem;left:73.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BB8d1Qo2VQ6uSdu6oNRgR39Mu3R08K0K { background-color:#263343;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.5rem;left:27.375rem;display:block; }
#W3aRnkeKNGT4WheUhPrzk50pagBVuAoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxsKxTTqR8mNF8Bg9GTv3H2yV7iQcRoD { box-sizing:content-box;height:8.4375rem;width:18.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19rem;left:0.125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#i8otSxboIKXxGCr7VKAGCJqaS70bozN0 { box-sizing:content-box;height:8.4375rem;width:18.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19rem;left:18.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#S8ruT7Ux29ifr0UVrUvv9ySzz9ppDPk8 { box-sizing:content-box;height:8.4375rem;width:18.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.0625rem;left:37.625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#LrFBcOnV4xDOR5RZfJeSzET2d1Sz1Tng { box-sizing:content-box;height:8.4375rem;width:18.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.125rem;left:56.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#a8Bn743BBDqMhSi6WmpVcJWVnQLQLLhK { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.5rem;width:18.4375rem;top:3.5625rem;left:18.75rem;overflow:hidden;display:block; }
#m8F5ZptfUQS2EVdkQwoVWEPN1eQrrqkr { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.5rem;width:18.3125rem;top:3.5rem;left:37.5625rem;overflow:hidden;display:block; }
#nWAsvDrfuaLEco9uXzpVSZfUKpV1QGlC { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.5rem;width:18.25rem;top:3.625rem;left:56.375rem;overflow:hidden;display:block; }
#B0i3kskGTaTDaupEImPUBHs0FDOvLFSg { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.5rem;width:18.4375rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#lXQB1mIyLKuhTPTt4Z9QPgMy33t1h9nP { color:rgba(var(--color-tertiary-4),1);display:block;width:47.996125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:14.1875rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { background-color: transparent; background-image: none; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container > .video-iframe-container { display: none; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row > .video-iframe-container { display: none; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .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); }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { border-width: 0; border-radius: 0; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#ZnK7qv0Ac0oVzcShDX4UrG5c4cxAVC10 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.9375rem;width:16.25rem;top:8.8125rem;left:1.0625rem;display:none; }
#yE9Tyc2pcxiGBr4O5S4IAwHSu0baGDpW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.9375rem;left:2.6875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luK3pkvpyftkpL8W0ntMzQohm9wbqSS8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.625rem;left:2.5625rem;height:7.957rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z4RciGp5uB2MudK4qC8eykR3XqQzTW05 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.875rem;width:16.25rem;top:4.5625rem;left:19.875rem;display:block; }
#MPTqfVUkGaqepiLqJRcgPhEaEG24dh72 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:20.625rem;left:20.8125rem;height:6.9986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVGiftk5MTHXhy1dxgJcebAhXSAg0wgS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.809875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:21.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIwwb4ZfpdKAEdbC5aSQerstGo0AUBJM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.875rem;width:16.25rem;top:4.5625rem;left:38.625rem;display:block; }
#u7mrbcBmcQETrSVZya1BWeOETb3sSvfR { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:20.625rem;left:58.9375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfSlRzry3bShMd57O20U2DlAMpHK2FSW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.375rem;left:45.6875rem;overflow:hidden;display:block; }
#trkrGN9Apxev0E91MSSNHgTEBlrt1lzG { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.6875rem;width:16.25rem;top:4.5625rem;left:57.375rem;display:block; }
#Q64nyLrnvZ8Q0Lgm8idwNriuEUZfg7oK { 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:3.125rem;width:3.125rem;top:6.375rem;left:64.6875rem;overflow:hidden;display:block; }
#qb9cKmEPpWyNC0Hflk9ngq7rTO6PSNgn { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.80728912353513rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNFECD5F7dCriG964d3NfV7Lp2RTHgP1 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:27.25rem;width:16.25rem;top:4.4375rem;left:1rem;display:block; }
#pk1XLGTDbg8I1wD2cNFtE7RdEwpPd7gS { 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:10.875rem;width:16.4375rem;top:4.5625rem;left:1rem;overflow:hidden;display:block; }
#r02nAbQf9EIJaM2qNDkDLrAd8ObmnKTg { position:absolute;display:block;z-index:15017;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:10.875rem;width:16.4375rem;top:4.5625rem;left:19.9375rem;overflow:hidden;display:block; }
#LaqiSFGftxVQVfuwlpFO2vPUecvhgCin { 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:10.875rem;width:16.4375rem;top:4.6875rem;left:57.5625rem;overflow:hidden;display:block; }
#BoFARdf045HropW0t33T3AJFoqU6ovGM { position:absolute;display:block;z-index:15019;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:10.875rem;width:16.4375rem;top:4.5625rem;left:38.625rem;overflow:hidden;display:block; }
#E11HNu2RsSxpdB7Zy307Gy6hp1tFS4wm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.9375rem;left:59.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJ6OrKDafwJ3TJ8U5I6I37FgMH2BbWcS { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:20.625rem;left:39.6875rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AXsUQWTm97I9HiTuGskxzP1hAJ0sWqb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.808625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.9375rem;left:40rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH { position:relative;display:block; }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH { background-color: transparent; background-image: none; }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH > .row .container > .video-iframe-container { display: none; }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH > .row > .video-iframe-container { display: none; }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH > .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); }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH { border-width: 0; border-radius: 0; }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH > .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; }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G6efw4PwEwBeITWo7aZFoxxSKwA5o28n { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#zwBPZdpRGdf0e4ZGEdfi15mww9TOrmMg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.8125rem;width:20.5rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.5625rem;left:5.0625rem;overflow:hidden;display:block; }
#ahzzgfO3TIyQvzSXepG0Wav4PGXTIWLF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.8125rem;width:20.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.75rem;left:28.4375rem;overflow:hidden;display:block; }
#eyhINwBxCXeCkk2fllQUrS2QFwtayZU3 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),0.81);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:2.5625rem;width:20.5rem;top:39.3125rem;left:5.0625rem;display:block; }
#TTlTkVOGGT5LSc3Urx96IUhAEzkkWaTm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.8125rem;left:5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXyq82p7h3cLK16X7Qnfb92pwv1oFqen { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21rem;left:28.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vADaPSko5eiwnH8WERGOeSUJgxpdBlWv { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.81);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:2.5625rem;width:20.5rem;top:20.5rem;left:28.4375rem;display:block; }
#x5cRLgBTk0rzgr35EucRDCDlR8b45zeS { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21rem;left:51.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3zUtTe3uh9I5RchQiagMXxyLhni42L9 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),0.81);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:2.375rem;width:20.5rem;top:20.75rem;left:51.8125rem;display:block; }
#xhkTJCn54L91vgPBkJcI3hDFJ3GO40Kz { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.8125rem;left:28.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQgfe0anZmOnZ4wibuEnduSHAAiuqfpl { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.81);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:2.5625rem;width:20.5rem;top:39.3125rem;left:28.5625rem;display:block; }
#kR0MI1OTu4iIclevg8agbTTqqpgsfNB6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.625rem;left:51.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eufZSEysPFtQK5rahAamCZQgT16TEZgn { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),0.81);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:2.5625rem;width:20.5rem;top:39.125rem;left:51.8125rem;display:block; }
#ElWifWgRhMPA1aSHDEA5fR4CTQ1GkBH4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.9375rem;left:4.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSt4ihzzN4vofkpMcZ0072qhbaCBHKUT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),0.81);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:2.5625rem;width:20.75rem;top:20.5rem;left:4.875rem;display:block; }
#cR8eAkJyN855buIUZLe92G3rfT7pfSAs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.3125rem;width:20.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.75rem;left:51.8125rem;overflow:hidden;display:block; }
#OCUp5avxbwh4SrLtLXMCE6TvECv5lLyQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.25rem;width:20.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.5625rem;left:28.5625rem;overflow:hidden;display:block; }
#V6nveQhc3fSwHX4WaK6oZLr48yf0GZLL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.6875rem;width:20.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.5625rem;left:51.8125rem;overflow:hidden;display:block; }
#BMobaiIgysQWs0KTVaPr8TrTkw1kV6z8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.3125rem;width:20.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.75rem;left:4.875rem;overflow:hidden;display:block; }
#awiFwHXiuJBLc1cptOfRKTFfGvykUK8K { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:46.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#mE05dzagyO8kekGHSgrQpM6S0Ab1tL9A { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1861875rem;height:3.8737rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:43.8125rem;left:27.0625rem;display:block; }
#DLJQsSPsT9iNahanPsgkqDOi8VzHkXw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.88671875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:4.9375rem;left:3.125rem;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.3125rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:3.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.4853515625rem;left:1.65625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:4.9375rem;left:21.875rem;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.3125rem;left:25.875rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:21.875rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.48593711853rem;left:19.90625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:4.9375rem;left:40.625rem;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3125rem;left:44.625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:40.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4365rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.4853515625rem;left:39.65625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#JlTkybakflq0hi8wn0mzGdoFWwckQq2C { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:4.9375rem;left:59.375rem;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.3125rem;left:63.375rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:59.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.484375476837rem;left:58.312503814698rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { position:relative;display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cdGqar6BeDTKesgwep0nBf7tS3AbPalc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.25rem;left:27.75rem;display:block; }
#MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { 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.8125rem;width:3.8125rem;top:5.75rem;left:60.75rem;overflow:hidden;display:block; }
#FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:5.75rem;left:35.5rem;overflow:hidden;display:block; }
#pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.6875rem;top:5.7499961853028rem;left:10.0625rem;overflow:hidden;display:block; }
#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.75rem;left:52.6875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.75rem;left:27.25rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.25rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.502197265625rem;left:55.9375rem;height:4.546875rem;font-style:italic;display:block; }
#D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13rem;left:29.25rem;height:7.957rem;font-style:italic;display:block; }
#aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:5.1875rem;height:6.8203125rem;font-style:italic;display:block; }
#BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.25rem;left:53rem;display:block; }
#EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.1875rem;left:3.375rem;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:rgba(var(--color-tertiary-0),1);display:block;width:28.186875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:7.6236991882325rem;left:3.8107643127441rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { position:absolute;display:block;z-index:15029;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:8.5623125rem;width:12.4370625rem;top:0.75412368774412rem;left:2.5607643127441rem;overflow:hidden;display:block; }
#DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:6.0625rem;left:47.0625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.436625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.4375rem;left:45.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:6.5rem;left:44.6875rem; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1a13;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#a8ac8ngGhZ9Rp18o19aTBzHCNG6Rqsqc { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.0297317504882rem;left:23.485244750976rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k { display:block; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eaa6Kn1RlCPfh2GPhvKsJavm6ekAf5Ix { top:1.5625rem;left:1.368896484375rem;width:14.4375rem;height:10.081057314297rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTQvPEK3OrADIHuTUecPxl4RQQrDTue { top:11.25rem;left:0rem;width:34.4375rem;height:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDzeTfRX7uonQyyk5fnsGTsOSH6iHLiS { top:30.25rem;left:14.718753814698rem;width:4.5625rem;height:3.125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZbW0D7TzvzfKlHQ9kRE2LIW2VdcRwu { top:17.375rem;left:0rem;width:4.9375rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcVaglnqSzCd1kNZJvE144aW60xDc3kf { top:17.75rem;left:0rem;width:4.9375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgMXIdCCGA9EG1L7Vln6z4C9E3dVaok3 { top:12.0625rem;left:30.1875rem;width:17.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWyAAWBWOBU8atcNm3xoqpdskfcLbCQP { width:19.375rem;height:23.875rem;top:10.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi26sMc4vz9VOEgmunaoUSU8LqNatvQp { top:10.6875rem;left:0rem;width:33.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NasoaPIa9aBxa3E9o9hXuvG2SGTN1Zy8 { top:26.4375rem;left:3.5rem;width:10.3125rem;height:0;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NewHG2sNxIyVhsfBo7yLVdlUHAkBkuZl { top:22.8125rem;left:11.093753814698rem;width:11.8125rem;height:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1SxPaIc6gFiOOAEx1eVzsrsRDFqXIOr { top:33.125rem;left:4rem;width:5.9375rem;height:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKqwDU9sc1pg0a7yyE9nEcT3CxLqMn2 { top:39.6875rem;left:16.375rem;width:8.375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynPgJvDzWmh9AtTcG5zxdCtl2o986tX { top:40.5rem;left:0rem;width:6.625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VtoeTycrRh55OBE0UlvAThLAKamOld { top:39.75rem;left:2.75rem;width:12.6875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGwJ1Mt9Oh1ccEBkKkMGJTfPK0OclMU4 { top:39.9375rem;left:2.125rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GILsNPatCNAMm334uIJbXDp9EHUo7pnu { top:39.9375rem;left:15.8125rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTBVLAV0TROFhCvbSem2C9XArbQIkP56 { top:22.8125rem;left:0rem;width:12.25rem;height:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rArgD4DWTzFcKT2synlhGosvaPL15KVu { top:30.25rem;left:0rem;width:4.875rem;height:3.125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRu8lyoz8mvbVfk43fOcvmXDrTLsQuJn { top:33.125rem;left:18.25rem;width:8.75rem;height:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owBxuCRfEclVhP4wNpGePIlHHAmPsJGQ { top:38.6875rem;left:0rem;width:31.6875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxcev0f0iM4dd0EchENhDur0dPiCwE7T { top:21.9375rem;left:8.875rem;width:0.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt  { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt {display:block;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #rWMz0mh9mh84pRfL4i5TwBuP1SU7eyU0 {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #CWbVoIHmqXL4BGJvcsvwqnfnbT02h2hT { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #KQmFhgcL56NCkN5VitgBIyqJGtPEK7tT {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #DO45hUqor8ziTDBP2AzSk5TVsZxxez20 {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #l7awpAmCr3I0kUymbCX97ExWubIzvrBk { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #AfwwAKQUbeOwvK4WDvRANyECOa4LR8JW {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #zVB5hmqcbl4SBuJDWch2f2iIvldoO5vT {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #sGqF6vFWuwS74zwZaxz3rSf3wCzGoelJ {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #lgHVVr2leiXBCUhaXyQgciqRpq3qxynI {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #MqSTqvWCuKIzsSyyUKdJokBJgfS3DxBr {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #vaz52P59laBPOvfX3EfDtzCZoAwwoEHR {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #f5K5ixKSTP1Rf1wLfqenyUQLkudNL73T {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ysH0LcIJKLNngK7RPQIBuHDyFlEwINzf {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ON2TCaqSZ6szOfJkpzzigu8pUeswrew9 {  }
 }@media only screen and (max-width: 763px) { #HSNXNqUXuQDp23xbizGxxzMKyOQXXnum { display:block; }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGHq6ywZ5lluTxupeAfT9oir0tQ4MhEa { top:0.75rem;left:0rem;width:32.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thdOIdv1K2RPw3Zft6Q7sl6JXoNdAJDQ { top:0.5625rem;left:0rem;width:36.6875rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqligtVReTBiKWyLtfVIJIQ4QG00yDe7 { top:9.9375rem;left:12.375rem;width:35.375rem;height:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIeg1tNH6B9uM7r8M8hHorNim33MJxQ2 { top:0.6875rem;left:11.0625rem;width:36.6875rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1e5FRK8mxzlrD6HhK6I8FL887dbtspn { top:5.5rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRow18IwyVnat23W5FRLX6bhFDZHs83 { top:5.25rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfXudTkcJ3GCbcZ1HNSCM2csqyCIDh96 { top:6rem;left:12.1875rem;width:35.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RacdHnxbMNiA138iSx7zq2adCloAPEEP { width:19.5625rem;height:3.125rem;top:30rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AragOuQ4PKuVMoCUNK9Xf8IegTOKilco { display:block; }
 }@media only screen and (max-width: 763px) { #w9L8OgJLzcioCXc6P9p5wqcRaMs7UO9L { top:23.0625rem;left:23.875rem;width:19.625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxp1QGGfDUt9hJlui144mW1FfbKsx2H { display:block; }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptZA8BQcSUwJrP6mukpemSVtqB9kmzNQ { top:22.1875rem;left:0rem;width:18.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcRlcdgeT8BUAJLSwGT6oNoXh9x8ocN4 { top:22.6875rem;left:1.34375rem;width:9.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Vp7grW3ICE7XyFCZ5prGlMIG1sdfOT { top:6.5rem;left:5.4375rem;width:18.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUkscd17kRVhTgZmes94iVhmJZi3cUi { top:22.25rem;left:5.625rem;width:18.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUmqOTHk83Ihhgviw2MAEl4402CEIJMo { top:22.6875rem;left:9.9375rem;width:13.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1FvAtITFhh9atX5oiBTRa2E4MGkusou { top:6.5625rem;left:17.625rem;width:18.1875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCL8lUHs0E7u8tg81fOlmLntprBHMwTJ { top:22rem;left:17.5625rem;width:18.25rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMsDK99V9w5WmzuhprBq2y6FkVPUsTsa { top:22.6875rem;left:24.65625rem;width:9rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mz0FOZ8wxuW2hMXXIhDzhNT8QPxG7r { top:6.5625rem;left:29.375rem;width:18.375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViVJHlSh9x4LHTteBT0QIILPKwLQGVb6 { top:22.0625rem;left:29.5rem;width:18.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqvdRRgX2TEgWkBseaMMv9zOfb5XSEqE { top:22.6875rem;left:35.8125rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ31HFfunFLMr5EdKE5igpWN7bW6TGoK { top:24.6875rem;left:3.65625rem;width:4.6875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfUqgfdbyyprCo1o8SZFkRi7gF8rbNGg { top:24.6875rem;left:15.71875rem;width:5.3125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0gNt2TUlqBZ3zCmCdxw73grgXI5Oe9v { top:24.6875rem;left:27.03125rem;width:5.625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca5wLCUPSTtlLFySxwhKZoecyFxMb8TT { top:24.6875rem;left:38.03125rem;width:7.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPAS4q04mBxsTX75SNOTctIisvn8QPI5 { top:28.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITv5qlmoLEcWzs76Lvp6E7eGeQqs8CAU { top:28.8125rem;left:1.28125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2VJ5oLtK7vW1EHCL8WCWfqfg6Jk8nH { top:28.125rem;left:4.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWTBvGqvXDm719rhOf00MTsrV9ugRePi { top:28.8125rem;left:6.59375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klcb8oD5kd3GQWP9Pyd6NO23pihrD0Lr { top:28rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1BvVz2gnABzTlVtfXNMgPrrCWriLk9O { top:28.8125rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXiT5WrddxHECcqh6BLTaZlbOGTFmZlV { top:28.125rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4K0BqTHkTHFkp0gKQ1XVzSrepyO8hC5 { top:28.125rem;left:15.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8TXVivWvTqv28QMdpfV2JNPbQnivAx8 { top:28.125rem;left:21.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t45cTUZmruJ3tPsrDLu8a7k9oU1TDwsr { top:28.8125rem;left:12.59375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU8c0VbUBBwWgRRp20UmSQhIFFJQizrH { top:28.8125rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0dOAnwcHmiQFcvQvfP3I6QVkLA4uKf3 { top:28.8125rem;left:17.90625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed2lS0wTazIuhZBCGoGJQ5d29ooulIOF { top:28rem;left:33.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2wvOqQlFQNGMImSvVlkTKFu3FHRp6bG { top:28.125rem;left:28.09375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaAnk3CMCecnuilwJu9nq0fsLXvosQw3 { top:28.8125rem;left:30.28125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCirkPVJg3K6gbngIkR5ntTk5hVTMtpI { top:28.8125rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpEktshWiW0ITgO5Jo27A5ysDlqAGTM4 { top:28.8125rem;left:24.96875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WosAJLRRIaeuo6Ne3IsXvVf6TIr0PQyR { top:28.125rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzH9bcVEuv2LEClf0GQrTgpUwqdTZgZ7 { top:28rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZilnbvAszrA81NkXk3QvTFehksKUhxHX { top:28.125rem;left:40.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTbRyghFvwbQdT1JZho1FBrt6Qdkfrw1 { top:28.125rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQdSBpMElgqII6rwNGMrchgBAc1Dxxkf { top:28.75rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wruTJtWniomTpdS4Ac2UGXKuTNGF3EOn { top:28.8125rem;left:35.8125rem;width:3.4375rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDCX0DQMpmuEsT3plbFXvFN3NJX2AOT9 { top:28.8125rem;left:42.71875rem;width:3.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbCvNzbdmTs4foDcQfAq9mTy6THTmOOx { width:47.75rem;height:2.625rem;top:32.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WseE9AWm0igAgLydyIZ655T0WfTFS7zW { top:51.5625rem;left:0rem;width:18.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTm1FtZlAhU3i9rORp22pT29P9tenfnq { top:52.1875rem;left:1.09375rem;width:10.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkc0NriWXU25PrIczwTxtEqHIGPJFPAM { top:54.0625rem;left:2.28125rem;width:7.375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve71N92EXGCT4cov4mNp9NMxKruMiZtr { top:57.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqu2KRlQ77vehxH5rbAB2QyBu83RwkaQ { top:57.4375rem;left:4.15625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzM5CPoU8ituZg0XJe8tRoT1Q9yxaHFB { top:58.0625rem;left:1.03125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0oRqE5hF3R4gGgsa96O9AHeQBrHcpIK { top:58.0625rem;left:6.34375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw1Ro3h2c7rJmWbGlnRFUG2zPTX1sU4Z { top:57.3125rem;left:9.71875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAilwvEf8tw0T5MQXiiRgDl17hzStQDX { top:58.0625rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCSCtC194WlnKpLUR65bkghVvAwTbnJH { top:51.625rem;left:5.6875rem;width:18.1875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Us5wiwETkES7a618KsEqoqU3f989TV { top:58.125rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzgpUAucaTQ3dggRX1eIKJyp5CyUEunA { top:57.375rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlamBky70FdyiIxcRtmTysPVl1dq27Pc { top:58.125rem;left:18.78125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlCycFIdzfmy0zxgg5hy1HipgRtg9Ukc { top:57.5rem;left:16.90625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OygTmkzcTPn7QvJigJALkLlboqXsD79W { top:58.125rem;left:12.90625rem;width:2.625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6O0ERn6eviyPvss4Q3er0XgyizJlNCA { top:54.125rem;left:15.09375rem;width:7.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8xqpJp75GSHcflMZExRmX11dtVitp3T { top:57.5rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLWy3xdZTrrLMoqerthtAxpmyDuLClJZ { top:52.25rem;left:11.375rem;width:12.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8T3KIbD9c5TZKseJuicdt6y85meXU7 { top:51.6875rem;left:17.5625rem;width:18.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVOm7ayxLSv6RzS9VTygbTXJ3Fmwtvms { top:51.9375rem;left:23.3125rem;width:12.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMemeDMhP3EdsIqckE5c2iH3I8RdlaRk { top:53.8125rem;left:26.15625rem;width:7.375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLshQPcLbVsuWw3VsNsraBQEah7zE3Na { top:57.1875rem;left:28.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFCqgT6B8VG6B8tX5PcLDq9VHPVoXgZO { top:57.1875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApFBK5D3OKuiRlDVzCyGPAZBphwOGTNN { top:57.8125rem;left:30.59375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmRVy1E2oSz292HLTONliwvOKwlwUB4r { top:57.8125rem;left:24.71875rem;width:2.375rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9qpInrle9QT3LOvpBUI24RZscICP2t8 { top:57.0625rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faemNggBrNND6HamzVwau64qPycgR8ic { top:57.8125rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA2I11kR5EHpNSABu9KW3NkPqT6UlofE { top:51.625rem;left:29.5rem;width:18.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCHhBf8f2EGqJCMoBmeX0glGBy9SUtSV { top:51.875rem;left:30rem;width:17.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1LbghAi9SqTtq3EFqWD0nCRz4RoeMOX { top:57.125rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPQN4Fq2fJafE9VeVNeVkyqOX7K1zZdK { top:53.75rem;left:37.90625rem;width:7.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZXHX6DfLu2npZlfu8NvZLs2qk9J33Bn { top:57.75rem;left:35.8125rem;width:3.375rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7ZiKM9JCuXnSnbrNvgAxVOa0EBQDRT { top:57.125rem;left:39.96875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9BWpgbT9Tx1Lz88ATnA06uls7nJRgFU { top:57.75rem;left:42.46875rem;width:3.4375rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxlhGxoluGVo08oaRVwAqI7Zz09dsDnn { top:57rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTxs0D0AowfMu1tdfZ229OPAwu48V4GZ { top:57.75rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMJeFbTzZmvppP3nbV20Ps3fXuwe9hhh { width:26.8125rem;height:5.3125rem;top:0.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucSiTAAcxAbcZvlkIl0bMudkAKeJ6xPV { top:6.4375rem;left:0rem;width:18.4375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn0Nkac6RohyuxHEwR2emr1uTLJUnfgQ { top:36.125rem;left:29.4375rem;width:18.3125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9gtpgBr5ylDvE3bC7BRTbzgrsIr2ava { top:36.1875rem;left:17.5rem;width:18.3125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrbBDs0IE4ZAU1Mv0MOVUoFraiZ1R3de { top:36.1875rem;left:5.6875rem;width:18.1875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJIJU5RJ5tTF53UQLGNQekmPCHuoy2Ba { top:36.3125rem;left:0rem;width:18.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVcTpTBU7yRVb6vPD9OiGEbCTE1CkQ2g { width:23.125rem;height:3.8125rem;top:62rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEByvurgTC5sVzkzcTMdR5RE0NRsVeJn { display:block; }
 }@media only screen and (max-width: 763px) { #Manz3rv6JcuKGOln6asGOVWnprkipoNr { width:19.5625rem;height:3.125rem;top:28.75rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfwmZsfMUPOaNMSLhW6CGcvHnDLnhgCf { display:block; }
 }@media only screen and (max-width: 763px) { #U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV { display:block; }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhNLcQxgQSDblZTSmriU3UGoJVqmWtM8 { top:19.375rem;left:0.40625rem;width:10.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFllee278cqNHaSiOubLi09EH8qBSboo { top:19.375rem;left:6.625rem;width:17.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQP17JBlwiQhW4QoGEZDtQib5zCspND8 { top:19.375rem;left:23.875rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxarBWxCPTqdMlHcPFZl8u9BwnS7SyDw { top:21.4375rem;left:3.40625rem;width:4.8125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll5pTL0DnfDTNZBTkaUT5fNHLzK5amDZ { top:21.4375rem;left:14.21875rem;width:6.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL3odXylu83eUDTQQntfsoNwwMSG2g2g { top:21.4375rem;left:25.84375rem;width:7.25rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0kTpxIssC0UDCFaOx1hKlWHEnlbKLZ1 { top:25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQlJb833KNfHSCoXGFEBhIhBtZ2fNo0i { top:25.6875rem;left:0.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq49c1h1X9CI1rrUFJd7VwwXB2dlnJGv { top:25rem;left:4.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftTV7y0kh5dIDPwn4ukiE8o8JhWy9Tmz { top:25.625rem;left:6.40625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvZPxISWzrs5FwM1LSlszNZE8ZaZ7PEW { top:25.0625rem;left:9.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqqLvULp43O6TPO9ObvWtgXIH3PTZnFD { top:25.8125rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MisWsWWq84TyFBWpLXUOEE9X3IzZLF5T { top:25rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBIAECBdu9r4kGmLIoTx1IZRQ3JwCVa { top:25rem;left:15.96875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ1TQo2iOiA6rq3QHBUw29BgrQRDxSSs { top:25.0625rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kps4OPXzNT2hTVqTqX8RauTuVbM4Cuq2 { top:25.6875rem;left:11.9375rem;width:2.8125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFTmzt3huQi5c3B06i72Wr5Js0BydAF { top:25.8125rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLn6VIJKSmWgeHpndBN05JT3vMcUHEK { top:25.625rem;left:18.15625rem;width:3.125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2MC1A5vRx6PoWi7AeCF8HuTfLQte6Qq { top:25.0625rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHFmKPqXaRBASMwHq3sJRahprHvWDTih { top:25rem;left:27.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNc3ERxbu7arn15TgLDTfb2Xt2sTdZHb { top:25rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPyFz9ZvoVy0ihDKeJ8RUZxiarUlN0x8 { top:25.8125rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzBwsh2Sx8vI94x0yNNgR5MHKipJ1a4R { top:25.6875rem;left:23.875rem;width:3.125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCB4RPZVnGAXGRNcw6IdhVseplWLDuf { top:25.625rem;left:29.90625rem;width:3.75rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4zBuTXsCvr7DQVTUmxqIHUeklsFlzdr { top:21.4375rem;left:37.46875rem;width:9.4375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acvcig08k2NiKAWHRTbG4N6kR7RuNyW1 { top:19.375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8EdpTnSdWxcowTXxiBuu4OXi7utUiou { top:25.0625rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmDg6Z31MHGltldCOZsGgm9shxtXomMM { top:25.75rem;left:36.03125rem;width:3.8125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4IITVAQyHvqtCIUNTVdpfvxqBMe2SwS { top:25.0625rem;left:40.96875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMwA1xJJ1qZq8WfTGypP0ZmMhaqloAe { top:25.6875rem;left:43.15625rem;width:3.75rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbtcOkmuQfxVTwcAegpoOsC6uViU2XqZ { top:24.5rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG0AQJHXgkevEp7GIdtsQF0orsc0PbJV { top:25.125rem;left:46.0625rem;width:1.6875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB8d1Qo2VQ6uSdu6oNRgR39Mu3R08K0K { width:19.5625rem;height:3.125rem;top:28.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3aRnkeKNGT4WheUhPrzk50pagBVuAoU { display:block; }
 }@media only screen and (max-width: 763px) { #VxsKxTTqR8mNF8Bg9GTv3H2yV7iQcRoD { top:19rem;left:0rem;width:18.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8otSxboIKXxGCr7VKAGCJqaS70bozN0 { top:19rem;left:5.625rem;width:18.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ruT7Ux29ifr0UVrUvv9ySzz9ppDPk8 { top:19.0625rem;left:17.5625rem;width:18.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrFBcOnV4xDOR5RZfJeSzET2d1Sz1Tng { top:19.125rem;left:29.5rem;width:18.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Bn743BBDqMhSi6WmpVcJWVnQLQLLhK { top:3.5625rem;left:5.4375rem;width:18.4375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8F5ZptfUQS2EVdkQwoVWEPN1eQrrqkr { top:3.5rem;left:17.5rem;width:18.3125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWAsvDrfuaLEco9uXzpVSZfUKpV1QGlC { top:3.625rem;left:29.5rem;width:18.25rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0i3kskGTaTDaupEImPUBHs0FDOvLFSg { top:3.5625rem;left:0rem;width:18.4375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQB1mIyLKuhTPTt4Z9QPgMy33t1h9nP { width:47.75rem;height:2.625rem;top:0.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 { display:block; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnK7qv0Ac0oVzcShDX4UrG5c4cxAVC10 { width:16.25rem;height:25.9375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE9Tyc2pcxiGBr4O5S4IAwHSu0baGDpW { width:13.125rem;height:2.875rem;top:16.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luK3pkvpyftkpL8W0ntMzQohm9wbqSS8 { width:13.4375rem;height:7.9375rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4RciGp5uB2MudK4qC8eykR3XqQzTW05 { width:16.25rem;height:26.875rem;top:4.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTqfVUkGaqepiLqJRcgPhEaEG24dh72 { width:14.6875rem;height:8.375rem;top:20.625rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVGiftk5MTHXhy1dxgJcebAhXSAg0wgS { width:13.75rem;height:2.875rem;top:16.9375rem;left:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwwb4ZfpdKAEdbC5aSQerstGo0AUBJM { width:16.25rem;height:26.875rem;top:4.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7mrbcBmcQETrSVZya1BWeOETb3sSvfR { width:13.4375rem;height:5.5625rem;top:20.625rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfSlRzry3bShMd57O20U2DlAMpHK2FSW { width:3.125rem;height:3.125rem;top:6.375rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkrGN9Apxev0E91MSSNHgTEBlrt1lzG { width:16.25rem;height:26.6875rem;top:4.5625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q64nyLrnvZ8Q0Lgm8idwNriuEUZfg7oK { width:3.125rem;height:3.125rem;top:6.375rem;left:40.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb9cKmEPpWyNC0Hflk9ngq7rTO6PSNgn { width:47.75rem;height:3.625rem;top:0.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNFECD5F7dCriG964d3NfV7Lp2RTHgP1 { width:16.25rem;height:27.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk1XLGTDbg8I1wD2cNFtE7RdEwpPd7gS { top:4.5625rem;left:0rem;width:16.4375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r02nAbQf9EIJaM2qNDkDLrAd8ObmnKTg { top:4.5625rem;left:7.4375rem;width:16.4375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaqiSFGftxVQVfuwlpFO2vPUecvhgCin { top:4.6875rem;left:31.3125rem;width:16.4375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoFARdf045HropW0t33T3AJFoqU6ovGM { top:4.5625rem;left:19.375rem;width:16.4375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E11HNu2RsSxpdB7Zy307Gy6hp1tFS4wm { width:13.125rem;height:1.625rem;top:16.9375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6OrKDafwJ3TJ8U5I6I37FgMH2BbWcS { width:14.5rem;height:5.5625rem;top:20.625rem;left:21.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXsUQWTm97I9HiTuGskxzP1hAJ0sWqb7 { width:13.75rem;height:3.25rem;top:16.9375rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH { display:block; }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6efw4PwEwBeITWo7aZFoxxSKwA5o28n { width:47.75rem;height:3.625rem;top:1.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwBPZdpRGdf0e4ZGEdfi15mww9TOrmMg { width:20.5rem;height:13.8125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahzzgfO3TIyQvzSXepG0Wav4PGXTIWLF { width:20.5rem;height:13.8125rem;top:6.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyhINwBxCXeCkk2fllQUrS2QFwtayZU3 { top:39.3125rem;left:0rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlTkVOGGT5LSc3Urx96IUhAEzkkWaTm { top:39.8125rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXyq82p7h3cLK16X7Qnfb92pwv1oFqen { top:21rem;left:14.75rem;width:20.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vADaPSko5eiwnH8WERGOeSUJgxpdBlWv { top:20.5rem;left:14.8125rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5cRLgBTk0rzgr35EucRDCDlR8b45zeS { top:21rem;left:27.1875rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3zUtTe3uh9I5RchQiagMXxyLhni42L9 { top:20.75rem;left:27.25rem;width:20.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhkTJCn54L91vgPBkJcI3hDFJ3GO40Kz { top:39.8125rem;left:14.8125rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQgfe0anZmOnZ4wibuEnduSHAAiuqfpl { top:39.3125rem;left:14.9375rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0MI1OTu4iIclevg8agbTTqqpgsfNB6 { top:39.625rem;left:27.3125rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eufZSEysPFtQK5rahAamCZQgT16TEZgn { top:39.125rem;left:27.25rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElWifWgRhMPA1aSHDEA5fR4CTQ1GkBH4 { top:20.9375rem;left:0rem;width:20.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSt4ihzzN4vofkpMcZ0072qhbaCBHKUT { top:20.5rem;left:0rem;width:20.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8eAkJyN855buIUZLe92G3rfT7pfSAs { width:20.5rem;height:16.3125rem;top:6.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCUp5avxbwh4SrLtLXMCE6TvECv5lLyQ { width:20.5rem;height:16.25rem;top:25.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6nveQhc3fSwHX4WaK6oZLr48yf0GZLL { width:20.5rem;height:13.6875rem;top:25.5625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMobaiIgysQWs0KTVaPr8TrTkw1kV6z8 { width:20.75rem;height:16.3125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awiFwHXiuJBLc1cptOfRKTFfGvykUK8K { width:47.75rem;height:0;top:3.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE05dzagyO8kekGHSgrQpM6S0Ab1tL9A { width:23.125rem;height:3.8125rem;top:43.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLJQsSPsT9iNahanPsgkqDOi8VzHkXw9 { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:4.9375rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:9.3125rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:14rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:17.4375rem;left:0rem;width:15.375rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { top:4.9375rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:9.3125rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:14rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:17.4375rem;left:7.5rem;width:16.375rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { top:4.9375rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:9.3125rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:14rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:17.4375rem;left:21.4375rem;width:14.375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { top:4.9375rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:9.3125rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:14rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:17.4375rem;left:33.125rem;width:14.625rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { top:4.25rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { top:5.75rem;left:37.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { top:5.75rem;left:21.8125rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { top:5.6875rem;left:5.5rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:10.75rem;left:28.3125rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { top:10.75rem;left:12.4375rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { top:10.6875rem;left:0rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:13.5rem;left:33.125rem;width:14.5rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { top:12.9375rem;left:14.5rem;width:17.25rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { top:12.9375rem;left:0rem;width:17.125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { top:4.25rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { top:0rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { top:4.1875rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:7.5625rem;left:0rem;width:28.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { top:0.75rem;left:0rem;width:12.375rem;height:8.5195854879319rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { top:6rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { top:4.4375rem;left:32.25rem;width:6.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { top:6.5rem;left:31.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8ac8ngGhZ9Rp18o19aTBzHCNG6Rqsqc { top:1rem;left:9.8602447509762rem;width:34.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e2f4acc-76da-4646-995b-6fdf30f7ef47/5AP02921download.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k.adaptive-delivery-prevent-bg, #Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k.lazyload, #Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k.lazyloading { background-image: none; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container { background-color: transparent; background-image: none; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,51,67,0.77); }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container > .video-iframe-container { display: none; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,51,67,0.77); }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row > .video-iframe-container { display: none; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .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); }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container { border-width: 0; border-radius: 0; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts8BWTAnabREiAD4zw8PBhMFMBMDfx4k > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eaa6Kn1RlCPfh2GPhvKsJavm6ekAf5Ix { width:10.684875rem;height:7.309875rem;top:0rem;left:4.6562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTQvPEK3OrADIHuTUecPxl4RQQrDTue { width:19.4375rem;height:4.328125rem;top:7.30859375rem;left:0.28125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDzeTfRX7uonQyyk5fnsGTsOSH6iHLiS { width:2.8125rem;height:2.65625rem;top:20.6875rem;left:14.125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZbW0D7TzvzfKlHQ9kRE2LIW2VdcRwu { width:4.9375rem;height:1.54375rem;top:11.387499809265rem;left:0.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcVaglnqSzCd1kNZJvE144aW60xDc3kf { width:4.9375rem;height:1.70625rem;top:11.306640625rem;left:0.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgMXIdCCGA9EG1L7Vln6z4C9E3dVaok3 { width:18.186875rem;height:3.65625rem;top:36.75rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWyAAWBWOBU8atcNm3xoqpdskfcLbCQP { width:19.3125rem;height:22.8125rem;top:35.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi26sMc4vz9VOEgmunaoUSU8LqNatvQp { width:20rem;height:5.3125rem;top:6.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NasoaPIa9aBxa3E9o9hXuvG2SGTN1Zy8 { width:8.5rem;height:0;top:16.0625rem;left:4rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NewHG2sNxIyVhsfBo7yLVdlUHAkBkuZl { width:7.9375rem;height:3.50390625rem;top:14.875rem;left:11.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1SxPaIc6gFiOOAEx1eVzsrsRDFqXIOr { width:5.375rem;height:0.59375rem;top:24.875rem;left:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKqwDU9sc1pg0a7yyE9nEcT3CxLqMn2 { width:4.75rem;height:4.19791875rem;top:29.588542938233rem;left:7.6250002980231rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EynPgJvDzWmh9AtTcG5zxdCtl2o986tX { width:4.6875rem;height:2.25rem;top:29.6875rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7VtoeTycrRh55OBE0UlvAThLAKamOld { width:6.1875rem;height:4.19791875rem;top:29.6875rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGwJ1Mt9Oh1ccEBkKkMGJTfPK0OclMU4 { width:0.123698125rem;height:4.24739375rem;top:29.6875rem;left:13rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GILsNPatCNAMm334uIJbXDp9EHUo7pnu { width:0.123698125rem;height:4.2487rem;top:29.6875rem;left:6.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #XTBVLAV0TROFhCvbSem2C9XArbQIkP56 { width:8.625rem;height:3.50390625rem;top:14.875rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rArgD4DWTzFcKT2synlhGosvaPL15KVu { width:4.5625rem;height:2.65625rem;top:20.6875rem;left:1.25rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRu8lyoz8mvbVfk43fOcvmXDrTLsQuJn { width:3.8125rem;height:0.59375rem;top:24.875rem;left:14.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owBxuCRfEclVhP4wNpGePIlHHAmPsJGQ { width:19.875rem;height:5.625rem;top:28.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxcev0f0iM4dd0EchENhDur0dPiCwE7T { width:0.1875rem;height:11.875rem;top:14.875rem;left:10.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt  { width:16.875rem;height:auto;top:40rem;left:0.3125rem; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt {display:block;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt { width:16.875rem;height:auto;top:40rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #rWMz0mh9mh84pRfL4i5TwBuP1SU7eyU0 {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #CWbVoIHmqXL4BGJvcsvwqnfnbT02h2hT { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #KQmFhgcL56NCkN5VitgBIyqJGtPEK7tT {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #DO45hUqor8ziTDBP2AzSk5TVsZxxez20 {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #l7awpAmCr3I0kUymbCX97ExWubIzvrBk { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #AfwwAKQUbeOwvK4WDvRANyECOa4LR8JW {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #zVB5hmqcbl4SBuJDWch2f2iIvldoO5vT {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #sGqF6vFWuwS74zwZaxz3rSf3wCzGoelJ { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #lgHVVr2leiXBCUhaXyQgciqRpq3qxynI {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #MqSTqvWCuKIzsSyyUKdJokBJgfS3DxBr {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #vaz52P59laBPOvfX3EfDtzCZoAwwoEHR { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #f5K5ixKSTP1Rf1wLfqenyUQLkudNL73T {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ysH0LcIJKLNngK7RPQIBuHDyFlEwINzf {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ON2TCaqSZ6szOfJkpzzigu8pUeswrew9 {  }
 }@media only screen and (max-width: 763px) { #HSNXNqUXuQDp23xbizGxxzMKyOQXXnum { display:block; }#HSNXNqUXuQDp23xbizGxxzMKyOQXXnum > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGHq6ywZ5lluTxupeAfT9oir0tQ4MhEa { width:20rem;height:20rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #thdOIdv1K2RPw3Zft6Q7sl6JXoNdAJDQ { width:18.0625rem;height:0;top:22.125rem;left:0.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #mqligtVReTBiKWyLtfVIJIQ4QG00yDe7 { width:17.5625rem;height:13.40625rem;top:33.234377384186rem;left:0.90625005960463rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xIeg1tNH6B9uM7r8M8hHorNim33MJxQ2 { width:18.9375rem;height:4.2734375rem;top:21.061198234558rem;left:0.8125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1e5FRK8mxzlrD6HhK6I8FL887dbtspn { width:18.75rem;height:0.4375rem;top:26.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRow18IwyVnat23W5FRLX6bhFDZHs83 { width:18.75rem;height:0.25rem;top:26.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfXudTkcJ3GCbcZ1HNSCM2csqyCIDh96 { width:18.75rem;height:4.796875rem;top:27.1875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RacdHnxbMNiA138iSx7zq2adCloAPEEP { width:14.3073125rem;height:2.87109375rem;top:50.437501907349rem;left:2.8450520634651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AragOuQ4PKuVMoCUNK9Xf8IegTOKilco { display:block; }
 }@media only screen and (max-width: 763px) { #w9L8OgJLzcioCXc6P9p5wqcRaMs7UO9L { width:13.3125rem;height:1.03125rem;top:47.625002384186rem;left:0.90625005960463rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxp1QGGfDUt9hJlui144mW1FfbKsx2H { display:block; }#TJxp1QGGfDUt9hJlui144mW1FfbKsx2H > .row .container { width:20rem;height:217.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptZA8BQcSUwJrP6mukpemSVtqB9kmzNQ { width:18.1875rem;height:7.875rem;top:21.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcRlcdgeT8BUAJLSwGT6oNoXh9x8ocN4 { width:8.8743125rem;height:1.34895625rem;top:22.125rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y8Vp7grW3ICE7XyFCZ5prGlMIG1sdfOT { width:18.25rem;height:15.6875rem;top:30.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUkscd17kRVhTgZmes94iVhmJZi3cUi { width:18.1875rem;height:7.875rem;top:46.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUmqOTHk83Ihhgviw2MAEl4402CEIJMo { width:11.6868125rem;height:1.34895625rem;top:46.875rem;left:4rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y1FvAtITFhh9atX5oiBTRa2E4MGkusou { width:18.25rem;height:15.4375rem;top:55.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCL8lUHs0E7u8tg81fOlmLntprBHMwTJ { width:18.1875rem;height:7.875rem;top:71.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMsDK99V9w5WmzuhprBq2y6FkVPUsTsa { width:11.6868125rem;height:1.34895625rem;top:71.8125rem;left:4rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v1mz0FOZ8wxuW2hMXXIhDzhNT8QPxG7r { width:18.0625rem;height:15rem;top:80.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViVJHlSh9x4LHTteBT0QIILPKwLQGVb6 { width:18.1875rem;height:7.9375rem;top:95.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqvdRRgX2TEgWkBseaMMv9zOfb5XSEqE { width:11.6868125rem;height:1.34895625rem;top:96.25rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oQ31HFfunFLMr5EdKE5igpWN7bW6TGoK { width:4.625rem;height:2.25rem;top:23.8125rem;left:7.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VfUqgfdbyyprCo1o8SZFkRi7gF8rbNGg { width:4.875rem;height:2.25rem;top:48.625rem;left:7.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U0gNt2TUlqBZ3zCmCdxw73grgXI5Oe9v { width:5.25rem;height:2.25rem;top:73.5rem;left:7.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ca5wLCUPSTtlLFySxwhKZoecyFxMb8TT { width:7.4375rem;height:2.25rem;top:98.0625rem;left:6.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hPAS4q04mBxsTX75SNOTctIisvn8QPI5 { display:flex;width:2.1875rem;height:2.1875rem;top:27.0625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #ITv5qlmoLEcWzs76Lvp6E7eGeQqs8CAU { width:1.875rem;height:1.125rem;top:27.75rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2VJ5oLtK7vW1EHCL8WCWfqfg6Jk8nH { display:flex;width:2.1875rem;height:2.1875rem;top:27.0625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #LWTBvGqvXDm719rhOf00MTsrV9ugRePi { width:1.875rem;height:1.125rem;top:27.6875rem;left:11.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #klcb8oD5kd3GQWP9Pyd6NO23pihrD0Lr { display:flex;width:2.1875rem;height:2.1875rem;top:26.9375rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #r1BvVz2gnABzTlVtfXNMgPrrCWriLk9O { width:1.875rem;height:1.125rem;top:27.6875rem;left:16.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hXiT5WrddxHECcqh6BLTaZlbOGTFmZlV { display:flex;width:2.1875rem;height:2.1875rem;top:51.5625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #c4K0BqTHkTHFkp0gKQ1XVzSrepyO8hC5 { display:flex;width:2.1875rem;height:2.1875rem;top:51.5625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #d8TXVivWvTqv28QMdpfV2JNPbQnivAx8 { display:flex;width:2.1875rem;height:2.1875rem;top:51.4375rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #t45cTUZmruJ3tPsrDLu8a7k9oU1TDwsr { width:1.875rem;height:1.125rem;top:52.3125rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TU8c0VbUBBwWgRRp20UmSQhIFFJQizrH { width:1.875rem;height:1.125rem;top:52.3125rem;left:16.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A0dOAnwcHmiQFcvQvfP3I6QVkLA4uKf3 { width:1.875rem;height:1.125rem;top:52.3125rem;left:11.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ed2lS0wTazIuhZBCGoGJQ5d29ooulIOF { display:flex;width:2.1875rem;height:2.1875rem;top:76.5625rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #b2wvOqQlFQNGMImSvVlkTKFu3FHRp6bG { display:flex;width:2.1875rem;height:2.1875rem;top:76.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #oaAnk3CMCecnuilwJu9nq0fsLXvosQw3 { width:1.875rem;height:1.125rem;top:77.375rem;left:11.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oCirkPVJg3K6gbngIkR5ntTk5hVTMtpI { width:1.875rem;height:1.125rem;top:77.375rem;left:16.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vpEktshWiW0ITgO5Jo27A5ysDlqAGTM4 { width:1.875rem;height:1.125rem;top:77.375rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WosAJLRRIaeuo6Ne3IsXvVf6TIr0PQyR { display:flex;width:2.1875rem;height:2.1875rem;top:76.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #NzH9bcVEuv2LEClf0GQrTgpUwqdTZgZ7 { display:flex;width:2.1875rem;height:2.1875rem;top:101.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #ZilnbvAszrA81NkXk3QvTFehksKUhxHX { display:flex;width:2.1875rem;height:2.1875rem;top:101.25rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #iTbRyghFvwbQdT1JZho1FBrt6Qdkfrw1 { display:flex;width:2.1875rem;height:2.1875rem;top:101.25rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #gQdSBpMElgqII6rwNGMrchgBAc1Dxxkf { width:1.875rem;height:1.125rem;top:101.9375rem;left:17.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wruTJtWniomTpdS4Ac2UGXKuTNGF3EOn { width:3.3125rem;height:1.125rem;top:101.9375rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zDCX0DQMpmuEsT3plbFXvFN3NJX2AOT9 { width:3.5625rem;height:1.125rem;top:101.9375rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qbCvNzbdmTs4foDcQfAq9mTy6THTmOOx { width:18.997375rem;height:2.11198125rem;top:109.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WseE9AWm0igAgLydyIZ655T0WfTFS7zW { width:18.4375rem;height:7.8125rem;top:128.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTm1FtZlAhU3i9rORp22pT29P9tenfnq { width:9.375rem;height:1.34895625rem;top:128.8125rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wkc0NriWXU25PrIczwTxtEqHIGPJFPAM { width:6.5625rem;height:2.25rem;top:130.625rem;left:6.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ve71N92EXGCT4cov4mNp9NMxKruMiZtr { display:flex;width:2.25rem;height:2.25rem;top:133.625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #Cqu2KRlQ77vehxH5rbAB2QyBu83RwkaQ { display:flex;width:2.25rem;height:2.25rem;top:133.625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #MzM5CPoU8ituZg0XJe8tRoT1Q9yxaHFB { width:1.875rem;height:1.125rem;top:134.3125rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q0oRqE5hF3R4gGgsa96O9AHeQBrHcpIK { width:1.875rem;height:1.125rem;top:134.25rem;left:10.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Rw1Ro3h2c7rJmWbGlnRFUG2zPTX1sU4Z { display:flex;width:2.1875rem;height:2.1875rem;top:133.625rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #nAilwvEf8tw0T5MQXiiRgDl17hzStQDX { width:1.875rem;height:1.125rem;top:134.375rem;left:16.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PCSCtC194WlnKpLUR65bkghVvAwTbnJH { width:18.1875rem;height:7.8125rem;top:152.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Us5wiwETkES7a618KsEqoqU3f989TV { width:1.875rem;height:1.125rem;top:159.0625rem;left:16.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kzgpUAucaTQ3dggRX1eIKJyp5CyUEunA { display:flex;width:2.1875rem;height:2.1875rem;top:158.3125rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #qlamBky70FdyiIxcRtmTysPVl1dq27Pc { width:1.875rem;height:1.125rem;top:158.9375rem;left:11.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xlCycFIdzfmy0zxgg5hy1HipgRtg9Ukc { display:flex;width:2.25rem;height:2.25rem;top:158.3125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #OygTmkzcTPn7QvJigJALkLlboqXsD79W { width:2.4375rem;height:1.125rem;top:159rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S6O0ERn6eviyPvss4Q3er0XgyizJlNCA { width:6.5rem;height:2.25rem;top:155.25rem;left:7.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I8xqpJp75GSHcflMZExRmX11dtVitp3T { display:flex;width:2.25rem;height:2.25rem;top:158.3125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #tLWy3xdZTrrLMoqerthtAxpmyDuLClJZ { width:11.436625rem;height:1.34895625rem;top:153.4375rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TT8T3KIbD9c5TZKseJuicdt6y85meXU7 { width:18.3125rem;height:7.8125rem;top:178.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVOm7ayxLSv6RzS9VTygbTXJ3Fmwtvms { width:7.6875rem;height:1.34895625rem;top:178.5rem;left:6.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nMemeDMhP3EdsIqckE5c2iH3I8RdlaRk { width:7.1875rem;height:2.25rem;top:180.3125rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fLshQPcLbVsuWw3VsNsraBQEah7zE3Na { display:flex;width:2.25rem;height:2.25rem;top:183.5625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #TFCqgT6B8VG6B8tX5PcLDq9VHPVoXgZO { display:flex;width:2.25rem;height:2.25rem;top:183.5625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #ApFBK5D3OKuiRlDVzCyGPAZBphwOGTNN { width:1.875rem;height:1.125rem;top:184.1875rem;left:11.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LmRVy1E2oSz292HLTONliwvOKwlwUB4r { width:2.1875rem;height:1.125rem;top:184.25rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w9qpInrle9QT3LOvpBUI24RZscICP2t8 { display:flex;width:2.1875rem;height:2.1875rem;top:183.5625rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #faemNggBrNND6HamzVwau64qPycgR8ic { width:1.875rem;height:1.125rem;top:184.3125rem;left:16.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AA2I11kR5EHpNSABu9KW3NkPqT6UlofE { width:18.1875rem;height:7.8125rem;top:203.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCHhBf8f2EGqJCMoBmeX0glGBy9SUtSV { width:17.7485rem;height:1.34895625rem;top:203.6875rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q1LbghAi9SqTtq3EFqWD0nCRz4RoeMOX { display:flex;width:2.25rem;height:2.25rem;top:208.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #aPQN4Fq2fJafE9VeVNeVkyqOX7K1zZdK { width:7.625rem;height:2.25rem;top:205.375rem;left:7.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EZXHX6DfLu2npZlfu8NvZLs2qk9J33Bn { width:3.25rem;height:1.125rem;top:209.4375rem;left:3.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7ZiKM9JCuXnSnbrNvgAxVOa0EBQDRT { display:flex;width:2.1875rem;height:2.1875rem;top:208.75rem;left:8.4375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #w9BWpgbT9Tx1Lz88ATnA06uls7nJRgFU { width:3.5rem;height:1.125rem;top:209.375rem;left:10.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dxlhGxoluGVo08oaRVwAqI7Zz09dsDnn { display:flex;width:2.1875rem;height:2.1875rem;top:208.75rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #gTxs0D0AowfMu1tdfZ229OPAwu48V4GZ { width:1.875rem;height:1.125rem;top:209.5rem;left:17.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vMJeFbTzZmvppP3nbV20Ps3fXuwe9hhh { width:20rem;height:4.22395625rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucSiTAAcxAbcZvlkIl0bMudkAKeJ6xPV { width:18.1875rem;height:15.625rem;top:5.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn0Nkac6RohyuxHEwR2emr1uTLJUnfgQ { width:18.3125rem;height:15.6875rem;top:187.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9gtpgBr5ylDvE3bC7BRTbzgrsIr2ava { width:18.3125rem;height:15.6875rem;top:162.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrbBDs0IE4ZAU1Mv0MOVUoFraiZ1R3de { width:18.1875rem;height:15.3125rem;top:137.5rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wJIJU5RJ5tTF53UQLGNQekmPCHuoy2Ba { width:18.4375rem;height:15.6875rem;top:112.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVcTpTBU7yRVb6vPD9OiGEbCTE1CkQ2g { width:16.25rem;height:2.875rem;top:104.31250762939rem;left:1.8750000596046rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #sEByvurgTC5sVzkzcTMdR5RE0NRsVeJn { display:block; }
 }@media only screen and (max-width: 763px) { #Manz3rv6JcuKGOln6asGOVWnprkipoNr { width:16.25rem;height:2.875rem;top:211.68749237061rem;left:2.0937500596046rem;font-size:1.25rem;background-color:#263343;background-image:none;color:rgba(var(--color-tertiary-0),1);z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IfwmZsfMUPOaNMSLhW6CGcvHnDLnhgCf { display:block; }
 }@media only screen and (max-width: 763px) { #U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV { display:block; }#U4CTVnXNGz8qlksrlvbM9IFdyqK4McNV > .row .container { width:20rem;height:106.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhNLcQxgQSDblZTSmriU3UGoJVqmWtM8 { width:8.8743125rem;height:1.34895625rem;top:19.5625rem;left:5.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zFllee278cqNHaSiOubLi09EH8qBSboo { width:11.6868125rem;height:1.34895625rem;top:44rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kQP17JBlwiQhW4QoGEZDtQib5zCspND8 { width:11.6868125rem;height:1.34895625rem;top:68.6875rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WxarBWxCPTqdMlHcPFZl8u9BwnS7SyDw { width:4.8125rem;height:2.25rem;top:21.1875rem;left:7.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ll5pTL0DnfDTNZBTkaUT5fNHLzK5amDZ { width:6.3125rem;height:2.25rem;top:45.625rem;left:6.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xL3odXylu83eUDTQQntfsoNwwMSG2g2g { width:6.875rem;height:2.25rem;top:70.375rem;left:6.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U0kTpxIssC0UDCFaOx1hKlWHEnlbKLZ1 { display:flex;width:2.1875rem;height:2.1875rem;top:24.0625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #NQlJb833KNfHSCoXGFEBhIhBtZ2fNo0i { width:1.875rem;height:1.125rem;top:24.75rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nq49c1h1X9CI1rrUFJd7VwwXB2dlnJGv { display:flex;width:2.1875rem;height:2.1875rem;top:24.0625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #ftTV7y0kh5dIDPwn4ukiE8o8JhWy9Tmz { width:1.875rem;height:1.125rem;top:24.75rem;left:11.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QvZPxISWzrs5FwM1LSlszNZE8ZaZ7PEW { display:flex;width:2.1875rem;height:2.1875rem;top:24.0625rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #IqqLvULp43O6TPO9ObvWtgXIH3PTZnFD { width:1.875rem;height:1.125rem;top:24.75rem;left:16.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MisWsWWq84TyFBWpLXUOEE9X3IzZLF5T { display:flex;width:2.1875rem;height:2.1875rem;top:48.3125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #ylBIAECBdu9r4kGmLIoTx1IZRQ3JwCVa { display:flex;width:2.1875rem;height:2.1875rem;top:48.3125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #PQ1TQo2iOiA6rq3QHBUw29BgrQRDxSSs { display:flex;width:2.1875rem;height:2.1875rem;top:48.3125rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #kps4OPXzNT2hTVqTqX8RauTuVbM4Cuq2 { width:2.5rem;height:1.125rem;top:49rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lMFTmzt3huQi5c3B06i72Wr5Js0BydAF { width:1.875rem;height:1.125rem;top:49rem;left:16.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vvLn6VIJKSmWgeHpndBN05JT3vMcUHEK { width:2.6875rem;height:1.125rem;top:49rem;left:11.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F2MC1A5vRx6PoWi7AeCF8HuTfLQte6Qq { display:flex;width:2.1875rem;height:2.1875rem;top:73.25rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #MHFmKPqXaRBASMwHq3sJRahprHvWDTih { display:flex;width:2.1875rem;height:2.1875rem;top:73.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #XNc3ERxbu7arn15TgLDTfb2Xt2sTdZHb { display:flex;width:2.1875rem;height:2.1875rem;top:73.25rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #yPyFz9ZvoVy0ihDKeJ8RUZxiarUlN0x8 { width:1.875rem;height:1.125rem;top:74rem;left:16.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JzBwsh2Sx8vI94x0yNNgR5MHKipJ1a4R { width:2.625rem;height:1.125rem;top:73.9375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TuCB4RPZVnGAXGRNcw6IdhVseplWLDuf { width:2.5rem;height:1.125rem;top:73.875rem;left:11.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O4zBuTXsCvr7DQVTUmxqIHUeklsFlzdr { width:8.625rem;height:2.25rem;top:95.4375rem;left:6.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #acvcig08k2NiKAWHRTbG4N6kR7RuNyW1 { width:11.436625rem;height:1.34895625rem;top:93.625rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l8EdpTnSdWxcowTXxiBuu4OXi7utUiou { display:flex;width:2.25rem;height:2.25rem;top:98.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #NmDg6Z31MHGltldCOZsGgm9shxtXomMM { width:3.75rem;height:1.125rem;top:99.5625rem;left:3.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M4IITVAQyHvqtCIUNTVdpfvxqBMe2SwS { display:flex;width:2.25rem;height:2.25rem;top:98.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zSMwA1xJJ1qZq8WfTGypP0ZmMhaqloAe { width:3.375rem;height:1.125rem;top:99.5625rem;left:10.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VbtcOkmuQfxVTwcAegpoOsC6uViU2XqZ { display:flex;width:2.1875rem;height:2.1875rem;top:98.9375rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #fG0AQJHXgkevEp7GIdtsQF0orsc0PbJV { width:1.875rem;height:1.125rem;top:99.6875rem;left:17.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BB8d1Qo2VQ6uSdu6oNRgR39Mu3R08K0K { width:16.25rem;height:2.875rem;top:102.125rem;left:1.8125rem;font-size:1.25rem;background-color:#263343;background-image:none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #W3aRnkeKNGT4WheUhPrzk50pagBVuAoU { display:block; }
 }@media only screen and (max-width: 763px) { #VxsKxTTqR8mNF8Bg9GTv3H2yV7iQcRoD { width:18.1861875rem;height:7.8125rem;top:18.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8otSxboIKXxGCr7VKAGCJqaS70bozN0 { width:18.1875rem;height:7.8125rem;top:43.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ruT7Ux29ifr0UVrUvv9ySzz9ppDPk8 { width:18.1875rem;height:7.8125rem;top:68.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrFBcOnV4xDOR5RZfJeSzET2d1Sz1Tng { width:18.1875rem;height:7.8125rem;top:93.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Bn743BBDqMhSi6WmpVcJWVnQLQLLhK { width:18.3125rem;height:15.6875rem;top:27.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8F5ZptfUQS2EVdkQwoVWEPN1eQrrqkr { width:18.3125rem;height:15.6875rem;top:52.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWAsvDrfuaLEco9uXzpVSZfUKpV1QGlC { width:18.1875rem;height:15.6875rem;top:77.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0i3kskGTaTDaupEImPUBHs0FDOvLFSg { width:18.3125rem;height:15.6875rem;top:3.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQB1mIyLKuhTPTt4Z9QPgMy33t1h9nP { width:18.997375rem;height:2.11198125rem;top:0.62502288818362rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 { display:block; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { width:20rem;height:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnK7qv0Ac0oVzcShDX4UrG5c4cxAVC10 { width:17.25rem;height:24.875rem;top:3.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE9Tyc2pcxiGBr4O5S4IAwHSu0baGDpW { width:13.125rem;height:2.92448125rem;top:15.625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luK3pkvpyftkpL8W0ntMzQohm9wbqSS8 { width:14.25rem;height:7.957rem;top:18.549476623535rem;left:2.8750000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4RciGp5uB2MudK4qC8eykR3XqQzTW05 { width:17.25rem;height:24.625rem;top:29.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTqfVUkGaqepiLqJRcgPhEaEG24dh72 { width:13.125rem;height:8.3984375rem;top:43.773440122604rem;left:3.4375000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVGiftk5MTHXhy1dxgJcebAhXSAg0wgS { width:14.0625rem;height:2.92448125rem;top:40.849609375rem;left:2.96875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIwwb4ZfpdKAEdbC5aSQerstGo0AUBJM { width:17.25rem;height:24.25rem;top:55.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7mrbcBmcQETrSVZya1BWeOETb3sSvfR { width:13.125rem;height:5.60014375rem;top:95.00000190735rem;left:3.4375000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfSlRzry3bShMd57O20U2DlAMpHK2FSW { width:3.125rem;height:3.125rem;top:63.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkrGN9Apxev0E91MSSNHgTEBlrt1lzG { width:17.25rem;height:22.9375rem;top:81.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q64nyLrnvZ8Q0Lgm8idwNriuEUZfg7oK { width:3.125rem;height:3.125rem;top:83.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb9cKmEPpWyNC0Hflk9ngq7rTO6PSNgn { width:20rem;height:2.4375rem;top:0.874568939209rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNFECD5F7dCriG964d3NfV7Lp2RTHgP1 { width:17.1875rem;height:22.125rem;top:81.5625rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pk1XLGTDbg8I1wD2cNFtE7RdEwpPd7gS { width:17.5625rem;height:10.625rem;top:3.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r02nAbQf9EIJaM2qNDkDLrAd8ObmnKTg { width:17.5625rem;height:10.625rem;top:29.6875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaqiSFGftxVQVfuwlpFO2vPUecvhgCin { width:17.5625rem;height:10.625rem;top:81.625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoFARdf045HropW0t33T3AJFoqU6ovGM { width:17.5625rem;height:10.625rem;top:55.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E11HNu2RsSxpdB7Zy307Gy6hp1tFS4wm { width:13.125rem;height:1.29948125rem;top:93.150390625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6OrKDafwJ3TJ8U5I6I37FgMH2BbWcS { width:14.5rem;height:5.60014375rem;top:70.554686307906rem;left:2.7500000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXsUQWTm97I9HiTuGskxzP1hAJ0sWqb7 { width:13.75rem;height:2.5989625rem;top:67.2626953125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH { display:block; }#TWVfHkLpBEgBs6S0rvndcCSv2qCTkDiH > .row .container { width:20rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6efw4PwEwBeITWo7aZFoxxSKwA5o28n { width:20rem;height:1.8684875rem;top:1.0976486206055rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwBPZdpRGdf0e4ZGEdfi15mww9TOrmMg { width:19.0625rem;height:12.6875rem;top:4.3185765147209rem;left:0.49956601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahzzgfO3TIyQvzSXepG0Wav4PGXTIWLF { width:19.125rem;height:11.3125rem;top:19.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyhINwBxCXeCkk2fllQUrS2QFwtayZU3 { width:19.125rem;height:2.5625rem;top:16.5rem;left:0.4375rem;background-color:#263343;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) { #TTlTkVOGGT5LSc3Urx96IUhAEzkkWaTm { width:19.0625rem;height:1.625rem;top:17.06640625rem;left:0.46875005960464rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXyq82p7h3cLK16X7Qnfb92pwv1oFqen { width:18.875rem;height:1.625rem;top:31.375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vADaPSko5eiwnH8WERGOeSUJgxpdBlWv { width:19.0625rem;height:2.5625rem;top:30.8125rem;left:0.4375rem;background-color:#263343;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) { #x5cRLgBTk0rzgr35EucRDCDlR8b45zeS { width:19.125rem;height:1.625rem;top:47.375rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3zUtTe3uh9I5RchQiagMXxyLhni42L9 { width:19.125rem;height:2.5625rem;top:46.9375rem;left:0.4375rem;background-color:#263343;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) { #xhkTJCn54L91vgPBkJcI3hDFJ3GO40Kz { width:18.875rem;height:1.625rem;top:63.375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQgfe0anZmOnZ4wibuEnduSHAAiuqfpl { width:19.125rem;height:2.5625rem;top:62.9375rem;left:0.4375rem;background-color:#263343;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) { #kR0MI1OTu4iIclevg8agbTTqqpgsfNB6 { width:19.0625rem;height:1.625rem;top:79.625rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eufZSEysPFtQK5rahAamCZQgT16TEZgn { width:19.125rem;height:2.5625rem;top:79.0625rem;left:0.4375rem;background-color:#263343;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) { #ElWifWgRhMPA1aSHDEA5fR4CTQ1GkBH4 { width:19rem;height:1.625rem;top:95.5625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSt4ihzzN4vofkpMcZ0072qhbaCBHKUT { width:19.125rem;height:2.5625rem;top:95.125rem;left:0.4375rem;background-color:#263343;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) { #cR8eAkJyN855buIUZLe92G3rfT7pfSAs { width:19.125rem;height:12.75rem;top:34.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCUp5avxbwh4SrLtLXMCE6TvECv5lLyQ { width:19.125rem;height:12.75rem;top:50.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6nveQhc3fSwHX4WaK6oZLr48yf0GZLL { width:19.125rem;height:12.75rem;top:66.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMobaiIgysQWs0KTVaPr8TrTkw1kV6z8 { width:19.125rem;height:12.75rem;top:82.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awiFwHXiuJBLc1cptOfRKTFfGvykUK8K { width:20rem;height:0;top:101.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mE05dzagyO8kekGHSgrQpM6S0Ab1tL9A { width:19rem;height:3.8125rem;top:99.7500038147rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLJQsSPsT9iNahanPsgkqDOi8VzHkXw9 { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { background-color:#263343;background-image:none;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:12.5rem;height:14.3125rem;top:5.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:9.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.29948125rem;top:13.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:15.875rem;height:9.096375rem;top:15.875000476837rem;left:2.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { width:12.5rem;height:14.3125rem;top:26.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.49978125rem;height:4.49978125rem;top:26.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:2.59895625rem;top:31.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:14.5625rem;height:6.497375rem;top:34.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { width:12.5rem;height:14.3125rem;top:41.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:43.0625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:1.29948125rem;top:47.6875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:15.6875rem;height:6.497375rem;top:49.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { width:12.5rem;height:14.3125rem;top:56.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:58.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:1.29948125rem;top:63.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:14.875rem;height:9.096375rem;top:65.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { width:18.75rem;height:15.9375rem;top:43.125rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { width:3.8125rem;height:3.8125rem;top:44.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { width:3.8125rem;height:3.6875rem;top:23.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { width:3.6875rem;height:3.8125rem;top:4.6250001192093rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:19.3125rem;height:1.13725rem;top:49.375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { width:19.3125rem;height:1.13725rem;top:28.5rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { width:19.3125rem;height:1.13725rem;top:9.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.5rem;height:5.68359375rem;top:52.125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { width:14.5rem;height:10.2305rem;top:31.1875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { width:14.5rem;height:9.09375rem;top:12rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { width:18.75rem;height:19.3125rem;top:22.875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { width:18.75rem;height:18.25rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { background-color:#263343;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:17.999125rem;height:6.11979375rem;top:4.9978294372559rem;left:0.99934893846512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { width:7.5rem;height:5.24956875rem;top:0.689022064209rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { width:12.625rem;height:3.671875rem;top:13.319011688233rem;left:4.3164065480232rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { width:6.3748125rem;height:1.4rem;top:11.920574188233rem;left:7.4435768723487rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { width:2.25rem;height:2.25rem;top:13.31901550293rem;left:2.1497395634651rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8ac8ngGhZ9Rp18o19aTBzHCNG6Rqsqc { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }