.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:218,231,242;--color-primary-1:131,175,211;--color-primary-2:6,94,166;--color-primary-3:3,47,83;--color-primary-4:1,14,25;--color-secondary-0:252,239,222;--color-secondary-1:246,203,145;--color-secondary-2:236,150,34;--color-secondary-3:118,75,17;--color-secondary-4:35,23,5;--color-tertiary-0:217,230,242;--color-tertiary-1:128,173,210;--color-tertiary-2:0,91,165;--color-tertiary-3:0,46,83;--color-tertiary-4:0,14,25;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"GT Walsheim"; }@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:#ffffff;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); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d594c6ed-eda0-4f2c-b42f-89f8aad3c0a8/LPKolono_i_gastrozdjglowne.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS.adaptive-delivery-prevent-bg, #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS.lazyload, #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS.lazyloading { background-image: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { background-color: transparent; background-image: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .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); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { border-width: 0; border-radius: 0; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#kJPMycHZX3yWliQlL1rhL7n6dqugUHZa { position:absolute;display:block;z-index:15000;background-color:#22a038;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:7.375rem;width:31.25rem;top:0rem;left:3.5625rem;display:block; }
#Dz9XCxxzsII9O3a28lucorOUx6pIWJuB { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.25rem;width:31.25rem;top:0.3125rem;left:3.5625rem;display:block; }
#SvVBVcUTvu5l1HKRc21WT021HzZGwtCx { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.25rem;width:31.25rem;top:5.0260419845581rem;left:3.5625rem;display:block; }
#AtgQwvqelmf5inskzomZUSXAZMw5aqIi { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.0749998092651rem;left:5.5rem;height:5.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BxZSCNKCA3lxh8CQGy5XeInNCcSDIRz5 { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8.125rem;left:5.46875rem;height:1.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GVsFuf8rlo0HlpSkJvbKDq06Dhlog0Ar { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:39.8125rem;display:none; }
#zlh0mtlUDQLdUwsXx7fm4004T8rl6z4t { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.0625rem;top:11.0625rem;left:4.09375rem;overflow:hidden;display:block; }
#anJB9QHlAR9lN5E8QN0g0kqmolbOFlco { background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #13a538 ;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:17.5rem;left:8.0625rem;display:block; }
#J4gDfeJqCBWg2eTr0k0v3gQAdQuLeMLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { position:relative;display:block; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { background-color: transparent; background-image: none; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container > .video-iframe-container { display: none; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row > .video-iframe-container { display: none; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .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); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { border-width: 0; border-radius: 0; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yLJMQgQ9ZGWNrvxN9ns1VOLCVT1Awdbo { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:0.95000076293944rem;left:0rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QPDWEPaTkmGBFPS8y80GMHPiT7BHymp8 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6187496185303rem;left:1.5rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DNWThpfnC2xk7kLdIuBKybOkczTcWWwf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5625rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.25rem;left:2.5rem;display:block; }
#Q1eKSQwXJ6uCsJQiQMeCtMPJAlELBSur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDJOMe6Jk6Ga3Zdrv8f1a50bpMyZwTbv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5625rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:12.25rem;left:38.75rem;display:block; }
#x4J9hI6T9VDM24uWtAQ4lR6VPgBFtomR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { position:relative;display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { background-color: transparent; background-image: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { border-width: 0; border-radius: 0; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GK9QsoHyaGKoc7X7EEgLlhf8UAI4q5lb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:1.625rem;top:8.5rem;left:1.25rem;overflow:hidden;display:block; }
#gcFKDPhDv0euOJ4chLN0nS9iJASJTLEJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:6.25rem;left:7.5rem;overflow:hidden;display:block; }
#lNWDIacO7KdulR7LbFttRrUNPWnEGm31 { color:#13a538;display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3687496185302rem;left:5rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vwuLwAAKnZQ37KghvpCMkRIaSkzgAuRt { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #13a538;border-left:0.1875rem solid #13a538;border-right:0.1875rem solid #13a538;border-bottom:0.1875rem solid #13a538;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:31.625rem;width:29.0625rem;top:0.9375rem;left:4.625rem;display:block; }
#vyhXBcOuZ9Hnd4k8OdN40VsTneqcbsA9 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.19) ;height:5.25rem;width:25.625rem;top:5rem;left:6.4375rem;display:block; }
#sXCrwazdlMi8E3XW6cO2qH3aRIDpJxJJ { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:11.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rqRheWQ5lc6loEMLBbNuwQAyuA5ITrFw { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.19) ;height:5.875rem;width:25.625rem;top:11.875rem;left:6.25rem;display:block; }
#gSSnP9iuCetU2fCy5DUwZu6hcRsJM8pZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:13.75rem;left:6.8125rem;overflow:hidden;display:block; }
#pLX5nB1P5kebqPw4pAicdLyOciyqa0BT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.19) ;height:5.25rem;width:25.625rem;top:19.375rem;left:6.25rem;display:block; }
#VGTTLcKaVUeTq07rVP299uK8pzHWXB8C { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.19) ;height:5.25rem;width:25.625rem;top:26.25rem;left:6.25rem;display:block; }
#JOqgZkfRSi522FwV85eZOnq0EheURh5V { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:20.5625rem;left:6.8125rem;overflow:hidden;display:block; }
#ycAt6gW4UTwJl9dFWbINcydkKAPJQiy0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:27.5rem;left:7.5rem;overflow:hidden;display:block; }
#O4TTnKLlJvT3Qg7kReOJCUvOKv8ESbpw { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:10rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BI5QCdMU1hmqCd21uE1r2roPNZt8GTP2 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.46875rem;left:11.25rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lmZsnJiK6fNdT7Op1Ew0sN3s1e8UesCi { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.78125rem;left:11.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NiDdZfuk5aTqg5VGiWqhtvAxp63TdKod { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #13a538;border-left:0.1875rem solid #13a538;border-right:0.1875rem solid #13a538;border-bottom:0.1875rem solid #13a538;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:31.625rem;width:29.0625rem;top:1.25rem;left:41.25rem;display:block; }
#XRLaKeAVcCAkOZkdMvn3CX94vSST329T { color:#13a538;display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3687496185302rem;left:41.25rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LP5xbEHRTC7xxVUCOtoxrFcZcKyEUgvG { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.19) ;height:5rem;width:25.625rem;top:5rem;left:42.5rem;display:block; }
#n3pnooZAEl1T5lDRgEN8zLt2rFZm7EvD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:5.8125rem;left:43.75rem;overflow:hidden;display:block; }
#CncT5widCoumVSfRnPdqR37bAAq9FEHm { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.19) ;height:3.75rem;width:25.9375rem;top:11.25rem;left:42.5rem;display:block; }
#tEadk4rooOiq8B2XDBCbxrOeZIsPlmq9 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:47.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yDLqdbFup621QzsDic0X2h37hs0zTQfO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:11.25rem;left:43.75rem;overflow:hidden;display:block; }
#HEvWUfGvNmOEd7lLryss8QWHET5CHLEW { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.53125rem;left:47.5rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fgEGNIdd8v9bF04kGRSJBtebA2Rz5y2t { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.19) ;height:4.0625rem;width:25.9375rem;top:16.25rem;left:42.5rem;display:block; }
#ekh98K3Tc4BgVb4nXEdsixwlZyLTdltb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:16.8125rem;left:43.75rem;overflow:hidden;display:block; }
#EVVou0pXPzsWSmmUZF9PGsWzRU7O9REy { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.53125rem;left:47.5rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8vh0Odz1Bktrh5dmrHTlOwf5IDGTt6W { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.19) ;height:4.25rem;width:25.9375rem;top:22.5rem;left:42.5rem;display:block; }
#ZAV0O13ewiyP0VWSTRZgDwTLNvyxByQB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:23.125rem;left:43.875rem;overflow:hidden;display:block; }
#TKCyXpMTDEkP4zqIqayvWghPcG6FcuIq { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.19) ;height:4.0625rem;width:25.9375rem;top:27.5rem;left:42.5rem;display:block; }
#mhx3JaIhGAnQXW8d0SsWazfduGT8KJJ3 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.78125rem;left:47.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTziufBmHlqEdIJ1no3vT31iuwX3vm2f { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:27.5rem;left:43.75rem;overflow:hidden;display:block; }
#nmgniwNT1K9WzuB5y4pX0Vw0b2mHR3MF { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.90625rem;left:47.4375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gaxd8dwLweZ59VgpkuGJxW2r6RJNV7pd { position:absolute;display:block;z-index:14997;background-color:#f0f5f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.0625rem;width:30.875rem;top:36.1875rem;left:5rem;display:block; }
#XvdobItvJ3O2PRCeg7T3DDl4lmvWcToD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5625rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:12.25rem;left:38.75rem;display:none; }
#FaARlef4dx8BbTpoG6udizDmgLBgxFEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6uXD7b7mK9sCQePiZIV5DDcZLBARLOv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5625rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.25rem;left:2.5rem;display:none; }
#WBnVitIuTgm2xumQphN1WkPTFD5kFQJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvUIfFGNg4yPG3A04QLNgCTSKAdIJRAI { position:absolute;display:block;z-index:14998;background-color:#f0f5f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.5625rem;width:30.875rem;top:21.125rem;left:5rem;display:none; }
#J3QQtymWTkCvnXmANJ4sygclWr1r1Jn6 { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.5rem;left:9.5rem;height:12.8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ILM2Zk37vur1aVlrbNrEGsWLJxOnKw0m { position:absolute;display:block;z-index:14999;background-color:#f0f5f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.0625rem;width:30.875rem;top:42.375rem;left:5rem;display:none; }
#UhSXcqsPUQscTLiZEdFByb0Sv2IT2y7w { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:2.25rem;left:5.5625rem;overflow:hidden;display:none; }
#hMAgw4FSwsmLHZgkfsJga11oK79NIcZv { color:#015aa9;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2437496185302rem;left:10rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IRV6HiJtrtMHqIwb8vF90D6DtdMbSr2L { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:22.375rem;left:6.125rem;overflow:hidden;display:none; }
#RBMSPZfgthypiCGmIviIrvz4vBy59H4s { color:#015aa9;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.243751525879rem;left:10rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qVJ8ePzGPlTzpa865OcaSDe6kkdIEwZl { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:24.875rem;left:10rem;height:11.2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IpTfrJFBFOzuMzvaVxM6TqbEcKAtZQhz { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:46.125rem;left:10rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#swu2TleBcJ5Z45ypW1ntEFEwlTLvQLgM { color:#015aa9;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:43.493751525879rem;left:11.25rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hyn4FccGTNGxu6ZWspCHuwZ0T2LgzzHK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:42.9375rem;left:6.25rem;overflow:hidden;display:none; }
#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls { position:relative;display:block; }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls { background-color: transparent; background-image: none; }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls > .row .container > .video-iframe-container { display: none; }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls > .row > .video-iframe-container { display: none; }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls > .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); }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls { border-width: 0; border-radius: 0; }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:62.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nGbUlilDlroTt0ERfniBXgkLrtKzXHsl { color:rgba(var(--color-tertiary-2),1);display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:1.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#nGbUlilDlroTt0ERfniBXgkLrtKzXHsl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nGbUlilDlroTt0ERfniBXgkLrtKzXHsl li:before{  }
#ToSuJ8x7ltVEJzXGZuTomV8IrwqoTy4h { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.1656246185303rem;left:9.4375rem;height:12.8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OdQ3q5lwpQ9EtTMBWsBuouOxN0EQPobS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:2.25rem;left:5.5625rem;overflow:hidden;display:block; }
#eTv87FQ1Pq7X3c8bgqc1BtNT9cDGLsqw { color:#015aa9;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2437496185302rem;left:10rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rDhxR0P1K8iaUzsuzJLV8aNIxofIb2AC { position:absolute;display:block;z-index:14998;background-color:#f0f5f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.0625rem;width:30.875rem;top:1.125rem;left:40.375rem;display:block; }
#M2lG6zcy0LqJcJLcwSo9K2KFhqOORS2z { color:#015aa9;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4312515258789rem;left:46.25rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z8mG8oS4GhCaqi8vw5JMvolzoOKDIR8p { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:2.375rem;left:41.25rem;overflow:hidden;display:block; }
#W5LUfhaFyKctATbKscWNW1LuFwwHPueD { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:4.5750007629394rem;left:45rem;height:11.2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NOProAByra2oHcEigZDxrRttsAtIBZFN { position:absolute;display:block;z-index:14998;background-color:#f0f5f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.5625rem;width:30.875rem;top:21.125rem;left:5rem;display:block; }
#gEgZuLpXZqIXNWhzzLAudUzg9Ar4U1LN { position:absolute;display:block;z-index:14999;background-color:#f0f5f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.0625rem;width:30.875rem;top:42.375rem;left:5rem;display:block; }
#tsgglkwmJ0SThG7r0iB31VkXdxUyPDIc { color:#015aa9;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.243751525879rem;left:10rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1OS1bhwNoC7tCuDikLmXL9gRRm3f0fN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:22.375rem;left:6.125rem;overflow:hidden;display:block; }
#aJXh0RiZnlcIFad7x47rRViwATbE7qvw { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:24.806251525879rem;left:9.875rem;height:11.2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#heQfPH6nAQKxh7aINPvmRxOf1kUEVW0J { position:absolute;display:block;z-index:14999;background-color:#f0f5f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.625rem;width:30.875rem;top:21.125rem;left:41.25rem;display:block; }
#i0lS4a6Xaf2eyScwAHA3wPTeSXzTE1z3 { color:#015aa9;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.243751525879rem;left:46.25rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ANRDp34JlWyPHOIMeA5PqIiURdOz8lEt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:21.99374961853rem;left:41.625rem;overflow:hidden;display:block; }
#Rut2wcZheFEVF1RoynWtwyai9bVbFJWH { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:24.80624961853rem;left:45.125rem;height:14.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fRJwgscx0gvaowwWQoTHguXAoN93t5Tk { color:#015aa9;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:43.493751525879rem;left:11.25rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C3zt6d1OAmW3btnZpDNfSacytX7dUSyI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:42.9375rem;left:6.25rem;overflow:hidden;display:block; }
#u23Xw1SkaRIbWH18GOOccElOFISNVXmC { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:46.125rem;left:9.9375rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KQiEI21gT1eCJlOVrW6DRmORvWhBLD9O { position:absolute;display:block;z-index:15000;background-color:#f0f5f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.0625rem;width:30.875rem;top:42.375rem;left:41.625rem;display:block; }
#bEZ1deBhGP8SusgWnvBsGILv9iuwbKXD { color:#015aa9;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:43.625rem;left:47.5rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b60uFcM5oeyZ2olm1KvHuX2mA3nIRT1v { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:43.493751525879rem;left:42.4375rem;overflow:hidden;display:block; }
#e2szvIW8VmXKfO4vcSKD7zu2V6eEFOTe { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:46.125rem;left:45.125rem;height:12.8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:#575756;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:0rem;height:1.3rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:#575756;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:50.6875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:#575756;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:60.8125rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn { background-color: transparent; background-image: none; }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn > .row .container > .video-iframe-container { display: none; }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn > .row > .video-iframe-container { display: none; }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn > .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); }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn { border-width: 0; border-radius: 0; }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UnW0iqEv9sFDUT1NUN0OrgD7uAatdmWb { background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:#ffffff;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:23.125rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:25.625rem;display:block; }
#Pi7UtZo1CmhyqKGgGwLqW30GJK8rHflT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { display:block; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJPMycHZX3yWliQlL1rhL7n6dqugUHZa { top:0rem;left:0rem;width:31.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz9XCxxzsII9O3a28lucorOUx6pIWJuB { top:0.3125rem;left:0rem;width:31.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvVBVcUTvu5l1HKRc21WT021HzZGwtCx { top:5rem;left:0rem;width:31.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtgQwvqelmf5inskzomZUSXAZMw5aqIi { top:1.0625rem;left:0rem;width:26.125rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxZSCNKCA3lxh8CQGy5XeInNCcSDIRz5 { top:8.125rem;left:0rem;width:26.8125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVsFuf8rlo0HlpSkJvbKDq06Dhlog0Ar { width:39.8125rem;height:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlh0mtlUDQLdUwsXx7fm4004T8rl6z4t { top:11.0625rem;left:0rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anJB9QHlAR9lN5E8QN0g0kqmolbOFlco { width:19.9375rem;height:2.625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4gDfeJqCBWg2eTr0k0v3gQAdQuLeMLZ { display:block; }
 }@media only screen and (max-width: 763px) { #ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { display:block; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLJMQgQ9ZGWNrvxN9ns1VOLCVT1Awdbo { top:0.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDWEPaTkmGBFPS8y80GMHPiT7BHymp8 { top:4.5625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNWThpfnC2xk7kLdIuBKybOkczTcWWwf { width:33.5625rem;height:3.75rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1eKSQwXJ6uCsJQiQMeCtMPJAlELBSur { display:block; }
 }@media only screen and (max-width: 763px) { #PDJOMe6Jk6Ga3Zdrv8f1a50bpMyZwTbv { width:33.5625rem;height:3.75rem;top:12.25rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4J9hI6T9VDM24uWtAQ4lR6VPgBFtomR { display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK9QsoHyaGKoc7X7EEgLlhf8UAI4q5lb { width:1.625rem;height:2.75rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcFKDPhDv0euOJ4chLN0nS9iJASJTLEJ { width:3.1875rem;height:3.1875rem;top:6.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNWDIacO7KdulR7LbFttRrUNPWnEGm31 { top:2.3125rem;left:0rem;width:28.875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwuLwAAKnZQ37KghvpCMkRIaSkzgAuRt { width:29.0625rem;height:31.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyhXBcOuZ9Hnd4k8OdN40VsTneqcbsA9 { top:5rem;left:0rem;width:25.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXCrwazdlMi8E3XW6cO2qH3aRIDpJxJJ { top:6.4375rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqRheWQ5lc6loEMLBbNuwQAyuA5ITrFw { top:11.875rem;left:0rem;width:25.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSSnP9iuCetU2fCy5DUwZu6hcRsJM8pZ { width:3.1875rem;height:3.1875rem;top:13.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLX5nB1P5kebqPw4pAicdLyOciyqa0BT { top:19.375rem;left:0rem;width:25.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGTTLcKaVUeTq07rVP299uK8pzHWXB8C { top:26.25rem;left:0rem;width:25.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOqgZkfRSi522FwV85eZOnq0EheURh5V { width:3.1875rem;height:3.1875rem;top:20.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycAt6gW4UTwJl9dFWbINcydkKAPJQiy0 { width:3.1875rem;height:3.1875rem;top:27.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TTnKLlJvT3Qg7kReOJCUvOKv8ESbpw { top:13.75rem;left:0rem;width:20.1875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI5QCdMU1hmqCd21uE1r2roPNZt8GTP2 { top:21.4375rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmZsnJiK6fNdT7Op1Ew0sN3s1e8UesCi { top:27.75rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiDdZfuk5aTqg5VGiWqhtvAxp63TdKod { width:29.0625rem;height:31.625rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRLaKeAVcCAkOZkdMvn3CX94vSST329T { top:2.3125rem;left:2.875rem;width:28.875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP5xbEHRTC7xxVUCOtoxrFcZcKyEUgvG { top:5rem;left:6.125rem;width:25.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3pnooZAEl1T5lDRgEN8zLt2rFZm7EvD { width:3.1875rem;height:3.1875rem;top:5.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CncT5widCoumVSfRnPdqR37bAAq9FEHm { top:11.25rem;left:5.8125rem;width:25.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEadk4rooOiq8B2XDBCbxrOeZIsPlmq9 { top:6.25rem;left:11.875rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDLqdbFup621QzsDic0X2h37hs0zTQfO { width:3.1875rem;height:3.1875rem;top:11.25rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEvWUfGvNmOEd7lLryss8QWHET5CHLEW { top:12.5rem;left:11.875rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgEGNIdd8v9bF04kGRSJBtebA2Rz5y2t { top:16.25rem;left:5.8125rem;width:25.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekh98K3Tc4BgVb4nXEdsixwlZyLTdltb { width:3.1875rem;height:3.1875rem;top:16.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVVou0pXPzsWSmmUZF9PGsWzRU7O9REy { top:17.5rem;left:11.875rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vh0Odz1Bktrh5dmrHTlOwf5IDGTt6W { top:22.5rem;left:5.8125rem;width:25.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAV0O13ewiyP0VWSTRZgDwTLNvyxByQB { width:3.1875rem;height:3.1875rem;top:23.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKCyXpMTDEkP4zqIqayvWghPcG6FcuIq { top:27.5rem;left:5.8125rem;width:25.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhx3JaIhGAnQXW8d0SsWazfduGT8KJJ3 { top:23.75rem;left:11.875rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTziufBmHlqEdIJ1no3vT31iuwX3vm2f { width:3.1875rem;height:3.1875rem;top:27.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmgniwNT1K9WzuB5y4pX0Vw0b2mHR3MF { top:28.875rem;left:11.875rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaxd8dwLweZ59VgpkuGJxW2r6RJNV7pd { top:36.1875rem;left:0rem;width:30.875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvdobItvJ3O2PRCeg7T3DDl4lmvWcToD { width:33.5625rem;height:3.75rem;top:12.25rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaARlef4dx8BbTpoG6udizDmgLBgxFEH { display:block; }
 }@media only screen and (max-width: 763px) { #v6uXD7b7mK9sCQePiZIV5DDcZLBARLOv { width:33.5625rem;height:3.75rem;top:12.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBnVitIuTgm2xumQphN1WkPTFD5kFQJz { display:block; }
 }@media only screen and (max-width: 763px) { #gvUIfFGNg4yPG3A04QLNgCTSKAdIJRAI { top:21.125rem;left:0rem;width:30.875rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3QQtymWTkCvnXmANJ4sygclWr1r1Jn6 { top:4.5rem;left:0rem;width:25rem;height:12.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILM2Zk37vur1aVlrbNrEGsWLJxOnKw0m { top:42.375rem;left:0rem;width:30.875rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhSXcqsPUQscTLiZEdFByb0Sv2IT2y7w { width:3.875rem;height:3.875rem;top:2.25rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMAgw4FSwsmLHZgkfsJga11oK79NIcZv { top:2.1875rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRV6HiJtrtMHqIwb8vF90D6DtdMbSr2L { width:3.875rem;height:3.875rem;top:22.375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBMSPZfgthypiCGmIviIrvz4vBy59H4s { top:22.1875rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVJ8ePzGPlTzpa865OcaSDe6kkdIEwZl { top:24.875rem;left:0rem;width:24.125rem;height:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpTfrJFBFOzuMzvaVxM6TqbEcKAtZQhz { top:46.125rem;left:0rem;width:24.125rem;height:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swu2TleBcJ5Z45ypW1ntEFEwlTLvQLgM { top:43.4375rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyn4FccGTNGxu6ZWspCHuwZ0T2LgzzHK { width:3.875rem;height:3.875rem;top:42.9375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls { display:block; }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGbUlilDlroTt0ERfniBXgkLrtKzXHsl { top:9.875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#nGbUlilDlroTt0ERfniBXgkLrtKzXHsl li:before{  }
 }@media only screen and (max-width: 763px) { #ToSuJ8x7ltVEJzXGZuTomV8IrwqoTy4h { top:4.125rem;left:0rem;width:25rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdQ3q5lwpQ9EtTMBWsBuouOxN0EQPobS { width:3.875rem;height:3.875rem;top:2.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTv87FQ1Pq7X3c8bgqc1BtNT9cDGLsqw { top:2.1875rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDhxR0P1K8iaUzsuzJLV8aNIxofIb2AC { top:1.125rem;left:0.875rem;width:30.875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2lG6zcy0LqJcJLcwSo9K2KFhqOORS2z { top:2.375rem;left:14.0625rem;width:17.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8mG8oS4GhCaqi8vw5JMvolzoOKDIR8p { width:3.875rem;height:3.875rem;top:2.375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5LUfhaFyKctATbKscWNW1LuFwwHPueD { top:4.5625rem;left:6.75rem;width:25rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOProAByra2oHcEigZDxrRttsAtIBZFN { top:21.125rem;left:0rem;width:30.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgZuLpXZqIXNWhzzLAudUzg9Ar4U1LN { top:42.375rem;left:0rem;width:30.875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsgglkwmJ0SThG7r0iB31VkXdxUyPDIc { top:22.1875rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1OS1bhwNoC7tCuDikLmXL9gRRm3f0fN { width:3.875rem;height:3.875rem;top:22.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJXh0RiZnlcIFad7x47rRViwATbE7qvw { top:24.75rem;left:0rem;width:24.125rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQfPH6nAQKxh7aINPvmRxOf1kUEVW0J { top:21.125rem;left:0.875rem;width:30.875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lS4a6Xaf2eyScwAHA3wPTeSXzTE1z3 { top:22.1875rem;left:14.0625rem;width:17.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANRDp34JlWyPHOIMeA5PqIiURdOz8lEt { width:3.875rem;height:3.875rem;top:21.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rut2wcZheFEVF1RoynWtwyai9bVbFJWH { top:24.75rem;left:7.625rem;width:24.125rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRJwgscx0gvaowwWQoTHguXAoN93t5Tk { top:43.4375rem;left:0rem;width:17.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3zt6d1OAmW3btnZpDNfSacytX7dUSyI { width:3.875rem;height:3.875rem;top:42.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u23Xw1SkaRIbWH18GOOccElOFISNVXmC { top:46.125rem;left:0rem;width:24.125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQiEI21gT1eCJlOVrW6DRmORvWhBLD9O { top:42.375rem;left:0.875rem;width:30.875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEZ1deBhGP8SusgWnvBsGILv9iuwbKXD { top:43.625rem;left:14.0625rem;width:17.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60uFcM5oeyZ2olm1KvHuX2mA3nIRT1v { width:3.875rem;height:3.875rem;top:43.4375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2szvIW8VmXKfO4vcSKD7zu2V6eEFOTe { top:46.125rem;left:7.625rem;width:25.375rem;height:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.625rem;left:0rem;width:43.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:2.75rem;left:37.0625rem;width:9.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:2.75rem;left:33.5625rem;width:14.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn { display:block; }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnW0iqEv9sFDUT1NUN0OrgD7uAatdmWb { width:23.125rem;height:3.25rem;top:1.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi7UtZo1CmhyqKGgGwLqW30GJK8rHflT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS { 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;display:block; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { background-color: transparent; background-image: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { display: none; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .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); }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { border-width: 0; border-radius: 0; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JM6UGAUBNOvsEVG8G7bQJcyJ2VxAkBuS > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJPMycHZX3yWliQlL1rhL7n6dqugUHZa { width:19.3125rem;height:5.6875rem;top:11.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz9XCxxzsII9O3a28lucorOUx6pIWJuB { width:19.3125rem;height:7.375rem;top:13.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvVBVcUTvu5l1HKRc21WT021HzZGwtCx { width:19.3125rem;height:8.9375rem;top:17.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtgQwvqelmf5inskzomZUSXAZMw5aqIi { width:16.75rem;height:3.6rem;top:12.5rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxZSCNKCA3lxh8CQGy5XeInNCcSDIRz5 { width:16.875rem;height:2.55rem;top:17.5rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVsFuf8rlo0HlpSkJvbKDq06Dhlog0Ar { top:2.5rem;left:0.5rem;width:19.5rem;height:9.9375rem;z-index:15014;overflow:hidden;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlh0mtlUDQLdUwsXx7fm4004T8rl6z4t { width:14.0625rem;height:2.8125rem;top:22.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anJB9QHlAR9lN5E8QN0g0kqmolbOFlco { width:15.5rem;height:2.625rem;top:27.5rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4gDfeJqCBWg2eTr0k0v3gQAdQuLeMLZ { display:block; }
 }@media only screen and (max-width: 763px) { #ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { display:block; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLJMQgQ9ZGWNrvxN9ns1VOLCVT1Awdbo { width:15.125rem;height:1.65rem;top:0.625rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDWEPaTkmGBFPS8y80GMHPiT7BHymp8 { width:17.625rem;height:20.475rem;top:3.125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNWThpfnC2xk7kLdIuBKybOkczTcWWwf { width:19rem;height:3.75rem;top:35.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1eKSQwXJ6uCsJQiQMeCtMPJAlELBSur { display:block; }
 }@media only screen and (max-width: 763px) { #PDJOMe6Jk6Ga3Zdrv8f1a50bpMyZwTbv { width:19rem;height:3.75rem;top:45.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4J9hI6T9VDM24uWtAQ4lR6VPgBFtomR { display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:20rem;height:145.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK9QsoHyaGKoc7X7EEgLlhf8UAI4q5lb { width:1.25rem;height:2.062375rem;top:3.0926513671875rem;left:1.4373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcFKDPhDv0euOJ4chLN0nS9iJASJTLEJ { width:2.4375rem;height:2.4375rem;top:13rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNWDIacO7KdulR7LbFttRrUNPWnEGm31 { width:11.0625rem;height:2.925rem;top:8rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwuLwAAKnZQ37KghvpCMkRIaSkzgAuRt { width:19.5rem;height:29.6875rem;top:6.75rem;left:0.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #vyhXBcOuZ9Hnd4k8OdN40VsTneqcbsA9 { width:18.25rem;height:5rem;top:11.75rem;left:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sXCrwazdlMi8E3XW6cO2qH3aRIDpJxJJ { width:13.75rem;height:2.275rem;top:13rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqRheWQ5lc6loEMLBbNuwQAyuA5ITrFw { width:18.25rem;height:5.1875rem;top:17.125rem;left:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gSSnP9iuCetU2fCy5DUwZu6hcRsJM8pZ { width:2.4375rem;height:2.4375rem;top:18rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLX5nB1P5kebqPw4pAicdLyOciyqa0BT { width:18.125rem;height:5.25rem;top:23rem;left:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VGTTLcKaVUeTq07rVP299uK8pzHWXB8C { width:18.25rem;height:5.25rem;top:29.25rem;left:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JOqgZkfRSi522FwV85eZOnq0EheURh5V { width:2.4375rem;height:2.4375rem;top:24.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycAt6gW4UTwJl9dFWbINcydkKAPJQiy0 { width:3.1875rem;height:3.1875rem;top:29.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TTnKLlJvT3Qg7kReOJCUvOKv8ESbpw { width:13.5rem;height:3.4125rem;top:17.75rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI5QCdMU1hmqCd21uE1r2roPNZt8GTP2 { width:13.75rem;height:2.275rem;top:24.25rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmZsnJiK6fNdT7Op1Ew0sN3s1e8UesCi { width:14.6875rem;height:2.275rem;top:30.5rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiDdZfuk5aTqg5VGiWqhtvAxp63TdKod { width:19.625rem;height:31.625rem;top:113rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #XRLaKeAVcCAkOZkdMvn3CX94vSST329T { width:20rem;height:1.4625rem;top:114.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP5xbEHRTC7xxVUCOtoxrFcZcKyEUgvG { width:18.125rem;height:5rem;top:118rem;left:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #n3pnooZAEl1T5lDRgEN8zLt2rFZm7EvD { width:3.1875rem;height:3.1875rem;top:118.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CncT5widCoumVSfRnPdqR37bAAq9FEHm { width:18.125rem;height:3.75rem;top:124.25rem;left:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tEadk4rooOiq8B2XDBCbxrOeZIsPlmq9 { width:12.125rem;height:2.275rem;top:119.25rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDLqdbFup621QzsDic0X2h37hs0zTQfO { width:2.0625rem;height:2.0625rem;top:125.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEvWUfGvNmOEd7lLryss8QWHET5CHLEW { width:13.5625rem;height:1.1375rem;top:125.61249923706rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgEGNIdd8v9bF04kGRSJBtebA2Rz5y2t { width:18.125rem;height:4.0625rem;top:129rem;left:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ekh98K3Tc4BgVb4nXEdsixwlZyLTdltb { width:2.3125rem;height:2.3125rem;top:129.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVVou0pXPzsWSmmUZF9PGsWzRU7O9REy { width:12.3125rem;height:2.275rem;top:129.91249847412rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vh0Odz1Bktrh5dmrHTlOwf5IDGTt6W { width:18.125rem;height:4.25rem;top:133.90000152588rem;left:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZAV0O13ewiyP0VWSTRZgDwTLNvyxByQB { width:2.875rem;height:2.875rem;top:134.58750152588rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKCyXpMTDEkP4zqIqayvWghPcG6FcuIq { width:18.125rem;height:4.0625rem;top:139.21250152588rem;left:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mhx3JaIhGAnQXW8d0SsWazfduGT8KJJ3 { width:13.125rem;height:2.275rem;top:134.88750076294rem;left:4.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTziufBmHlqEdIJ1no3vT31iuwX3vm2f { width:2.4375rem;height:2.4375rem;top:140.02500152588rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmgniwNT1K9WzuB5y4pX0Vw0b2mHR3MF { width:12.375rem;height:1.1375rem;top:140.67499923706rem;left:4.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaxd8dwLweZ59VgpkuGJxW2r6RJNV7pd { width:18.125rem;height:21.1875rem;top:38rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvdobItvJ3O2PRCeg7T3DDl4lmvWcToD { width:19rem;height:3.75rem;top:106.75rem;left:0rem;font-size:1.375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #FaARlef4dx8BbTpoG6udizDmgLBgxFEH { display:block; }
 }@media only screen and (max-width: 763px) { #v6uXD7b7mK9sCQePiZIV5DDcZLBARLOv { width:19rem;height:3.75rem;top:1.75rem;left:1rem;font-size:1.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #WBnVitIuTgm2xumQphN1WkPTFD5kFQJz { display:block; }
 }@media only screen and (max-width: 763px) { #gvUIfFGNg4yPG3A04QLNgCTSKAdIJRAI { width:18.125rem;height:20.1875rem;top:60.5rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #J3QQtymWTkCvnXmANJ4sygclWr1r1Jn6 { width:16.1875rem;height:16.8rem;top:41.75rem;left:2.5rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ILM2Zk37vur1aVlrbNrEGsWLJxOnKw0m { width:18.125rem;height:21.125rem;top:82.8125rem;left:1.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UhSXcqsPUQscTLiZEdFByb0Sv2IT2y7w { width:3rem;height:3rem;top:38.5625rem;left:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hMAgw4FSwsmLHZgkfsJga11oK79NIcZv { width:9.9375rem;height:1.4625rem;top:39.25rem;left:5rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #IRV6HiJtrtMHqIwb8vF90D6DtdMbSr2L { width:2.9375rem;height:2.9375rem;top:61.5rem;left:1.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #RBMSPZfgthypiCGmIviIrvz4vBy59H4s { width:12.5rem;height:2.925rem;top:61.75rem;left:5rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qVJ8ePzGPlTzpa865OcaSDe6kkdIEwZl { width:16.8125rem;height:11.2rem;top:65.5rem;left:2.5rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IpTfrJFBFOzuMzvaVxM6TqbEcKAtZQhz { width:15.1875rem;height:9.8rem;top:89.8125rem;left:2.40625rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #swu2TleBcJ5Z45ypW1ntEFEwlTLvQLgM { width:11.875rem;height:2.925rem;top:85.5625rem;left:4.59375rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hyn4FccGTNGxu6ZWspCHuwZ0T2LgzzHK { width:3.4375rem;height:3.4375rem;top:85.306249618531rem;left:1.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls { display:block; }#TgbkBl0LFgIgBA85EZ1bsLUCug4t4Kls > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGbUlilDlroTt0ERfniBXgkLrtKzXHsl { width:17.125rem;height:1.4625rem;top:7.5rem;left:1.4375rem;font-size:1.125rem;display:block; }#nGbUlilDlroTt0ERfniBXgkLrtKzXHsl li:before{  }
 }@media only screen and (max-width: 763px) { #ToSuJ8x7ltVEJzXGZuTomV8IrwqoTy4h { width:16.1875rem;height:0;top:21.25rem;left:2.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdQ3q5lwpQ9EtTMBWsBuouOxN0EQPobS { width:2.3125rem;height:2.3125rem;top:29.122314453125rem;left:2.540283203125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTv87FQ1Pq7X3c8bgqc1BtNT9cDGLsqw { width:9.9375rem;height:0;top:62.945831298825rem;left:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDhxR0P1K8iaUzsuzJLV8aNIxofIb2AC { width:18.125rem;height:21.8125rem;top:23.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2lG6zcy0LqJcJLcwSo9K2KFhqOORS2z { width:8.5625rem;height:1.4625rem;top:5.09375rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8mG8oS4GhCaqi8vw5JMvolzoOKDIR8p { width:2.9375rem;height:2.9375rem;top:4.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5LUfhaFyKctATbKscWNW1LuFwwHPueD { width:16.5rem;height:14rem;top:7.5625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOProAByra2oHcEigZDxrRttsAtIBZFN { width:18.0625rem;height:18.5625rem;top:1.4375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEgZuLpXZqIXNWhzzLAudUzg9Ar4U1LN { width:18.125rem;height:18.9375rem;top:3.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsgglkwmJ0SThG7r0iB31VkXdxUyPDIc { width:17.6875rem;height:0;top:66.777085876462rem;left:2.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1OS1bhwNoC7tCuDikLmXL9gRRm3f0fN { width:3.875rem;height:3.875rem;top:71.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJXh0RiZnlcIFad7x47rRViwATbE7qvw { width:16.8125rem;height:0;top:47.5rem;left:1.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #heQfPH6nAQKxh7aINPvmRxOf1kUEVW0J { width:18.125rem;height:20.25rem;top:47.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lS4a6Xaf2eyScwAHA3wPTeSXzTE1z3 { width:13.625rem;height:2.925rem;top:25.0625rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANRDp34JlWyPHOIMeA5PqIiURdOz8lEt { width:3rem;height:3rem;top:25.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rut2wcZheFEVF1RoynWtwyai9bVbFJWH { width:15.9375rem;height:15.4rem;top:28.8125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRJwgscx0gvaowwWQoTHguXAoN93t5Tk { width:17.6875rem;height:0;top:83.75rem;left:2.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3zt6d1OAmW3btnZpDNfSacytX7dUSyI { width:3.875rem;height:3.875rem;top:86.033334350587rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u23Xw1SkaRIbWH18GOOccElOFISNVXmC { width:20rem;height:0;top:89.220834350587rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQiEI21gT1eCJlOVrW6DRmORvWhBLD9O { width:20rem;height:18.0625rem;top:151.97083511352rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEZ1deBhGP8SusgWnvBsGILv9iuwbKXD { width:10.5rem;height:2.925rem;top:48.8125rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60uFcM5oeyZ2olm1KvHuX2mA3nIRT1v { width:3.0625rem;height:3.0625rem;top:48.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2szvIW8VmXKfO4vcSKD7zu2V6eEFOTe { width:15.75rem;height:14rem;top:52.5625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:0.8125rem;top:4.9124984741211rem;left:5.21875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:0.8125rem;top:6.15625rem;left:2.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#HNwoCCQB0NRibTEwX8l8VGyeiJuOsXLn > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnW0iqEv9sFDUT1NUN0OrgD7uAatdmWb { width:19rem;height:3.25rem;top:1.25rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi7UtZo1CmhyqKGgGwLqW30GJK8rHflT { display:block; }
 }