.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,248,222;--color-primary-1:255,235,155;--color-primary-2:255,222,89;--color-primary-3:253,215,70;--color-primary-4:159,162,144;--color-secondary-0:214,245,230;--color-secondary-1:133,224,180;--color-secondary-2:51,204,130;--color-secondary-3:0,191,99;--color-secondary-4:0,146,69;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;overflow:visible;position:relative;display:block; }#EBxiRMSs7IpAhXs3SWBOpcA4FbxWywwr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:18.875rem;height:1.625rem;font-style:normal;display:block; }
#GaBoIHwAEbupT0zMl79CwXAgUas3o9yZ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:22.5625rem;top:1.875rem;left:37.437070846558rem;display:block; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 .widget-text.counter-number { border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.4998125rem;height:5.43728125rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.781033039093rem;left:38.343099594116rem;z-index:15010; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #Ew481arW5CebgHmDAQh1JgTgTJlBRTLk { display:flex;position:relative;top:0rem;left:0rem; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #Xb5v8S3P45rKx6dfl0oKyIizf4R96dLu { width:auto; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #uvPNERvXccu0V2x5wiFzKrv6eVqWt3e5 {  }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #hzO5t9iMLXEWkvgbs6Tx8s1NvJkzxUON { display:flex;position:relative;top:0rem;left:0rem; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #WGe6fnI2q68piw9oNybf7IxEvaoK7fCt {  }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #rH5U1JILRsLwXBd3VLXJ8fmFUw5P5uVJ {  }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #LeFVRUpseaGAE6N8nabDX8mVW0eUTL8N { display:flex;position:relative;top:0rem;left:0rem; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #VOJTbvxQrWlgK4VLAa49asGRdDVHHzU7 {  }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #FHDuBktc0QCrh9MqoJ9604qUQCAhigct {  }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #HO4ericI7ztEtUDlb5VPI72SBmZLbmCV { display:flex;position:relative;top:0rem;left:0rem; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #BZaFsO35ohyhXRLTtaOehsAesC327cai {  }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #qLQmZiAn4XZxRQCeAn026R9PN9D2KMlK {  }
#Tps5SH3LdN5Kz9MSVw0LImD6VbSdEVPm { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43739375rem;width:14.4998125rem;top:2.781033039093rem;left:2.3122844696045rem;overflow:hidden;display:block; }
#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(171deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(171deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(171deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(171deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(171deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row .container { background-color: transparent; background-image: none; }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row .container > .video-iframe-container { display: none; }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row > .video-iframe-container { display: none; }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .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); }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row .container { border-width: 0; border-radius: 0; }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#UUD3CgkNAtWEUIQCNKhkQ82qTBmDqrIm { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.755859375rem;left:7.5rem;height:15.75029375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tnZXI8rsyoIKuEpzhJCEQoswsefAQmvD { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.4375rem;left:1.5625rem;height:2.51844375rem;text-align:left;text-align-last:left;display:block; }
#DyeIbU1TEOMbKIXmn05SfCZbnyD8nulR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:1.5668411254882rem;left:40.091688156128rem;height:4.224175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GlVtQLPCe6uoFfqMLPlzwpSWTi9EM47R { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0rem 0.0625rem 0.0625rem rgba(24,24,24,0.15);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.7495625rem;height:3.624675rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:7.2005214691163rem;left:39.810117721558rem;display:block; }
#kgdeNzKOpDXBNiiEFNFc2Ms3dBWEf0U8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dR2eATIvo0cmAsNGtMlE20nI3iOFbIN9 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.6875rem;left:1.5625rem;height:5.68685rem;display:block; }
#KM4pctw8R7GvUWH8RSi9mKd5pJ1huO4C { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:13.353408813476rem;left:8.5552293433838rem;overflow:hidden;display:block; }
#DuqAZGwqQ52fAK0tO4rgHTCOEnZZN8fb { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:22.5625rem;top:1.875rem;left:37.437070846558rem;display:none; }
#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.8);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; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { background-color: transparent; background-image: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container > .video-iframe-container { display: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container { display: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .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); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { border-width: 0; border-radius: 0; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#onO5D1QWv5P29QLh059U8nwxI5Ckzu81 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0rem;left:3.875rem;overflow:hidden;display:block; }
#d2hJ0Uf4NDiCeEMonPXtKFVUO60dBbKz { color:rgba(var(--color-secondary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:8.5rem;height:2.43706875rem;font-style:normal;display:block; }
#Om4y8fbL8HHfLrSiOrrJuadTB4ZuUzLs { color:rgba(24,24,24,0.7);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.59375rem;left:8.5rem;height:1.21853125rem;display:block; }
#eIfbBbdLdbwt70txFOwKSOVWnmgkL1Ui { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0rem;left:23.4375rem;overflow:hidden;display:block; }
#ClxS1HaL9c0dWlTW9zQngNT1OSrIOND5 { color:rgba(var(--color-secondary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:28.25rem;height:2.4375rem;font-style:normal;display:block; }
#gh3X1bH9HPPaXegUeFQP8SypNNPKThVw { color:rgba(24,24,24,0.7);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.59375rem;left:28.25rem;height:2.4370625rem;display:block; }
#Jp6AoJxSrc2V9eo2UL5fZlyoOC6NxN5P { color:rgba(var(--color-secondary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:45rem;height:2.4375rem;font-style:normal;display:block; }
#mfSb9Iytr5DA2HOF8QmnWsBT8q5nHttV { color:rgba(24,24,24,0.7);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.59375rem;left:45rem;height:3.65559375rem;display:block; }
#bD9CT0lgTPRAp5DSCCQeT3ZmZucuDTD1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ES3d71viO67UaN7sq5wMk1TMp5VhHy4f { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:11.1875rem;width:60rem;top:-3.125rem;left:0rem;display:block; }
#Tq1TSXKWDJrKdzXHdDZJLRkFxzQzbEvF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:1.8125rem;left:42.75rem;overflow:hidden;display:block; }
#GVKKgvZiruIHbHwloSkp0Q5kfd5h4GAx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0rem;left:40.1875rem; }
#WI7BZR9G9RrPTTVphGZJGTrg08NECznC { color:rgba(var(--color-secondary-4),1);display:block;width:14.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.533964157104rem;left:2.6866321563721rem;height:2.43706875rem;font-style:normal;display:block; }
#lO2EoIANsSsIEgZI6saEnrI8T3JMI0s6 { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:11.967232704162rem;left:31.777345657349rem;overflow:hidden;display:block; }
#QewuiFhSxiKQsxF8tCbN8cElXv6U0m4L { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6248125rem;width:7.6248125rem;top:11.940105438233rem;left:19.561632156372rem;overflow:hidden;display:block; }
#oMZVoVMenmdT4wSAniz8HOPHhdO3K6F3 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4995625rem;width:15.062375rem;top:12.502171516419rem;left:42.749570846558rem;overflow:hidden;display:block; }
#Uxvp84Nrz4wEnaVZV2OPRfS4CBTQwxik { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.22);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:11.1865rem;width:60rem;top:10.123698234558rem;left:0rem;display:block; }
#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.8);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; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container { background-color: transparent; background-image: none; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container > .video-iframe-container { display: none; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row > .video-iframe-container { display: none; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .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); }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container { border-width: 0; border-radius: 0; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#X2lSHPmsQBGpCsax3BnQJElnynFKXo1q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:29.9375rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#TRv9IT96n9O95Ud4lGTR3g6FosiCLq2V { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:30.875rem;height:2.7615rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EUtpvw4FIsKmQ0TgCUcIEyIT0kDRplkO { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:30.875rem;height:12.42675625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fSEA7ydNS9uUs95EkbxyT8PZSNZBQfkN { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.124675rem;width:6.124675rem;top:26.811525344849rem;left:0rem;overflow:hidden;display:block; }
#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { background-color: transparent; background-image: none; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container > .video-iframe-container { display: none; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row > .video-iframe-container { display: none; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .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); }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { border-width: 0; border-radius: 0; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#hUdpNoTcffDdOQq11MXuZ2p231O5zHha { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:28.75rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#ndZKa1G35OBQaEvTZ8B7tSQwcg5gu5Jx { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.5rem;height:1.625rem;display:block; }
#h7nASxImpUKwGA4vdqwMimTrhWh9pcAp { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:11.76123046875rem;left:2.5rem;height:8.4375rem;font-style:normal;display:block; }
#F7dC2FO6iFE4XdVEfHPq84nV9BiMW61B { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.7138671875rem;left:2.5rem;height:1.625rem;display:block; }
#u6WAn3TpZAnNxhJ0bXetuNyf4PIIEm1m { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:6.14990234375rem;left:33.0625rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#oT8ZKtKSlRQnqdTXuTupiCPZrxMBqW15 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:7.9755859375rem;left:33.25rem;height:1.3999rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#haCAKSstXTFa1F1cmRPamGGf8mPGz7tZ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:24.2763671875rem;left:33.0625rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#RmwCeCS2wKfwZw9JD9hGOV84LnXs9nTw { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:27.212890625rem;left:33.25rem;height:1.3999rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rQQ1GJuTTbpNcTLyTrRMyhvfsBfh04Gu { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:5.0625rem;left:33.0625rem; }
#qy21S9Ln3Tm7we4Vrai6lkdBMOqqzMm2 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:22.9638671875rem;left:33.0625rem; }
#qc82o3y2qnfsUNLOCOmdtaQOIH4iKC21 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:17.8623046875rem;left:33.25rem;height:1.3999rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Supbt4n5KBFV64SVea2q6GwZew3ar04d { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:15.181640625rem;left:33.0625rem;height:3.199225rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vJwDNMZu2Xh8Ws5SPmk2k3Qf2M2HeuPs { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:13.869140625rem;left:33.0625rem; }
#iTB9dzA115xDSsWlbqv5J8T6P7fLmbo0 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.124675rem;width:6.124675rem;top:30.487195968628rem;left:53.874784469604rem;overflow:hidden;display:block; }
#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(253,236,66,0.19));background-image: -moz-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(253,236,66,0.19));background-image: -ms-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(253,236,66,0.19));background-image: -o-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(253,236,66,0.19));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fdec4230' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fdec4230' );";background-image: linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(253,236,66,0.19));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row .container { background-color: transparent; background-image: none; }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row .container > .video-iframe-container { display: none; }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row > .video-iframe-container { display: none; }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .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); }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row .container { border-width: 0; border-radius: 0; }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#ErmdQt2kUP5ubV4pG3M1bOR9aJE9TbRr { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:17rem;left:1.25rem;display:block; }
#Mt8KADltK7Taq3fz0HV6eTVcS51ZNu4e { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.0625rem;left:1.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L7dmzZf8Z5upEJHBO9fhI1USrb9xNsL7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:26.625rem;left:2.5rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GpkhCCECEgi76XDAJ4Tbsd0MiyLgV2xk { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:17rem;left:21.25rem;display:block; }
#HlrvUHysQmgNZ8JlAENTzc42SIXIQvlU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:26.8125rem;left:22.5rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chPFb7SZxTkHuVsB22WA1mdLKKQ4oD8s { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.25rem;left:21.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#temp7p2yGCBICNvgGyd5Cb6qTCVqTI3I { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:17rem;left:41.25rem;display:block; }
#DJKhNDrP4ynqtRleUqpe8PaLLHgWgL1B { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:26.8125rem;left:42.5rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#naS5WDqiJUgp0S9c2FJ76wPTPPbfdBkm { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.25rem;left:41.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DG20lJvwOqBzKepyWrNmVqpqWtvi4WAq { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:9.9375rem;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; }
#VJXuUUE6kh0yLrWZVM2n2FKMx4htf8wP { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.75rem;left:2.25rem;height:4.14225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ez0oQrSgFmwO6qWU8ZiNS192bpNFAGDG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.5rem;left:8.6875rem; }
#IZAv1dL4rhEZiOxGVVSsOnrTGIMV7aby { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:28.6875rem; }
#ooyA8iG5gT9xKDcgEJVzq3keFRizwqZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.5rem;left:48.6875rem; }
#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f87b4f0-03c9-48fc-9828-389cded0b193/PrepsecInternationalConference.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf.adaptive-delivery-prevent-bg, #qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf.lazyload, #qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf.lazyloading { background-image: none; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container { background-color: transparent; background-image: none; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container > .video-iframe-container { display: none; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row > .video-iframe-container { display: none; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .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); }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container { border-width: 0; border-radius: 0; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#nlCx6sXcB5u4iydekpf30fwdWUQSzedt { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:10.0625rem;width:43.75rem;top:7.0625rem;left:8.1875rem;display:block; }
#kxDDMTQCthbCAKLxandL5TkQiSmx0DVR { color:rgba(var(--color-secondary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.625rem;left:10.6875rem;height:1.5435125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQtqTBgqhTAi47htvndXwR6uFfa40EIU { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5rem;left:10.6875rem;height:2.91124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xQtqTBgqhTAi47htvndXwR6uFfa40EIU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xQtqTBgqhTAi47htvndXwR6uFfa40EIU li:before{  }
#LinPcMEBmeukbQqg6zwWmg0RhsKRzwyn { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.1875rem;top:11rem;left:9.1875rem;display:block; }
#qJhpx28HVb8IliBF050wZ6UOUL8QwCqf { color:rgba(var(--color-secondary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20rem;left:10.6875rem;height:1.5435125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oS9xyTP4HZGoMbm9HtRnaBAHl8fLu36P { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.1875rem;top:22.25rem;left:8.1875rem;display:block; }
#RogHENLpFI22i1l2Mi3EgxoLnliUuHTT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.6875rem;left:10.6875rem;height:7.796225rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNBQ4Th4Wh7HWNFhqz1OJyDBByeMTATg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.25rem;left:0rem;height:2.62478125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTkorQ6CdQrDoNudUTQNdyzsTbPTnRHE { color:rgba(var(--color-secondary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:35.55078125rem;left:10.5rem;height:1.5435125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8IDatsL6ESIMALStadXhfqUqstoprK5 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:38.8125rem;left:10.6875rem;height:2.59874375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qHx279DmHB1rVWsIsF0wBSdw4txxUKWK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:14.5rem;width:43.75rem;top:18.25rem;left:8.125rem;display:block; }
#FmokFmio691nQNQ67SVSdamxO4QXgerF { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:9.125rem;width:43.75rem;top:33.9560546875rem;left:8.125rem;display:block; }
#yt9cm2yt69ZFLrnoRmgFVCtq1JvMBVgk { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.187174375rem;width:18.187375rem;top:37.749567031861rem;left:8.1868495941163rem;display:block; }
#P7zBTn69Goa3lyRRUT2JnRuC3RUh38P5 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.1875rem;top:22.25rem;left:8.1875rem;display:none; }
#TapTaLu38R2ozxfoIR80FJKI5bf5vbwT { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.124675rem;width:6.124675rem;top:43.0615234375rem;left:0rem;overflow:hidden;display:block; }
#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row .container { background-color: transparent; background-image: none; }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row .container > .video-iframe-container { display: none; }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row > .video-iframe-container { display: none; }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .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); }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row .container { border-width: 0; border-radius: 0; }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:60rem;position:relative;display:block; }#v9tn3do1uFQxInaXbLcPqx8t3x0THlXN { color:rgba(var(--color-secondary-4),1);display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.125rem;left:1.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kyMpxxlcoLJchkBtgrkTcLG83aFvnxJC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.186849832535rem;left:1.3113059997559rem;height:46.48661875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EAK3u0bCrST3fsXuV0cKdF2xyWzNJg7i { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 1.875rem rgba(51,59,76,0.15) ;height:15.0625rem;width:27.125rem;top:7.0625rem;left:32.8125rem;overflow:hidden;display:block; }
#BHFZTGTG7t7bqKfSatxZqFQQl3f37vbU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:7.0625rem;left:1.3125rem;display:block; }
#VeT5cvdWr6WtXMGk0hIXB26MxKdHkQh9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 1.875rem rgba(51,59,76,0.15) ;height:11.75rem;width:27.0625rem;top:25.9375rem;left:32.8125rem;overflow:hidden;display:block; }
#nJxafGaN4WM9u1PaHvzd1B4Mw9k6EGTW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 1.875rem rgba(51,59,76,0.15) ;height:16.25rem;width:27.125rem;top:41.8740234375rem;left:32.8125rem;overflow:hidden;display:block; }
#tvSp0pLLG6gTvqRmfvWQfn0IsFw8zenQ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.71875rem;left:1.3125rem;height:4.4987rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTZHNoP8i1pcpdbNUVgZ0bGxazrdfuRk { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.124675rem;width:6.124675rem;top:60.62336730957rem;left:53.846570968628rem;overflow:hidden;display:block; }
#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container { background-color: transparent; background-image: none; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container > .video-iframe-container { display: none; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row > .video-iframe-container { display: none; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .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); }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container { border-width: 0; border-radius: 0; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#XBbgqKFRgNUrsUZWUOLgBfkDrFfqRi1V { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1056861877441rem;left:0rem;height:2.1120875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row .container { background-color: transparent; background-image: none; }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row .container > .video-iframe-container { display: none; }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row > .video-iframe-container { display: none; }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .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); }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row .container { border-width: 0; border-radius: 0; }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:60rem;position:relative;display:block; }#tV3WZqsB5H4FQoluw8TJErWrUIaBqWpI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:18.9375rem;width:56.75rem;top:8.125rem;left:1.4375rem;display:block; }
#bChekLrxruTihKWJbh0aidJPl0SiQuhN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:13.75rem;top:7.25rem;left:45.375rem;display:block; }
#vd5c5W5SaXXn04QuccSOxitPZF0oJfLp { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:60rem;top:2.5625rem;left:0rem;display:block; }
#GXcTt2ofqwT5Irxz1wGzXd3NdiKGwxG0 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:1.4375rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gFq8ORsZVA5K0RqUxZqeGTaypXIODZde { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.874rem;height:2.43706875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.740358352661rem;left:2.4989147186279rem;display:block; }
#AKZAR7wzcD7UImSLlTe6NML8qPo7OvcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFBQ7RN0f2Ba7qC4y5ZV7AJI1lMbxkF8 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.4375rem;left:2.5rem;height:11.9965375rem;font-style:normal;display:block; }
#JOgy08bk59IZqCDtIzCZrtWIE2y5BgMG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:36.186950683594rem;left:45.374891281128rem;display:block; }
#XatfTa0mpQ7AUEB46RqeNy3rRTDF8VQ1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:60rem;top:31.625rem;left:0rem;display:block; }
#VKe4fdsDhCo16tyVQT8J0RSdNdHnGa8s { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.3125rem;width:56.75rem;top:37.1875rem;left:1.4375rem;display:block; }
#HIPPoVKFrHsHKPR7Rq1OI9vpR9x5Pbwf { color:rgba(var(--color-tertiary-4),1);display:block;width:55.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:38.5rem;left:2.5rem;height:4.4987rem;font-style:normal;display:block; }
#py88Vt80vCdP0pWo1NeaBCV98E73qdbx { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5625rem;left:1.4375rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H9MeE5uzoKRwZdCIHnLAsQ7z8KkrTSBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H9MeE5uzoKRwZdCIHnLAsQ7z8KkrTSBf > .row .container { border-width: 0; border-radius: 0; }#H9MeE5uzoKRwZdCIHnLAsQ7z8KkrTSBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9MeE5uzoKRwZdCIHnLAsQ7z8KkrTSBf > .row .container { font-size:0.875rem;font-family:arial;height:145.25rem;width:60rem;position:relative;display:none; }#F3uarxn2x3pn0y2pRgByihVGfZVgTdic { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:8rem;width:46.8125rem;top:18.8125rem;left:10.375rem;display:block; }
#mIfwB5h27dbssa6vp2gxh5z1aXKTfecs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:8.625rem;top:18.8125rem;left:1.8125rem;overflow:hidden;display:block; }
#mhD6nugBGI3prlKWCQuws3Nki534CGfI { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.84375rem;left:11.71875rem;height:5.25rem;font-style:normal;display:block; }
#WBaCRLbAH98JfgUuUQW6MLlB3QWL5ADS { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:20.75rem;left:44.5rem;display:block; }
#tygtzLmci7MoEvMtQ32yU9GaNeV0XB3V { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.0625rem;left:45.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#VwZRo8A1i5cTBoBEE55wWRR2NKCaw48l { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:8.875rem;width:46.8125rem;top:31.9375rem;left:9.8125rem;display:block; }
#prifSoQeGON17l4WGT6ipmWK0bqxmh0m { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8rem;top:31.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#Wa0f4oAes0wrDiDTRgyTqh6sTKwT6X5G { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:34.375rem;left:44.5625rem;display:block; }
#Fzc5FGcAoiXtDkBh9BoLl6bEWCAqU1UH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:41.5625rem;left:45.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#ymMsFgPT2k43eWUMa2ElEDmWrKy50Nq5 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.375rem;width:60rem;top:1.625rem;left:0rem;display:block; }
#EnMZXtE7CMAvmtHd8vGOKLUpWmuz2BPF { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.560546875rem;left:1.4375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8AUsZyz7wnAoZswRhbhQOZeJaAisQs4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.8046875rem;left:49.75rem;display:block; }
#bk9H74pJQVTO6mJTB0ZUPm0sDUxE7ZrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sb3wQnJQGKOa7QHHpGRkgb3mrykJHuWr { color:rgba(var(--color-tertiary-4),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:8.171875rem;left:2rem;height:8.9974125rem;font-style:normal;display:block; }
#Jl78GPcRcyNkwxKafxcS0UzhOJ18SIUr { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:33.75rem;left:11.71875rem;height:5.25rem;font-style:normal;display:block; }
#eiMsOt1fU273M8NgzZCIFCCTT6bblX1t { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.375rem;width:60rem;top:47.5625rem;left:0rem;display:block; }
#C93TU1xgXWxF4WlbGovDl3nU3QxVMXE0 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:49.9990234375rem;left:2.0625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nkMsqWys7bF7vFBJudEdakOwxxEVNt01 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:54.5625rem;left:2.5rem;height:5.9982625rem;font-style:normal;display:block; }
#xg5JrVhnUZn5pkLGxTDfXKVafEmTOR4r { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:8rem;width:46.8125rem;top:62.375rem;left:10.0625rem;display:block; }
#omTVcaqDKKp7sd212ZLhVUxAEBs1HDbI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:62.375rem;left:2.125rem;overflow:hidden;display:block; }
#xoctE5nGeaIm8TF6tkZ8Vkz71ChLgv9S { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:63.75rem;left:12.1875rem;height:5.25rem;font-style:normal;display:block; }
#Acwa9pXTUDLq82BHNnVbRp9S84qyvtUT { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:64.625rem;left:44.125rem;display:block; }
#I7OQK5Hw0ZEMRBvyMcdiEsw42tzLvtM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:71.875rem;left:45.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#M1DuHQ0bHJqaU1q0LGQaIFERD2BePGPq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:50.2431640625rem;left:49.75rem;display:block; }
#gQwr0kiyTcuJ7NciQMmSf7nRnUMTq11K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uevx4STm1hJ0VBTR3LQ7TbkhZsbLZTbn { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:8.875rem;width:46.8125rem;top:75.5rem;left:10rem;display:block; }
#krCVpZSfcJOZS2m1hMNaxC6ePX5vEzbN { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.0625rem;top:75.5rem;left:2.0625rem;overflow:hidden;display:block; }
#TvcA4tfffzTngpFTI1Dy4OM7hJbmLaVn { color:rgba(var(--color-tertiary-4),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:78rem;left:12.1875rem;height:3.9375rem;font-style:normal;display:block; }
#pTbilcrfpXUi6crEhTZeEd6m7f4mdMTW { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:78.1875rem;left:44.1875rem;display:block; }
#lQhLg7M2Vex7bWXTU6Q63um1DucW46P1 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:85.1875rem;left:47.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#ezBm3RlkP3EFqx6xLgg92u3uh4KpgDZ2 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.6875rem;width:60rem;top:91.077880859375rem;left:0rem;display:block; }
#E9CI8lTrCB0fNHcwSiFpbat5sr1GhFzf { color:rgba(var(--color-tertiary-4),1);display:block;width:34.74975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:94.0283203125rem;left:2.061767578125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXtdHbpB5tfkgOXHsTlltRZ5yRJ6BrVb { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:99.4951171875rem;left:2.5rem;height:7.4978375rem;font-style:normal;display:block; }
#A6yJ0pQ6DiVDqSN8m6KP1dMbywqte2Bk { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:8.875rem;width:45.5rem;top:110.74869155884rem;left:10.958335876465rem;display:block; }
#EeJ28oKmnoIRqrVqgUSHFrsseyFZQgH0 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.8125rem;top:126.435546875rem;left:3.209228515625rem;overflow:hidden;display:block; }
#TDCMzQuF3FbFbfszwzFX1hPshcdAU4sT { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:128.24829101562rem;left:12.79541015625rem;height:5.25rem;font-style:normal;display:block; }
#EZqAd6JuUx6CW1HyA82FmFAcwiGl2TTZ { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:8.6875rem;width:44.5625rem;top:126.43359375rem;left:11.701171875rem;display:block; }
#kobgcNEBBx21zL3dIWBLD1izPoO7w5AJ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8rem;top:110.74870300293rem;left:3.2096366882324rem;overflow:hidden;display:block; }
#ryde2eO8kDZfbikqTJNPI7ESRIGXMDmS { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:112.55981445312rem;left:13.09326171875rem;height:5.25rem;font-style:normal;display:block; }
#ULJylsXTT6S60xTLVR0CKwBuBwyf78ll { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:113.74877929688rem;left:43.35693359375rem;display:block; }
#U34I4DITk1mZmB7ZJ6sRKyWNiF0OhxUK { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.4375rem;top:130.24780273438rem;left:42.76318359375rem;display:block; }
#c3edzfwTNoDPNs4wb3aMs2UdDktT9TlH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.562rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:120.615234375rem;left:45.6396484375rem;height:1.29980625rem;font-style:normal;display:block; }
#USEAHNN9oK3plUlBwD2xzJER0PNoKsRW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6865rem;height:2.436525rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:94.271240234375rem;left:49.79736328125rem;display:block; }
#Svq2xKbHrUT3vKIpy4XZpAvBnbK97DlS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGfqxXPCGWIh6NMBwidrs67dBywOgbZF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.18725rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:136.62353515625rem;left:43.51318359375rem;height:1.29980625rem;font-style:normal;display:block; }
#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bd6cbf4-8867-4bab-93cd-b646699d5c90/PragaPrepsec.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn.adaptive-delivery-prevent-bg, #rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn.lazyload, #rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn.lazyloading { background-image: none; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container { background-color: transparent; background-image: none; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container > .video-iframe-container { display: none; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row > .video-iframe-container { display: none; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .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); }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container { border-width: 0; border-radius: 0; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;overflow:visible;position:relative;display:block; }#fZGRloRT8bDq6Z9UPmdzg3kOH8BUB7ck { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:4.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.1);top:14.8125rem;left:0rem;height:16.8180625rem;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; }
#uO7P4QlURRsoXg6czL3wmGX5XrmrNvZl { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.1);top:25.935846805572rem;left:0rem;height:4.5996125rem;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; }
#nL3agxpODPqFuSRNJqGDMs99HyTKXWmS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8746875rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.436962604522rem;left:20.062391281128rem;display:block; }
#woAAaTkDgGu1E0NwwLnZX1HaaEcW3Fdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container { background-color: transparent; background-image: none; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container > .video-iframe-container { display: none; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row > .video-iframe-container { display: none; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .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); }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container { border-width: 0; border-radius: 0; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#KgXd3H6sW1ATZnqBXRAQ3JCgnpL2Huqh { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.068359375rem;left:9.53125rem;height:2.1120875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c8664cb-a78b-486f-8942-0e4c31fcfbe1/receptionwide.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU.adaptive-delivery-prevent-bg, #cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU.lazyload, #cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU.lazyloading { background-image: none; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container { background-color: transparent; background-image: none; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container > .video-iframe-container { display: none; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row > .video-iframe-container { display: none; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .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); }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container { border-width: 0; border-radius: 0; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#RJrIzBssRZGVloRvenHUrxVgiV38gTmB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.124875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.686103343964rem;left:22.936742782592rem;display:block; }
#udgdyIhJBkdLA5yqievfEt3Kscc94yGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWxtfAP2OddkSJkXcf5xD3LnXq3TKIe2 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.375rem 1.0625rem rgba(var(--color-tertiary-4),0.1);top:8.25rem;left:10.3125rem;height:4.39886875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ScgR442hl0c73IJPNL2KbXrVqJwdJmJT { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.5rem;width:42.6875rem;top:6.4375rem;left:7.875rem;display:block; }
#ZqeyyNoy8Lp3fs8aon1IR5zpeKAhvp8z { 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:15028;opacity:1;top:17.623712062836rem;left:28.437501907349rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container { background-color: transparent; background-image: none; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container > .video-iframe-container { display: none; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row > .video-iframe-container { display: none; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .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); }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container { border-width: 0; border-radius: 0; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#AgXpkBzJSUQ5v7nMZVDPzdGXNBduvfNT { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.068359375rem;left:9.53125rem;height:2.1120875rem;font-style:normal;display:block; }
#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8602bd88-8ba2-4fe3-a5ec-2656ef8904c0/Czechfood.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K.adaptive-delivery-prevent-bg, #fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K.lazyload, #fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K.lazyloading { background-image: none; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container { background-color: transparent; background-image: none; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container > .video-iframe-container { display: none; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row > .video-iframe-container { display: none; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .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); }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container { border-width: 0; border-radius: 0; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:60rem;overflow:visible;position:relative;display:block; }#fWZVoXnhzQ1kvVrcgMzxD9AxOyeS7Car { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:4.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.1);top:3.75rem;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; }
#R62TAn0QiVlhzPaahu4sP0Qxvq4InC75 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4371875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50.935345172882rem;left:21.781141281128rem;display:block; }
#nGSzHOTMvpAToT1haQre7q3pbpcFUDJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMDFOsTsk6VfO263bEQ8NtrIUhFwgJAO { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.5625rem;width:55.3125rem;top:17.249350309372rem;left:2.3432064056396rem;display:block; }
#PzLm5yLUJAgqDfkkwOnvxczaob1IZFnI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:44.810116291046rem;left:27.968751907349rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.66)); }
#vcCOuS49OUBTblANUzu1gDvtugFwi16N { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.375rem 1.0625rem rgba(var(--color-tertiary-4),0.1);top:19.061957836151rem;left:4.1558170318604rem;height:21.994375rem;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; }
#XzzEBr1mBFxDhXEs4sgQwbB87wrWro47 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.124675rem;width:6.124675rem;top:53.936525344849rem;left:53.874784469604rem;overflow:hidden;display:block; }
#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container { background-color: transparent; background-image: none; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container > .video-iframe-container { display: none; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row > .video-iframe-container { display: none; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .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); }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container { border-width: 0; border-radius: 0; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#XWcp5Pm0r745e5MzN7TBLAiPJO4d5vzd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0682506561279rem;left:-0.093751907348631rem;height:2.1120875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row .container { background-color: transparent; background-image: none; }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row .container > .video-iframe-container { display: none; }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row > .video-iframe-container { display: none; }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .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); }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row .container { border-width: 0; border-radius: 0; }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#GxJxeUOm9qgWubfuVvsQ6ukQq0ETleFE { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.13) ;height:28.3125rem;width:19.375rem;top:2.7495651245117rem;left:20.562067031861rem;display:block; }
#H0KVRk9nT68FBIerApDkirDTcGnGL3Jn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:20rem;top:2.6871795654297rem;left:0rem;display:block; }
#tNx0L205vqTzaAkwFAAUd5WMfwMaTHyr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.0625rem;left:1.25rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQBmsMzPThNdZcTclxWvN3OXtV0wphD6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:13.3125rem;left:1.25rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmtnAD1y3NfOkoc5NTBBVbi3g7vDIDyP { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:13.312175750733rem;left:41.249998092651rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tR5lKaakSDnrAn2CUELxMBUwhS1fh6NF { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1248125rem;height:3.37456875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:24.18728351593rem;left:44.937070846558rem;display:block; }
#D78gM3FUO8A3ehK37H30gFxM4H0Mvui7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCRqcyyHhKRa7PdTXlTxONCQUqBMdoZ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.0625rem;left:21.8125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SP4U6VBncBcpdOau3cxLyvQRMNghfZMW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:13.1875rem;left:21.8125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTi7EzP0wWvCT6vw3hmeACkbgfCCJHkT { 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:15027;opacity:1;top:20.030384063721rem;left:28.437501907349rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#evtxi7EnpTyNWiiecTxizy4uP1ZueS04 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.436959266663rem;left:7.9682064056394rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.66)); }
#zyvUhfI5MQFwnkI22VTThL2gZF7oafDe { color:#ff0000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:17.187175750733rem;left:21.534288406372rem;height:1.51204375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ml1PMrhd03LOioHuddxcZ6WlLJSCCGff { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.13) ;height:28.25rem;width:19.375rem;top:2.8125rem;left:40.499677658081rem;display:block; }
#ATKNvoBTTXg0qtx48HoZ4uB1NrwF6CT3 { position:absolute;display:block;z-index:15030;height:3.99956875rem;width:17.561875rem;top:23.87478351593rem;left:1.2179908752441rem;display:block; }
#DBh3CXnJPQidD6MvDNQxTXywJvDkIqG4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:9.3125rem;left:21.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ehq9pASTgmKLgpwq7eMhwr8QHEOzRzwg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:5.75rem;left:41.5rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWJuHyPOu0naMTCKk1wcxX9LgEeiX4Vi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:9.3125rem;left:1.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMaF9ssxsUSZ4C6GlVNChmAKWV8eUd2C { color:#fff300;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:15.3125rem;left:1.25rem;height:1.51204375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UVunvERPNHANPEibwzNXJyN4dxfxC2AF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:8.9375rem;left:41.25rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRgVfDdfd0XGVkDV6kbqEKTP9CCFaFtU { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1248125rem;height:3.37456875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:24.18728351593rem;left:24.937067031861rem;display:block; }
#rcTqhzlcDbQO6mNwWJamI6vUv9EXUbI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container { background-color: transparent; background-image: none; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container > .video-iframe-container { display: none; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row > .video-iframe-container { display: none; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .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); }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container { border-width: 0; border-radius: 0; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#KepPNdqcVDWRa98lQPRH0xAxXQP4iNuh { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0682525634766rem;left:0.15624809265137rem;height:2.1120875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c43b248-ccf4-40df-91ab-aa37d52727b7/GeneralMeeting.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu.adaptive-delivery-prevent-bg, #GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu.lazyload, #GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu.lazyloading { background-image: none; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container { background-color: transparent; background-image: none; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container > .video-iframe-container { display: none; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row > .video-iframe-container { display: none; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .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); }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container { border-width: 0; border-radius: 0; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:60rem;overflow:visible;position:relative;display:block; }#sydZEpAW81ZvmToQGchh9CQrrfPlR7hR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:4.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.1);top:3.75rem;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; }
#M69HdtNhQgHxxAm2WF3MLxh23Errcovc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4371875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:48.810765266419rem;left:21.781141281128rem;display:block; }
#EsDEvWPTLPwExP8D4Q5UlBDQTQHNomtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4C2SRfVoKxBn5Sz5evm6CIAO9MggPK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.2495625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.375rem 1.0625rem rgba(var(--color-tertiary-4),0.1);top:17.550471305847rem;left:2.3741321563721rem;height:21.994375rem;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; }
#RZelUvsHHSgRUi595L6rhGnml39i8h2e { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.25rem;width:58.625rem;top:16.1865234375rem;left:0.62445640563965rem;display:block; }
#Sk8taV4azXSkJ8qZcLVWpOpA2ZiSn9vR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:43.497723579407rem;left:27.968751907349rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.66)); }
#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container { background-color: transparent; background-image: none; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container > .video-iframe-container { display: none; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row > .video-iframe-container { display: none; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .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); }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container { border-width: 0; border-radius: 0; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/596581af-7af9-4c65-8673-9f7f97ebef4a/PrepsecInternationalConference.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6.adaptive-delivery-prevent-bg, #nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6.lazyload, #nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6.lazyloading { background-image: none; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row .container { background-color: transparent; background-image: none; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row .container > .video-iframe-container { display: none; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row > .video-iframe-container { display: none; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .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); }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row .container { border-width: 0; border-radius: 0; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;position:relative;display:block; }#Lo920Tv4SfGiDm377ELp4rvGEOQpWRQR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:9.6245651245119rem;left:0rem;height:4.74989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tu0Z8h8VfT04KWTuDTftn7aF4voCmIvJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0rem 0.0625rem 0.0625rem rgba(24,24,24,0.15);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.625rem;left:21.125rem;display:block; }
#vPpTXzrINqeozz751fI52O9CUFaexcuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mkc1p0MbsMioaNcIm7o1u9RO2X0Q7EJ8 { 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:15028;opacity:1;top:16.5625rem;left:28.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBxiRMSs7IpAhXs3SWBOpcA4FbxWywwr { width:17.75rem;height:1.625rem;top:4.1875rem;left:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaBoIHwAEbupT0zMl79CwXAgUas3o9yZ { width:22.5625rem;height:19.3125rem;top:1.875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 { display:flex;width:18.5rem;height:5.1875rem;top:1.8125rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #Ew481arW5CebgHmDAQh1JgTgTJlBRTLk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #Xb5v8S3P45rKx6dfl0oKyIizf4R96dLu {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #uvPNERvXccu0V2x5wiFzKrv6eVqWt3e5 {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #hzO5t9iMLXEWkvgbs6Tx8s1NvJkzxUON { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #WGe6fnI2q68piw9oNybf7IxEvaoK7fCt {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #rH5U1JILRsLwXBd3VLXJ8fmFUw5P5uVJ {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #LeFVRUpseaGAE6N8nabDX8mVW0eUTL8N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #VOJTbvxQrWlgK4VLAa49asGRdDVHHzU7 {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #FHDuBktc0QCrh9MqoJ9604qUQCAhigct {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #HO4ericI7ztEtUDlb5VPI72SBmZLbmCV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #BZaFsO35ohyhXRLTtaOehsAesC327cai {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #qLQmZiAn4XZxRQCeAn026R9PN9D2KMlK {  }
 }@media only screen and (max-width: 763px) { #Tps5SH3LdN5Kz9MSVw0LImD6VbSdEVPm { top:2.75rem;left:0rem;width:14.4375rem;height:4.4183241863041rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3stGvuWoxEmscAWhTgNhES1Qh40J1eT { display:block; }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUD3CgkNAtWEUIQCNKhkQ82qTBmDqrIm { width:27.25rem;height:15.75rem;top:5.75rem;left:1.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnZXI8rsyoIKuEpzhJCEQoswsefAQmvD { width:33.25rem;height:2.5rem;top:2.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyeIbU1TEOMbKIXmn05SfCZbnyD8nulR { width:17.1875rem;height:4.1875rem;top:1.5625rem;left:30.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlVtQLPCe6uoFfqMLPlzwpSWTi9EM47R { width:17.6875rem;height:3.5625rem;top:7.1875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdeNzKOpDXBNiiEFNFc2Ms3dBWEf0U8 { display:block; }
 }@media only screen and (max-width: 763px) { #dR2eATIvo0cmAsNGtMlE20nI3iOFbIN9 { width:47.75rem;height:5.6875rem;top:22.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM4pctw8R7GvUWH8RSi9mKd5pJ1huO4C { top:13.3125rem;left:2.4302293433838rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuqAZGwqQ52fAK0tO4rgHTCOEnZZN8fb { width:22.5625rem;height:19.3125rem;top:1.875rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TODPdIF0fLDfN5mEp83cNriQo2uNfCIC { display:block; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onO5D1QWv5P29QLh059U8nwxI5Ckzu81 { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2hJ0Uf4NDiCeEMonPXtKFVUO60dBbKz { width:11.0625rem;height:2.4375rem;top:0rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om4y8fbL8HHfLrSiOrrJuadTB4ZuUzLs { width:11.0625rem;height:1.1875rem;top:2.5625rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfbBbdLdbwt70txFOwKSOVWnmgkL1Ui { width:3.75rem;height:3.75rem;top:0rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxS1HaL9c0dWlTW9zQngNT1OSrIOND5 { width:11.0625rem;height:2.4375rem;top:0rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh3X1bH9HPPaXegUeFQP8SypNNPKThVw { width:11.0625rem;height:2.4375rem;top:2.5625rem;left:22.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6AoJxSrc2V9eo2UL5fZlyoOC6NxN5P { width:8.375rem;height:2.4375rem;top:0rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSb9Iytr5DA2HOF8QmnWsBT8q5nHttV { width:11.875rem;height:3.625rem;top:2.5625rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9CT0lgTPRAp5DSCCQeT3ZmZucuDTD1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ES3d71viO67UaN7sq5wMk1TMp5VhHy4f { width:47.625rem;height:11.1875rem;top:-3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq1TSXKWDJrKdzXHdDZJLRkFxzQzbEvF { width:3.875rem;height:3.875rem;top:1.8125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVKKgvZiruIHbHwloSkp0Q5kfd5h4GAx { top:0rem;left:34.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI7BZR9G9RrPTTVphGZJGTrg08NECznC { width:14.25rem;height:2.375rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2EoIANsSsIEgZI6saEnrI8T3JMI0s6 { top:11.9375rem;left:25.652345657349rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QewuiFhSxiKQsxF8tCbN8cElXv6U0m4L { top:11.9375rem;left:13.436632156372rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMZVoVMenmdT4wSAniz8HOPHhdO3K6F3 { top:12.5rem;left:32.75rem;width:15rem;height:6.4726470759093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxvp84Nrz4wEnaVZV2OPRfS4CBTQwxik { width:47.625rem;height:11.125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg { display:block; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2lSHPmsQBGpCsax3BnQJElnynFKXo1q { top:2.125rem;left:0rem;width:29.9375rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRv9IT96n9O95Ud4lGTR3g6FosiCLq2V { top:1.8125rem;left:20.1875rem;width:27.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUtpvw4FIsKmQ0TgCUcIEyIT0kDRplkO { top:7rem;left:18.6875rem;width:29.0625rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSEA7ydNS9uUs95EkbxyT8PZSNZBQfkN { top:26.75rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxCZMedEfXbCExnKHPWnfAcApeWN5zuS { display:block; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUdpNoTcffDdOQq11MXuZ2p231O5zHha { width:28.75rem;height:23.6875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndZKa1G35OBQaEvTZ8B7tSQwcg5gu5Jx { width:23.75rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7nASxImpUKwGA4vdqwMimTrhWh9pcAp { width:23.75rem;height:8.4375rem;top:11.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7dC2FO6iFE4XdVEfHPq84nV9BiMW61B { width:23.75rem;height:1.625rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6WAn3TpZAnNxhJ0bXetuNyf4PIIEm1m { width:26.9375rem;height:1.5625rem;top:6.125rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT8ZKtKSlRQnqdTXuTupiCPZrxMBqW15 { width:26.75rem;height:1.375rem;top:7.9375rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haCAKSstXTFa1F1cmRPamGGf8mPGz7tZ { width:26.9375rem;height:3.1875rem;top:24.25rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwCeCS2wKfwZw9JD9hGOV84LnXs9nTw { width:26.75rem;height:1.375rem;top:27.1875rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQQ1GJuTTbpNcTLyTrRMyhvfsBfh04Gu { width:1.375rem;height:1.375rem;top:5.0625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy21S9Ln3Tm7we4Vrai6lkdBMOqqzMm2 { width:1.375rem;height:1.375rem;top:22.9375rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc82o3y2qnfsUNLOCOmdtaQOIH4iKC21 { width:26.75rem;height:1.375rem;top:17.8125rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Supbt4n5KBFV64SVea2q6GwZew3ar04d { width:26.9375rem;height:3.1875rem;top:15.125rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJwDNMZu2Xh8Ws5SPmk2k3Qf2M2HeuPs { width:1.375rem;height:1.375rem;top:13.8125rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTB9dzA115xDSsWlbqv5J8T6P7fLmbo0 { top:30.4375rem;left:41.6875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H { display:block; }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErmdQt2kUP5ubV4pG3M1bOR9aJE9TbRr { width:18.75rem;height:17rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt8KADltK7Taq3fz0HV6eTVcS51ZNu4e { width:18.75rem;height:1.625rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7dmzZf8Z5upEJHBO9fhI1USrb9xNsL7 { width:16.25rem;height:3.1875rem;top:26.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpkhCCECEgi76XDAJ4Tbsd0MiyLgV2xk { width:18.75rem;height:17rem;top:17rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlrvUHysQmgNZ8JlAENTzc42SIXIQvlU { width:16.25rem;height:4.75rem;top:26.8125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chPFb7SZxTkHuVsB22WA1mdLKKQ4oD8s { width:18.75rem;height:1.625rem;top:24.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #temp7p2yGCBICNvgGyd5Cb6qTCVqTI3I { width:18.75rem;height:17rem;top:17rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJKhNDrP4ynqtRleUqpe8PaLLHgWgL1B { width:16.25rem;height:3.1875rem;top:26.8125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naS5WDqiJUgp0S9c2FJ76wPTPPbfdBkm { width:18.75rem;height:1.625rem;top:24.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG20lJvwOqBzKepyWrNmVqpqWtvi4WAq { width:47.75rem;height:;top:9.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXuUUE6kh0yLrWZVM2n2FKMx4htf8wP { top:4.6875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez0oQrSgFmwO6qWU8ZiNS192bpNFAGDG { top:19.5rem;left:6.625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZAv1dL4rhEZiOxGVVSsOnrTGIMV7aby { top:19.5rem;left:22.5rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooyA8iG5gT9xKDcgEJVzq3keFRizwqZK { top:19.5rem;left:38.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf { display:block; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlCx6sXcB5u4iydekpf30fwdWUQSzedt { top:7.0625rem;left:0rem;width:43.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxDDMTQCthbCAKLxandL5TkQiSmx0DVR { top:8.625rem;left:0rem;width:38.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQtqTBgqhTAi47htvndXwR6uFfa40EIU { top:12.5rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1rem;display:block; }#xQtqTBgqhTAi47htvndXwR6uFfa40EIU li:before{  }
 }@media only screen and (max-width: 763px) { #LinPcMEBmeukbQqg6zwWmg0RhsKRzwyn { top:11rem;left:0rem;width:18.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJhpx28HVb8IliBF050wZ6UOUL8QwCqf { top:20rem;left:0rem;width:39rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS9xyTP4HZGoMbm9HtRnaBAHl8fLu36P { top:22.25rem;left:0rem;width:18.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RogHENLpFI22i1l2Mi3EgxoLnliUuHTT { top:23.6875rem;left:0rem;width:38.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNBQ4Th4Wh7HWNFhqz1OJyDBByeMTATg { width:47.75rem;height:2.5625rem;top:2.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTkorQ6CdQrDoNudUTQNdyzsTbPTnRHE { top:35.5rem;left:0rem;width:39rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8IDatsL6ESIMALStadXhfqUqstoprK5 { top:38.8125rem;left:0rem;width:38.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHx279DmHB1rVWsIsF0wBSdw4txxUKWK { top:18.25rem;left:0rem;width:43.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmokFmio691nQNQ67SVSdamxO4QXgerF { top:33.9375rem;left:0rem;width:43.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt9cm2yt69ZFLrnoRmgFVCtq1JvMBVgk { top:37.6875rem;left:0rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7zBTn69Goa3lyRRUT2JnRuC3RUh38P5 { top:22.25rem;left:0rem;width:18.1875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TapTaLu38R2ozxfoIR80FJKI5bf5vbwT { top:43rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z { display:block; }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9tn3do1uFQxInaXbLcPqx8t3x0THlXN { width:31.5rem;height:1.9375rem;top:4.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyMpxxlcoLJchkBtgrkTcLG83aFvnxJC { width:28.875rem;height:46.4375rem;top:13.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAK3u0bCrST3fsXuV0cKdF2xyWzNJg7i { top:7.0625rem;left:20.625rem;width:27.125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHFZTGTG7t7bqKfSatxZqFQQl3f37vbU { top:7.0625rem;left:0rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeT5cvdWr6WtXMGk0hIXB26MxKdHkQh9 { top:25.9375rem;left:20.6875rem;width:27.0625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJxafGaN4WM9u1PaHvzd1B4Mw9k6EGTW { top:41.8125rem;left:20.625rem;width:27.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvSp0pLLG6gTvqRmfvWQfn0IsFw8zenQ { width:28.875rem;height:4.4375rem;top:7.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZHNoP8i1pcpdbNUVgZ0bGxazrdfuRk { top:60.5625rem;left:41.6875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 { display:block; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBbgqKFRgNUrsUZWUOLgBfkDrFfqRi1V { width:47.75rem;height:2.125rem;top:1.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6WQwrk58sCBO0ESpugFxTNNn9bspv28 { display:block; }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tV3WZqsB5H4FQoluw8TJErWrUIaBqWpI { width:47.75rem;height:18.875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bChekLrxruTihKWJbh0aidJPl0SiQuhN { width:13.75rem;height:20.6875rem;top:7.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd5c5W5SaXXn04QuccSOxitPZF0oJfLp { width:47.75rem;height:26.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXcTt2ofqwT5Irxz1wGzXd3NdiKGwxG0 { width:34.875rem;height:2.875rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFq8ORsZVA5K0RqUxZqeGTaypXIODZde { width:15.8125rem;height:2.375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKZAR7wzcD7UImSLlTe6NML8qPo7OvcW { display:block; }
 }@media only screen and (max-width: 763px) { #cFBQ7RN0f2Ba7qC4y5ZV7AJI1lMbxkF8 { width:47.75rem;height:11.9375rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOgy08bk59IZqCDtIzCZrtWIE2y5BgMG { width:13.75rem;height:9.375rem;top:36.125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #XatfTa0mpQ7AUEB46RqeNy3rRTDF8VQ1 { width:47.75rem;height:16.8125rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKe4fdsDhCo16tyVQT8J0RSdNdHnGa8s { width:47.75rem;height:7.3125rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIPPoVKFrHsHKPR7Rq1OI9vpR9x5Pbwf { width:47.75rem;height:4.4375rem;top:38.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py88Vt80vCdP0pWo1NeaBCV98E73qdbx { width:34.875rem;height:2.875rem;top:33.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9MeE5uzoKRwZdCIHnLAsQ7z8KkrTSBf { display:block; }#H9MeE5uzoKRwZdCIHnLAsQ7z8KkrTSBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3uarxn2x3pn0y2pRgByihVGfZVgTdic { width:46.8125rem;height:8rem;top:18.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIfwB5h27dbssa6vp2gxh5z1aXKTfecs { width:8.625rem;height:7.9375rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhD6nugBGI3prlKWCQuws3Nki534CGfI { width:44.125rem;height:5.25rem;top:19.8125rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBaCRLbAH98JfgUuUQW6MLlB3QWL5ADS { width:13.75rem;height:9.375rem;top:20.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tygtzLmci7MoEvMtQ32yU9GaNeV0XB3V { width:12.5rem;height:1.25rem;top:28.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwZRo8A1i5cTBoBEE55wWRR2NKCaw48l { width:46.8125rem;height:8.875rem;top:31.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prifSoQeGON17l4WGT6ipmWK0bqxmh0m { width:8rem;height:8.9375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa0f4oAes0wrDiDTRgyTqh6sTKwT6X5G { width:13.75rem;height:9.375rem;top:34.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzc5FGcAoiXtDkBh9BoLl6bEWCAqU1UH { width:12.5rem;height:1.25rem;top:41.5625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMsFgPT2k43eWUMa2ElEDmWrKy50Nq5 { width:47.75rem;height:44.375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMZXtE7CMAvmtHd8vGOKLUpWmuz2BPF { width:34.9375rem;height:2.875rem;top:3.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8AUsZyz7wnAoZswRhbhQOZeJaAisQs4 { width:8.6875rem;height:2.4375rem;top:3.75rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk9H74pJQVTO6mJTB0ZUPm0sDUxE7ZrZ { display:block; }
 }@media only screen and (max-width: 763px) { #sb3wQnJQGKOa7QHHpGRkgb3mrykJHuWr { width:47.75rem;height:9rem;top:8.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl78GPcRcyNkwxKafxcS0UzhOJ18SIUr { width:44.125rem;height:5.25rem;top:33.75rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiMsOt1fU273M8NgzZCIFCCTT6bblX1t { width:47.75rem;height:42.375rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C93TU1xgXWxF4WlbGovDl3nU3QxVMXE0 { width:34.75rem;height:2.875rem;top:49.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkMsqWys7bF7vFBJudEdakOwxxEVNt01 { width:47.75rem;height:6rem;top:54.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg5JrVhnUZn5pkLGxTDfXKVafEmTOR4r { width:46.8125rem;height:8rem;top:62.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTVcaqDKKp7sd212ZLhVUxAEBs1HDbI { width:7.9375rem;height:7.9375rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoctE5nGeaIm8TF6tkZ8Vkz71ChLgv9S { width:43.125rem;height:5.25rem;top:63.75rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acwa9pXTUDLq82BHNnVbRp9S84qyvtUT { width:13.75rem;height:9.375rem;top:64.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7OQK5Hw0ZEMRBvyMcdiEsw42tzLvtM4 { width:11.1875rem;height:1.25rem;top:71.875rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1DuHQ0bHJqaU1q0LGQaIFERD2BePGPq { width:8.6875rem;height:2.4375rem;top:50.1875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQwr0kiyTcuJ7NciQMmSf7nRnUMTq11K { display:block; }
 }@media only screen and (max-width: 763px) { #uevx4STm1hJ0VBTR3LQ7TbkhZsbLZTbn { width:46.8125rem;height:8.875rem;top:75.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krCVpZSfcJOZS2m1hMNaxC6ePX5vEzbN { width:8.0625rem;height:8.875rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvcA4tfffzTngpFTI1Dy4OM7hJbmLaVn { width:41.375rem;height:3.9375rem;top:78rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbilcrfpXUi6crEhTZeEd6m7f4mdMTW { width:13.75rem;height:9.375rem;top:78.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQhLg7M2Vex7bWXTU6Q63um1DucW46P1 { width:9.5625rem;height:1.25rem;top:85.1875rem;left:38.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezBm3RlkP3EFqx6xLgg92u3uh4KpgDZ2 { width:47.75rem;height:51.6875rem;top:91.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9CI8lTrCB0fNHcwSiFpbat5sr1GhFzf { width:34.6875rem;height:2.875rem;top:94rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXtdHbpB5tfkgOXHsTlltRZ5yRJ6BrVb { width:47.75rem;height:7.5rem;top:99.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6yJ0pQ6DiVDqSN8m6KP1dMbywqte2Bk { width:45.5rem;height:8.875rem;top:110.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeJ28oKmnoIRqrVqgUSHFrsseyFZQgH0 { width:8.8125rem;height:8.6875rem;top:126.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDCMzQuF3FbFbfszwzFX1hPshcdAU4sT { width:41.1875rem;height:5.25rem;top:128.1875rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZqAd6JuUx6CW1HyA82FmFAcwiGl2TTZ { width:44.5625rem;height:8.6875rem;top:126.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kobgcNEBBx21zL3dIWBLD1izPoO7w5AJ { width:8rem;height:8.75rem;top:110.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryde2eO8kDZfbikqTJNPI7ESRIGXMDmS { width:41.3125rem;height:5.1875rem;top:112.5rem;left:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULJylsXTT6S60xTLVR0CKwBuBwyf78ll { width:13.75rem;height:9.375rem;top:113.6875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U34I4DITk1mZmB7ZJ6sRKyWNiF0OhxUK { width:14.4375rem;height:9.375rem;top:130.1875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3edzfwTNoDPNs4wb3aMs2UdDktT9TlH { width:8.5rem;height:1.25rem;top:120.5625rem;left:39.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USEAHNN9oK3plUlBwD2xzJER0PNoKsRW { width:8.625rem;height:2.375rem;top:94.25rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svq2xKbHrUT3vKIpy4XZpAvBnbK97DlS { display:block; }
 }@media only screen and (max-width: 763px) { #TGfqxXPCGWIh6NMBwidrs67dBywOgbZF { width:13.125rem;height:1.25rem;top:136.5625rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn { display:block; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZGRloRT8bDq6Z9UPmdzg3kOH8BUB7ck { width:47.75rem;height:16.8125rem;top:14.75rem;left:0rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7P4QlURRsoXg6czL3wmGX5XrmrNvZl { width:47.75rem;height:4.5625rem;top:25.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3agxpODPqFuSRNJqGDMs99HyTKXWmS { width:19.8125rem;height:3.8125rem;top:33.375rem;left:13.937391281128rem;display:block; }
 }@media only screen and (max-width: 763px) { #woAAaTkDgGu1E0NwwLnZX1HaaEcW3Fdv { display:block; }
 }@media only screen and (max-width: 763px) { #nVRMWnm5m94TanTKUS62bAc9f8sgRRoU { display:block; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgXd3H6sW1ATZnqBXRAQ3JCgnpL2Huqh { width:40.9375rem;height:2.0625rem;top:1.0625rem;left:3.4062480926514rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU { display:block; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJrIzBssRZGVloRvenHUrxVgiV38gTmB { width:14.0625rem;height:2.8125rem;top:22.625rem;left:16.811742782592rem;display:block; }
 }@media only screen and (max-width: 763px) { #udgdyIhJBkdLA5yqievfEt3Kscc94yGB { display:block; }
 }@media only screen and (max-width: 763px) { #DWxtfAP2OddkSJkXcf5xD3LnXq3TKIe2 { width:37.8125rem;height:4.375rem;top:8.25rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScgR442hl0c73IJPNL2KbXrVqJwdJmJT { top:6.4375rem;left:1.75rem;width:42.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqeyyNoy8Lp3fs8aon1IR5zpeKAhvp8z { top:17.5625rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl { display:block; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgXpkBzJSUQ5v7nMZVDPzdGXNBduvfNT { width:40.9375rem;height:2.0625rem;top:1.0625rem;left:3.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K { display:block; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWZVoXnhzQ1kvVrcgMzxD9AxOyeS7Car { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R62TAn0QiVlhzPaahu4sP0Qxvq4InC75 { width:16.375rem;height:2.8125rem;top:50.875rem;left:15.656141281128rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSzHOTMvpAToT1haQre7q3pbpcFUDJz { display:block; }
 }@media only screen and (max-width: 763px) { #kMDFOsTsk6VfO263bEQ8NtrIUhFwgJAO { top:17.1875rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzLm5yLUJAgqDfkkwOnvxczaob1IZFnI { top:44.75rem;left:21.843751907349rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcCOuS49OUBTblANUzu1gDvtugFwi16N { width:47.75rem;height:21.9375rem;top:19rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzzEBr1mBFxDhXEs4sgQwbB87wrWro47 { top:53.875rem;left:41.6875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ { display:block; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWcp5Pm0r745e5MzN7TBLAiPJO4d5vzd { width:47.75rem;height:2.125rem;top:1.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKkzLRludS5R3lnFHFsxFr85T7E8EtoO { display:block; }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxJxeUOm9qgWubfuVvsQ6ukQq0ETleFE { width:19.375rem;height:28.3125rem;top:2.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0KVRk9nT68FBIerApDkirDTcGnGL3Jn { width:20rem;height:28.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNx0L205vqTzaAkwFAAUd5WMfwMaTHyr { width:17.5rem;height:2.8125rem;top:6.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQBmsMzPThNdZcTclxWvN3OXtV0wphD6 { width:17.5rem;height:1.875rem;top:13.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmtnAD1y3NfOkoc5NTBBVbi3g7vDIDyP { width:17.9375rem;height:3.75rem;top:13.25rem;left:29.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR5lKaakSDnrAn2CUELxMBUwhS1fh6NF { width:10.0625rem;height:3.3125rem;top:24.125rem;left:34.624570846558rem;display:block; }
 }@media only screen and (max-width: 763px) { #D78gM3FUO8A3ehK37H30gFxM4H0Mvui7 { display:block; }
 }@media only screen and (max-width: 763px) { #LCRqcyyHhKRa7PdTXlTxONCQUqBMdoZ0 { width:17.5rem;height:2.8125rem;top:6.0625rem;left:14.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP4U6VBncBcpdOau3cxLyvQRMNghfZMW { width:17.5rem;height:3.75rem;top:13.125rem;left:14.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTi7EzP0wWvCT6vw3hmeACkbgfCCJHkT { top:20rem;left:22.250001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evtxi7EnpTyNWiiecTxizy4uP1ZueS04 { top:18.375rem;left:5.9057064056396rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyvUhfI5MQFwnkI22VTThL2gZF7oafDe { width:17.5rem;height:1.5rem;top:17.125rem;left:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml1PMrhd03LOioHuddxcZ6WlLJSCCGff { width:19.375rem;height:28.25rem;top:2.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKNvoBTTXg0qtx48HoZ4uB1NrwF6CT3 { top:23.8125rem;left:0rem;width:17.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBh3CXnJPQidD6MvDNQxTXywJvDkIqG4 { width:17.5rem;height:1.875rem;top:9.25rem;left:14.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehq9pASTgmKLgpwq7eMhwr8QHEOzRzwg { width:17.5rem;height:2.8125rem;top:5.75rem;left:30.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWJuHyPOu0naMTCKk1wcxX9LgEeiX4Vi { width:17.5rem;height:1.875rem;top:9.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMaF9ssxsUSZ4C6GlVNChmAKWV8eUd2C { width:17.5rem;height:1.5rem;top:15.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVunvERPNHANPEibwzNXJyN4dxfxC2AF { width:17.5rem;height:1.875rem;top:8.875rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRgVfDdfd0XGVkDV6kbqEKTP9CCFaFtU { width:10.0625rem;height:3.3125rem;top:24.125rem;left:18.749567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTqhzlcDbQO6mNwWJamI6vUv9EXUbI2 { display:block; }
 }@media only screen and (max-width: 763px) { #xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ { display:block; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KepPNdqcVDWRa98lQPRH0xAxXQP4iNuh { width:47.75rem;height:2.125rem;top:1.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu { display:block; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sydZEpAW81ZvmToQGchh9CQrrfPlR7hR { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69HdtNhQgHxxAm2WF3MLxh23Errcovc { width:16.375rem;height:2.8125rem;top:48.75rem;left:15.656141281128rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsDEvWPTLPwExP8D4Q5UlBDQTQHNomtE { display:block; }
 }@media only screen and (max-width: 763px) { #T4C2SRfVoKxBn5Sz5evm6CIAO9MggPK1 { width:47.75rem;height:21.9375rem;top:17.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZelUvsHHSgRUi595L6rhGnml39i8h2e { top:16.125rem;left:0rem;width:47.75rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk8taV4azXSkJ8qZcLVWpOpA2ZiSn9vR { top:43.4375rem;left:21.843751907349rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf { display:block; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 { display:block; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo920Tv4SfGiDm377ELp4rvGEOQpWRQR { width:47.75rem;height:4.6875rem;top:9.5625rem;left:0rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0Z8h8VfT04KWTuDTftn7aF4voCmIvJ { width:17.75rem;height:3.625rem;top:20.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPpTXzrINqeozz751fI52O9CUFaexcuT { display:block; }
 }@media only screen and (max-width: 763px) { #Mkc1p0MbsMioaNcIm7o1u9RO2X0Q7EJ8 { top:16.5625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.812066078186rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBxiRMSs7IpAhXs3SWBOpcA4FbxWywwr { width:17.562375rem;height:1.62489375rem;top:8.1244583129881rem;left:1.2179906368256rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaBoIHwAEbupT0zMl79CwXAgUas3o9yZ { width:20rem;height:6.875rem;top:9.9370660781863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 .widget-text.counter-number { padding-top:0.35375rem;padding-right:0.30875rem;padding-bottom:0.35375rem;padding-left:0.30875rem;width:1.85375rem;min-width:1.85375rem;height:1.9rem;font-size:1.414375rem;line-height:30.4px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1); }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.471875rem;height:0.75125rem;font-size:0.53rem;line-height:12.02px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 { display:flex;width:15.374875rem;height:3.9545375rem;top:10.646701812744rem;left:1.5619575977326rem;padding-top:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;padding-left:0.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #Ew481arW5CebgHmDAQh1JgTgTJlBRTLk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #Xb5v8S3P45rKx6dfl0oKyIizf4R96dLu {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #uvPNERvXccu0V2x5wiFzKrv6eVqWt3e5 {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #hzO5t9iMLXEWkvgbs6Tx8s1NvJkzxUON { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #WGe6fnI2q68piw9oNybf7IxEvaoK7fCt {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #rH5U1JILRsLwXBd3VLXJ8fmFUw5P5uVJ {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #LeFVRUpseaGAE6N8nabDX8mVW0eUTL8N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #VOJTbvxQrWlgK4VLAa49asGRdDVHHzU7 {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #FHDuBktc0QCrh9MqoJ9604qUQCAhigct {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #HO4ericI7ztEtUDlb5VPI72SBmZLbmCV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #BZaFsO35ohyhXRLTtaOehsAesC327cai {  }
 }@media only screen and (max-width: 763px) { #vmhPUHEXxrnPTaU3zE5RtTtmrW1Zm3J2 #qLQmZiAn4XZxRQCeAn026R9PN9D2KMlK {  }
 }@media only screen and (max-width: 763px) { #Tps5SH3LdN5Kz9MSVw0LImD6VbSdEVPm { width:14.4375rem;height:4.4183241863041rem;top:2.2488675117492rem;left:2.7804908752441rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3stGvuWoxEmscAWhTgNhES1Qh40J1eT { display:block; }#o3stGvuWoxEmscAWhTgNhES1Qh40J1eT > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUD3CgkNAtWEUIQCNKhkQ82qTBmDqrIm { width:20rem;height:5.1247875rem;top:19.312067508697rem;left:0rem;text-align:right;text-align-last:right;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnZXI8rsyoIKuEpzhJCEQoswsefAQmvD { width:20rem;height:4.3869375rem;top:13.107097625733rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyeIbU1TEOMbKIXmn05SfCZbnyD8nulR { width:17.1875rem;height:4.224175rem;top:0.98036098480225rem;left:1.4062502384186rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlVtQLPCe6uoFfqMLPlzwpSWTi9EM47R { width:17.7495625rem;height:3.624675rem;top:5.9673395156861rem;left:1.1241321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdeNzKOpDXBNiiEFNFc2Ms3dBWEf0U8 { display:block; }
 }@media only screen and (max-width: 763px) { #dR2eATIvo0cmAsNGtMlE20nI3iOFbIN9 { width:20rem;height:8.125rem;top:25.874567508697rem;left:0rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM4pctw8R7GvUWH8RSi9mKd5pJ1huO4C { width:4.249675rem;height:4.249675rem;top:19.312066078186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuqAZGwqQ52fAK0tO4rgHTCOEnZZN8fb { width:20rem;height:12rem;top:-0.43869400024414rem;left:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TODPdIF0fLDfN5mEp83cNriQo2uNfCIC { background-color:#ffffff;background-image:none;display:block; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { background-color: transparent; background-image: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container > .video-iframe-container { display: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row > .video-iframe-container { display: none; }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .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); }#TODPdIF0fLDfN5mEp83cNriQo2uNfCIC > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onO5D1QWv5P29QLh059U8nwxI5Ckzu81 { width:3.75rem;height:3.75rem;top:1.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2hJ0Uf4NDiCeEMonPXtKFVUO60dBbKz { width:17.5rem;height:1.29980625rem;top:6.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Om4y8fbL8HHfLrSiOrrJuadTB4ZuUzLs { width:17.5rem;height:1.21875rem;top:7.4873046875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIfbBbdLdbwt70txFOwKSOVWnmgkL1Ui { width:3.75rem;height:3.75rem;top:11.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxS1HaL9c0dWlTW9zQngNT1OSrIOND5 { width:17.5rem;height:1.29980625rem;top:15.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gh3X1bH9HPPaXegUeFQP8SypNNPKThVw { width:17.5rem;height:2.4370625rem;top:16.7373046875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6AoJxSrc2V9eo2UL5fZlyoOC6NxN5P { width:17.5rem;height:1.29936875rem;top:25.94921875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfSb9Iytr5DA2HOF8QmnWsBT8q5nHttV { width:17.5rem;height:3.65559375rem;top:27.2490234375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bD9CT0lgTPRAp5DSCCQeT3ZmZucuDTD1 { top:0rem;left:0rem;width:20rem;height:40.3125rem;z-index:14999;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ES3d71viO67UaN7sq5wMk1TMp5VhHy4f { width:19.875rem;height:11.1875rem;top:-3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq1TSXKWDJrKdzXHdDZJLRkFxzQzbEvF { width:3.99956875rem;height:3.99956875rem;top:21.983507633209rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #GVKKgvZiruIHbHwloSkp0Q5kfd5h4GAx { display:flex;width:4rem;height:4rem;top:21.1875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #WI7BZR9G9RrPTTVphGZJGTrg08NECznC { width:14.2496875rem;height:1.29936875rem;top:33.249235630036rem;left:2.8748917579651rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2EoIANsSsIEgZI6saEnrI8T3JMI0s6 { width:7.5rem;height:7.5rem;top:41.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QewuiFhSxiKQsxF8tCbN8cElXv6U0m4L { width:7.562375rem;height:7.562375rem;top:41.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMZVoVMenmdT4wSAniz8HOPHhdO3K6F3 { width:10.8745625rem;height:4.62456875rem;top:35.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxvp84Nrz4wEnaVZV2OPRfS4CBTQwxik { width:19.875rem;height:11.125rem;top:10.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg { background-color:rgba(var(--color-secondary-0),0.93);background-image:none;display:block; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container { background-color: transparent; background-image: none; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container > .video-iframe-container { display: none; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row > .video-iframe-container { display: none; }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .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); }#LAvm4CvolDEOeIopG0CtsDVkCTRwTqBg > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2lSHPmsQBGpCsax3BnQJElnynFKXo1q { width:20rem;height:14.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRv9IT96n9O95Ud4lGTR3g6FosiCLq2V { width:20rem;height:5.523rem;top:18.874241828919rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EUtpvw4FIsKmQ0TgCUcIEyIT0kDRplkO { width:20rem;height:19.33050625rem;top:26.105144500733rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fSEA7ydNS9uUs95EkbxyT8PZSNZBQfkN { width:3.937175rem;height:3.937175rem;top:14.0597884655rem;left:15.374893188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxCZMedEfXbCExnKHPWnfAcApeWN5zuS { display:block; }#FxCZMedEfXbCExnKHPWnfAcApeWN5zuS > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUdpNoTcffDdOQq11MXuZ2p231O5zHha { width:20rem;height:16.4775625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndZKa1G35OBQaEvTZ8B7tSQwcg5gu5Jx { width:20rem;height:1.462675rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7nASxImpUKwGA4vdqwMimTrhWh9pcAp { width:20rem;height:5.99934375rem;top:7.94873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7dC2FO6iFE4XdVEfHPq84nV9BiMW61B { width:20rem;height:1.462675rem;top:18.9013671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6WAn3TpZAnNxhJ0bXetuNyf4PIIEm1m { width:19.125rem;height:3.19921875rem;top:22.11279296875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT8ZKtKSlRQnqdTXuTupiCPZrxMBqW15 { width:20rem;height:1.3999rem;top:27.43701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haCAKSstXTFa1F1cmRPamGGf8mPGz7tZ { width:20rem;height:3.19921875rem;top:41.53466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwCeCS2wKfwZw9JD9hGOV84LnXs9nTw { width:20rem;height:1.3999rem;top:46.67138671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQQ1GJuTTbpNcTLyTrRMyhvfsBfh04Gu { width:1.375rem;height:1.375rem;top:26.0624984375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy21S9Ln3Tm7we4Vrai6lkdBMOqqzMm2 { width:1.375rem;height:1.375rem;top:45.29638671875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc82o3y2qnfsUNLOCOmdtaQOIH4iKC21 { width:20rem;height:1.3999rem;top:38.00927734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Supbt4n5KBFV64SVea2q6GwZew3ar04d { width:18.6875rem;height:4.79818125rem;top:31.0859375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJwDNMZu2Xh8Ws5SPmk2k3Qf2M2HeuPs { width:1.375rem;height:1.375rem;top:36.63427734375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTB9dzA115xDSsWlbqv5J8T6P7fLmbo0 { width:3.68706875rem;height:3.68706875rem;top:44.418404579162rem;left:16.312393188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H { display:block; }#hdbZJbeaC0Xi3bUmMStJ3kJc0RemRl7H > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErmdQt2kUP5ubV4pG3M1bOR9aJE9TbRr { width:18.75rem;height:17.125rem;top:20.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt8KADltK7Taq3fz0HV6eTVcS51ZNu4e { width:18.75rem;height:1.29936875rem;top:28.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7dmzZf8Z5upEJHBO9fhI1USrb9xNsL7 { width:16.25rem;height:3.1987875rem;top:30.75rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpkhCCECEgi76XDAJ4Tbsd0MiyLgV2xk { width:18.75rem;height:17rem;top:38.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlrvUHysQmgNZ8JlAENTzc42SIXIQvlU { width:16.25rem;height:3.1987875rem;top:49rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chPFb7SZxTkHuVsB22WA1mdLKKQ4oD8s { width:18.75rem;height:1.29936875rem;top:46.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #temp7p2yGCBICNvgGyd5Cb6qTCVqTI3I { width:18.75rem;height:17rem;top:57.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJKhNDrP4ynqtRleUqpe8PaLLHgWgL1B { width:16.25rem;height:3.1987875rem;top:67.375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naS5WDqiJUgp0S9c2FJ76wPTPPbfdBkm { width:18.75rem;height:1.29936875rem;top:65.0625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DG20lJvwOqBzKepyWrNmVqpqWtvi4WAq { width:20rem;height:5.1171875rem;top:13.248155593872rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXuUUE6kh0yLrWZVM2n2FKMx4htf8wP { width:20rem;height:9.66525rem;top:1.8120683431626rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ez0oQrSgFmwO6qWU8ZiNS192bpNFAGDG { display:flex;width:3.875rem;height:3.875rem;top:23.375rem;left:8.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
 }@media only screen and (max-width: 763px) { #IZAv1dL4rhEZiOxGVVSsOnrTGIMV7aby { display:flex;width:3.875rem;height:3.875rem;top:42.0625rem;left:8.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
 }@media only screen and (max-width: 763px) { #ooyA8iG5gT9xKDcgEJVzq3keFRizwqZK { display:flex;width:3.875rem;height:3.875rem;top:59.875rem;left:8.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
 }@media only screen and (max-width: 763px) { #qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da979145-b60c-4fba-9f77-15ae71ceaed0/Zrzutekranu20230320o213048.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf.adaptive-delivery-prevent-bg, #qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf.lazyload, #qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf.lazyloading { background-image: none; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container { background-color: transparent; background-image: none; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container > .video-iframe-container { display: none; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row > .video-iframe-container { display: none; }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .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); }#qfT8J4rWgfEnr3ONtHUwtodh0B4oJ0Xf > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlCx6sXcB5u4iydekpf30fwdWUQSzedt { width:20rem;height:15.5rem;top:9.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kxDDMTQCthbCAKLxandL5TkQiSmx0DVR { width:18.1875rem;height:4.874675rem;top:11.124671936035rem;left:1.1870660781861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQtqTBgqhTAi47htvndXwR6uFfa40EIU { width:17.375rem;height:5.50998125rem;top:17.875rem;left:1.3125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }#xQtqTBgqhTAi47htvndXwR6uFfa40EIU li:before{  }
 }@media only screen and (max-width: 763px) { #LinPcMEBmeukbQqg6zwWmg0RhsKRzwyn { width:12.5rem;height:0.125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJhpx28HVb8IliBF050wZ6UOUL8QwCqf { width:17.6875rem;height:3.25rem;top:28.75rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS9xyTP4HZGoMbm9HtRnaBAHl8fLu36P { width:12.5rem;height:0.1875rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RogHENLpFI22i1l2Mi3EgxoLnliUuHTT { width:17.5rem;height:15.592475rem;top:34.482421875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNBQ4Th4Wh7HWNFhqz1OJyDBByeMTATg { width:20rem;height:5.25065rem;top:2.3123013973236rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTkorQ6CdQrDoNudUTQNdyzsTbPTnRHE { width:13.0625rem;height:1.62489375rem;top:54.5rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8IDatsL6ESIMALStadXhfqUqstoprK5 { width:18.187375rem;height:3.8981125rem;top:57.999135971069rem;left:0.906033039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHx279DmHB1rVWsIsF0wBSdw4txxUKWK { width:20rem;height:24.25rem;top:27.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FmokFmio691nQNQ67SVSdamxO4QXgerF { width:20rem;height:10.25rem;top:52.874893188476rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yt9cm2yt69ZFLrnoRmgFVCtq1JvMBVgk { width:20rem;height:0.125rem;top:63.033857345581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7zBTn69Goa3lyRRUT2JnRuC3RUh38P5 { width:12.5rem;height:0.187174375rem;top:56.686201095581rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TapTaLu38R2ozxfoIR80FJKI5bf5vbwT { width:3.937175rem;height:3.937175rem;top:61.126848220825rem;left:15.471464157104rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z { display:block; }#F1lB5AdS4QS3F8FbA8DEPlOb8pcxUL5z > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9tn3do1uFQxInaXbLcPqx8t3x0THlXN { width:20rem;height:1.37478125rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyMpxxlcoLJchkBtgrkTcLG83aFvnxJC { width:20rem;height:44.62139375rem;top:11.936847686767rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAK3u0bCrST3fsXuV0cKdF2xyWzNJg7i { width:20rem;height:11.1246875rem;top:57.811428070068rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHFZTGTG7t7bqKfSatxZqFQQl3f37vbU { width:12.5rem;height:0.125rem;top:4.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeT5cvdWr6WtXMGk0hIXB26MxKdHkQh9 { width:20rem;height:8.68275rem;top:70.311418533325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJxafGaN4WM9u1PaHvzd1B4Mw9k6EGTW { width:20rem;height:11.9796875rem;top:80.20563316345rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvSp0pLLG6gTvqRmfvWQfn0IsFw8zenQ { width:20rem;height:5.24956875rem;top:5.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZHNoP8i1pcpdbNUVgZ0bGxazrdfuRk { width:3.312175rem;height:3.312175rem;top:90.498039245606rem;left:16.687284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffde59, #fdd746);background-image: -moz-linear-gradient(45deg, #ffde59, #fdd746);background-image: -ms-linear-gradient(45deg, #ffde59, #fdd746);background-image: -o-linear-gradient(45deg, #ffde59, #fdd746);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );";background-image: linear-gradient(45deg, #ffde59, #fdd746);background-size:auto !important;display:block; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container { background-color: transparent; background-image: none; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container > .video-iframe-container { display: none; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row > .video-iframe-container { display: none; }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .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); }#gKOK2JtXHqskA0FLJKIyI6Nu90aVGXG3 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBbgqKFRgNUrsUZWUOLgBfkDrFfqRi1V { width:20rem;height:2.27485rem;top:0.89353942871094rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6WQwrk58sCBO0ESpugFxTNNn9bspv28 { display:block; }#m6WQwrk58sCBO0ESpugFxTNNn9bspv28 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tV3WZqsB5H4FQoluw8TJErWrUIaBqWpI { width:20rem;height:4.125rem;top:1.5rem;left:-0.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bChekLrxruTihKWJbh0aidJPl0SiQuhN { width:20rem;height:0.625rem;top:38.25rem;left:0.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #vd5c5W5SaXXn04QuccSOxitPZF0oJfLp { width:20rem;height:36.75rem;top:1.5rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXcTt2ofqwT5Irxz1wGzXd3NdiKGwxG0 { width:20rem;height:2.03125rem;top:2.625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFq8ORsZVA5K0RqUxZqeGTaypXIODZde { width:15.874rem;height:2.5rem;top:34.375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKZAR7wzcD7UImSLlTe6NML8qPo7OvcW { display:block; }
 }@media only screen and (max-width: 763px) { #cFBQ7RN0f2Ba7qC4y5ZV7AJI1lMbxkF8 { width:18.3745625rem;height:25.98745625rem;top:7.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JOgy08bk59IZqCDtIzCZrtWIE2y5BgMG { width:20rem;height:0.75rem;top:57.503257751465rem;left:0rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #XatfTa0mpQ7AUEB46RqeNy3rRTDF8VQ1 { width:20rem;height:17.8125rem;top:40.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKe4fdsDhCo16tyVQT8J0RSdNdHnGa8s { width:20rem;height:4rem;top:40.1875rem;left:0.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #HIPPoVKFrHsHKPR7Rq1OI9vpR9x5Pbwf { width:18.3745625rem;height:10.3949375rem;top:45.531685829162rem;left:0.8121745586395rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #py88Vt80vCdP0pWo1NeaBCV98E73qdbx { width:20rem;height:2.27485rem;top:41.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9MeE5uzoKRwZdCIHnLAsQ7z8KkrTSBf { display:none; }#H9MeE5uzoKRwZdCIHnLAsQ7z8KkrTSBf > .row .container { width:20rem;height:213.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F3uarxn2x3pn0y2pRgByihVGfZVgTdic { width:20rem;height:11.25rem;top:36.1875rem;left:0rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #mIfwB5h27dbssa6vp2gxh5z1aXKTfecs { width:8.0625rem;height:7.1875rem;top:25.125rem;left:1.3125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #mhD6nugBGI3prlKWCQuws3Nki534CGfI { width:18.875rem;height:8.997375rem;top:37.34375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #WBaCRLbAH98JfgUuUQW6MLlB3QWL5ADS { width:11.625rem;height:3.625rem;top:31.5rem;left:6.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #tygtzLmci7MoEvMtQ32yU9GaNeV0XB3V { width:12.5rem;height:1.29980625rem;top:32.90625rem;left:6.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwZRo8A1i5cTBoBEE55wWRR2NKCaw48l { width:20rem;height:11.0625rem;top:60.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prifSoQeGON17l4WGT6ipmWK0bqxmh0m { width:7.25rem;height:7.875rem;top:48.8125rem;left:1.3125rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Wa0f4oAes0wrDiDTRgyTqh6sTKwT6X5G { width:13.75rem;height:4.3125rem;top:55.5rem;left:4.8125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #Fzc5FGcAoiXtDkBh9BoLl6bEWCAqU1UH { width:12.5rem;height:1.29980625rem;top:57.625rem;left:5.4375rem;text-align:center;text-align-last:center;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ymMsFgPT2k43eWUMa2ElEDmWrKy50Nq5 { width:20rem;height:70.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMZXtE7CMAvmtHd8vGOKLUpWmuz2BPF { width:20rem;height:4.54980625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8AUsZyz7wnAoZswRhbhQOZeJaAisQs4 { width:8.6875rem;height:2.4375rem;top:7.0625rem;left:5.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk9H74pJQVTO6mJTB0ZUPm0sDUxE7ZrZ { display:block; }
 }@media only screen and (max-width: 763px) { #sb3wQnJQGKOa7QHHpGRkgb3mrykJHuWr { width:18.75rem;height:12.371425rem;top:10.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl78GPcRcyNkwxKafxcS0UzhOJ18SIUr { width:18.75rem;height:8.997375rem;top:61.828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiMsOt1fU273M8NgzZCIFCCTT6bblX1t { width:20rem;height:65.4375rem;top:72.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C93TU1xgXWxF4WlbGovDl3nU3QxVMXE0 { width:20rem;height:4.54980625rem;top:73.77734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkMsqWys7bF7vFBJudEdakOwxxEVNt01 { width:18.9375rem;height:10.1220625rem;top:82.919921875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg5JrVhnUZn5pkLGxTDfXKVafEmTOR4r { width:20rem;height:10.3125rem;top:105.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTVcaqDKKp7sd212ZLhVUxAEBs1HDbI { width:7.125rem;height:7.125rem;top:94.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoctE5nGeaIm8TF6tkZ8Vkz71ChLgv9S { width:18.9375rem;height:7.87275rem;top:106.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acwa9pXTUDLq82BHNnVbRp9S84qyvtUT { width:13.75rem;height:3.9375rem;top:100.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7OQK5Hw0ZEMRBvyMcdiEsw42tzLvtM4 { width:11.1865rem;height:1.29980625rem;top:102.375rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1DuHQ0bHJqaU1q0LGQaIFERD2BePGPq { width:8.6875rem;height:2.4375rem;top:79.1015625rem;left:5.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQwr0kiyTcuJ7NciQMmSf7nRnUMTq11K { display:block; }
 }@media only screen and (max-width: 763px) { #uevx4STm1hJ0VBTR3LQ7TbkhZsbLZTbn { width:20rem;height:8.875rem;top:129.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krCVpZSfcJOZS2m1hMNaxC6ePX5vEzbN { width:7.0625rem;height:7.8125rem;top:118rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvcA4tfffzTngpFTI1Dy4OM7hJbmLaVn { width:18.875rem;height:6.7480625rem;top:130.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbilcrfpXUi6crEhTZeEd6m7f4mdMTW { width:13.75rem;height:3.5625rem;top:124.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQhLg7M2Vex7bWXTU6Q63um1DucW46P1 { width:9.56175rem;height:1.29980625rem;top:125.9375rem;left:8.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezBm3RlkP3EFqx6xLgg92u3uh4KpgDZ2 { width:20rem;height:70.75rem;top:139.3583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9CI8lTrCB0fNHcwSiFpbat5sr1GhFzf { width:20rem;height:4.54980625rem;top:140.43359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXtdHbpB5tfkgOXHsTlltRZ5yRJ6BrVb { width:19.375rem;height:11.2467625rem;top:149.9013671875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6yJ0pQ6DiVDqSN8m6KP1dMbywqte2Bk { width:20rem;height:11.1875rem;top:174.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeJ28oKmnoIRqrVqgUSHFrsseyFZQgH0 { width:7.0625rem;height:7rem;top:187.853515625rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TDCMzQuF3FbFbfszwzFX1hPshcdAU4sT { width:18.875rem;height:8.997375rem;top:199.853515625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZqAd6JuUx6CW1HyA82FmFAcwiGl2TTZ { width:20rem;height:11rem;top:199.072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kobgcNEBBx21zL3dIWBLD1izPoO7w5AJ { width:6.6875rem;height:7.3125rem;top:162.5908203125rem;left:1.3125rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #ryde2eO8kDZfbikqTJNPI7ESRIGXMDmS { width:19.1875rem;height:8.997375rem;top:175.52734375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULJylsXTT6S60xTLVR0CKwBuBwyf78ll { width:13.75rem;height:4.125rem;top:168.0908203125rem;left:4.6875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #U34I4DITk1mZmB7ZJ6sRKyWNiF0OhxUK { width:14.9375rem;height:4.375rem;top:193.3779296875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3edzfwTNoDPNs4wb3aMs2UdDktT9TlH { width:8.499rem;height:1.29980625rem;top:169.9033203125rem;left:9.5009765625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #USEAHNN9oK3plUlBwD2xzJER0PNoKsRW { width:8.625rem;height:2.375rem;top:145.9267578125rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svq2xKbHrUT3vKIpy4XZpAvBnbK97DlS { display:block; }
 }@media only screen and (max-width: 763px) { #TGfqxXPCGWIh6NMBwidrs67dBywOgbZF { width:13.125rem;height:1.29980625rem;top:195.541015625rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bd6cbf4-8867-4bab-93cd-b646699d5c90/PragaPrepsec.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn.adaptive-delivery-prevent-bg, #rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn.lazyload, #rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn.lazyloading { background-image: none; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container { background-color: transparent; background-image: none; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container > .video-iframe-container { display: none; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row > .video-iframe-container { display: none; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .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); }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container { border-width: 0; border-radius: 0; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rtx2MECQqoXTPD6uFw2TnQKwG9IDlbmn > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZGRloRT8bDq6Z9UPmdzg3kOH8BUB7ck { width:20rem;height:7.3111875rem;top:2.0361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7P4QlURRsoXg6czL3wmGX5XrmrNvZl { width:20rem;height:1.80013125rem;top:7.9812278747556rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3agxpODPqFuSRNJqGDMs99HyTKXWmS { width:14.375rem;height:3.75rem;top:11.398654937744rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woAAaTkDgGu1E0NwwLnZX1HaaEcW3Fdv { display:block; }
 }@media only screen and (max-width: 763px) { #nVRMWnm5m94TanTKUS62bAc9f8sgRRoU { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffde59, #fdd746);background-image: -moz-linear-gradient(45deg, #ffde59, #fdd746);background-image: -ms-linear-gradient(45deg, #ffde59, #fdd746);background-image: -o-linear-gradient(45deg, #ffde59, #fdd746);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );";background-image: linear-gradient(45deg, #ffde59, #fdd746);background-size:auto !important;display:block; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container { background-color: transparent; background-image: none; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container > .video-iframe-container { display: none; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row > .video-iframe-container { display: none; }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .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); }#nVRMWnm5m94TanTKUS62bAc9f8sgRRoU > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgXd3H6sW1ATZnqBXRAQ3JCgnpL2Huqh { width:20rem;height:2.7615rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c8664cb-a78b-486f-8942-0e4c31fcfbe1/receptionwide.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU.adaptive-delivery-prevent-bg, #cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU.lazyload, #cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU.lazyloading { background-image: none; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container { background-color: transparent; background-image: none; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container > .video-iframe-container { display: none; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row > .video-iframe-container { display: none; }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .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); }#cqhxVSxmgTKlrAV2GQ9OSVGcRUdIfmlU > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJrIzBssRZGVloRvenHUrxVgiV38gTmB { width:14.124875rem;height:2.8125rem;top:18.437500238419rem;left:2.9367408752441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udgdyIhJBkdLA5yqievfEt3Kscc94yGB { display:block; }
 }@media only screen and (max-width: 763px) { #DWxtfAP2OddkSJkXcf5xD3LnXq3TKIe2 { width:18.6875rem;height:4.4987rem;top:4.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScgR442hl0c73IJPNL2KbXrVqJwdJmJT { width:20rem;height:7.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqeyyNoy8Lp3fs8aon1IR5zpeKAhvp8z { display:flex;width:3.125rem;height:3.125rem;top:13.222114801407rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffde59, #fdd746);background-image: -moz-linear-gradient(45deg, #ffde59, #fdd746);background-image: -ms-linear-gradient(45deg, #ffde59, #fdd746);background-image: -o-linear-gradient(45deg, #ffde59, #fdd746);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );";background-image: linear-gradient(45deg, #ffde59, #fdd746);background-size:auto !important;display:block; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container { background-color: transparent; background-image: none; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container > .video-iframe-container { display: none; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row > .video-iframe-container { display: none; }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .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); }#rxUChN4c7FAcohD9LSuFNWa5T6oHtwrl > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgXpkBzJSUQ5v7nMZVDPzdGXNBduvfNT { width:18.875rem;height:2.76171875rem;top:0.712890625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8602bd88-8ba2-4fe3-a5ec-2656ef8904c0/Czechfood.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K.adaptive-delivery-prevent-bg, #fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K.lazyload, #fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K.lazyloading { background-image: none; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container { background-color: transparent; background-image: none; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container > .video-iframe-container { display: none; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row > .video-iframe-container { display: none; }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .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); }#fPUZFCM04D5UQ2mHGqP6RV1m64dyTw5K > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWZVoXnhzQ1kvVrcgMzxD9AxOyeS7Car { width:20rem;height:3.24978125rem;top:1.8744506835938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.125rem 0.125rem 0.8125rem rgba(0,0,0,0.1);display:block; }
 }@media only screen and (max-width: 763px) { #R62TAn0QiVlhzPaahu4sP0Qxvq4InC75 { width:14.124875rem;height:2.8125rem;top:48.320315361023rem;left:3.498806476593rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSzHOTMvpAToT1haQre7q3pbpcFUDJz { display:block; }
 }@media only screen and (max-width: 763px) { #kMDFOsTsk6VfO263bEQ8NtrIUhFwgJAO { width:20rem;height:33rem;top:6.4431457519531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzLm5yLUJAgqDfkkwOnvxczaob1IZFnI { display:flex;width:4.0625rem;height:4.0625rem;top:42.467993736267rem;left:8.5302734375rem; }
 }@media only screen and (max-width: 763px) { #vcCOuS49OUBTblANUzu1gDvtugFwi16N { width:18.6870625rem;height:30.3884375rem;top:7.5330829620363rem;left:0.6559245586395rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzzEBr1mBFxDhXEs4sgQwbB87wrWro47 { width:4.62456875rem;height:4.62456875rem;top:37.128365516662rem;left:15.374893188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffde59, #fdd746);background-image: -moz-linear-gradient(45deg, #ffde59, #fdd746);background-image: -ms-linear-gradient(45deg, #ffde59, #fdd746);background-image: -o-linear-gradient(45deg, #ffde59, #fdd746);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );";background-image: linear-gradient(45deg, #ffde59, #fdd746);background-size:auto !important;display:block; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container { background-color: transparent; background-image: none; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container > .video-iframe-container { display: none; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row > .video-iframe-container { display: none; }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .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); }#XFoVbHcdiSaIB1gJKLNkVHn1kfPVTFxQ > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWcp5Pm0r745e5MzN7TBLAiPJO4d5vzd { width:18.875rem;height:1.38075rem;top:0.712890625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKkzLRludS5R3lnFHFsxFr85T7E8EtoO { display:block; }#oKkzLRludS5R3lnFHFsxFr85T7E8EtoO > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxJxeUOm9qgWubfuVvsQ6ukQq0ETleFE { width:20rem;height:23.8125rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0KVRk9nT68FBIerApDkirDTcGnGL3Jn { width:20rem;height:24.8125rem;top:1.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNx0L205vqTzaAkwFAAUd5WMfwMaTHyr { width:17.5rem;height:2.5rem;top:4.4987125396729rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQBmsMzPThNdZcTclxWvN3OXtV0wphD6 { width:17.5rem;height:1.25rem;top:11.323217391967rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmtnAD1y3NfOkoc5NTBBVbi3g7vDIDyP { width:17.5rem;height:2.5rem;top:60.747604370118rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR5lKaakSDnrAn2CUELxMBUwhS1fh6NF { width:10.1248125rem;height:3.37456875rem;top:46.374777317047rem;left:4.9370660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #D78gM3FUO8A3ehK37H30gFxM4H0Mvui7 { display:block; }
 }@media only screen and (max-width: 763px) { #LCRqcyyHhKRa7PdTXlTxONCQUqBMdoZ0 { width:17.5rem;height:2.5rem;top:30.249567985534rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP4U6VBncBcpdOau3cxLyvQRMNghfZMW { width:17.5rem;height:1.25rem;top:36.874460697174rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTi7EzP0wWvCT6vw3hmeACkbgfCCJHkT { display:flex;width:3.125rem;height:3.125rem;top:41.187067508698rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #evtxi7EnpTyNWiiecTxizy4uP1ZueS04 { display:flex;width:3.37456875rem;height:3.37456875rem;top:15.561524391174rem;left:8.3121747970581rem; }
 }@media only screen and (max-width: 763px) { #zyvUhfI5MQFwnkI22VTThL2gZF7oafDe { width:17.5rem;height:1.37478125rem;top:38.311954498291rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml1PMrhd03LOioHuddxcZ6WlLJSCCGff { width:19.9375rem;height:18.625rem;top:52.390960693359rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKNvoBTTXg0qtx48HoZ4uB1NrwF6CT3 { width:19.9375rem;height:4rem;top:20.498590469361rem;left:0.031141757965088rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBh3CXnJPQidD6MvDNQxTXywJvDkIqG4 { width:17.5rem;height:1.5625rem;top:32.749567508698rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehq9pASTgmKLgpwq7eMhwr8QHEOzRzwg { width:17.5rem;height:2.5rem;top:54.466148376465rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWJuHyPOu0naMTCKk1wcxX9LgEeiX4Vi { width:17.5rem;height:1.5625rem;top:6.9981298446656rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMaF9ssxsUSZ4C6GlVNChmAKWV8eUd2C { width:17.5rem;height:1.51204375rem;top:12.572701454162rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVunvERPNHANPEibwzNXJyN4dxfxC2AF { width:17.5rem;height:1.5625rem;top:56.966121673584rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRgVfDdfd0XGVkDV6kbqEKTP9CCFaFtU { width:10.061875rem;height:3.312175rem;top:65.966270446775rem;left:4.9685335159302rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTqhzlcDbQO6mNwWJamI6vUv9EXUbI2 { display:block; }
 }@media only screen and (max-width: 763px) { #xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffde59, #fdd746);background-image: -moz-linear-gradient(45deg, #ffde59, #fdd746);background-image: -ms-linear-gradient(45deg, #ffde59, #fdd746);background-image: -o-linear-gradient(45deg, #ffde59, #fdd746);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );";background-image: linear-gradient(45deg, #ffde59, #fdd746);background-size:auto !important;display:block; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container { background-color: transparent; background-image: none; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container > .video-iframe-container { display: none; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row > .video-iframe-container { display: none; }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .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); }#xwuK2EnXQ3NFvbGIdLbTQLaNwmR1g9XJ > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KepPNdqcVDWRa98lQPRH0xAxXQP4iNuh { width:18.875rem;height:1.38075rem;top:0.712890625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c43b248-ccf4-40df-91ab-aa37d52727b7/GeneralMeeting.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu.adaptive-delivery-prevent-bg, #GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu.lazyload, #GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu.lazyloading { background-image: none; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container { background-color: transparent; background-image: none; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container > .video-iframe-container { display: none; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row > .video-iframe-container { display: none; }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .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); }#GvQ6pVA7CHZLueWEKqlJKeUKqxkkSWPu > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sydZEpAW81ZvmToQGchh9CQrrfPlR7hR { width:20rem;height:3.24978125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.125rem 0.125rem 0.8125rem rgba(0,0,0,0.1);display:block; }
 }@media only screen and (max-width: 763px) { #M69HdtNhQgHxxAm2WF3MLxh23Errcovc { width:14.124875rem;height:2.8125rem;top:45.721571922303rem;left:2.937283039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsDEvWPTLPwExP8D4Q5UlBDQTQHNomtE { display:block; }
 }@media only screen and (max-width: 763px) { #T4C2SRfVoKxBn5Sz5evm6CIAO9MggPK1 { width:18.25rem;height:28.7890625rem;top:8.68109869957rem;left:0.87500011920931rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZelUvsHHSgRUi595L6rhGnml39i8h2e { width:20rem;height:30.875rem;top:7.6307525634762rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk8taV4azXSkJ8qZcLVWpOpA2ZiSn9vR { display:flex;width:4.0625rem;height:4.0625rem;top:40.130725860596rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffde59, #fdd746);background-image: -moz-linear-gradient(45deg, #ffde59, #fdd746);background-image: -ms-linear-gradient(45deg, #ffde59, #fdd746);background-image: -o-linear-gradient(45deg, #ffde59, #fdd746);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde59', endColorstr='#fdd746' );";background-image: linear-gradient(45deg, #ffde59, #fdd746);background-size:auto !important;display:block; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container { background-color: transparent; background-image: none; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container > .video-iframe-container { display: none; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row > .video-iframe-container { display: none; }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .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); }#dLoqhrgNVWRnZcWOEszFewVbZSaNBrPf > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 { display:block; }#nlaZsflBxJwyZlxxBxEQEPfizxehpoQ6 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo920Tv4SfGiDm377ELp4rvGEOQpWRQR { width:18.75rem;height:1.99978125rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0Z8h8VfT04KWTuDTftn7aF4voCmIvJ { width:17.5rem;height:3.75rem;top:9.3744583129881rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPpTXzrINqeozz751fI52O9CUFaexcuT { display:block; }
 }@media only screen and (max-width: 763px) { #Mkc1p0MbsMioaNcIm7o1u9RO2X0Q7EJ8 { display:flex;width:3.125rem;height:3.125rem;top:4.9679832458496rem;left:8.4375rem; }
 }