.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:225,231,233;--color-primary-1:166,184,190;--color-primary-2:106,136,146;--color-primary-3:64,82,88;--color-primary-4:6,57,73;--color-secondary-0:226,237,238;--color-secondary-1:157,194,198;--color-secondary-2:59,133,140;--color-secondary-3:30,67,70;--color-secondary-4:9,20,21;--color-tertiary-0:255,255,255;--color-tertiary-1:250,246,247;--color-tertiary-2:251,247,246;--color-tertiary-3:241,246,248;--color-tertiary-4:0,0,0;--headlines-font-family:"Georgia";--paragraphs-font-family:"lato"; }@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-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { background-color: transparent; background-image: none; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container > .video-iframe-container { display: none; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row > .video-iframe-container { display: none; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .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); }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { border-width: 0; border-radius: 0; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.375rem;width:75rem;position:relative;display:block; }#r7fqP3TVK0Qs53HesZTR2O5wDiUq6UUv { box-sizing:content-box;height:3.4375rem;width:56.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:9.124218940735rem;display:block; }
#wHZwvVCBOLPDug2stEqdm7Rs1J4uzvml { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:1.2468750476837rem;left:7.561718940735rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#oZZw3UkP2NKvLw1Tic8BDJT94xS2RRqr { position:absolute;display:block;z-index:14999;height:21.75rem;width:38.75rem;top:0rem;left:19.062499046326rem;display:block; }
#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { background-color: transparent; background-image: none; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container > .video-iframe-container { display: none; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row > .video-iframe-container { display: none; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .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); }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { border-width: 0; border-radius: 0; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:174.25rem;width:75rem;position:relative;display:block; }#hTzLJTTfsB591hT6JFDhngT5P9mthS8J { box-sizing:content-box;height:0.375rem;width:48.625rem;position:absolute;display:block;z-index:15022;background-color:#084c61;background-image:none;top:0.59296894073486rem;left:13.186718940735rem;display:block; }
#mrobsKXRLlvMwlf6AgKX1Z1MhKKXFhp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:140.609375rem;left:29.531250953674rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#wwkoX12DMdQ3Ll8TFNy7IP1KT6gdDgFn { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:152.36874961853rem;left:28.750000953674rem;overflow:hidden;display:block; }
#n1uLHLZrh3gpT7h3JqaBpohbznDypoNk { color:#ff4141;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:146.82500076294rem;left:29.531250953674rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#M8khll3SWWyaOeIq7slzonUlH37tlLLF { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.868750572204rem;left:20.342968940735rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#EPO5lBnio7yOX58FmXk75acI8diDWhmT { position:absolute;display:block;z-index:15031;height:11.5625rem;width:20.625rem;top:131.20937538147rem;left:27.187500953674rem;display:block; }
#GESKWzNs2GdcdlINllsxZHGeCFvokoKL { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:18rem;top:152.36874961853rem;left:2.3929681777954rem;overflow:hidden;display:block; }
#PTLu8zDH4fSKKOW42ETUb7S5ZieZ6zvv { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:13.125rem;top:152.41875076294rem;left:49.281250953674rem;overflow:hidden;display:block; }
#K4izA3ABVQE206rmnI9CbfDUwKEs6wdO { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:143.38750076294rem;left:28.750000953674rem;display:block; }
#bgD6GukW5rGMtnkGan1T3NdV2TzPTX1W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9NuVtbEchJHJMkJ2GyktLs5FbpiBv8c { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.912499427796rem;left:9.300000190735rem;height:39rem;text-align:left;text-align-last:left;display:block; }
#Dsiu1M00uCTG7veLTAxszlzso17LA3mm { color:rgba(var(--color-primary-4),1);display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:1.7179689407349rem;left:13.624218940735rem;height:;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;font-style:normal;display:block; }
#sZPlsg9ECpbJPl7r93T4ObbVfzS1bust { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:15.5rem;left:12.061250209808rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#sM0xuCXzCN36umqhdwpyH1LAbBPliqUq { box-sizing:content-box;height:25.0625rem;width:58.0625rem;position:absolute;display:block;z-index:15036;background-color:#d71515;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.8125rem;left:7.925000190735rem;display:block; }
#SsqPbo0dTroECUBAQqcEBkIBKQ9EE0eb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2);top:73.5rem;left:10.647656440735rem;height:3.4125rem;font-style:italic;display:block; }
#yIeTtrtT80N1mTdJkntJD3Q6pzEoPg4f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:79.09375rem;left:10.549218177796rem; }
#pqJ1h4LX8SOliaUn5OnW3wUoVs1qSeoo { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:78.868749618531rem;left:13.186718940735rem;height:3.575rem;display:block; }
#K2lLFXmW42980ObwK6cBTpAD33TCJ3vI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:85.875rem;left:10.647656440735rem; }
#NXIZqxGbHn4MIUfTm2h8liapnu6USKFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:91.4375rem;left:10.647656440735rem; }
#CAMSx7uBHsnenFkTbf88i9b1DEHb0dpd { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:85.875rem;left:13.186718940735rem;height:3.575rem;display:block; }
#MDQP7kCIZBNmxtblRCmMSVr9SycilmrS { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:91.4374961853rem;left:13.186718940735rem;height:3.575rem;display:block; }
#cbI3OfHHWVq6Cfu1s5yZzVe3pS5FUfna { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:104.625rem;left:7.754687309265rem;height:24.7rem;display:block; }
#dUHHvC4NPDfr7t5MoeGVancdbIQKpGC2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:99.10000014305rem;left:7.754687309265rem;height:3.4125rem;display:block; }
#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row .container { background-color: transparent; background-image: none; }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row .container > .video-iframe-container { display: none; }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row > .video-iframe-container { display: none; }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .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); }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row .container { border-width: 0; border-radius: 0; }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.1875rem;width:75rem;position:relative;display:block; }#FQ0X6IuIxwB2Fs1sORp5AvnKiCVeFve0 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:14.89218711853rem;left:37.250000953674rem;height:14.7rem;font-style:normal;display:block; }
#RrnHfXp3rWUJ2pKEaFfgi1IUqQyPXx3A { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.625rem;left:37.250000953674rem;display:block; }
#cMJKtU5eiqcR6cripmzkCFgp4crX55dJ { box-sizing:content-box;height:19.25rem;width:32.25rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:3.1484375rem;left:1.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);display:block; }
#RcbfgzqlCuT1slyONTykxDgoIrpoxZQy { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.03125rem;left:55.375000953674rem;display:block; }
#OIdMNW30Ge2KgU5PvqA785VRkSr18Nmn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9375rem;width:17.75rem;top:3.1499996185302rem;left:5.4617185592651rem;overflow:hidden;display:block; }
#V0Jesy8ElufydahTTuFk3rTqvkSWgJTv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7.4368748664856rem;left:41.936874866486rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row .container { background-color: transparent; background-image: none; }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row .container > .video-iframe-container { display: none; }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row > .video-iframe-container { display: none; }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .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); }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row .container { border-width: 0; border-radius: 0; }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.75rem;width:75rem;position:relative;display:block; }#PhwPe6aNCCUZne8F1BECZSGd16GQfbDg { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:1.125rem;left:24.562500953674rem;height:11.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KIuNd0PKOtFTF4rhlJbkxaLQmFbMhwhi { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:13.875000953674rem;left:23.562500953674rem;height:3.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { background-color: transparent; background-image: none; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container > .video-iframe-container { display: none; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row > .video-iframe-container { display: none; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .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); }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { border-width: 0; border-radius: 0; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:80.0625rem;width:75rem;position:relative;display:block; }#KUenMq3XCTTJr2uatw5IkRhmbLNNrXBp { color:rgba(var(--color-primary-4),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.4750003814698rem;left:15.092968940735rem;height:1.95rem;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;font-style:normal;display:block; }
#fKeDQi0Dyb25rpooRKQfafIzgCAEhJu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:14.07421875rem;left:21.829688072204rem;height:4.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXos7cCOxUSyqnIbgnPrDxVo6aKTA6V3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:26.8125rem;left:10.892968177796rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1EIzs11pdTTo98KAPDmzqOU4dnWrZ2G { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;top:23.0625rem;left:14.6875rem;display:block; }
#q7VVR8FoTiXi8czTbPCZUXrCzrVpJLh8 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;top:23.0625rem;left:35.625rem;display:block; }
#wCSCNdmD0tx0E4ez7NHknh3GGzlpUsLO { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:27.212500572204rem;left:32.000000953674rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kb54QNGsOpDlzDuwbWwuTp35zCybFr1T { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;top:23.0625rem;left:57.25rem;display:block; }
#dkoKao4MR2ao4VrOuvK4fZ32dnWEWOE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:28.41250038147rem;left:53.656250953674rem;height:11.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bInJIQwo2Nvmtx53DuxDtxP2K3H4m7IE { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#084c61;background-image:none;top:11.8125rem;left:15.875rem;display:block; }
#TD20zE87tGQqO5E6CBXEcQkMHc4m8TWz { box-sizing:content-box;height:18.6875rem;width:16.4375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:12.6875rem;left:0rem;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);display:block; }
#nhGXZahEM6OVTfAotRThhDITrtlqbhKM { box-sizing:content-box;height:20.5625rem;width:14rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.712491035461rem;left:52.075000762939rem;border-top:0.0625rem solid #084c61;border-left:0.0625rem solid #084c61;border-right:0.0625rem solid #084c61;border-bottom:0.0625rem solid #084c61;box-shadow: none;display:block; }
#KXTRb6KEUcGidbXg345TglVs56tOVOPD { box-sizing:content-box;height:7.875rem;width:14.0625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.712509155274rem;left:30.450001716614rem;border-top:0.0625rem solid #084c61;border-left:0.0625rem solid #084c61;border-right:0.0625rem solid #084c61;border-bottom:0.0625rem solid #084c61;box-shadow: none;display:block; }
#bBUKsielqugKXTtIJv0iMXNHeCkb0cJm { box-sizing:content-box;height:20.5625rem;width:14rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.712500572204rem;left:9.46249961853rem;border-top:0.0625rem solid #084c61;border-left:0.0625rem solid #084c61;border-right:0.0625rem solid #084c61;border-bottom:0.0625rem solid #084c61;box-shadow: none;display:block; }
#KUOJrC9nvIKNF9MGTZhCTWEtrbrOi3bT { background-color:rgba(var(--color-secondary-3),1);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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:5.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:6.3000011444094rem;left:28.531250953674rem;display:block; }
#RB7tTDE642TSWICe4gSK7JloIuHtNmnR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMaRFhP2wtO5Ral0ZGTva2gZGpMoiZwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:50.437500953674rem;left:15.436718940735rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#rMmi1GzVHSkssTz9ac9y1XteDpEGaG88 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:49.550001144409rem;left:28.125000953674rem;display:block; }
#Hfz0psTb20okNCr0a26ifzKuUyeI0OMM { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#084c61;background-image:none;top:11.8125rem;left:15.875rem;display:none; }
#PHXQ2xpwMtR8Ppp15vKe2AnNIThiSMf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:60.3125rem;left:15.436718940735rem;height:5.60625rem;text-align:center;text-align-last:center;display:block; }
#GLTvzarurNvTK6iQcN9XKudDwB2TaoRu { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:57.049999237061rem;left:28.125000953674rem;display:block; }
#fJG25uVcOAcLlWt8rw9P7Q27WV0WMT14 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:68.674999237062rem;left:28.125000953674rem;display:block; }
#cKTRFLEPhRtOncq1MS9Dv9FOVpo37V20 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:73.0625rem;left:15.436718940735rem;height:5.60625rem;text-align:center;text-align-last:center;display:block; }
#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { background-color: transparent; background-image: none; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container > .video-iframe-container { display: none; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row > .video-iframe-container { display: none; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .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); }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { border-width: 0; border-radius: 0; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31.5rem;width:75rem;position:relative;display:block; }#bpx3s7cb2fX4vo8Iz1nN69M00r2BZlnc { color:rgba(var(--color-primary-4),1);display:block;width:67.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:1.6875rem;left:3.5625rem;height:9.6rem;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;font-style:normal;display:block; }
#SVQnC4ETIuXlreb026L4LTn36RSi2O2J { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:20.825000762939rem;left:3.5625rem;height:6.4rem;font-style:normal;display:block; }
#v9wIHWkw2mME5rWEG3FARkBLbC47xKJI { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:18.625rem;left:0rem;display:block; }
#R4Rn930uk9JCQ2Qg2kQv0rh0r9g9Z1id { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;top:18.875rem;left:26.375rem;display:block; }
#vBffx66VeLXbCFlIXSvNrFz4ITSomngo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:20.825000762939rem;left:30.312500953674rem;height:6.4rem;font-style:normal;display:block; }
#Hcvbx8wzgnVQlJHsfWabEF0dRlcI7wxk { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;top:18.875rem;left:52.625rem;display:block; }
#UkOTSt5shWbROurDChXeZCN0GWi7QBf3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:21.625rem;left:56.937500953674rem;height:4.8rem;font-style:normal;display:block; }
#qlBJpxZP84C9bSTLM428vs1blMB18A0b { box-sizing:content-box;height:12.5rem;width:20.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:17.25rem;left:1.625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);display:block; }
#piyCn0Mbu2k77TNfZKBL23DWhvXffEQ8 { box-sizing:content-box;height:12.5rem;width:20.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:17.1875rem;left:27.75rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);display:block; }
#DtcdOfQvTrH30E1hruhpTxTcZ4euV8Ez { box-sizing:content-box;height:12.5rem;width:20.8125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:17.1875rem;left:53.875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);display:block; }
#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container { background-color: transparent; background-image: none; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container > .video-iframe-container { display: none; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row > .video-iframe-container { display: none; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .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); }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container { border-width: 0; border-radius: 0; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:168rem;width:75rem;position:relative;display:block; }#DqLIPAgg7SAZdfkbeVZSWw2U8J5WFZq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:2.0625001937151rem;left:17.311718940735rem;height:3.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpoQIyAsOc8AxZrRsFJwOx5MXmlrdQ6L { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:13.437501147389rem;left:28.125000953674rem;display:block; }
#fnR5zVpHrbD9f97cNBOfafZlNVs0CwJQ { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#084c61;background-image:none;top:24.625001430511rem;left:37.000000953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Gzb9Jbk4W9VLagcLMqNEvEBlRw4VluK4 { background-color:rgba(var(--color-secondary-3),1);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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:6.324218943715rem;left:32.062500953674rem;display:block; }
#qwXJH9czZBN9zWz8wClNUdiUuLJ036Nk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZqdKOfsa2nEWr1S6uRmi0nbiwGpDCAK { color:rgba(var(--color-primary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:15.23750038445rem;left:12.155468940735rem;height:8.1rem;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;font-style:normal;display:block; }
#LKRMD2Trgg9K0nDmZdDKRSp4eETT12cK { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#084c61;background-image:none;top:29.950000762939rem;left:70.250000953675rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aEEWnIFuBOfNsA0nkoTdQDDOSnPVsR6N { box-sizing:content-box;height:12.5rem;width:74.9375rem;position:absolute;display:block;z-index:15022;background-color:#084c61;background-image:none;top:55.437515735626rem;left:0rem;display:block; }
#dkfvGGePPAwXfn4SOvBAG6DX3Hq1RUVE { color:rgba(var(--color-tertiary-3),1);display:block;width:59.625rem;position:absolute;font-family:"source sans pro";font-size:3.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:58.503140687942rem;left:7.686718940735rem;height:5.11875rem;text-align:center;text-align-last:center;display:block; }
#fhAlAieEBL0VnILpUIXy6zLDysbbwCWz { color:rgba(var(--color-secondary-3),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:70.312515735625rem;left:10.499218940735rem;height:3.575rem;display:block; }
#VbO0C8TU4ZrlMvHVOJGtSJtizZ2cMmwH { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:78.7500166893rem;left:9.686718940735rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#QXXcDB4H5DgJoeTdmDSu1P43UAJNJ3rZ { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:93.187515735625rem;left:9.686718940735rem;height:9.75rem;display:block; }
#kCaNiv3vdkeKQ9QRNxpt8b9RxIzlddPi { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:105.68751573562rem;left:9.686718940735rem;height:9.75rem;display:block; }
#zFwI3qteTBF4AqyWbquIoMW2O9TKFuXD { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:119.3125166893rem;left:9.686718940735rem;height:9.75rem;display:block; }
#zBekG6AbD0OyUipcbCxoWe5ckAJCGJLc { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:135.12423467636rem;left:9.686718940735rem;height:19.5rem;display:block; }
#WF8820TliBaxUZ2ZFbz3ff9nSp1p7NkP { color:#084c61;display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:157.96251583099rem;left:10.936718940735rem;height:9.1rem;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; }
#Rb7a4duTQlsk7BsEvCZ1KEQ4C06eNFsv { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#084c61;background-image:none;top:34.124219417572rem;left:36.999218940735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KeoQZ8gx4mfxqeTSiJDqHiLu9A2MuRgC { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#084c61;background-image:none;top:29.950000762939rem;left:70.250000953675rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#HuVoBRNlSRfzPo5A8pEOqfGWaXpXMLCQ { color:rgba(var(--color-primary-4),1);display:block;width:50.6875rem;position:absolute;font-family:anybody;font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:26.612500667572rem;left:12.155468940735rem;height:6.075rem;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;font-style:normal;display:block; }
#CtE4Ed2GefQRuZetbdpboQe1s9w1IUNF { color:rgba(var(--color-primary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:36.112500667572rem;left:12.155468940735rem;height:4.05rem;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;font-style:normal;display:block; }
#qAVat5URL3rhQgUaIprQSJTiSLFIA4KD { color:rgba(var(--color-primary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:41.987500667572rem;left:12.967968940735rem;height:10.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oGzw3xZlaT2wWGEMw8W5EAA4NNnB5Wh2 { color:rgba(var(--color-primary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:10.511719897389rem;left:12.155468940735rem;height:2.025rem;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;font-style:normal;display:block; }
#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row .container { background-color: transparent; background-image: none; }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row .container > .video-iframe-container { display: none; }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row > .video-iframe-container { display: none; }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .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); }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row .container { border-width: 0; border-radius: 0; }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:89.5rem;width:75rem;position:relative;display:block; }#Tb2ycrf2OTLRUsOTWauNRR9WQlGadA1P { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;top:19.53750038147rem;left:36.875000953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MM4wvyHxJWDwLABCrGkPC9TtXM6QsKmd { box-sizing:content-box;height:7.5625rem;width:75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0.086718559265137rem;left:0rem;display:block; }
#NBwRDVdcmUmedhKUP2csWP07qDCvDzbh { color:rgba(var(--color-tertiary-1),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:2.6078128814698rem;left:13.124218940735rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#TmhXMdZddFvCVJkUtddiUa4QAQdTx35s { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.5rem;left:17.967968940735rem;height:4.63125rem;display:block; }
#skoPTqsfRg50H12L0cULhBxz2OTZxQyz { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:23.0625rem;left:17.967968940735rem;height:4.63125rem;display:block; }
#mPTvxVnTifTwSqPPQHs2xpd9aC3FHGIW { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;top:31.16250038147rem;left:36.875000953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XvOIpHLGAw6ixci7WpCpXxsbu19ZEt2i { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:36.6875rem;left:17.967968940735rem;height:4.63125rem;display:block; }
#T4q6qJiEhJErKvR75UXnQlLKk3NhTnfO { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),1);background-image:none;top:46.03750038147rem;left:36.875000953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LBa3Qafa7OolX1aplZ8bvaD6LzaLDR80 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:52.5rem;left:17.967968940735rem;height:4.63125rem;display:block; }
#Nm6UK8IXRIqlH7a82yxHZxvm4y3Rt9Nn { box-sizing:content-box;height:7.5625rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:61.210936546326rem;left:0rem;display:block; }
#o0Ulfu0G6bIlQGOX7B0lZ3y7FpPH62mc { box-sizing:content-box;height:6.0625rem;width:60.875rem;position:absolute;display:block;z-index:15031;background-color:#084c61;background-image:none;top:61.960939407349rem;left:7.061718940735rem;display:block; }
#q1Pn3pfJNGDhtDVr3fbTI5aRyiQX3uyh { color:rgba(var(--color-tertiary-2),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.042190551756rem;left:11.780468940735rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Jxbm4eR0SIUycWeOXWFOGe1eh83OXU5E { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:69.625rem;left:22.687500953674rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#AnUKUTVNJiLAsvktoQ1WMdnVo2wu6PhD { background-color:rgba(var(--color-secondary-3),1);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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:5.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:74.875000953675rem;left:28.625000953674rem;display:block; }
#M7ORZcgsTqJLC4heKbGUVlI2fVdhwTva { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fekORzeZH4bWTSWqKNITDQAyQ2GpdEEN { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:85.287500381469rem;left:26.000000953674rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#o6oaSCZVdLQsHNzCD646lhIm9zHSU3ST { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:82.100000381469rem;left:26.000000953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row .container { background-color: transparent; background-image: none; }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row .container > .video-iframe-container { display: none; }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row > .video-iframe-container { display: none; }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .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); }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row .container { border-width: 0; border-radius: 0; }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:175.3125rem;width:75rem;position:relative;display:block; }#qHwavnKm8yeVhAyxrHDeTe0ZlgPCwhes { color:rgba(var(--color-primary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:0.6875rem;left:23.062500953674rem;height:9.45rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u0CEHfyB2Qd5ysQ5a6gsW94WwzVSQP6n { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:13.75rem;top:0.6875rem;left:2.4375rem;overflow:hidden;display:block; }
#Bm6ainP27mwaJcinqoAwotRopxZpFckF { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:12.9375rem;left:23.062500953674rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#reBHsqkM19TxZAilxTT33LcwLK8Wp3vT { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:11.625rem;left:23.062500953674rem;display:block; }
#XrliPh8Q8SBXru85ep2eM3ZM9CvwwIyV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.8125rem;left:23.062500953674rem;height:6.5rem;display:block; }
#HQalXLed6QR8gJsVFNOXgwPhP8zmyO6e { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:31.5625rem;left:21.374218940735rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#KKCAAzvQkgMgXZM1CdTql5c7bhyV9Kdr { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:43.25rem;left:13.849999427796rem;height:9.66875rem;display:block; }
#dvTr40AQte4fSaDbkPWFsX6W7gXUEu1T { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:56.174999237061rem;left:13.849999427796rem;height:8.2875rem;display:block; }
#GZxCfrLDEqlv85AwvJUw66ydZFLzRM7h { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:67.424999237062rem;left:13.849999427796rem;height:8.2875rem;display:block; }
#sSfwGV5ltBLvDaHHDzGrGS9vkHTsHU1V { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:78.862499237062rem;left:13.849999427796rem;height:9.66875rem;display:block; }
#AwfNyKVBDTywkVTgJc3kXnfFoNzCIbB4 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:104.42500305176rem;left:13.849999427796rem;height:9.66875rem;display:block; }
#PV9zCKbVNWAXr3ciK0XH7qemqeEN4DBD { color:rgba(var(--color-tertiary-4),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:131.40000343323rem;left:14.124218940735rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#WBHi6TCDOhMQQnDvJg0LEJH3JoMdwwJw { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:134.86250305176rem;left:17.811718940735rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#mkzH2O2I0qea4lPZ6UrKK7JAgcAaQ467 { color:rgba(var(--color-secondary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:148.83750343323rem;left:20.655468940735rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#cBznes0H0T6bJAWGKlNntvrBcZWQPmk4 { background-color:#084c61;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155.5625038147rem;left:29.842968940735rem;display:block; }
#N9gX33nvrX0qJSmcLMosV7V9ApR0LIHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X0pD4id1AwJvFP4GM6AX8uWCDnRxeRH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:163.5000038147rem;left:16.655468940735rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#KuG1roAycER1BLsGT3OCImDzkqv7T1ZB { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:92.3437538147rem;left:13.849999427796rem;height:8.2875rem;display:block; }
#IdONZodexPLR7eBDNZ0XUJSGORR5entL { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:116.86250305176rem;left:13.849999427796rem;height:8.2875rem;display:block; }
#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row .container { background-color: transparent; background-image: none; }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row .container > .video-iframe-container { display: none; }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row > .video-iframe-container { display: none; }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .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); }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row .container { border-width: 0; border-radius: 0; }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:11.3125rem;width:75rem;position:relative;display:block; }#BCCUc97Qn8mS1MaoUOvCTCPbHaBB4Mw0 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:17.655468940735rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container { background-color: transparent; background-image: none; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container > .video-iframe-container { display: none; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row > .video-iframe-container { display: none; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .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); }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container { border-width: 0; border-radius: 0; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:0.875rem;width:75rem;position:relative;display:block; }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row .container { background-color: transparent; background-image: none; }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row .container > .video-iframe-container { display: none; }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row > .video-iframe-container { display: none; }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .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); }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row .container { border-width: 0; border-radius: 0; }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:27.9375rem;width:75rem;position:relative;display:block; }#t4xAoKU3325TqqdvZU9gaTPd6KDnAGnq { color:rgba(var(--color-secondary-3),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:1.6867187023163rem;left:9.686718940735rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWT7GNggba4sSqKdcttJCswJSzNZ55ML { position:absolute;display:block;z-index:15020;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:20.125rem;width:13.3125rem;top:7.5132815837862rem;left:10.499218940735rem;overflow:hidden;display:block; }
#Oukyt7I4xW6M41niX5N8K5pmylsAKgQh { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.528906583786rem;left:31.750000953674rem;height:6.09375rem;display:block; }
#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row .container { background-color: transparent; background-image: none; }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row .container > .video-iframe-container { display: none; }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row > .video-iframe-container { display: none; }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .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); }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row .container { border-width: 0; border-radius: 0; }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.5625rem;width:75rem;position:relative;display:block; }#smvH6X7bQKhRmZ7TukHEWuwkRdsD06LN { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:5.3562507629394rem;left:20.1875rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2Q2Tly4NHH654aVRrQH8BJot7mfdtKI { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:7.6875rem;left:23.0625rem;display:block; }
#OXherOwI8sMQTkif5nKTBMLrK4rfnIPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leJQIsV66fKgQ8UmA7rcotS6ZiMrEKKX { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:7.6875rem;left:32.4375rem;display:block; }
#Xf5NNpn2sOydWkU9Tkmh7gw1RxxVFpXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiTe8GWZeLXne2d4nnCmhI29awTSfwud { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:7.6875rem;left:41.8125rem;display:block; }
#bUdHcnLqrvPBkGkVaFvUwt44FDBitga6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztL5Vw24E8g5ayQRcthxqTIF73p7LZcH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12rem;left:34.3125rem; }
#gKVTX7QQ5g4fmA1mmkkMO6MEocEWrpfF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12rem;left:36.6875rem; }
#T5hHvhO7ue8c3sKuDXm9Mz6oilOUGyJp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.0625rem;left:39.125rem; }
#aFrJeDGpUUlFSckzZOoi5WzHoy5Q1nCT { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:4.4375rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk { display:block; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7fqP3TVK0Qs53HesZTR2O5wDiUq6UUv { top:0.625rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHZwvVCBOLPDug2stEqdm7Rs1J4uzvml { top:1.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZZw3UkP2NKvLw1Tic8BDJT94xS2RRqr { top:0rem;left:5.4374990463257rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB { display:block; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTzLJTTfsB591hT6JFDhngT5P9mthS8J { top:0.5625rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrobsKXRLlvMwlf6AgKX1Z1MhKKXFhp2 { top:140.5625rem;left:15.906250953674rem;width:15.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwkoX12DMdQ3Ll8TFNy7IP1KT6gdDgFn { top:152.3125rem;left:15.125000953674rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1uLHLZrh3gpT7h3JqaBpohbznDypoNk { top:146.8125rem;left:15.906250953674rem;width:15.9375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8khll3SWWyaOeIq7slzonUlH37tlLLF { top:22.8125rem;left:6.7174992561337rem;width:34.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPO5lBnio7yOX58FmXk75acI8diDWhmT { top:131.1875rem;left:13.562500953674rem;width:20.625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GESKWzNs2GdcdlINllsxZHGeCFvokoKL { top:152.3125rem;left:0rem;width:18rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLu8zDH4fSKKOW42ETUb7S5ZieZ6zvv { top:152.375rem;left:34.625rem;width:13.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4izA3ABVQE206rmnI9CbfDUwKEs6wdO { width:17.5rem;height:3.4375rem;top:143.375rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgD6GukW5rGMtnkGan1T3NdV2TzPTX1W { display:block; }
 }@media only screen and (max-width: 763px) { #F9NuVtbEchJHJMkJ2GyktLs5FbpiBv8c { top:27.875rem;left:0rem;width:47.75rem;height:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsiu1M00uCTG7veLTAxszlzso17LA3mm { top:1.6875rem;left:0rem;width:47.75rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPlsg9ECpbJPl7r93T4ObbVfzS1bust { top:15.5rem;left:0rem;width:46.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM0xuCXzCN36umqhdwpyH1LAbBPliqUq { top:71.8125rem;left:0rem;width:47.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsqPbo0dTroECUBAQqcEBkIBKQ9EE0eb { top:73.5rem;left:0rem;width:12.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIeTtrtT80N1mTdJkntJD3Q6pzEoPg4f { top:79.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqJ1h4LX8SOliaUn5OnW3wUoVs1qSeoo { top:78.8125rem;left:0rem;width:42.5rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2lLFXmW42980ObwK6cBTpAD33TCJ3vI { top:85.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXIZqxGbHn4MIUfTm2h8liapnu6USKFe { top:91.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAMSx7uBHsnenFkTbf88i9b1DEHb0dpd { top:85.875rem;left:0rem;width:42.5rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDQP7kCIZBNmxtblRCmMSVr9SycilmrS { top:91.375rem;left:0rem;width:42.5rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbI3OfHHWVq6Cfu1s5yZzVe3pS5FUfna { top:104.625rem;left:0rem;width:47.75rem;height:24.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUHHvC4NPDfr7t5MoeGVancdbIQKpGC2 { top:99.0625rem;left:0rem;width:33.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR { display:block; }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ0X6IuIxwB2Fs1sORp5AvnKiCVeFve0 { top:14.875rem;left:19.0625rem;width:28.6875rem;height:14.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrnHfXp3rWUJ2pKEaFfgi1IUqQyPXx3A { top:5.625rem;left:23.625000953674rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMJKtU5eiqcR6cripmzkCFgp4crX55dJ { top:3.125rem;left:0rem;width:32.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcbfgzqlCuT1slyONTykxDgoIrpoxZQy { top:5rem;left:41.750000953674rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIdMNW30Ge2KgU5PvqA785VRkSr18Nmn { top:3.125rem;left:0rem;width:17.75rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Jesy8ElufydahTTuFk3rTqvkSWgJTv { top:7.375rem;left:28.311874866486rem;width:19.3125rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv { display:block; }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhwPe6aNCCUZne8F1BECZSGd16GQfbDg { top:1.125rem;left:10.937500953674rem;width:28.1875rem;height:11.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIuNd0PKOtFTF4rhlJbkxaLQmFbMhwhi { top:13.875rem;left:9.9375009536744rem;width:27.875rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 { display:block; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUenMq3XCTTJr2uatw5IkRhmbLNNrXBp { top:3.4375rem;left:1.4679689407349rem;width:44.8125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKeDQi0Dyb25rpooRKQfafIzgCAEhJu2 { top:14.0625rem;left:8.2046880722044rem;width:36.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXos7cCOxUSyqnIbgnPrDxVo6aKTA6V3 { top:26.8125rem;left:0rem;width:10.9375rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1EIzs11pdTTo98KAPDmzqOU4dnWrZ2G { top:23.0625rem;left:1.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7VVR8FoTiXi8czTbPCZUXrCzrVpJLh8 { top:23.0625rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCSCNdmD0tx0E4ez7NHknh3GGzlpUsLO { top:27.1875rem;left:18.375000953674rem;width:11rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb54QNGsOpDlzDuwbWwuTp35zCybFr1T { top:23.0625rem;left:43.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkoKao4MR2ao4VrOuvK4fZ32dnWEWOE4 { top:28.375rem;left:36.8125rem;width:10.9375rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bInJIQwo2Nvmtx53DuxDtxP2K3H4m7IE { top:11.8125rem;left:2.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD20zE87tGQqO5E6CBXEcQkMHc4m8TWz { top:12.6875rem;left:0rem;width:16.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhGXZahEM6OVTfAotRThhDITrtlqbhKM { top:24.6875rem;left:33.625rem;width:14rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXTRb6KEUcGidbXg345TglVs56tOVOPD { top:24.6875rem;left:16.825001716614rem;width:14.0625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBUKsielqugKXTtIJv0iMXNHeCkb0cJm { top:24.6875rem;left:0rem;width:14rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUOJrC9nvIKNF9MGTZhCTWEtrbrOi3bT { width:17.9375rem;height:5.5625rem;top:6.25rem;left:14.906250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB7tTDE642TSWICe4gSK7JloIuHtNmnR { display:block; }
 }@media only screen and (max-width: 763px) { #yMaRFhP2wtO5Ral0ZGTva2gZGpMoiZwQ { top:50.4375rem;left:1.8117189407349rem;width:44.125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMmi1GzVHSkssTz9ac9y1XteDpEGaG88 { top:49.5rem;left:14.500000953674rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfz0psTb20okNCr0a26ifzKuUyeI0OMM { top:11.8125rem;left:2.25rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHXQ2xpwMtR8Ppp15vKe2AnNIThiSMf9 { top:60.3125rem;left:1.8117189407349rem;width:44.125rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLTvzarurNvTK6iQcN9XKudDwB2TaoRu { top:57rem;left:14.500000953674rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJG25uVcOAcLlWt8rw9P7Q27WV0WMT14 { top:68.625rem;left:14.500000953674rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKTRFLEPhRtOncq1MS9Dv9FOVpo37V20 { top:73.0625rem;left:1.8117189407349rem;width:44.125rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA { display:block; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpx3s7cb2fX4vo8Iz1nN69M00r2BZlnc { top:1.6875rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVQnC4ETIuXlreb026L4LTn36RSi2O2J { top:20.8125rem;left:0rem;width:17.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9wIHWkw2mME5rWEG3FARkBLbC47xKJI { top:18.625rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Rn930uk9JCQ2Qg2kQv0rh0r9g9Z1id { top:18.875rem;left:12.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBffx66VeLXbCFlIXSvNrFz4ITSomngo { top:20.8125rem;left:16.687500953674rem;width:17.375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcvbx8wzgnVQlJHsfWabEF0dRlcI7wxk { top:18.875rem;left:39rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkOTSt5shWbROurDChXeZCN0GWi7QBf3 { top:21.625rem;left:31.1875rem;width:16.5625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlBJpxZP84C9bSTLM428vs1blMB18A0b { top:17.25rem;left:0rem;width:20.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyCn0Mbu2k77TNfZKBL23DWhvXffEQ8 { top:17.1875rem;left:14.125rem;width:20.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtcdOfQvTrH30E1hruhpTxTcZ4euV8Ez { top:17.1875rem;left:26.8125rem;width:20.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 { display:block; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqLIPAgg7SAZdfkbeVZSWw2U8J5WFZq1 { top:2.0625rem;left:3.6867189407349rem;width:40.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpoQIyAsOc8AxZrRsFJwOx5MXmlrdQ6L { top:13.4375rem;left:14.500000953674rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnR5zVpHrbD9f97cNBOfafZlNVs0CwJQ { top:24.625rem;left:23.375000953674rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzb9Jbk4W9VLagcLMqNEvEBlRw4VluK4 { width:10.875rem;height:3.4375rem;top:6.3125rem;left:18.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwXJH9czZBN9zWz8wClNUdiUuLJ036Nk { display:block; }
 }@media only screen and (max-width: 763px) { #vZqdKOfsa2nEWr1S6uRmi0nbiwGpDCAK { top:15.1875rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKRMD2Trgg9K0nDmZdDKRSp4eETT12cK { top:29.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEEWnIFuBOfNsA0nkoTdQDDOSnPVsR6N { top:55.4375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkfvGGePPAwXfn4SOvBAG6DX3Hq1RUVE { top:58.5rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhAlAieEBL0VnILpUIXy6zLDysbbwCWz { top:70.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbO0C8TU4ZrlMvHVOJGtSJtizZ2cMmwH { top:78.75rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXcDB4H5DgJoeTdmDSu1P43UAJNJ3rZ { top:93.1875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCaNiv3vdkeKQ9QRNxpt8b9RxIzlddPi { top:105.6875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFwI3qteTBF4AqyWbquIoMW2O9TKFuXD { top:119.3125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBekG6AbD0OyUipcbCxoWe5ckAJCGJLc { top:135.0625rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8820TliBaxUZ2ZFbz3ff9nSp1p7NkP { top:157.9375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb7a4duTQlsk7BsEvCZ1KEQ4C06eNFsv { top:34.0625rem;left:23.374218940735rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeoQZ8gx4mfxqeTSiJDqHiLu9A2MuRgC { top:29.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuVoBRNlSRfzPo5A8pEOqfGWaXpXMLCQ { top:26.5625rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtE4Ed2GefQRuZetbdpboQe1s9w1IUNF { top:36.0625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVat5URL3rhQgUaIprQSJTiSLFIA4KD { top:41.9375rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGzw3xZlaT2wWGEMw8W5EAA4NNnB5Wh2 { top:10.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb { display:block; }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb2ycrf2OTLRUsOTWauNRR9WQlGadA1P { top:19.5rem;left:23.250000953674rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM4wvyHxJWDwLABCrGkPC9TtXM6QsKmd { top:0.0625rem;left:0rem;width:47.75rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwRDVdcmUmedhKUP2csWP07qDCvDzbh { top:2.5625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhXMdZddFvCVJkUtddiUa4QAQdTx35s { top:11.5rem;left:4.3429689407349rem;width:39.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skoPTqsfRg50H12L0cULhBxz2OTZxQyz { top:23.0625rem;left:4.3429689407349rem;width:39.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPTvxVnTifTwSqPPQHs2xpd9aC3FHGIW { top:31.125rem;left:23.250000953674rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvOIpHLGAw6ixci7WpCpXxsbu19ZEt2i { top:36.6875rem;left:4.3429689407349rem;width:39.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4q6qJiEhJErKvR75UXnQlLKk3NhTnfO { top:46rem;left:23.250000953674rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBa3Qafa7OolX1aplZ8bvaD6LzaLDR80 { top:52.5rem;left:4.3429689407349rem;width:39.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm6UK8IXRIqlH7a82yxHZxvm4y3Rt9Nn { top:61.1875rem;left:0rem;width:47.75rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Ulfu0G6bIlQGOX7B0lZ3y7FpPH62mc { top:61.9375rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Pn3pfJNGDhtDVr3fbTI5aRyiQX3uyh { top:63rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxbm4eR0SIUycWeOXWFOGe1eh83OXU5E { top:69.625rem;left:9.0625009536744rem;width:29.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnUKUTVNJiLAsvktoQ1WMdnVo2wu6PhD { width:17.75rem;height:5.5rem;top:74.875rem;left:15.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ORZcgsTqJLC4heKbGUVlI2fVdhwTva { display:block; }
 }@media only screen and (max-width: 763px) { #fekORzeZH4bWTSWqKNITDQAyQ2GpdEEN { top:85.25rem;left:12.375000953674rem;width:23rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6oaSCZVdLQsHNzCD646lhIm9zHSU3ST { top:82.0625rem;left:12.375000953674rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu { display:block; }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHwavnKm8yeVhAyxrHDeTe0ZlgPCwhes { top:0.6875rem;left:1.5625rem;width:46.1875rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0CEHfyB2Qd5ysQ5a6gsW94WwzVSQP6n { top:0.6875rem;left:0rem;width:13.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm6ainP27mwaJcinqoAwotRopxZpFckF { top:12.9375rem;left:7.875rem;width:33.125rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reBHsqkM19TxZAilxTT33LcwLK8Wp3vT { top:11.625rem;left:9.4375009536744rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrliPh8Q8SBXru85ep2eM3ZM9CvwwIyV { top:19.8125rem;left:9.4375009536744rem;width:24.875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQalXLed6QR8gJsVFNOXgwPhP8zmyO6e { top:31.5625rem;left:7.749218940735rem;width:32.25rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKCAAzvQkgMgXZM1CdTql5c7bhyV9Kdr { top:43.25rem;left:0.22499942779541rem;width:35.375rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTr40AQte4fSaDbkPWFsX6W7gXUEu1T { top:56.125rem;left:0.22499942779541rem;width:35.375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZxCfrLDEqlv85AwvJUw66ydZFLzRM7h { top:67.375rem;left:0.22499942779541rem;width:35.375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSfwGV5ltBLvDaHHDzGrGS9vkHTsHU1V { top:78.8125rem;left:0.22499942779541rem;width:35.375rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwfNyKVBDTywkVTgJc3kXnfFoNzCIbB4 { top:104.375rem;left:0.22499942779541rem;width:35.375rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV9zCKbVNWAXr3ciK0XH7qemqeEN4DBD { top:131.375rem;left:0.49921894073486rem;width:42.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHi6TCDOhMQQnDvJg0LEJH3JoMdwwJw { top:134.8125rem;left:4.1867189407349rem;width:35.375rem;height:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkzH2O2I0qea4lPZ6UrKK7JAgcAaQ467 { top:148.8125rem;left:7.030468940735rem;width:33.6875rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBznes0H0T6bJAWGKlNntvrBcZWQPmk4 { width:17.5rem;height:3.4375rem;top:155.5625rem;left:16.217968940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9gX33nvrX0qJSmcLMosV7V9ApR0LIHV { display:block; }
 }@media only screen and (max-width: 763px) { #X0pD4id1AwJvFP4GM6AX8uWCDnRxeRH6 { top:163.5rem;left:3.0304689407349rem;width:41.6875rem;height:10.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuG1roAycER1BLsGT3OCImDzkqv7T1ZB { top:92.3125rem;left:0.22499942779541rem;width:35.375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdONZodexPLR7eBDNZ0XUJSGORR5entL { top:116.8125rem;left:0.22499942779541rem;width:35.375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq { display:block; }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCCUc97Qn8mS1MaoUOvCTCPbHaBB4Mw0 { top:2.3125rem;left:4.0304689407349rem;width:39.6875rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B { display:block; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m { display:block; }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4xAoKU3325TqqdvZU9gaTPd6KDnAGnq { top:1.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWT7GNggba4sSqKdcttJCswJSzNZ55ML { top:7.5rem;left:0rem;width:13.3125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oukyt7I4xW6M41niX5N8K5pmylsAKgQh { top:14.5rem;left:18.125000953674rem;width:17rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G { display:block; }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smvH6X7bQKhRmZ7TukHEWuwkRdsD06LN { top:5.3125rem;left:6.5625rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Q2Tly4NHH654aVRrQH8BJot7mfdtKI { width:9.375rem;height:2.1875rem;top:7.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXherOwI8sMQTkif5nKTBMLrK4rfnIPD { display:block; }
 }@media only screen and (max-width: 763px) { #leJQIsV66fKgQ8UmA7rcotS6ZiMrEKKX { width:9.375rem;height:2.1875rem;top:7.6875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf5NNpn2sOydWkU9Tkmh7gw1RxxVFpXE { display:block; }
 }@media only screen and (max-width: 763px) { #MiTe8GWZeLXne2d4nnCmhI29awTSfwud { width:10.125rem;height:2.1875rem;top:7.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUdHcnLqrvPBkGkVaFvUwt44FDBitga6 { display:block; }
 }@media only screen and (max-width: 763px) { #ztL5Vw24E8g5ayQRcthxqTIF73p7LZcH { top:12rem;left:20.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKVTX7QQ5g4fmA1mmkkMO6MEocEWrpfF { top:12rem;left:23.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hHvhO7ue8c3sKuDXm9Mz6oilOUGyJp { top:12.0625rem;left:25.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFrJeDGpUUlFSckzZOoi5WzHoy5Q1nCT { top:4.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk { display:block; }#Vkma6G3B66NBRha4HoyAbkT7HXLDcOGk > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7fqP3TVK0Qs53HesZTR2O5wDiUq6UUv { width:20rem;height:3.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHZwvVCBOLPDug2stEqdm7Rs1J4uzvml { width:14.375rem;height:2.4375rem;top:2.1625001430511rem;left:2.8125000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #oZZw3UkP2NKvLw1Tic8BDJT94xS2RRqr { width:9.0625rem;height:5.5rem;top:0rem;left:3.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB { display:block; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { width:20rem;height:212.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTzLJTTfsB591hT6JFDhngT5P9mthS8J { width:18.75rem;height:0.0625rem;top:0.52421855926514rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrobsKXRLlvMwlf6AgKX1Z1MhKKXFhp2 { width:15.8125rem;height:3.65625rem;top:114.38124847412rem;left:2.0931249856949rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwkoX12DMdQ3Ll8TFNy7IP1KT6gdDgFn { width:18.0625rem;height:18.0625rem;top:88.587500572206rem;left:0.96796876192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n1uLHLZrh3gpT7h3JqaBpohbznDypoNk { width:15.9375rem;height:2.19375rem;top:121.47499847412rem;left:2.0306249856949rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8khll3SWWyaOeIq7slzonUlH37tlLLF { width:13.3125rem;height:3.4125rem;top:17.13125038147rem;left:3.3437500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPO5lBnio7yOX58FmXk75acI8diDWhmT { width:20rem;height:11.5625rem;top:107.94843864441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GESKWzNs2GdcdlINllsxZHGeCFvokoKL { width:18rem;height:18.3125rem;top:124.66687297821rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLu8zDH4fSKKOW42ETUb7S5ZieZ6zvv { width:15.4375rem;height:21.625rem;top:191.16687369347rem;left:2.2806249856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4izA3ABVQE206rmnI9CbfDUwKEs6wdO { width:17.5rem;height:3.4375rem;top:118.03749847412rem;left:1.2493749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgD6GukW5rGMtnkGan1T3NdV2TzPTX1W { display:block; }
 }@media only screen and (max-width: 763px) { #F9NuVtbEchJHJMkJ2GyktLs5FbpiBv8c { width:18.4375rem;height:35.1rem;top:22.849375247956rem;left:0.78125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dsiu1M00uCTG7veLTAxszlzso17LA3mm { width:16.8125rem;height:9rem;top:1.4375019073486rem;left:1.5937500596046rem;font-size:1.25rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZPlsg9ECpbJPl7r93T4ObbVfzS1bust { width:18.625rem;height:4.225rem;top:11.210157394409rem;left:0.68671876192094rem;font-size:0.8125rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #sM0xuCXzCN36umqhdwpyH1LAbBPliqUq { width:20rem;height:22.1875rem;top:63.505468368531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsqPbo0dTroECUBAQqcEBkIBKQ9EE0eb { width:12.9375rem;height:1.3rem;top:64.193748474119rem;left:2.0937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIeTtrtT80N1mTdJkntJD3Q6pzEoPg4f { display:flex;width:1.75rem;height:1.75rem;top:67.224998474119rem;left:0.62421876192093rem; }
 }@media only screen and (max-width: 763px) { #pqJ1h4LX8SOliaUn5OnW3wUoVs1qSeoo { width:15.4375rem;height:2.925rem;top:67.224998474119rem;left:3.3437500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2lLFXmW42980ObwK6cBTpAD33TCJ3vI { display:flex;width:1.75rem;height:1.75rem;top:73.137498855594rem;left:0.62421876192093rem; }
 }@media only screen and (max-width: 763px) { #NXIZqxGbHn4MIUfTm2h8liapnu6USKFe { display:flex;width:1.75rem;height:1.75rem;top:79.006252288819rem;left:0.62421876192093rem; }
 }@media only screen and (max-width: 763px) { #CAMSx7uBHsnenFkTbf88i9b1DEHb0dpd { width:16.125rem;height:2.925rem;top:73.136721611025rem;left:3.2992187142372rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDQP7kCIZBNmxtblRCmMSVr9SycilmrS { width:15.0625rem;height:2.925rem;top:79.006252288819rem;left:2.9554687142372rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbI3OfHHWVq6Cfu1s5yZzVe3pS5FUfna { width:19.375rem;height:40.1375rem;top:149.46874809265rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUHHvC4NPDfr7t5MoeGVancdbIQKpGC2 { width:20rem;height:2.925rem;top:145.71874856949rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR { display:block; }#Spb1hm8CkHN9lsPomlCAQ1U2Je1QaTMR > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ0X6IuIxwB2Fs1sORp5AvnKiCVeFve0 { width:17.875rem;height:12.8rem;top:11.579374790192rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrnHfXp3rWUJ2pKEaFfgi1IUqQyPXx3A { width:18.75rem;height:0.0625rem;top:43.249999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMJKtU5eiqcR6cripmzkCFgp4crX55dJ { width:19.3125rem;height:25.9375rem;top:10.691250085831rem;left:0.30312502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcbfgzqlCuT1slyONTykxDgoIrpoxZQy { width:1rem;height:1rem;top:42.781248092651rem;left:17.976248860359rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIdMNW30Ge2KgU5PvqA785VRkSr18Nmn { width:10.25rem;height:15.5625rem;top:27.258123397827rem;left:4.8743749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Jesy8ElufydahTTuFk3rTqvkSWgJTv { width:19.3125rem;height:6.825rem;top:0.77999877929688rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv { display:block; }#gc3UvaK1S5y73Vmz51wPOuVEGRe2BJBv > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhwPe6aNCCUZne8F1BECZSGd16GQfbDg { width:16.6875rem;height:12.8rem;top:5.3929691314697rem;left:1.6562500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIuNd0PKOtFTF4rhlJbkxaLQmFbMhwhi { width:18.25rem;height:4.8rem;top:0.59296894073486rem;left:0.87421876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 { display:block; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { width:20rem;height:132.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUenMq3XCTTJr2uatw5IkRhmbLNNrXBp { width:14.75rem;height:1.275rem;top:2.2499942779541rem;left:2.6250000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKeDQi0Dyb25rpooRKQfafIzgCAEhJu2 { width:15.375rem;height:9.6rem;top:22.31875038147rem;left:2.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXos7cCOxUSyqnIbgnPrDxVo6aKTA6V3 { width:11rem;height:9rem;top:45.581249237061rem;left:4.5625000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1EIzs11pdTTo98KAPDmzqOU4dnWrZ2G { width:3rem;height:3rem;top:86.175001144406rem;left:8.4992185235025rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7VVR8FoTiXi8czTbPCZUXrCzrVpJLh8 { width:3rem;height:3rem;top:42.631249427796rem;left:8.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCSCNdmD0tx0E4ez7NHknh3GGzlpUsLO { width:11rem;height:4.5rem;top:68.393749237062rem;left:4.5000000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb54QNGsOpDlzDuwbWwuTp35zCybFr1T { width:3rem;height:3rem;top:64.875rem;left:8.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkoKao4MR2ao4VrOuvK4fZ32dnWEWOE4 { width:11rem;height:10.5rem;top:89.125000715256rem;left:4.5000000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bInJIQwo2Nvmtx53DuxDtxP2K3H4m7IE { width:1rem;height:1rem;top:18.062500715256rem;left:1.3625000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD20zE87tGQqO5E6CBXEcQkMHc4m8TWz { width:16.625rem;height:18.0625rem;top:18.0625rem;left:1.6624999642372rem;border-top:0;border-left:0.0625rem solid #ff6e64;border-right:0;border-bottom:0.0625rem solid #ff6e64;display:block; }
 }@media only screen and (max-width: 763px) { #nhGXZahEM6OVTfAotRThhDITrtlqbhKM { width:14.125rem;height:18.75rem;top:82.311721801756rem;left:2.8875001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXTRb6KEUcGidbXg345TglVs56tOVOPD { width:14rem;height:20.5625rem;top:60.312503814698rem;left:2.9500001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBUKsielqugKXTtIJv0iMXNHeCkb0cJm { width:14rem;height:20.5625rem;top:38.875000953674rem;left:2.9500001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUOJrC9nvIKNF9MGTZhCTWEtrbrOi3bT { width:14.5rem;height:4.5rem;top:5.1492195129394rem;left:2.7500000596046rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #RB7tTDE642TSWICe4gSK7JloIuHtNmnR { display:block; }
 }@media only screen and (max-width: 763px) { #yMaRFhP2wtO5Ral0ZGTva2gZGpMoiZwQ { width:17rem;height:6.5rem;top:11.612501144409rem;left:1.5000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMmi1GzVHSkssTz9ac9y1XteDpEGaG88 { width:18.75rem;height:0.3125rem;top:101.83671760559rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfz0psTb20okNCr0a26ifzKuUyeI0OMM { width:1rem;height:1rem;top:35.224999189377rem;left:17.687499582768rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PHXQ2xpwMtR8Ppp15vKe2AnNIThiSMf9 { width:20rem;height:9.75rem;top:106.64922142029rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLTvzarurNvTK6iQcN9XKudDwB2TaoRu { width:18.75rem;height:0.3125rem;top:104.21172142029rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJG25uVcOAcLlWt8rw9P7Q27WV0WMT14 { width:18.75rem;height:0.3125rem;top:119.27422142029rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKTRFLEPhRtOncq1MS9Dv9FOVpo37V20 { width:20rem;height:9.75rem;top:121.77421855926rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA { display:block; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpx3s7cb2fX4vo8Iz1nN69M00r2BZlnc { width:20rem;height:6.075rem;top:0rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVQnC4ETIuXlreb026L4LTn36RSi2O2J { width:15.125rem;height:6.4rem;top:10.412499904633rem;left:4.1875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9wIHWkw2mME5rWEG3FARkBLbC47xKJI { width:3.1875rem;height:3.1875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Rn930uk9JCQ2Qg2kQv0rh0r9g9Z1id { width:3.1875rem;height:3.1875rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBffx66VeLXbCFlIXSvNrFz4ITSomngo { width:15.125rem;height:8rem;top:23.862501144409rem;left:4.1875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcvbx8wzgnVQlJHsfWabEF0dRlcI7wxk { width:3.1875rem;height:3.1875rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkOTSt5shWbROurDChXeZCN0GWi7QBf3 { width:14.4375rem;height:6.4rem;top:38.72500038147rem;left:4.5312500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlBJpxZP84C9bSTLM428vs1blMB18A0b { width:18.3125rem;height:10.625rem;top:8.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyCn0Mbu2k77TNfZKBL23DWhvXffEQ8 { width:18.3125rem;height:10.625rem;top:22.5rem;left:1.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DtcdOfQvTrH30E1hruhpTxTcZ4euV8Ez { width:18.3125rem;height:10.625rem;top:36.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 { display:block; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container { width:20rem;height:259.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqLIPAgg7SAZdfkbeVZSWw2U8J5WFZq1 { width:18.4375rem;height:6.4rem;top:24.692188262939rem;left:0.78046876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpoQIyAsOc8AxZrRsFJwOx5MXmlrdQ6L { width:19.4375rem;height:0.0625rem;top:1.8992190361023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnR5zVpHrbD9f97cNBOfafZlNVs0CwJQ { width:1rem;height:1rem;top:22.142188072204rem;left:9.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzb9Jbk4W9VLagcLMqNEvEBlRw4VluK4 { width:13.5rem;height:4.1875rem;top:33.665625572204rem;left:3.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwXJH9czZBN9zWz8wClNUdiUuLJ036Nk { display:block; }
 }@media only screen and (max-width: 763px) { #vZqdKOfsa2nEWr1S6uRmi0nbiwGpDCAK { width:20rem;height:16.2rem;top:4.2867188453674rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKRMD2Trgg9K0nDmZdDKRSp4eETT12cK { width:1.25rem;height:1.25rem;top:27.267188072204rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEEWnIFuBOfNsA0nkoTdQDDOSnPVsR6N { width:20rem;height:7.25rem;top:45.492968559265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkfvGGePPAwXfn4SOvBAG6DX3Hq1RUVE { width:15.3125rem;height:5.2rem;top:46.51796913147rem;left:2.3437500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhAlAieEBL0VnILpUIXy6zLDysbbwCWz { width:17.8125rem;height:6.5rem;top:54.34140586853rem;left:1.0929687619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbO0C8TU4ZrlMvHVOJGtSJtizZ2cMmwH { width:16.75rem;height:17.875rem;top:62.56640625rem;left:1.6250000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXXcDB4H5DgJoeTdmDSu1P43UAJNJ3rZ { width:16.9375rem;height:17.875rem;top:83.764843940738rem;left:1.5312500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCaNiv3vdkeKQ9QRNxpt8b9RxIzlddPi { width:17.3125rem;height:16.25rem;top:104.29140663147rem;left:1.3437500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFwI3qteTBF4AqyWbquIoMW2O9TKFuXD { width:17.25rem;height:17.875rem;top:123.5rem;left:1.3750000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBekG6AbD0OyUipcbCxoWe5ckAJCGJLc { width:18.25rem;height:35.75rem;top:143.9296875rem;left:0.87421876192094rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WF8820TliBaxUZ2ZFbz3ff9nSp1p7NkP { width:18.4375rem;height:27.3rem;top:183.6796875rem;left:0.78046876192094rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb7a4duTQlsk7BsEvCZ1KEQ4C06eNFsv { width:1rem;height:1rem;top:27.392188072204rem;left:18.267968714238rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeoQZ8gx4mfxqeTSiJDqHiLu9A2MuRgC { width:1.25rem;height:1.25rem;top:41.409375190735rem;left:9.3750005364419rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #HuVoBRNlSRfzPo5A8pEOqfGWaXpXMLCQ { width:19rem;height:16.2rem;top:214.59218788147rem;left:0.49921876192093rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtE4Ed2GefQRuZetbdpboQe1s9w1IUNF { width:20rem;height:10.125rem;top:232.79218769074rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVat5URL3rhQgUaIprQSJTiSLFIA4KD { width:17rem;height:14.175rem;top:244.95468807221rem;left:1.5000000596046rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGzw3xZlaT2wWGEMw8W5EAA4NNnB5Wh2 { width:20rem;height:2.025rem;top:37.80312538147rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb { display:block; }#Grzdo3BPMQ5l7q2UgFXobr9TVB4Qi6rb > .row .container { width:20rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb2ycrf2OTLRUsOTWauNRR9WQlGadA1P { width:1rem;height:1rem;top:25.771081924439rem;left:9.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM4wvyHxJWDwLABCrGkPC9TtXM6QsKmd { width:20rem;height:7.5625rem;top:2.26953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwRDVdcmUmedhKUP2csWP07qDCvDzbh { width:20rem;height:7.55625rem;top:2.2742185592651rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhXMdZddFvCVJkUtddiUa4QAQdTx35s { width:18.9375rem;height:10.80625rem;top:14.964844703674rem;left:1.0624999403954rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skoPTqsfRg50H12L0cULhBxz2OTZxQyz { width:19.0625rem;height:9.2625rem;top:28.93203163147rem;left:0.46796876192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPTvxVnTifTwSqPPQHs2xpd9aC3FHGIW { width:1.25rem;height:1.25rem;top:38.14453125rem;left:9.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvOIpHLGAw6ixci7WpCpXxsbu19ZEt2i { width:18.6875rem;height:9.2625rem;top:40.67812538147rem;left:0.65546876192094rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4q6qJiEhJErKvR75UXnQlLKk3NhTnfO { width:1.25rem;height:1.25rem;top:51.440626144409rem;left:9.2999997735025rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBa3Qafa7OolX1aplZ8bvaD6LzaLDR80 { width:19.25rem;height:9.2625rem;top:53.440624952316rem;left:0.74921876192094rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm6UK8IXRIqlH7a82yxHZxvm4y3Rt9Nn { width:20rem;height:7.5625rem;top:64.971876144406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Ulfu0G6bIlQGOX7B0lZ3y7FpPH62mc { width:20rem;height:6.0625rem;top:69.471876144406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Pn3pfJNGDhtDVr3fbTI5aRyiQX3uyh { width:20rem;height:5.85rem;top:67.427344322206rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxbm4eR0SIUycWeOXWFOGe1eh83OXU5E { width:20rem;height:3.9rem;top:77.448440551756rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnUKUTVNJiLAsvktoQ1WMdnVo2wu6PhD { width:10.875rem;height:3.4375rem;top:86.364843368531rem;left:4.5625000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ORZcgsTqJLC4heKbGUVlI2fVdhwTva { display:block; }
 }@media only screen and (max-width: 763px) { #fekORzeZH4bWTSWqKNITDQAyQ2GpdEEN { width:17.5rem;height:6.5rem;top:94.064844131469rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6oaSCZVdLQsHNzCD646lhIm9zHSU3ST { width:20rem;height:1.3rem;top:91.002344131469rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu { display:block; }#Fsnw3PLBxAcwrsMGm7Dn77vHZC7RhTMu > .row .container { width:20rem;height:243.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHwavnKm8yeVhAyxrHDeTe0ZlgPCwhes { width:20rem;height:12rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0CEHfyB2Qd5ysQ5a6gsW94WwzVSQP6n { width:13.3125rem;height:20rem;top:14.3125rem;left:3.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm6ainP27mwaJcinqoAwotRopxZpFckF { width:17.625rem;height:8rem;top:35.336718559265rem;left:1.1867187619209rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #reBHsqkM19TxZAilxTT33LcwLK8Wp3vT { width:6.25rem;height:0.0625rem;top:31.543731689453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrliPh8Q8SBXru85ep2eM3ZM9CvwwIyV { width:18.6875rem;height:10.4rem;top:46.336717605591rem;left:0.65546876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQalXLed6QR8gJsVFNOXgwPhP8zmyO6e { width:17.5rem;height:10.4rem;top:60.048438072204rem;left:1.2500000596046rem;font-size:2rem;color:#0e14e3;display:block; }
 }@media only screen and (max-width: 763px) { #KKCAAzvQkgMgXZM1CdTql5c7bhyV9Kdr { width:19rem;height:15.19375rem;top:73.504687309262rem;left:0.49921876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTr40AQte4fSaDbkPWFsX6W7gXUEu1T { width:18.4375rem;height:15.19375rem;top:91.999219894406rem;left:0.78046876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZxCfrLDEqlv85AwvJUw66ydZFLzRM7h { width:18.4375rem;height:11.05rem;top:110.46718788147rem;left:0.78046876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSfwGV5ltBLvDaHHDzGrGS9vkHTsHU1V { width:18.1875rem;height:15.19375rem;top:125.3671875rem;left:0.90546876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwfNyKVBDTywkVTgJc3kXnfFoNzCIbB4 { width:17.4375rem;height:13.8125rem;top:144.21718788147rem;left:1.2812500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV9zCKbVNWAXr3ciK0XH7qemqeEN4DBD { width:16.3125rem;height:3.9rem;top:162.43046855926rem;left:1.8437500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHi6TCDOhMQQnDvJg0LEJH3JoMdwwJw { width:17.375rem;height:13.89375rem;top:169.84218788147rem;left:1.3125000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkzH2O2I0qea4lPZ6UrKK7JAgcAaQ467 { width:20rem;height:6.175rem;top:186.28046894074rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBznes0H0T6bJAWGKlNntvrBcZWQPmk4 { width:17.5rem;height:3.4375rem;top:196.09296989441rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9gX33nvrX0qJSmcLMosV7V9ApR0LIHV { display:block; }
 }@media only screen and (max-width: 763px) { #X0pD4id1AwJvFP4GM6AX8uWCDnRxeRH6 { width:20rem;height:5.60625rem;top:203.55546951294rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuG1roAycER1BLsGT3OCImDzkqv7T1ZB { width:18.6875rem;height:12.43125rem;top:211.69296836853rem;left:0.65546876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdONZodexPLR7eBDNZ0XUJSGORR5entL { width:17.6875rem;height:13.8125rem;top:226.93671989441rem;left:1.1554687619209rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq { display:block; }#bozGGdyM6IcmDnk16TMF4f7Bs3zSw4zq > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCCUc97Qn8mS1MaoUOvCTCPbHaBB4Mw0 { width:18.875rem;height:15.35625rem;top:1.4765644073486rem;left:0.56171876192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B { display:block; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m { position:relative;z-index:auto;display:block; }#M7wsXvDGsEioetIq3FRp7WS7yp5k4x5m > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4xAoKU3325TqqdvZU9gaTPd6KDnAGnq { width:19.8125rem;height:5.4rem;top:3.5125000476837rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWT7GNggba4sSqKdcttJCswJSzNZ55ML { width:13.3125rem;height:20.125rem;top:11.550000190735rem;left:3.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oukyt7I4xW6M41niX5N8K5pmylsAKgQh { width:17rem;height:6.09375rem;top:35.28125rem;left:1.5000000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G { display:block; }#ayTpc6EFGk7zttHTR4iFcTShUc8aKQ0G > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smvH6X7bQKhRmZ7TukHEWuwkRdsD06LN { width:18.875rem;height:1.1rem;top:3.5499992370606rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Q2Tly4NHH654aVRrQH8BJot7mfdtKI { width:5.25rem;height:1.875rem;top:4.875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXherOwI8sMQTkif5nKTBMLrK4rfnIPD { display:block; }
 }@media only screen and (max-width: 763px) { #leJQIsV66fKgQ8UmA7rcotS6ZiMrEKKX { width:6rem;height:1.875rem;top:4.875rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf5NNpn2sOydWkU9Tkmh7gw1RxxVFpXE { display:block; }
 }@media only screen and (max-width: 763px) { #MiTe8GWZeLXne2d4nnCmhI29awTSfwud { width:6.1875rem;height:1.875rem;top:4.875rem;left:13.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUdHcnLqrvPBkGkVaFvUwt44FDBitga6 { display:block; }
 }@media only screen and (max-width: 763px) { #ztL5Vw24E8g5ayQRcthxqTIF73p7LZcH { display:flex;width:1.625rem;height:1.625rem;top:8.0625rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #gKVTX7QQ5g4fmA1mmkkMO6MEocEWrpfF { display:flex;width:1.625rem;height:1.625rem;top:8.0625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #T5hHvhO7ue8c3sKuDXm9Mz6oilOUGyJp { display:flex;width:1.625rem;height:1.625rem;top:8rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #aFrJeDGpUUlFSckzZOoi5WzHoy5Q1nCT { width:20rem;height:0.0625rem;top:2.6875rem;left:0rem;display:block; }
 }