.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:255,239,204;--color-primary-1:254,206,102;--color-primary-2:254,174,0;--color-primary-3:254,174,3;--color-primary-4:51,35,0;--color-secondary-0:218,237,235;--color-secondary-1:130,195,188;--color-secondary-2:5,134,120;--color-secondary-3:3,67,60;--color-secondary-4:1,20,18;--color-tertiary-0:255,252,252;--color-tertiary-1:255,244,247;--color-tertiary-2:255,232,238;--color-tertiary-3:128,116,119;--color-tertiary-4:38,35,36;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm { position:relative;display:block; }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm { background-color: transparent; background-image: none; }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm > .row .container > .video-iframe-container { display: none; }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm > .row > .video-iframe-container { display: none; }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm > .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); }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm { border-width: 0; border-radius: 0; }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm > .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; }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.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; }#b9310a34ef405057f4acac5a6322d1a5 { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:42rem;width:74.9375rem;top:7.43701171875rem;left:0rem;display:block; }
#lb2a0f9f6b1bd9abfecc4155439b75a0 { color:#000000;display:block;width:55.81125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:0.672607421875rem;left:9.59326171875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b8a4e7955e377801fa07b57a5e3dec92 { box-sizing:content-box;height:7.375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.0625rem;left:0rem;display:block; }
#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row .container { background-color: transparent; background-image: none; }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row .container > .video-iframe-container { display: none; }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row > .video-iframe-container { display: none; }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .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); }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row .container { border-width: 0; border-radius: 0; }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Jc2d5e818132c88de9ec57302bc0da83 { 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.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#hb182022370e488e5713dc90c2feac42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ae9b59d83a370c7cb2595ea2a634c8a8 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.6250019073486rem;left:12.500000953674rem;display:block; }
#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row .container { background-color: transparent; background-image: none; }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row .container > .video-iframe-container { display: none; }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row > .video-iframe-container { display: none; }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .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); }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row .container { border-width: 0; border-radius: 0; }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#o87b0c456491a0ae9b8d99e9341cc695 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:;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; }
#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row .container { background-color: transparent; background-image: none; }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row .container > .video-iframe-container { display: none; }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row > .video-iframe-container { display: none; }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .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); }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row .container { border-width: 0; border-radius: 0; }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#b73eb68b3997f47d391fc107262fe374 { position:absolute;display:block;z-index:15030;height:13.5625rem;width:24.375rem;top:0.93711090087888rem;left:25.312370300293rem;display:block; }
#e7ea7e30170d8489d8eb0f7cecbc0d60 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dec8f944-abd1-4083-8e6a-da51e4bc90e5/Punjabi2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.90625rem;left:25.25rem;display:block; }#e7ea7e30170d8489d8eb0f7cecbc0d60.adaptive-delivery-prevent-bg, #e7ea7e30170d8489d8eb0f7cecbc0d60.lazyload, #e7ea7e30170d8489d8eb0f7cecbc0d60.lazyloading { background-image: none; }
#J4e1dce901d0b1dff819aa0d0b3a56d8 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2bd9cc63-21ab-4cdc-985a-0db006ed7f5a/Punjabi3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#J4e1dce901d0b1dff819aa0d0b3a56d8.adaptive-delivery-prevent-bg, #J4e1dce901d0b1dff819aa0d0b3a56d8.lazyload, #J4e1dce901d0b1dff819aa0d0b3a56d8.lazyloading { background-image: none; }
#y8021017299b8e4f3b2483a01218126d { position:absolute;display:block;z-index:15031;height:13.5rem;width:24.375rem;top:0.93711090087888rem;left:0.31105041503906rem;display:block; }
#P7bc5a798e7e080dc0ecd76d2d1cdf21 { position:absolute;display:block;z-index:15026;height:13.5625rem;width:24.1875rem;top:0.93711090087888rem;left:50.311737060547rem;display:block; }
#ylSIbkytRdg7dHnJtWk1LmTFLJ8iHmMc { position:absolute;display:block;z-index:14985;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aa6e8437-da28-4530-9eb9-b4abd2349fec/Punjabi1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5620625rem;width:24.374625rem;top:0.86358356475831rem;left:0.27027893066406rem;display:block; }#ylSIbkytRdg7dHnJtWk1LmTFLJ8iHmMc.adaptive-delivery-prevent-bg, #ylSIbkytRdg7dHnJtWk1LmTFLJ8iHmMc.lazyload, #ylSIbkytRdg7dHnJtWk1LmTFLJ8iHmMc.lazyloading { background-image: none; }
#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row .container { background-color: transparent; background-image: none; }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row .container > .video-iframe-container { display: none; }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row > .video-iframe-container { display: none; }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .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); }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row .container { border-width: 0; border-radius: 0; }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#a10514005436e1a3c6629652260b667d { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cedf14c3-3a3f-464e-a4ba-2e4f7c93349d/Punjabi5.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#a10514005436e1a3c6629652260b667d.adaptive-delivery-prevent-bg, #a10514005436e1a3c6629652260b667d.lazyload, #a10514005436e1a3c6629652260b667d.lazyloading { background-image: none; }
#ffffd14408fe02d9fc788632f334db55 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a434a3e2-4dfc-4cf2-a97e-12bf8830edf7/Punjabi6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#ffffd14408fe02d9fc788632f334db55.adaptive-delivery-prevent-bg, #ffffd14408fe02d9fc788632f334db55.lazyload, #ffffd14408fe02d9fc788632f334db55.lazyloading { background-image: none; }
#b65f63596009d9c19a22687bb885b2d0 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c52cd30b-95f6-4064-9367-8f8bc27e5f01/Punjabi4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#b65f63596009d9c19a22687bb885b2d0.adaptive-delivery-prevent-bg, #b65f63596009d9c19a22687bb885b2d0.lazyload, #b65f63596009d9c19a22687bb885b2d0.lazyloading { background-image: none; }
#O41178d564b0cae0975f9ed4197bcfc7 { position:absolute;display:block;z-index:15031;height:13.5625rem;width:24.125rem;top:0.28079986572266rem;left:50.311714172363rem;display:block; }
#c3ba926694ee87a99cf9a6ad50040c01 { position:absolute;display:block;z-index:15026;height:13.5625rem;width:24.125rem;top:0.28079986572266rem;left:25.312370300293rem;display:block; }
#tf4f1b6092459b33a8ad9f1fa8b6eb84 { position:absolute;display:block;z-index:15029;height:13.3125rem;width:24.375rem;top:0.37423706054688rem;left:0.31171035766601rem;display:block; }
#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row .container { background-color: transparent; background-image: none; }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row .container > .video-iframe-container { display: none; }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row > .video-iframe-container { display: none; }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .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); }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row .container { border-width: 0; border-radius: 0; }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#n85466cbe080483cd387191a231afd23 { position:absolute;display:block;z-index:15019;height:13.5625rem;width:24rem;top:0.28014373779297rem;left:25.312370300293rem;display:block; }
#I8818b7c2914d03a11064a10a08f1375 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2d728dd8-23f0-478f-b977-537a27e05431/Punjabi8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#I8818b7c2914d03a11064a10a08f1375.adaptive-delivery-prevent-bg, #I8818b7c2914d03a11064a10a08f1375.lazyload, #I8818b7c2914d03a11064a10a08f1375.lazyloading { background-image: none; }
#ad59f4c068c65c4eb0dbd064c70fec3e { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e17f3617-3b39-4656-88d9-915ed4742619/Punjabi9.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#ad59f4c068c65c4eb0dbd064c70fec3e.adaptive-delivery-prevent-bg, #ad59f4c068c65c4eb0dbd064c70fec3e.lazyload, #ad59f4c068c65c4eb0dbd064c70fec3e.lazyloading { background-image: none; }
#T8eeddea98f987b299fdb0a8c4d77093 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/62f411e1-7a4d-422a-b50b-1f993b97f14f/Punjabi7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#T8eeddea98f987b299fdb0a8c4d77093.adaptive-delivery-prevent-bg, #T8eeddea98f987b299fdb0a8c4d77093.lazyload, #T8eeddea98f987b299fdb0a8c4d77093.lazyloading { background-image: none; }
#fb980bfdc068af4cec83e37de8e1cad5 { position:absolute;display:block;z-index:15026;height:13.5625rem;width:24.125rem;top:0.28014373779297rem;left:50.311714172363rem;display:block; }
#Ad43756e0d48097c3ae7dc3888b7a9ae { position:absolute;display:block;z-index:15023;height:13.5625rem;width:24.4375rem;top:0.34262084960938rem;left:0.31171035766601rem;display:block; }
#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row .container { background-color: transparent; background-image: none; }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row .container > .video-iframe-container { display: none; }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row > .video-iframe-container { display: none; }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .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); }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row .container { border-width: 0; border-radius: 0; }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#E7a83ab8ad4cc4ae8f682697d92cd594 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/37f4ff3c-e8f6-44ec-9f52-96f464041b64/Punjabi11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#E7a83ab8ad4cc4ae8f682697d92cd594.adaptive-delivery-prevent-bg, #E7a83ab8ad4cc4ae8f682697d92cd594.lazyload, #E7a83ab8ad4cc4ae8f682697d92cd594.lazyloading { background-image: none; }
#b5b641cbf628820bfaa5ef90df762f42 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8c2ecd00-9b41-4112-bcc6-72e2dd067171/Punjabi12.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#b5b641cbf628820bfaa5ef90df762f42.adaptive-delivery-prevent-bg, #b5b641cbf628820bfaa5ef90df762f42.lazyload, #b5b641cbf628820bfaa5ef90df762f42.lazyloading { background-image: none; }
#ea424f0bff5d59232d55afd0d2618e51 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e9d5b453-deab-4708-a23d-c92c07a1d704/Punjabi10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#ea424f0bff5d59232d55afd0d2618e51.adaptive-delivery-prevent-bg, #ea424f0bff5d59232d55afd0d2618e51.lazyload, #ea424f0bff5d59232d55afd0d2618e51.lazyloading { background-image: none; }
#a51f41241bd86b0af9ed2fa476250771 { position:absolute;display:block;z-index:15019;height:13.5625rem;width:24.125rem;top:0.28014373779297rem;left:50.311714172363rem;display:block; }
#d8e84d5508c85be5a228769ffa466fa9 { position:absolute;display:block;z-index:15019;height:13.5625rem;width:24.4375rem;top:0.28014373779297rem;left:0.24921035766601rem;display:block; }
#xa600b8c74cbb4514451e0dd31f2c61b { position:absolute;display:block;z-index:15022;height:13.5625rem;width:24.125rem;top:0.28014373779297rem;left:25.312370300293rem;display:block; }
#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row .container { background-color: transparent; background-image: none; }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row .container > .video-iframe-container { display: none; }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row > .video-iframe-container { display: none; }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .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); }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row .container { border-width: 0; border-radius: 0; }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#f02db43adc6e5a9ec81548396a46f916 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:;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; }
#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row .container { background-color: transparent; background-image: none; }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row .container > .video-iframe-container { display: none; }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row > .video-iframe-container { display: none; }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .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); }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row .container { border-width: 0; border-radius: 0; }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#WRtF15xOPBG9I9rIrRMaC0rgmieTTK7F { 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.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#hvLMe1iUpDKS3HhV1wNaw4MP16Gmxlhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3edX7wfC9TKaSnuDmt1NU0hdAeyzHop { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.6250019073486rem;left:12.500000953674rem;display:block; }
#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { background-color: transparent; background-image: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .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); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { border-width: 0; border-radius: 0; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#f6f609d5dfbfdb432534b946d2f47656 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.125rem solid #f07e0f;border-left:0.125rem solid #f07e0f;border-right:0.125rem solid #f07e0f;border-bottom:0.125rem solid #f07e0f;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: none;height:3.1875rem;width:3.1875rem;top:2.625rem;left:17.0625rem;display:block; }
#d87499bf4ebdc752a1eaac1f194b4a01 { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:17rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ya44adc70ba6675c2dc2aed084fb880c { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f07e0f;border-left:0.3125rem solid #f07e0f;border-right:0.3125rem solid #f07e0f;border-bottom:0.3125rem solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:23.4375rem;top:6.8125rem;left:7rem;display:block; }
#P77f8f56b66a7964f1e3cc1f5692eaa0 { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8187408447262rem;left:7.4244794845581rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7b212bac58466db0099a5b5190e05ad { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.125rem solid #f07e0f;border-left:0.125rem solid #f07e0f;border-right:0.125rem solid #f07e0f;border-bottom:0.125rem solid #f07e0f;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: none;height:3.1875rem;width:3.1875rem;top:2.5009651184082rem;left:54.532694816589rem;display:block; }
#c41ca9a0540e5ea872cad19c33e7da4a { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2436351776123rem;left:54.530764579773rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc3e27ad6da1008ce9bd705fb2a6d3cf { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6187515258787rem;left:49.218750953674rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5e09eb9c821171a2e03631dd0493267 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f07e0f;border-left:0.3125rem solid #f07e0f;border-right:0.3125rem solid #f07e0f;border-bottom:0.3125rem solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:23.4375rem;top:6.8125rem;left:44.5rem;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.3125rem;left:54.6875rem; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row .container { background-color: transparent; background-image: none; }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row .container > .video-iframe-container { display: none; }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row > .video-iframe-container { display: none; }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .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); }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row .container { border-width: 0; border-radius: 0; }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Fbe8c51d5ba6841f8b74181ba4f1fa52 { color:#000000;display:block;width:48.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.4375rem;height:2.3555875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcd18ee80b420266a8616f172f66cea8 { box-sizing:content-box;height:3.875rem;width:49.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.75rem;left:12.625rem;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;display:block; }
#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row .container { background-color: transparent; background-image: none; }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row .container > .video-iframe-container { display: none; }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row > .video-iframe-container { display: none; }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .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); }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row .container { border-width: 0; border-radius: 0; }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#a4b06ab40ca5669e8768b9fd40c599dd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#dcbcc5b990b71e2375bdba5fc91fd706 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#d84aaf539c9d06d3744228c97cff79e6 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.687125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.5rem;height:2.84288125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#da7e85a5cc4a09ea0fff2d7969327ec0 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1270828247069rem;left:16.249480247498rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a5b6e9deeac3b59396d91baf2bbc527d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#fa65dd9590dfd1bcf9c56faad4320202 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e00ebea9bb8fc463a8cd31f9fb5cd74d { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#R512d0af5061bce0ffc159691af473ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#d564473c341154646abe4c3f8801d4be { color:rgba(var(--color-tertiary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q84b3ccc607361e584a1df121358b628 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#b2ace2fd4cb59b5697784db19d677a3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#Cd48d0082464ce729f9615acafda138e { color:rgba(var(--color-tertiary-2),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncda4ac559d07d49b8542c6667c0c144 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#s5d4619fe206b9e5d0e45263e79b47ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#Db254c2454c99aebfcf16aa03afdfcb2 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#y629b9c80d595b5133178cef1d6fecc3 { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.124801635743rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row .container { background-color: transparent; background-image: none; }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row .container > .video-iframe-container { display: none; }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row > .video-iframe-container { display: none; }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .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); }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row .container { border-width: 0; border-radius: 0; }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#db5203272f0e3122d339fae0e55e5367 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#xf4cbda3b53a24ec6b9f19f9fce99399 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#afa5a0cbd89231007444c26c29b671a8 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1248054504394rem;left:12.499999046326rem;height:2.84288125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4adaf52ff1e53f89bf967523769e237 { color:rgba(var(--color-tertiary-2),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1272163391112rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l9c80416983c09bc571343b0506fee69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#d471ece98dca258315597cf81771d9b4 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H38f5959507ac6c8d2cdd73ef320335b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#bb91630259002cca21a2be5a036ac953 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#R9783d2b4dbec8fa774ac3b70ad61a3e { color:rgba(var(--color-tertiary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zbea0f0c9e74113e88410c11bef7e58b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#q65cec9cb61afd10bf9093ba0d569ee2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#zde373bf77eeaaeaf80b66ecff2fe051 { color:rgba(var(--color-tertiary-2),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627084732056rem;left:16.249480247498rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q6f4f60d26206754b1c041af259aa4f3 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#tfe0ccef740021187df81f5299bca6da { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#a449032280e06abfbfe77c4cce796df4 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#t9e4995b081f08a1bfaaafb857bf7520 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bf3804c2b8007332082db42a6489e8ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.6875rem;left:12.5rem; }
#eca4e95388fa89bd04729f877f094461 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:30.125rem;left:12.9375rem;display:block; }
#e514ca2960e4fddaa399f3d0d355d22c { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.6875rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k4802c75f0141d1aaaf6f9892eee20c1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.9375rem;left:12.5rem; }
#o8aab5c2f0ed1dd15226b9c361328851 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.9375rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qa617c6aec0615d4b2721e9a10f6d1e2 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:26.375rem;left:12.875rem;display:block; }
#X0MS2qEOGouINKKonMDiwa2MEN86IZLx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row .container { background-color: transparent; background-image: none; }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row .container > .video-iframe-container { display: none; }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row > .video-iframe-container { display: none; }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .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); }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row .container { border-width: 0; border-radius: 0; }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#bf690d49255f94fd6bd489a6a512fcff { 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.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#ra0b70f7a5e315c95f714fd59b3548a8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p539d4fbb6876ddd6b675afe30234ca1 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.625rem;left:12.500000953674rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm { display:block; }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9310a34ef405057f4acac5a6322d1a5 { top:7.375rem;left:0rem;width:47.625rem;height:26.69224353628rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb2a0f9f6b1bd9abfecc4155439b75a0 { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8a4e7955e377801fa07b57a5e3dec92 { top:0.0625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg { display:block; }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc2d5e818132c88de9ec57302bc0da83 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb182022370e488e5713dc90c2feac42 { display:block; }
 }@media only screen and (max-width: 763px) { #ae9b59d83a370c7cb2595ea2a634c8a8 { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 { display:block; }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o87b0c456491a0ae9b8d99e9341cc695 { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ { display:block; }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b73eb68b3997f47d391fc107262fe374 { top:0.875rem;left:7.6875rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ea7e30170d8489d8eb0f7cecbc0d60 { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4e1dce901d0b1dff819aa0d0b3a56d8 { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8021017299b8e4f3b2483a01218126d { top:0.875rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7bc5a798e7e080dc0ecd76d2d1cdf21 { top:0.875rem;left:23.5625rem;width:24.1875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylSIbkytRdg7dHnJtWk1LmTFLJ8iHmMc { top:0.8125rem;left:0rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2flPAXv8xr36o5mZ99V1tKvJcnyTNd { display:block; }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a10514005436e1a3c6629652260b667d { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffffd14408fe02d9fc788632f334db55 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b65f63596009d9c19a22687bb885b2d0 { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41178d564b0cae0975f9ed4197bcfc7 { top:0.25rem;left:23.625rem;width:24.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ba926694ee87a99cf9a6ad50040c01 { top:0.25rem;left:15.875rem;width:24.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf4f1b6092459b33a8ad9f1fa8b6eb84 { top:0.3125rem;left:0rem;width:24.375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXLJTrTVLpQlF46tNin7S7T25lIhdzHG { display:block; }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n85466cbe080483cd387191a231afd23 { top:0.25rem;left:15.875rem;width:24rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8818b7c2914d03a11064a10a08f1375 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad59f4c068c65c4eb0dbd064c70fec3e { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eeddea98f987b299fdb0a8c4d77093 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb980bfdc068af4cec83e37de8e1cad5 { top:0.25rem;left:23.625rem;width:24.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad43756e0d48097c3ae7dc3888b7a9ae { top:0.3125rem;left:0rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxJXQyD4RRg0srUiFiNoDoo861yHw3iu { display:block; }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7a83ab8ad4cc4ae8f682697d92cd594 { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5b641cbf628820bfaa5ef90df762f42 { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea424f0bff5d59232d55afd0d2618e51 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51f41241bd86b0af9ed2fa476250771 { top:0.25rem;left:23.625rem;width:24.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8e84d5508c85be5a228769ffa466fa9 { top:0.25rem;left:0rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa600b8c74cbb4514451e0dd31f2c61b { top:0.25rem;left:15.875rem;width:24.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU { display:block; }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f02db43adc6e5a9ec81548396a46f916 { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI { display:block; }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRtF15xOPBG9I9rIrRMaC0rgmieTTK7F { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvLMe1iUpDKS3HhV1wNaw4MP16Gmxlhh { display:block; }
 }@media only screen and (max-width: 763px) { #c3edX7wfC9TKaSnuDmt1NU0hdAeyzHop { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { top:2.625rem;left:10.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { top:3.375rem;left:10.1875rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { top:6.8125rem;left:0.1875rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { top:9.8125rem;left:0.61197948455811rem;width:23.1875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { top:2.5rem;left:34.095194816589rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { top:3.1875rem;left:34.093264579773rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { top:9.5625rem;left:28.781250953674rem;width:14.0625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { top:6.8125rem;left:24.0625rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { top:12.3125rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq { display:block; }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbe8c51d5ba6841f8b74181ba4f1fa52 { top:3.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcd18ee80b420266a8616f172f66cea8 { top:2.75rem;left:0rem;width:47.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 { display:block; }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4b06ab40ca5669e8768b9fd40c599dd { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcbcc5b990b71e2375bdba5fc91fd706 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84aaf539c9d06d3744228c97cff79e6 { top:2.125rem;left:0rem;width:32.625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #da7e85a5cc4a09ea0fff2d7969327ec0 { top:7.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5b6e9deeac3b59396d91baf2bbc527d { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa65dd9590dfd1bcf9c56faad4320202 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e00ebea9bb8fc463a8cd31f9fb5cd74d { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R512d0af5061bce0ffc159691af473ad { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d564473c341154646abe4c3f8801d4be { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q84b3ccc607361e584a1df121358b628 { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ace2fd4cb59b5697784db19d677a3b { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd48d0082464ce729f9615acafda138e { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncda4ac559d07d49b8542c6667c0c144 { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5d4619fe206b9e5d0e45263e79b47ba { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db254c2454c99aebfcf16aa03afdfcb2 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y629b9c80d595b5133178cef1d6fecc3 { top:22.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ { display:block; }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db5203272f0e3122d339fae0e55e5367 { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf4cbda3b53a24ec6b9f19f9fce99399 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afa5a0cbd89231007444c26c29b671a8 { top:2.0625rem;left:0rem;width:40.0625rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4adaf52ff1e53f89bf967523769e237 { top:7.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9c80416983c09bc571343b0506fee69 { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H38f5959507ac6c8d2cdd73ef320335b { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb91630259002cca21a2be5a036ac953 { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbea0f0c9e74113e88410c11bef7e58b { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q65cec9cb61afd10bf9093ba0d569ee2 { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { top:14.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6f4f60d26206754b1c041af259aa4f3 { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfe0ccef740021187df81f5299bca6da { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a449032280e06abfbfe77c4cce796df4 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { top:22.125rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf3804c2b8007332082db42a6489e8ba { top:29.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eca4e95388fa89bd04729f877f094461 { top:30.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e514ca2960e4fddaa399f3d0d355d22c { top:29.6875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4802c75f0141d1aaaf6f9892eee20c1 { top:25.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { top:25.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa617c6aec0615d4b2721e9a10f6d1e2 { top:26.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0MS2qEOGouINKKonMDiwa2MEN86IZLx { display:block; }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf690d49255f94fd6bd489a6a512fcff { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0b70f7a5e315c95f714fd59b3548a8 { display:block; }
 }@media only screen and (max-width: 763px) { #p539d4fbb6876ddd6b675afe30234ca1 { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm { display:block; }#TmOcxGb0yUh7wDXgMCfgHOoU60GcLXXm > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9310a34ef405057f4acac5a6322d1a5 { height:10.875rem;width:19.8125rem;top:8.2496747970581rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #lb2a0f9f6b1bd9abfecc4155439b75a0 { width:20rem;height:8.122875rem;top:1.4840495586395rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8a4e7955e377801fa07b57a5e3dec92 { width:19.875rem;height:7.4375rem;top:0.812255859375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg { display:block; }#SPNTXUlTiZXbAg3Mhr28S3aMlfKBAavg > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc2d5e818132c88de9ec57302bc0da83 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb182022370e488e5713dc90c2feac42 { display:block; }
 }@media only screen and (max-width: 763px) { #ae9b59d83a370c7cb2595ea2a634c8a8 { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 { display:block; }#dF2ftRPwPnTvSEk28I3su9BCgmF6mAM1 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o87b0c456491a0ae9b8d99e9341cc695 { width:19.875rem;height:3.24995rem;top:0.375rem;left:-0.00146484375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ { display:block; }#P9dKpoVbf9oiMyTy6tQp8V6brEMyfysQ > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b73eb68b3997f47d391fc107262fe374 { width:20rem;height:13.5625rem;top:15.43692111969rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #e7ea7e30170d8489d8eb0f7cecbc0d60 { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4e1dce901d0b1dff819aa0d0b3a56d8 { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8021017299b8e4f3b2483a01218126d { width:20rem;height:13.5625rem;top:0.62473678588867rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #P7bc5a798e7e080dc0ecd76d2d1cdf21 { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ylSIbkytRdg7dHnJtWk1LmTFLJ8iHmMc { width:19.8745rem;height:13.4995625rem;top:0.61224174499512rem;left:0.040772318840027rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2flPAXv8xr36o5mZ99V1tKvJcnyTNd { display:block; }#om2flPAXv8xr36o5mZ99V1tKvJcnyTNd > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a10514005436e1a3c6629652260b667d { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffffd14408fe02d9fc788632f334db55 { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b65f63596009d9c19a22687bb885b2d0 { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41178d564b0cae0975f9ed4197bcfc7 { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c3ba926694ee87a99cf9a6ad50040c01 { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tf4f1b6092459b33a8ad9f1fa8b6eb84 { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pXLJTrTVLpQlF46tNin7S7T25lIhdzHG { display:block; }#pXLJTrTVLpQlF46tNin7S7T25lIhdzHG > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n85466cbe080483cd387191a231afd23 { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #I8818b7c2914d03a11064a10a08f1375 { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad59f4c068c65c4eb0dbd064c70fec3e { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eeddea98f987b299fdb0a8c4d77093 { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb980bfdc068af4cec83e37de8e1cad5 { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Ad43756e0d48097c3ae7dc3888b7a9ae { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fxJXQyD4RRg0srUiFiNoDoo861yHw3iu { display:block; }#fxJXQyD4RRg0srUiFiNoDoo861yHw3iu > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7a83ab8ad4cc4ae8f682697d92cd594 { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5b641cbf628820bfaa5ef90df762f42 { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea424f0bff5d59232d55afd0d2618e51 { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51f41241bd86b0af9ed2fa476250771 { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d8e84d5508c85be5a228769ffa466fa9 { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xa600b8c74cbb4514451e0dd31f2c61b { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU { display:block; }#wKxPdzTytKvzzKqoNcFyt1nHhPRtTLtU > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f02db43adc6e5a9ec81548396a46f916 { width:20rem;height:1.624975rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI { display:block; }#pKT1q5IlT8ZoWugREtbIF0rZIEsEifHI > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRtF15xOPBG9I9rIrRMaC0rgmieTTK7F { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvLMe1iUpDKS3HhV1wNaw4MP16Gmxlhh { display:block; }
 }@media only screen and (max-width: 763px) { #c3edX7wfC9TKaSnuDmt1NU0hdAeyzHop { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { width:2.8125rem;height:2.8125rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { width:3.4375rem;height:1.46254375rem;top:2.125rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { width:18.6875rem;height:5.8125rem;top:4.84765625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { width:18.75rem;height:2.9250875rem;top:5.873046875rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { width:2.8125rem;height:2.8125rem;top:12.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { width:3.4375rem;height:1.46254375rem;top:13.5625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { width:9.43725rem;height:2.92508125rem;top:17.124755859375rem;left:5.029296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { width:18.6875rem;height:8.125rem;top:16.24951171875rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { display:flex;width:2.375rem;height:2.375rem;top:20.874755859375rem;left:8.624755859375rem; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq { display:block; }#Ie3KXxVKre8mzSgQUbw43D0bfoDZImNq > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbe8c51d5ba6841f8b74181ba4f1fa52 { width:20rem;height:3.41171875rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcd18ee80b420266a8616f172f66cea8 { width:19.5rem;height:3.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 { display:block; }#bgfVKUeI2euoZX6HrrBhacLMTfnFgTv7 > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4b06ab40ca5669e8768b9fd40c599dd { display:flex;width:2.25rem;height:2.25rem;top:5.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dcbcc5b990b71e2375bdba5fc91fd706 { width:1.375rem;height:1.375rem;top:5.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84aaf539c9d06d3744228c97cff79e6 { width:20rem;height:3.899675rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #da7e85a5cc4a09ea0fff2d7969327ec0 { width:14.1246875rem;height:4.387625rem;top:5.1620368361473rem;left:3.7495176196098rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a5b6e9deeac3b59396d91baf2bbc527d { display:flex;width:2.25rem;height:2.25rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fa65dd9590dfd1bcf9c56faad4320202 { width:13.624625rem;height:2.60030625rem;top:10.324073255062rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e00ebea9bb8fc463a8cd31f9fb5cd74d { width:1.375rem;height:1.375rem;top:10.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R512d0af5061bce0ffc159691af473ad { display:flex;width:2.25rem;height:2.25rem;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d564473c341154646abe4c3f8801d4be { width:15.8748125rem;height:2.60030625rem;top:20.386765956879rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q84b3ccc607361e584a1df121358b628 { width:1.375rem;height:1.375rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ace2fd4cb59b5697784db19d677a3b { display:flex;width:2.25rem;height:2.25rem;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Cd48d0082464ce729f9615acafda138e { width:12.2496875rem;height:2.60021875rem;top:16.036843717098rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ncda4ac559d07d49b8542c6667c0c144 { width:1.375rem;height:1.375rem;top:16rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5d4619fe206b9e5d0e45263e79b47ba { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Db254c2454c99aebfcf16aa03afdfcb2 { width:1.375rem;height:1.375rem;top:26rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y629b9c80d595b5133178cef1d6fecc3 { width:15.9375rem;height:2.60021875rem;top:25.386765956879rem;left:3.7495176196098rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ { display:block; }#HzFvSGMrfTumbn1EwOlnRQbTb6vhryhQ > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db5203272f0e3122d339fae0e55e5367 { display:flex;width:2.2497125rem;height:2.2497125rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xf4cbda3b53a24ec6b9f19f9fce99399 { width:1.37490625rem;height:1.37490625rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afa5a0cbd89231007444c26c29b671a8 { width:20rem;height:4.2245375rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4adaf52ff1e53f89bf967523769e237 { width:11.875rem;height:3.9004625rem;top:6.8060302734375rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l9c80416983c09bc571343b0506fee69 { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { width:15.187125rem;height:2.60030625rem;top:12.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H38f5959507ac6c8d2cdd73ef320335b { width:1.375rem;height:1.375rem;top:13.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb91630259002cca21a2be5a036ac953 { display:flex;width:2.25rem;height:2.25rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { width:14.874625rem;height:2.60030625rem;top:22.537130355835rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zbea0f0c9e74113e88410c11bef7e58b { width:1.375rem;height:1.375rem;top:23.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q65cec9cb61afd10bf9093ba0d569ee2 { display:flex;width:2.25rem;height:2.25rem;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { width:15.8748125rem;height:3.90033125rem;top:17.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q6f4f60d26206754b1c041af259aa4f3 { width:1.375rem;height:1.375rem;top:18.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfe0ccef740021187df81f5299bca6da { display:flex;width:2.25rem;height:2.25rem;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a449032280e06abfbfe77c4cce796df4 { width:1.375rem;height:1.375rem;top:28.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { width:14.4375rem;height:2.60030625rem;top:27.537601470948rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bf3804c2b8007332082db42a6489e8ba { display:flex;width:2.25rem;height:2.25rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eca4e95388fa89bd04729f877f094461 { width:1.375rem;height:1.375rem;top:38.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e514ca2960e4fddaa399f3d0d355d22c { width:16.1875rem;height:1.30015625rem;top:38.268218994141rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k4802c75f0141d1aaaf6f9892eee20c1 { display:flex;width:2.25rem;height:2.25rem;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { width:10.5623125rem;height:2.60030625rem;top:32.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qa617c6aec0615d4b2721e9a10f6d1e2 { width:1.375rem;height:1.375rem;top:33.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0MS2qEOGouINKKonMDiwa2MEN86IZLx { display:block; }#X0MS2qEOGouINKKonMDiwa2MEN86IZLx > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf690d49255f94fd6bd489a6a512fcff { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0b70f7a5e315c95f714fd59b3548a8 { display:block; }
 }@media only screen and (max-width: 763px) { #p539d4fbb6876ddd6b675afe30234ca1 { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }