.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:245,220,220;--color-primary-1:224,151,151;--color-primary-2:203,81,81;--color-primary-3:229,41,41;--color-primary-4:41,16,16;--color-secondary-0:212,250,249;--color-secondary-1:127,239,236;--color-secondary-2:41,229,223;--color-secondary-3:38,153,149;--color-secondary-4:8,46,45;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#622f37;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/sdIAVFN0/elementy_lp_adaptacja.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT.adaptive-delivery-prevent-bg, #c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT.lazyload, #c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT.lazyloading { background-image: none; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container { background-color: transparent; background-image: none; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container > .video-iframe-container { display: none; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row > .video-iframe-container { display: none; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .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); }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container { border-width: 0; border-radius: 0; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#TBByGitqkWxag6bTvNkhp31WmNPTr1ys { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:merriweather;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.36328125rem;left:28.46875rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RSe9TGNkWo8ec4SKRzvDC5mulGdJQwLm { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:11.625rem;left:10.59375rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kp3CowoaPhXBppvUFxI0yOOQxRM3AhSw { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:13rem;left:27.9375rem;height:12.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tCq1upCc0q6cKE2pg0csPUoVzD9Xdk9w { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:13rem;left:27.9375rem;height:12.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rfxiwmWEDWU84MJwCTrySHT7HkTyoXSR { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:13rem;left:27.9375rem;height:12.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WmpA926h6z8ugWQ4utDJggi2r96REkXp { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:merriweather;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:16.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PTSRapdHLedmFEbBLXlrsLKJ0lzPKgi0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:16.875rem;top:28.3125rem;left:13.5rem;overflow:hidden;display:block; }
#iqHeIpeOUKrkdkSGT03LkzcwbLuHEWeQ { position:absolute;display:block;z-index:15023;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.125rem;width:16.375rem;top:28rem;left:44.1875rem;overflow:hidden;display:block; }
#iqdDbPhD3by8KT6OrUg1VJhLkebfBmgt { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:9.9375rem;left:10.1875rem;height:14.85rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EJAz08kaZ3bUEpJyfu0ShvF1awepT2T4 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:7.5625rem;left:11.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sOa7KmFsLJbKVQL1ASyS1MUXFscfApaP { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:25.581251144409rem;left:11.375rem;height:5.55rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#i982gpdlqGPIQEgGnT0wOoJnyFxcieDo { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.9375rem;left:18.0625rem;height:1.70625rem;display:block; }
#F5wWTuWBBHnI8vEgFW3uek6QRr3Bi7AT { color:rgba(var(--color-tertiary-4),1);display:block;width:63.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.4375rem;left:6.6875rem;height:1.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#SxTlfk5MTiv63IgSXJOmHOfx1f2Q1dDm { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:9.9375rem;left:10.1875rem;height:14.85rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cGTmg0JA9VuE3qMMS2I4RXfWTUNScZiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:7.625rem;left:7.5625rem;height:2.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxZqWbGnsr9ZMyEFcpPPigRIX05EDPT5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:5.1875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:39rem;left:12.75rem;display:block; }
#PqKPTwudVAGdSbcs0Ogbfvra7uOCt0Ag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3rdI9guHC2viphlvhndvfDKIQBqbKuC { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:5.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:39rem;left:40.25rem;display:block; }
#nEZein828ETHoHNqJnSTQlFwxeLQSFCi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VyiqKQLAL2FLu5hbk5bgbq1MM9bCyqhm { 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:15000;opacity:1;display:none; }
#gFWMvLcXzQkd94KsHgOOtcqQi4rDToun { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:11.5625rem;left:6.6875rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZKxArKGpu3rw6KLDTpUBgx6GzXT3Ub10 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:11.5625rem;left:6.6875rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#emts8R7sryxJr6MVFKwGxDXiHFdhox7h { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:11.5625rem;left:6.6875rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#f2ycvk2vZ3fBlcOWavwFXImu2hgdaqSp { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:11.5625rem;left:6.6875rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yGIr9XnIJ7yzWCepPyLFRbcKFEaZDOE7 { 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:15000;opacity:1;display:none; }
#v7ch6awLv8hQXC8ZS2XVRlvNq9Ns28zo { 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:15000;opacity:1;display:none; }
#hEisSuQMklWA1UE1BT9d6T8w3BUaWt2v { 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:15000;opacity:1;display:none; }
#gWytq2a8z2huQIRLSldRF6T9dwbr5TL4 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.9375rem;left:18.0625rem;height:1.70605625rem;display:none; }
#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbdfc8;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; }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row .container { background-color: transparent; background-image: none; }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row .container > .video-iframe-container { display: none; }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row > .video-iframe-container { display: none; }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .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); }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row .container { border-width: 0; border-radius: 0; }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#TC5x0OPDlcTCsxrev8HWt3vFZchokKsx { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:3.0625rem;left:11.125rem;height:2.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-align:center;text-align-last:center;font-style:italic;display:block; }
#ZIv9DCLmSCK9K12f1k18k7ezHeRmif8A { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;height:18.0625rem;width:64.6875rem;top:7.0361328125rem;left:5.125rem;display:block; }
#Fo1KeBP5BU1kxmVfvmOT7ErmpRIqcoTn { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:16.4736328125rem;left:6.5rem;height:6.75rem;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;font-style:normal;display:block; }
#FRb7A7L1U022ddhzoGO8SNoqPMzMoAKP { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:10.53125rem;left:6.5rem;height:3.375rem;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:justify;text-align-last:initial;font-style:normal;display:block; }
#zsw1f92Bq7GFGlO8h5ZGrmzVZeXeUTV1 { position:absolute;display:block;z-index:15042;background-color:#c8858f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.0625rem;left:55.125rem;display:block; }
#QioFCQMVRBTPQ4DDmxSrvglVz1P7Z6Pq { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:7.6875rem;left:17.84375rem;height:1.875rem;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;font-style:normal;display:block; }
#Q3ApqFxVGxwwMRmTPkyZgR7dt5FJU8Uv { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/x6FdvHP0/17_KARLA_ORBAN_Kamila_Kregulewska_Neary_Photography_All_rights_reserved_.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.4375rem 0.375rem 1.875rem rgba(var(--color-tertiary-4),0.79) ;height:12.5rem;width:12.5rem;top:2.375rem;left:55.6875rem;display:block; }#Q3ApqFxVGxwwMRmTPkyZgR7dt5FJU8Uv.adaptive-delivery-prevent-bg, #Q3ApqFxVGxwwMRmTPkyZgR7dt5FJU8Uv.lazyload, #Q3ApqFxVGxwwMRmTPkyZgR7dt5FJU8Uv.lazyloading { background-image: none; }
#ub7g26oEyxnKGk5hCubNgBLpyhFHolVs { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:13.262499809265rem;left:12.5rem;height:2.8rem;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:justify;text-align-last:initial;font-style:normal;display:none; }
#TpPDQeXTuddcZgJE32FlNdDLlNyi6Frc { color:rgba(var(--color-tertiary-4),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:18.3125rem;left:12.5rem;height:5.5rem;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;font-style:normal;display:none; }
#mSLLO114Ggd9N2ulpeuZUPMUS0bhQPsM { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:13.262499809265rem;left:12.5rem;height:4.125rem;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:justify;text-align-last:initial;font-style:normal;display:none; }
#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy { 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; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container { background-color: transparent; background-image: none; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container > .video-iframe-container { display: none; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row > .video-iframe-container { display: none; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .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); }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container { border-width: 0; border-radius: 0; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#QWMqMLgrgWxrkvQfwxJl1aR1QP3Q1gaW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:18.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vuEUkWazit76aMoGx6FEKLJfoDsGClRv { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.5rem;left:23.8125rem;height:12.5986375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqsLqJ11CTZEu5HSngOivp7q10Tkducy { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:18.375rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TmqWmIfXbeo8hbsOT08HcdJT1o2IyuAy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.4375rem 0.375rem 1.875rem #028c7f ;height:10.75rem;width:10.75rem;top:6rem;left:7.75rem;display:block; }
#N5aTDzuqo85KXkN7DrQ35tBEqTscOnsd { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.4375rem 0.375rem 1.875rem #028c7f ;height:9.3125rem;width:9.375rem;top:9.625rem;left:5.75rem;display:block; }
#JW9eCk1Hif2J9RdcBXPFTm8N8Rx5wNgR { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:8.6875rem;left:8.4375rem;overflow:hidden;display:block; }
#doe4JgH248AUB5aK4gzfLAmk8Iq90EDW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;height:18.875rem;width:63.75rem;top:5.8125rem;left:6.8125rem;display:block; }
#dhZB1tXaFoO5STVkBCi5qUlMdVk95haQ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:18.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RXEUnBBKcHKNACaadGMQJbMmULcCaTn2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0e5d8;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:none; }#RXEUnBBKcHKNACaadGMQJbMmULcCaTn2 > .row .container { border-width: 0; border-radius: 0; }#RXEUnBBKcHKNACaadGMQJbMmULcCaTn2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXEUnBBKcHKNACaadGMQJbMmULcCaTn2 > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:none; }#LvW9vKZcG0b57ZTRxFFbJuJbhgq2Z17k { position:absolute;display:block;z-index:15023;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:11.1875rem;width:16.25rem;top:2.5242185592651rem;left:10.625rem;overflow:hidden;display:block; }
#p7wOc12anJHRgfdTG1DeoSW9SXgDm7oT { position:absolute;display:block;z-index:15024;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:11.1875rem;width:14.875rem;top:2.5234375rem;left:48.8125rem;overflow:hidden;display:block; }
#R5ZTeRVaL10WDfMq01skqmT9kmonoqcT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:8.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:12.624219894409rem;left:6.625rem;display:block; }
#h6o5vn0wOh06mrFq7rByIH69NrTazF8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVUZJzD8VX60LfAXk92nna6p6xfFdFhe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:8.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:12.624219894409rem;left:44.125rem;display:block; }
#Fv38nh2EmVee4UK7mvydo9AEK4i6yHU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6kyGtdyNbyO6WTf74binhtS3NDubbsy { 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:none; }#K6kyGtdyNbyO6WTf74binhtS3NDubbsy > .row .container { border-width: 0; border-radius: 0; }#K6kyGtdyNbyO6WTf74binhtS3NDubbsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6kyGtdyNbyO6WTf74binhtS3NDubbsy > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#A8tTvyTg8vcNUXdc78X9A5egCeGGA88d { color:rgba(var(--color-tertiary-3),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5179691314698rem;left:17.625rem;height:2.875rem;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; }
#gHuaaAuootng6wPblImHdk3xEsh3NCRI { 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:none; }#gHuaaAuootng6wPblImHdk3xEsh3NCRI > .row .container { border-width: 0; border-radius: 0; }#gHuaaAuootng6wPblImHdk3xEsh3NCRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHuaaAuootng6wPblImHdk3xEsh3NCRI > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#ZI3TUry1EwCAAU1UnpiRNcE4fx3BsS8b { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTdvIiT2GLbaznnb55fI5ggvustW0zVX { position:absolute;display:block;z-index:15033;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:1.9375rem;width:1.9375rem;top:0.28125rem;left:10.0625rem;overflow:hidden;display:block; }
#XxnBl4Tl4zIn1NHFaFM9iX7SeTHGGS6J { 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:none; }#XxnBl4Tl4zIn1NHFaFM9iX7SeTHGGS6J > .row .container { border-width: 0; border-radius: 0; }#XxnBl4Tl4zIn1NHFaFM9iX7SeTHGGS6J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxnBl4Tl4zIn1NHFaFM9iX7SeTHGGS6J > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:none; }#bckUzbm5UaVfRhuuSCMGIihfFq59NSXV { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.30625009536743rem;left:14.6875rem;height:1.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#TZENs8IUTs2myykyKl8RkN6ueXDkB3Nt { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1;letter-spacing:0;top:1.79296875rem;left:14.6875rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#TZENs8IUTs2myykyKl8RkN6ueXDkB3Nt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZENs8IUTs2myykyKl8RkN6ueXDkB3Nt li:before{  }
#KpGXQbsBnsLK4NgBruwrqwoZBDDBJNcF { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1;letter-spacing:0;top:1.79296875rem;left:14.6875rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:none; }#KpGXQbsBnsLK4NgBruwrqwoZBDDBJNcF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KpGXQbsBnsLK4NgBruwrqwoZBDDBJNcF li:before{  }
#vhv9LZFARSRJrOt2DWgQHzi3V3BOqIEv { 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:none; }#vhv9LZFARSRJrOt2DWgQHzi3V3BOqIEv > .row .container { border-width: 0; border-radius: 0; }#vhv9LZFARSRJrOt2DWgQHzi3V3BOqIEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhv9LZFARSRJrOt2DWgQHzi3V3BOqIEv > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#Z6VVeiVgvJI0IiZpDTiBBCl8hXdPsz7F { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gDs7knyo9QQ95ROAAdih8kitR2i7ZNcs { 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:1.9375rem;width:1.9375rem;top:0.28125rem;left:10.0625rem;overflow:hidden;display:block; }
#bHuKqpXe12PMIo1Tapt2mmG4iPavPxT9 { 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:none; }#bHuKqpXe12PMIo1Tapt2mmG4iPavPxT9 > .row .container { border-width: 0; border-radius: 0; }#bHuKqpXe12PMIo1Tapt2mmG4iPavPxT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHuKqpXe12PMIo1Tapt2mmG4iPavPxT9 > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:none; }#vaiAV2ikOgvB6d48xMDPsPpCZ3RatIhB { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.31875038146973rem;left:14.6875rem;height:2.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#EseTZk7wSMxfKW40tHplepJC7dSPSWtr { 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:none; }#EseTZk7wSMxfKW40tHplepJC7dSPSWtr > .row .container { border-width: 0; border-radius: 0; }#EseTZk7wSMxfKW40tHplepJC7dSPSWtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EseTZk7wSMxfKW40tHplepJC7dSPSWtr > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#mwHdhe9yPgfyhTQT5I9u43NEQ8NNTXBe { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kX8mG2W4LPHXlmH0Cg80FLKQMVgwc5Se { position:absolute;display:block;z-index:15033;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:1.9375rem;width:1.9375rem;top:0.31250095367432rem;left:10.0625rem;overflow:hidden;display:block; }
#marOMlXDF6AS5ky5VpsP8BkcAzrpRNT7 { 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:none; }#marOMlXDF6AS5ky5VpsP8BkcAzrpRNT7 > .row .container { border-width: 0; border-radius: 0; }#marOMlXDF6AS5ky5VpsP8BkcAzrpRNT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#marOMlXDF6AS5ky5VpsP8BkcAzrpRNT7 > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:none; }#P1w0wDFzZmRhiUuXgN8KvMVfuEOJmUev { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.31875038146973rem;left:14.6875rem;height:2.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#nBfmgK2We5NrEi2QKF4K6ty5kJvpndU8 { 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:none; }#nBfmgK2We5NrEi2QKF4K6ty5kJvpndU8 > .row .container { border-width: 0; border-radius: 0; }#nBfmgK2We5NrEi2QKF4K6ty5kJvpndU8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBfmgK2We5NrEi2QKF4K6ty5kJvpndU8 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#lz1TXJhwdNTWyoWDGsdu4acdPL3SaRHx { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.5625rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F3Li9qu0XLC0l0e7gF0OEOfeRhrz7Thp { 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:1.9375rem;width:1.9375rem;top:0.28125rem;left:10.0625rem;overflow:hidden;display:block; }
#iooPnPTTv6eUMNAZPepenoUw0xzMydp6 { 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:none; }#iooPnPTTv6eUMNAZPepenoUw0xzMydp6 > .row .container { border-width: 0; border-radius: 0; }#iooPnPTTv6eUMNAZPepenoUw0xzMydp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iooPnPTTv6eUMNAZPepenoUw0xzMydp6 > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:none; }#GHgSb0odRsMlJXqSQ1iwoD3JLquHtgFA { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.31796836853027rem;left:14.6875rem;height:1.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#bWbqn6zyuHxA103XMZmXlIaCkO3QrH2V { 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:none; }#bWbqn6zyuHxA103XMZmXlIaCkO3QrH2V > .row .container { border-width: 0; border-radius: 0; }#bWbqn6zyuHxA103XMZmXlIaCkO3QrH2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWbqn6zyuHxA103XMZmXlIaCkO3QrH2V > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#akagSLxerlRe4ZhwKUoXzsE8dQ5Ex1IJ { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GK3V6xRrC7L38kd1qVzN2n0cTLzzUBTB { 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:1.9375rem;width:1.9375rem;top:0.34296989440918rem;left:10.0625rem;overflow:hidden;display:block; }
#eu4hOqnXL1wi3OZJH4ORA0h0arvan1Bl { 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:none; }#eu4hOqnXL1wi3OZJH4ORA0h0arvan1Bl > .row .container { border-width: 0; border-radius: 0; }#eu4hOqnXL1wi3OZJH4ORA0h0arvan1Bl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eu4hOqnXL1wi3OZJH4ORA0h0arvan1Bl > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:none; }#UQlzstgn3odMCqKiA9AiQ30tMsTRA9Zs { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.31796836853027rem;left:14.6875rem;height:1.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#JxbJ4OmcR83NgX1LndA3rxieT8cq2GIP { 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:none; }#JxbJ4OmcR83NgX1LndA3rxieT8cq2GIP > .row .container { border-width: 0; border-radius: 0; }#JxbJ4OmcR83NgX1LndA3rxieT8cq2GIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxbJ4OmcR83NgX1LndA3rxieT8cq2GIP > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#xTMrBGNVLIFid3euyT9mPzGgyJOc7Fdm { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LLDAguqzNps88U4vubqLLUTnO8B92tpT { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#r9sGuNhL1PNTeGUeDohf78xGfs2AUsLG { position:absolute;display:block;z-index:15035;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:1.9375rem;width:1.9375rem;top:0.28125rem;left:10.0625rem;overflow:hidden;display:block; }
#NUWn8vxhUpKGDGb8RIVHkzgGcp1uWOA8 { 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:none; }#NUWn8vxhUpKGDGb8RIVHkzgGcp1uWOA8 > .row .container { border-width: 0; border-radius: 0; }#NUWn8vxhUpKGDGb8RIVHkzgGcp1uWOA8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NUWn8vxhUpKGDGb8RIVHkzgGcp1uWOA8 > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:none; }#nAazQRm5UTWnizdTdbISRd1QtfCU5cHI { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.31796836853027rem;left:14.6875rem;height:1.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#IX1XRVXw8n8x222TV6ZK4IHGsfEZ5yHd { 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:none; }#IX1XRVXw8n8x222TV6ZK4IHGsfEZ5yHd > .row .container { border-width: 0; border-radius: 0; }#IX1XRVXw8n8x222TV6ZK4IHGsfEZ5yHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX1XRVXw8n8x222TV6ZK4IHGsfEZ5yHd > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#B5lnr4TFoshDbssI0E3qm08x1HaTGDOP { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nqDuo6IiOJHy7T4XK0gxTDLq57TgdhNt { position:absolute;display:block;z-index:15035;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:1.9375rem;width:1.9375rem;top:0.31171989440918rem;left:10.0625rem;overflow:hidden;display:block; }
#g0mED7aW12GV4r5JalRKvUJJzpbQEWmW { 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:none; }#g0mED7aW12GV4r5JalRKvUJJzpbQEWmW > .row .container { border-width: 0; border-radius: 0; }#g0mED7aW12GV4r5JalRKvUJJzpbQEWmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g0mED7aW12GV4r5JalRKvUJJzpbQEWmW > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:none; }#zpzkmaxEXcFkG9FWWURuUlS7Fz5lZO52 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.31875228881836rem;left:14.6875rem;height:1.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#Kps12LZ5kCxl9e0ee0dITcQ9pdmdS0oA { 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:none; }#Kps12LZ5kCxl9e0ee0dITcQ9pdmdS0oA > .row .container { border-width: 0; border-radius: 0; }#Kps12LZ5kCxl9e0ee0dITcQ9pdmdS0oA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kps12LZ5kCxl9e0ee0dITcQ9pdmdS0oA > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#gUnXeJSvynP93HVO7bqVrXyN6S0Tc96u { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57422065734863rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PLZXlAOT67dMhInxJJFudxad1pP1JinZ { position:absolute;display:block;z-index:15035;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:1.9375rem;width:1.9375rem;top:0.28125rem;left:10.0625rem;overflow:hidden;display:block; }
#mx2pbXXAQRE0t8yKJOkhUCvqDybruDSl { 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:none; }#mx2pbXXAQRE0t8yKJOkhUCvqDybruDSl > .row .container { border-width: 0; border-radius: 0; }#mx2pbXXAQRE0t8yKJOkhUCvqDybruDSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mx2pbXXAQRE0t8yKJOkhUCvqDybruDSl > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:none; }#K3xJRWOESo7syPOsyXAuiAJgFkrip4DU { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:2.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#WCSAhkkMBn8cLym9JWZvVg7FcWIrFtRP { 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:none; }#WCSAhkkMBn8cLym9JWZvVg7FcWIrFtRP > .row .container { border-width: 0; border-radius: 0; }#WCSAhkkMBn8cLym9JWZvVg7FcWIrFtRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCSAhkkMBn8cLym9JWZvVg7FcWIrFtRP > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#TLikQZxUeyzo7OF6n4I2cvLz6DN3lMUK { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57422065734863rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u0m0l4m4bnh3IwT95t5wFSMiKTRsLADE { position:absolute;display:block;z-index:15036;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:1.9375rem;width:1.9375rem;top:0.28125rem;left:10.0625rem;overflow:hidden;display:block; }
#kETOUVNSpDQhQ6b0Rq6Q6f4QlAQAmZX0 { 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:none; }#kETOUVNSpDQhQ6b0Rq6Q6f4QlAQAmZX0 > .row .container { border-width: 0; border-radius: 0; }#kETOUVNSpDQhQ6b0Rq6Q6f4QlAQAmZX0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kETOUVNSpDQhQ6b0Rq6Q6f4QlAQAmZX0 > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:none; }#xCF1yFe5Xw7QNGfyoT7d63Ds2xh5FPsF { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:2.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#BqyiV0eMOGXHTuNP2ngkS334eG9VD8t1 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:2.2171878814698rem;left:14.6875rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#BqyiV0eMOGXHTuNP2ngkS334eG9VD8t1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BqyiV0eMOGXHTuNP2ngkS334eG9VD8t1 li:before{  }
#swcgHCzwATV32xtLrOmzdG7BLtggwHJw { 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:none; }#swcgHCzwATV32xtLrOmzdG7BLtggwHJw > .row .container { border-width: 0; border-radius: 0; }#swcgHCzwATV32xtLrOmzdG7BLtggwHJw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swcgHCzwATV32xtLrOmzdG7BLtggwHJw > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#uPTd3vBd7aXlRuSSZVcSZlzM17iTyEkp { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57422065734863rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LRRtWIoM7eqr6i9rdMsWEeTHTUw4eovi { position:absolute;display:block;z-index:15035;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:1.9375rem;width:1.9375rem;top:0.28125rem;left:10.0625rem;overflow:hidden;display:block; }
#nIeAUQCKEPQbyiuWSet05hLBoOtBRqkG { 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:none; }#nIeAUQCKEPQbyiuWSet05hLBoOtBRqkG > .row .container { border-width: 0; border-radius: 0; }#nIeAUQCKEPQbyiuWSet05hLBoOtBRqkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIeAUQCKEPQbyiuWSet05hLBoOtBRqkG > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:none; }#QGqzr5fZOOxK1v16sVvcVDz5M3PnUTHa { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.43046951293945rem;left:14.6875rem;height:1.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#TfPwWyNKElIkC5osUT9KKpqGcumPwxAi { 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:none; }#TfPwWyNKElIkC5osUT9KKpqGcumPwxAi > .row .container { border-width: 0; border-radius: 0; }#TfPwWyNKElIkC5osUT9KKpqGcumPwxAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfPwWyNKElIkC5osUT9KKpqGcumPwxAi > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#PXNqNI67IzMNKq5WvT469KZdGIOZUDUi { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57422065734863rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rMSpMli2vyVl5KXxrdDmbmlMsQ9V4Tsu { position:absolute;display:block;z-index:15036;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:1.9375rem;width:1.9375rem;top:0.5625rem;left:10.0625rem;overflow:hidden;display:block; }
#OiWoLLgGBmtU9IAdwpbTwRuMqnMqGcF5 { 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:none; }#OiWoLLgGBmtU9IAdwpbTwRuMqnMqGcF5 > .row .container { border-width: 0; border-radius: 0; }#OiWoLLgGBmtU9IAdwpbTwRuMqnMqGcF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OiWoLLgGBmtU9IAdwpbTwRuMqnMqGcF5 > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:none; }#AU5TS87vOilQIytMI9MfTmcCEel7KDfd { color:rgba(var(--color-tertiary-4),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.32421875rem;left:14.6875rem;height:2.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#ufmKdszTwhtDR42eLg6APMaV5Iihf6q5 { 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:none; }#ufmKdszTwhtDR42eLg6APMaV5Iihf6q5 > .row .container { border-width: 0; border-radius: 0; }#ufmKdszTwhtDR42eLg6APMaV5Iihf6q5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufmKdszTwhtDR42eLg6APMaV5Iihf6q5 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#dHTbpaVWRmhsxvufRFouqVCnrq2e0yd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.57422065734863rem;left:14.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vGTOepFMSXeClivTMDGvP96GFHp048bg { position:absolute;display:block;z-index:15036;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:1.9375rem;width:1.9375rem;top:0.5625rem;left:10.0625rem;overflow:hidden;display:block; }
#HogHPRCXAiITUDiNrs5umqJxM7fEcvtt { 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:none; }#HogHPRCXAiITUDiNrs5umqJxM7fEcvtt > .row .container { border-width: 0; border-radius: 0; }#HogHPRCXAiITUDiNrs5umqJxM7fEcvtt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HogHPRCXAiITUDiNrs5umqJxM7fEcvtt > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:none; }#u9KaqIUsg6wDgXTHmkM75NNAyTqN1Sd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0.32421875rem;left:14.6875rem;height:2.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC { 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; }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row .container { background-color: transparent; background-image: none; }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row .container > .video-iframe-container { display: none; }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row > .video-iframe-container { display: none; }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .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); }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row .container { border-width: 0; border-radius: 0; }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#RcoOenb4Fkku38tOeHIbrNr2dbD0zyOI { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2249984741211rem;left:7.5rem;height:1.05615rem;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT { display:block; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBByGitqkWxag6bTvNkhp31WmNPTr1ys { top:1.3125rem;left:14.84375rem;width:18.0625rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSe9TGNkWo8ec4SKRzvDC5mulGdJQwLm { top:11.625rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp3CowoaPhXBppvUFxI0yOOQxRM3AhSw { top:13rem;left:14.3125rem;width:14.625rem;height:3.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCq1upCc0q6cKE2pg0csPUoVzD9Xdk9w { top:13rem;left:14.3125rem;width:20rem;height:5.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfxiwmWEDWU84MJwCTrySHT7HkTyoXSR { top:13rem;left:14.3125rem;width:14.625rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmpA926h6z8ugWQ4utDJggi2r96REkXp { top:2.9375rem;left:3.3125rem;width:41.125rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTSRapdHLedmFEbBLXlrsLKJ0lzPKgi0 { width:16.875rem;height:11.4375rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqHeIpeOUKrkdkSGT03LkzcwbLuHEWeQ { width:16.375rem;height:12.125rem;top:28rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqdDbPhD3by8KT6OrUg1VJhLkebfBmgt { top:30.1875rem;left:0rem;width:20rem;height:14.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJAz08kaZ3bUEpJyfu0ShvF1awepT2T4 { top:7.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOa7KmFsLJbKVQL1ASyS1MUXFscfApaP { top:25.5625rem;left:0rem;width:17.875rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i982gpdlqGPIQEgGnT0wOoJnyFxcieDo { width:35.5rem;height:1.6875rem;top:24.9375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5wWTuWBBHnI8vEgFW3uek6QRr3Bi7AT { width:47.75rem;height:1.625rem;top:21.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTlfk5MTiv63IgSXJOmHOfx1f2Q1dDm { top:27.3125rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGTmg0JA9VuE3qMMS2I4RXfWTUNScZiQ { top:7.625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxZqWbGnsr9ZMyEFcpPPigRIX05EDPT5 { width:18.375rem;height:5.1875rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKPTwudVAGdSbcs0Ogbfvra7uOCt0Ag { display:block; }
 }@media only screen and (max-width: 763px) { #l3rdI9guHC2viphlvhndvfDKIQBqbKuC { width:22rem;height:5.25rem;top:39rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEZein828ETHoHNqJnSTQlFwxeLQSFCi { display:block; }
 }@media only screen and (max-width: 763px) { #VyiqKQLAL2FLu5hbk5bgbq1MM9bCyqhm { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFWMvLcXzQkd94KsHgOOtcqQi4rDToun { top:10rem;left:0rem;width:20rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKxArKGpu3rw6KLDTpUBgx6GzXT3Ub10 { top:22.3125rem;left:0rem;width:20rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #emts8R7sryxJr6MVFKwGxDXiHFdhox7h { top:13.8125rem;left:0rem;width:20rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2ycvk2vZ3fBlcOWavwFXImu2hgdaqSp { top:17.3125rem;left:0rem;width:20rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGIr9XnIJ7yzWCepPyLFRbcKFEaZDOE7 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7ch6awLv8hQXC8ZS2XVRlvNq9Ns28zo { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEisSuQMklWA1UE1BT9d6T8w3BUaWt2v { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWytq2a8z2huQIRLSldRF6T9dwbr5TL4 { width:17.1875rem;height:1.25rem;top:26.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e { display:block; }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC5x0OPDlcTCsxrev8HWt3vFZchokKsx { width:47.75rem;height:2.625rem;top:3.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIv9DCLmSCK9K12f1k18k7ezHeRmif8A { width:47.75rem;height:18.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo1KeBP5BU1kxmVfvmOT7ErmpRIqcoTn { width:47.75rem;height:6.75rem;top:16.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRb7A7L1U022ddhzoGO8SNoqPMzMoAKP { width:47.125rem;height:5.0625rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsw1f92Bq7GFGlO8h5ZGrmzVZeXeUTV1 { width:12.5rem;height:12.5rem;top:2.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioFCQMVRBTPQ4DDmxSrvglVz1P7Z6Pq { width:39.3125rem;height:1.875rem;top:7.6875rem;left:4.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ApqFxVGxwwMRmTPkyZgR7dt5FJU8Uv { width:6.25rem;height:6.25rem;top:0rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub7g26oEyxnKGk5hCubNgBLpyhFHolVs { width:11.4375rem;height:2.1875rem;top:13.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpPDQeXTuddcZgJE32FlNdDLlNyi6Frc { width:18.125rem;height:15.4375rem;top:18.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSLLO114Ggd9N2ulpeuZUPMUS0bhQPsM { width:12.1875rem;height:3.375rem;top:13.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy { display:block; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWMqMLgrgWxrkvQfwxJl1aR1QP3Q1gaW { width:38.4375rem;height:1.625rem;top:6.75rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuEUkWazit76aMoGx6FEKLJfoDsGClRv { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqsLqJ11CTZEu5HSngOivp7q10Tkducy { width:38.4375rem;height:2.4375rem;top:1.875rem;left:4.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmqWmIfXbeo8hbsOT08HcdJT1o2IyuAy { width:6.25rem;height:6.25rem;top:0rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5aTDzuqo85KXkN7DrQ35tBEqTscOnsd { width:6.25rem;height:6.25rem;top:0rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JW9eCk1Hif2J9RdcBXPFTm8N8Rx5wNgR { width:11.25rem;height:11.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doe4JgH248AUB5aK4gzfLAmk8Iq90EDW { width:47.75rem;height:18.875rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhZB1tXaFoO5STVkBCi5qUlMdVk95haQ { width:11.125rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXEUnBBKcHKNACaadGMQJbMmULcCaTn2 { display:none; }#RXEUnBBKcHKNACaadGMQJbMmULcCaTn2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LvW9vKZcG0b57ZTRxFFbJuJbhgq2Z17k { width:16.25rem;height:11.1875rem;top:2.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7wOc12anJHRgfdTG1DeoSW9SXgDm7oT { width:14.875rem;height:11.1875rem;top:2.5rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5ZTeRVaL10WDfMq01skqmT9kmonoqcT { width:24.25rem;height:8.1875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6o5vn0wOh06mrFq7rByIH69NrTazF8B { display:block; }
 }@media only screen and (max-width: 763px) { #HVUZJzD8VX60LfAXk92nna6p6xfFdFhe { width:24.25rem;height:8.1875rem;top:12.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv38nh2EmVee4UK7mvydo9AEK4i6yHU9 { display:block; }
 }@media only screen and (max-width: 763px) { #K6kyGtdyNbyO6WTf74binhtS3NDubbsy { display:block; }#K6kyGtdyNbyO6WTf74binhtS3NDubbsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8tTvyTg8vcNUXdc78X9A5egCeGGA88d { width:39.6875rem;height:;top:1.5rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHuaaAuootng6wPblImHdk3xEsh3NCRI { display:block; }#gHuaaAuootng6wPblImHdk3xEsh3NCRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZI3TUry1EwCAAU1UnpiRNcE4fx3BsS8b { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdvIiT2GLbaznnb55fI5ggvustW0zVX { width:1.9375rem;height:1.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxnBl4Tl4zIn1NHFaFM9iX7SeTHGGS6J { display:block; }#XxnBl4Tl4zIn1NHFaFM9iX7SeTHGGS6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bckUzbm5UaVfRhuuSCMGIihfFq59NSXV { width:45.625rem;height:1.25rem;top:0.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZENs8IUTs2myykyKl8RkN6ueXDkB3Nt { width:45.625rem;height:;top:1.75rem;left:1.0625rem;font-size:1rem;display:block; }#TZENs8IUTs2myykyKl8RkN6ueXDkB3Nt li:before{  }
 }@media only screen and (max-width: 763px) { #KpGXQbsBnsLK4NgBruwrqwoZBDDBJNcF { width:20rem;height:;top:1.75rem;left:1.0625rem;font-size:1rem;display:none; }#KpGXQbsBnsLK4NgBruwrqwoZBDDBJNcF li:before{  }
 }@media only screen and (max-width: 763px) { #vhv9LZFARSRJrOt2DWgQHzi3V3BOqIEv { display:block; }#vhv9LZFARSRJrOt2DWgQHzi3V3BOqIEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6VVeiVgvJI0IiZpDTiBBCl8hXdPsz7F { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDs7knyo9QQ95ROAAdih8kitR2i7ZNcs { width:1.9375rem;height:1.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHuKqpXe12PMIo1Tapt2mmG4iPavPxT9 { display:block; }#bHuKqpXe12PMIo1Tapt2mmG4iPavPxT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaiAV2ikOgvB6d48xMDPsPpCZ3RatIhB { width:45.625rem;height:2.5625rem;top:0.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EseTZk7wSMxfKW40tHplepJC7dSPSWtr { display:block; }#EseTZk7wSMxfKW40tHplepJC7dSPSWtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwHdhe9yPgfyhTQT5I9u43NEQ8NNTXBe { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX8mG2W4LPHXlmH0Cg80FLKQMVgwc5Se { width:1.9375rem;height:1.9375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #marOMlXDF6AS5ky5VpsP8BkcAzrpRNT7 { display:block; }#marOMlXDF6AS5ky5VpsP8BkcAzrpRNT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1w0wDFzZmRhiUuXgN8KvMVfuEOJmUev { width:45.625rem;height:2.5625rem;top:0.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBfmgK2We5NrEi2QKF4K6ty5kJvpndU8 { display:block; }#nBfmgK2We5NrEi2QKF4K6ty5kJvpndU8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lz1TXJhwdNTWyoWDGsdu4acdPL3SaRHx { width:45.625rem;height:1.375rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Li9qu0XLC0l0e7gF0OEOfeRhrz7Thp { width:1.9375rem;height:1.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iooPnPTTv6eUMNAZPepenoUw0xzMydp6 { display:block; }#iooPnPTTv6eUMNAZPepenoUw0xzMydp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHgSb0odRsMlJXqSQ1iwoD3JLquHtgFA { width:45.625rem;height:1.25rem;top:0.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWbqn6zyuHxA103XMZmXlIaCkO3QrH2V { display:block; }#bWbqn6zyuHxA103XMZmXlIaCkO3QrH2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akagSLxerlRe4ZhwKUoXzsE8dQ5Ex1IJ { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK3V6xRrC7L38kd1qVzN2n0cTLzzUBTB { width:1.9375rem;height:1.9375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu4hOqnXL1wi3OZJH4ORA0h0arvan1Bl { display:block; }#eu4hOqnXL1wi3OZJH4ORA0h0arvan1Bl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQlzstgn3odMCqKiA9AiQ30tMsTRA9Zs { width:45.625rem;height:1.25rem;top:0.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxbJ4OmcR83NgX1LndA3rxieT8cq2GIP { display:block; }#JxbJ4OmcR83NgX1LndA3rxieT8cq2GIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTMrBGNVLIFid3euyT9mPzGgyJOc7Fdm { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLDAguqzNps88U4vubqLLUTnO8B92tpT { width:17.3125rem;height:2.0625rem;top:0.5625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9sGuNhL1PNTeGUeDohf78xGfs2AUsLG { width:1.9375rem;height:1.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUWn8vxhUpKGDGb8RIVHkzgGcp1uWOA8 { display:block; }#NUWn8vxhUpKGDGb8RIVHkzgGcp1uWOA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAazQRm5UTWnizdTdbISRd1QtfCU5cHI { width:45.625rem;height:1.25rem;top:0.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX1XRVXw8n8x222TV6ZK4IHGsfEZ5yHd { display:block; }#IX1XRVXw8n8x222TV6ZK4IHGsfEZ5yHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5lnr4TFoshDbssI0E3qm08x1HaTGDOP { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqDuo6IiOJHy7T4XK0gxTDLq57TgdhNt { width:1.9375rem;height:1.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0mED7aW12GV4r5JalRKvUJJzpbQEWmW { display:block; }#g0mED7aW12GV4r5JalRKvUJJzpbQEWmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpzkmaxEXcFkG9FWWURuUlS7Fz5lZO52 { width:45.625rem;height:1.25rem;top:0.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kps12LZ5kCxl9e0ee0dITcQ9pdmdS0oA { display:block; }#Kps12LZ5kCxl9e0ee0dITcQ9pdmdS0oA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUnXeJSvynP93HVO7bqVrXyN6S0Tc96u { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLZXlAOT67dMhInxJJFudxad1pP1JinZ { width:1.9375rem;height:1.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx2pbXXAQRE0t8yKJOkhUCvqDybruDSl { display:block; }#mx2pbXXAQRE0t8yKJOkhUCvqDybruDSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3xJRWOESo7syPOsyXAuiAJgFkrip4DU { width:45.625rem;height:2.5625rem;top:0.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCSAhkkMBn8cLym9JWZvVg7FcWIrFtRP { display:block; }#WCSAhkkMBn8cLym9JWZvVg7FcWIrFtRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLikQZxUeyzo7OF6n4I2cvLz6DN3lMUK { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0m0l4m4bnh3IwT95t5wFSMiKTRsLADE { width:1.9375rem;height:1.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETOUVNSpDQhQ6b0Rq6Q6f4QlAQAmZX0 { display:block; }#kETOUVNSpDQhQ6b0Rq6Q6f4QlAQAmZX0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCF1yFe5Xw7QNGfyoT7d63Ds2xh5FPsF { width:45.625rem;height:2.5625rem;top:0.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqyiV0eMOGXHTuNP2ngkS334eG9VD8t1 { width:45.625rem;height:;top:2.1875rem;left:1.0625rem;font-size:1rem;display:block; }#BqyiV0eMOGXHTuNP2ngkS334eG9VD8t1 li:before{  }
 }@media only screen and (max-width: 763px) { #swcgHCzwATV32xtLrOmzdG7BLtggwHJw { display:block; }#swcgHCzwATV32xtLrOmzdG7BLtggwHJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPTd3vBd7aXlRuSSZVcSZlzM17iTyEkp { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRRtWIoM7eqr6i9rdMsWEeTHTUw4eovi { width:1.9375rem;height:1.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIeAUQCKEPQbyiuWSet05hLBoOtBRqkG { display:block; }#nIeAUQCKEPQbyiuWSet05hLBoOtBRqkG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGqzr5fZOOxK1v16sVvcVDz5M3PnUTHa { width:45.625rem;height:1.25rem;top:0.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPwWyNKElIkC5osUT9KKpqGcumPwxAi { display:block; }#TfPwWyNKElIkC5osUT9KKpqGcumPwxAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXNqNI67IzMNKq5WvT469KZdGIOZUDUi { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMSpMli2vyVl5KXxrdDmbmlMsQ9V4Tsu { width:1.9375rem;height:1.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiWoLLgGBmtU9IAdwpbTwRuMqnMqGcF5 { display:block; }#OiWoLLgGBmtU9IAdwpbTwRuMqnMqGcF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AU5TS87vOilQIytMI9MfTmcCEel7KDfd { width:47.75rem;height:2.5rem;top:0.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufmKdszTwhtDR42eLg6APMaV5Iihf6q5 { display:block; }#ufmKdszTwhtDR42eLg6APMaV5Iihf6q5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHTbpaVWRmhsxvufRFouqVCnrq2e0yd3 { width:45.625rem;height:1.3125rem;top:0.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTOepFMSXeClivTMDGvP96GFHp048bg { width:1.9375rem;height:1.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HogHPRCXAiITUDiNrs5umqJxM7fEcvtt { display:block; }#HogHPRCXAiITUDiNrs5umqJxM7fEcvtt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9KaqIUsg6wDgXTHmkM75NNAyTqN1Sd8 { width:47.75rem;height:2.5625rem;top:0.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWirJBmlCW97SXzSqbVPCmluKZCPWnIC { display:block; }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcoOenb4Fkku38tOeHIbrNr2dbD0zyOI { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT { display:block; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT { background-color: transparent; background-image: none; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container > .video-iframe-container { display: none; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row > .video-iframe-container { display: none; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .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); }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT { border-width: 0; border-radius: 0; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container { width:20rem;height:50.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/njRLzRYZ/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;position:relative;display:block; }#c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container.adaptive-delivery-prevent-bg, #c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container.lazyload, #c99aOBHtQIJLF88qqp8kLCLTPeWTgQQT > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #TBByGitqkWxag6bTvNkhp31WmNPTr1ys { width:20rem;height:0.975rem;top:0.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSe9TGNkWo8ec4SKRzvDC5mulGdJQwLm { width:20rem;height:0;top:9.2734375rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Kp3CowoaPhXBppvUFxI0yOOQxRM3AhSw { width:14.625rem;height:0;top:13rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #tCq1upCc0q6cKE2pg0csPUoVzD9Xdk9w { width:20rem;height:0;top:13rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #rfxiwmWEDWU84MJwCTrySHT7HkTyoXSR { width:14.625rem;height:0;top:13rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #WmpA926h6z8ugWQ4utDJggi2r96REkXp { width:20rem;height:2.4375rem;top:1.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTSRapdHLedmFEbBLXlrsLKJ0lzPKgi0 { width:10.0625rem;height:6.75rem;top:28.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqHeIpeOUKrkdkSGT03LkzcwbLuHEWeQ { width:9.8125rem;height:7.25rem;top:39.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqdDbPhD3by8KT6OrUg1VJhLkebfBmgt { width:20rem;height:0;top:33.3671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #EJAz08kaZ3bUEpJyfu0ShvF1awepT2T4 { width:20rem;height:auto;top:7.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sOa7KmFsLJbKVQL1ASyS1MUXFscfApaP { width:17.875rem;height:0;top:54.461719512939rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #i982gpdlqGPIQEgGnT0wOoJnyFxcieDo { width:17.1875rem;height:0;top:26.3125rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F5wWTuWBBHnI8vEgFW3uek6QRr3Bi7AT { width:20rem;height:3.4125rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTlfk5MTiv63IgSXJOmHOfx1f2Q1dDm { width:20rem;height:0;top:5.3671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #cGTmg0JA9VuE3qMMS2I4RXfWTUNScZiQ { width:20rem;height:auto;top:7.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CxZqWbGnsr9ZMyEFcpPPigRIX05EDPT5 { width:17.6875rem;height:2.625rem;top:34.5rem;left:1.1875rem;font-size:1.125rem;background-color:#e52929;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PqKPTwudVAGdSbcs0Ogbfvra7uOCt0Ag { display:block; }
 }@media only screen and (max-width: 763px) { #l3rdI9guHC2viphlvhndvfDKIQBqbKuC { width:18.5rem;height:2.5rem;top:45.625rem;left:0.75rem;font-size:1.125rem;z-index:15000;background-color:#e52929;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nEZein828ETHoHNqJnSTQlFwxeLQSFCi { display:block; }
 }@media only screen and (max-width: 763px) { #VyiqKQLAL2FLu5hbk5bgbq1MM9bCyqhm { display:flex;top:5.5625rem;left:0rem;width:1.0625rem;height:1.0625rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #gFWMvLcXzQkd94KsHgOOtcqQi4rDToun { width:18.3125rem;height:2.7625rem;top:5.3125rem;left:1.6875rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;z-index:15003;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxArKGpu3rw6KLDTpUBgx6GzXT3Ub10 { width:18.3125rem;height:2.7625rem;top:17.625rem;left:1.5625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;z-index:15004;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #emts8R7sryxJr6MVFKwGxDXiHFdhox7h { width:18.3125rem;height:2.7625rem;top:9.125rem;left:1.6875rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;z-index:15005;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f2ycvk2vZ3fBlcOWavwFXImu2hgdaqSp { width:18.3125rem;height:4.14375rem;top:12.6875rem;left:1.5rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;z-index:15005;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yGIr9XnIJ7yzWCepPyLFRbcKFEaZDOE7 { display:flex;top:9.25rem;left:0rem;width:1.0625rem;height:1.0625rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #v7ch6awLv8hQXC8ZS2XVRlvNq9Ns28zo { display:flex;top:12.9375rem;left:0rem;width:1.0625rem;height:1.0625rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #hEisSuQMklWA1UE1BT9d6T8w3BUaWt2v { display:flex;top:17.8125rem;left:0rem;width:1.0625rem;height:1.0625rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #gWytq2a8z2huQIRLSldRF6T9dwbr5TL4 { width:17.1875rem;height:1.3rem;top:26.2744140625rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e { display:block; }#tkXvThzMlUf8pzOuOOXw3Raa03ReuB7e > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC5x0OPDlcTCsxrev8HWt3vFZchokKsx { width:20rem;height:1.8375rem;top:1rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIv9DCLmSCK9K12f1k18k7ezHeRmif8A { width:20rem;height:26.75rem;top:4.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo1KeBP5BU1kxmVfvmOT7ErmpRIqcoTn { width:18.125rem;height:0;top:14.4248046875rem;left:1.875rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #FRb7A7L1U022ddhzoGO8SNoqPMzMoAKP { width:12.1875rem;height:0;top:9.0810546875rem;left:1.875rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #zsw1f92Bq7GFGlO8h5ZGrmzVZeXeUTV1 { width:9.125rem;height:9.125rem;top:3.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioFCQMVRBTPQ4DDmxSrvglVz1P7Z6Pq { width:8.875rem;height:3.15rem;top:5.55078125rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ApqFxVGxwwMRmTPkyZgR7dt5FJU8Uv { width:9.125rem;height:9.125rem;top:3.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub7g26oEyxnKGk5hCubNgBLpyhFHolVs { width:11.4375rem;height:0;top:9.4998052120206rem;left:1rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #TpPDQeXTuddcZgJE32FlNdDLlNyi6Frc { width:18.125rem;height:15.84375rem;top:14.5498046875rem;left:1rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #mSLLO114Ggd9N2ulpeuZUPMUS0bhQPsM { width:12.375rem;height:3.4125rem;top:9.4990234375rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy { background-color:#bbdfc8;background-image:none;display:block; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container { background-color: transparent; background-image: none; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container > .video-iframe-container { display: none; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row > .video-iframe-container { display: none; }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .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); }#sVHUvzVWXKpKylHJZ3lQm0NzC3hrswsy > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWMqMLgrgWxrkvQfwxJl1aR1QP3Q1gaW { width:11.125rem;height:0;top:5.96875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuEUkWazit76aMoGx6FEKLJfoDsGClRv { width:18.25rem;height:17.0625rem;top:10.5546875rem;left:1rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zqsLqJ11CTZEu5HSngOivp7q10Tkducy { width:16.3125rem;height:1.70625rem;top:0.82421875rem;left:1.84375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmqWmIfXbeo8hbsOT08HcdJT1o2IyuAy { width:10.75rem;height:10.75rem;top:6rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5aTDzuqo85KXkN7DrQ35tBEqTscOnsd { width:9.375rem;height:9.3125rem;top:9.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JW9eCk1Hif2J9RdcBXPFTm8N8Rx5wNgR { width:7.375rem;height:7.375rem;top:2.46875rem;left:12.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #doe4JgH248AUB5aK4gzfLAmk8Iq90EDW { width:20rem;height:23.9375rem;top:4.2421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhZB1tXaFoO5STVkBCi5qUlMdVk95haQ { width:11.125rem;height:2.925rem;top:5.828125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RXEUnBBKcHKNACaadGMQJbMmULcCaTn2 { display:none; }#RXEUnBBKcHKNACaadGMQJbMmULcCaTn2 > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LvW9vKZcG0b57ZTRxFFbJuJbhgq2Z17k { width:13.5625rem;height:9.375rem;top:9.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7wOc12anJHRgfdTG1DeoSW9SXgDm7oT { width:12.4375rem;height:9.375rem;top:27.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5ZTeRVaL10WDfMq01skqmT9kmonoqcT { width:19rem;height:6.5625rem;top:1.25rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6o5vn0wOh06mrFq7rByIH69NrTazF8B { display:block; }
 }@media only screen and (max-width: 763px) { #HVUZJzD8VX60LfAXk92nna6p6xfFdFhe { width:19rem;height:6.5625rem;top:19.6875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv38nh2EmVee4UK7mvydo9AEK4i6yHU9 { display:block; }
 }@media only screen and (max-width: 763px) { #K6kyGtdyNbyO6WTf74binhtS3NDubbsy { display:none; }#K6kyGtdyNbyO6WTf74binhtS3NDubbsy > .row .container { width:20rem;height:5.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A8tTvyTg8vcNUXdc78X9A5egCeGGA88d { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gHuaaAuootng6wPblImHdk3xEsh3NCRI { display:none; }#gHuaaAuootng6wPblImHdk3xEsh3NCRI > .row .container { width:20rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZI3TUry1EwCAAU1UnpiRNcE4fx3BsS8b { width:17.3125rem;height:1.125rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTdvIiT2GLbaznnb55fI5ggvustW0zVX { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxnBl4Tl4zIn1NHFaFM9iX7SeTHGGS6J { display:none; }#XxnBl4Tl4zIn1NHFaFM9iX7SeTHGGS6J > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bckUzbm5UaVfRhuuSCMGIihfFq59NSXV { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TZENs8IUTs2myykyKl8RkN6ueXDkB3Nt { width:20rem;height:0;top:1.75rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }#TZENs8IUTs2myykyKl8RkN6ueXDkB3Nt li:before{  }
 }@media only screen and (max-width: 763px) { #KpGXQbsBnsLK4NgBruwrqwoZBDDBJNcF { width:20rem;height:6.1875rem;top:4.75rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15032;display:block; }#KpGXQbsBnsLK4NgBruwrqwoZBDDBJNcF li:before{  }
 }@media only screen and (max-width: 763px) { #vhv9LZFARSRJrOt2DWgQHzi3V3BOqIEv { display:none; }#vhv9LZFARSRJrOt2DWgQHzi3V3BOqIEv > .row .container { width:20rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z6VVeiVgvJI0IiZpDTiBBCl8hXdPsz7F { width:17.3125rem;height:1.125rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gDs7knyo9QQ95ROAAdih8kitR2i7ZNcs { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHuKqpXe12PMIo1Tapt2mmG4iPavPxT9 { display:none; }#bHuKqpXe12PMIo1Tapt2mmG4iPavPxT9 > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vaiAV2ikOgvB6d48xMDPsPpCZ3RatIhB { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EseTZk7wSMxfKW40tHplepJC7dSPSWtr { display:none; }#EseTZk7wSMxfKW40tHplepJC7dSPSWtr > .row .container { width:20rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mwHdhe9yPgfyhTQT5I9u43NEQ8NNTXBe { width:17.3125rem;height:1.125rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kX8mG2W4LPHXlmH0Cg80FLKQMVgwc5Se { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #marOMlXDF6AS5ky5VpsP8BkcAzrpRNT7 { display:none; }#marOMlXDF6AS5ky5VpsP8BkcAzrpRNT7 > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P1w0wDFzZmRhiUuXgN8KvMVfuEOJmUev { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nBfmgK2We5NrEi2QKF4K6ty5kJvpndU8 { display:none; }#nBfmgK2We5NrEi2QKF4K6ty5kJvpndU8 > .row .container { width:20rem;height:7.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lz1TXJhwdNTWyoWDGsdu4acdPL3SaRHx { width:17.3125rem;height:2.25rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F3Li9qu0XLC0l0e7gF0OEOfeRhrz7Thp { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iooPnPTTv6eUMNAZPepenoUw0xzMydp6 { display:none; }#iooPnPTTv6eUMNAZPepenoUw0xzMydp6 > .row .container { width:20rem;height:3.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GHgSb0odRsMlJXqSQ1iwoD3JLquHtgFA { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bWbqn6zyuHxA103XMZmXlIaCkO3QrH2V { display:none; }#bWbqn6zyuHxA103XMZmXlIaCkO3QrH2V > .row .container { width:20rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akagSLxerlRe4ZhwKUoXzsE8dQ5Ex1IJ { width:17.3125rem;height:1.125rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GK3V6xRrC7L38kd1qVzN2n0cTLzzUBTB { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu4hOqnXL1wi3OZJH4ORA0h0arvan1Bl { display:none; }#eu4hOqnXL1wi3OZJH4ORA0h0arvan1Bl > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UQlzstgn3odMCqKiA9AiQ30tMsTRA9Zs { width:18.8125rem;height:2.25rem;top:1.25rem;left:0.5625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JxbJ4OmcR83NgX1LndA3rxieT8cq2GIP { display:none; }#JxbJ4OmcR83NgX1LndA3rxieT8cq2GIP > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xTMrBGNVLIFid3euyT9mPzGgyJOc7Fdm { width:17.3125rem;height:0;top:0.5625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LLDAguqzNps88U4vubqLLUTnO8B92tpT { width:17.3125rem;height:2rem;top:3.75rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #r9sGuNhL1PNTeGUeDohf78xGfs2AUsLG { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUWn8vxhUpKGDGb8RIVHkzgGcp1uWOA8 { display:none; }#NUWn8vxhUpKGDGb8RIVHkzgGcp1uWOA8 > .row .container { width:20rem;height:4.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nAazQRm5UTWnizdTdbISRd1QtfCU5cHI { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IX1XRVXw8n8x222TV6ZK4IHGsfEZ5yHd { display:none; }#IX1XRVXw8n8x222TV6ZK4IHGsfEZ5yHd > .row .container { width:20rem;height:7.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5lnr4TFoshDbssI0E3qm08x1HaTGDOP { width:17.3125rem;height:2.25rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqDuo6IiOJHy7T4XK0gxTDLq57TgdhNt { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0mED7aW12GV4r5JalRKvUJJzpbQEWmW { display:none; }#g0mED7aW12GV4r5JalRKvUJJzpbQEWmW > .row .container { width:20rem;height:4.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zpzkmaxEXcFkG9FWWURuUlS7Fz5lZO52 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Kps12LZ5kCxl9e0ee0dITcQ9pdmdS0oA { display:none; }#Kps12LZ5kCxl9e0ee0dITcQ9pdmdS0oA > .row .container { width:20rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gUnXeJSvynP93HVO7bqVrXyN6S0Tc96u { width:13.875rem;height:1.125rem;top:3.75rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PLZXlAOT67dMhInxJJFudxad1pP1JinZ { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx2pbXXAQRE0t8yKJOkhUCvqDybruDSl { display:none; }#mx2pbXXAQRE0t8yKJOkhUCvqDybruDSl > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K3xJRWOESo7syPOsyXAuiAJgFkrip4DU { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WCSAhkkMBn8cLym9JWZvVg7FcWIrFtRP { display:none; }#WCSAhkkMBn8cLym9JWZvVg7FcWIrFtRP > .row .container { width:20rem;height:7.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TLikQZxUeyzo7OF6n4I2cvLz6DN3lMUK { width:17.3125rem;height:2.25rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u0m0l4m4bnh3IwT95t5wFSMiKTRsLADE { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETOUVNSpDQhQ6b0Rq6Q6f4QlAQAmZX0 { display:none; }#kETOUVNSpDQhQ6b0Rq6Q6f4QlAQAmZX0 > .row .container { width:20rem;height:18.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xCF1yFe5Xw7QNGfyoT7d63Ds2xh5FPsF { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BqyiV0eMOGXHTuNP2ngkS334eG9VD8t1 { width:20rem;height:12.6875rem;top:4.75rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }#BqyiV0eMOGXHTuNP2ngkS334eG9VD8t1 li:before{  }
 }@media only screen and (max-width: 763px) { #swcgHCzwATV32xtLrOmzdG7BLtggwHJw { display:none; }#swcgHCzwATV32xtLrOmzdG7BLtggwHJw > .row .container { width:20rem;height:7.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uPTd3vBd7aXlRuSSZVcSZlzM17iTyEkp { width:17.3125rem;height:2.25rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRRtWIoM7eqr6i9rdMsWEeTHTUw4eovi { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIeAUQCKEPQbyiuWSet05hLBoOtBRqkG { display:none; }#nIeAUQCKEPQbyiuWSet05hLBoOtBRqkG > .row .container { width:20rem;height:4.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QGqzr5fZOOxK1v16sVvcVDz5M3PnUTHa { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TfPwWyNKElIkC5osUT9KKpqGcumPwxAi { display:none; }#TfPwWyNKElIkC5osUT9KKpqGcumPwxAi > .row .container { width:20rem;height:7.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PXNqNI67IzMNKq5WvT469KZdGIOZUDUi { width:17.3125rem;height:2.25rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rMSpMli2vyVl5KXxrdDmbmlMsQ9V4Tsu { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiWoLLgGBmtU9IAdwpbTwRuMqnMqGcF5 { display:none; }#OiWoLLgGBmtU9IAdwpbTwRuMqnMqGcF5 > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AU5TS87vOilQIytMI9MfTmcCEel7KDfd { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ufmKdszTwhtDR42eLg6APMaV5Iihf6q5 { display:none; }#ufmKdszTwhtDR42eLg6APMaV5Iihf6q5 > .row .container { width:20rem;height:7.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dHTbpaVWRmhsxvufRFouqVCnrq2e0yd3 { width:17.3125rem;height:2.25rem;top:3.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vGTOepFMSXeClivTMDGvP96GFHp048bg { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HogHPRCXAiITUDiNrs5umqJxM7fEcvtt { display:none; }#HogHPRCXAiITUDiNrs5umqJxM7fEcvtt > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u9KaqIUsg6wDgXTHmkM75NNAyTqN1Sd8 { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #pWirJBmlCW97SXzSqbVPCmluKZCPWnIC { display:block; }#pWirJBmlCW97SXzSqbVPCmluKZCPWnIC > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcoOenb4Fkku38tOeHIbrNr2dbD0zyOI { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }