.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:222,218,224;--color-primary-1:145,131,151;--color-primary-2:35,7,46;--color-primary-3:18,4,23;--color-primary-4:5,1,7;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Cinzel";--paragraphs-font-family:"Comfortaa"; }@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:#23072e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/903cb01a-ff6e-4728-abb9-afb45e069d87/drat48.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5.adaptive-delivery-prevent-bg, #ONNav2JbIgITrRC4gncmS4HSF49XQvm5.lazyload, #ONNav2JbIgITrRC4gncmS4HSF49XQvm5.lazyloading { background-image: none; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container { background-color: transparent; background-image: none; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container > .video-iframe-container { display: none; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row > .video-iframe-container { display: none; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .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); }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container { border-width: 0; border-radius: 0; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#Bv5eISSGEe1nvWrTm7lDCB3NydffUwiK { color:#ffb033;display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:4rem;left:28.8125rem;height:18.146475rem;text-align:center;text-align-last:center;display:block; }
#qcnlk9FMcpEuxLTd6SW3ixMuS6GL8vw1 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:26.125rem;left:34rem;height:1.9121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EAFcTTRRBkTftQeh49XBSB3AFpvVMU7l { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30rem;left:38.5rem;display:block; }
#Few8QaBZWWa9MqGBw92m79S5GAoG8DUs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row .container { background-color: transparent; background-image: none; }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row .container > .video-iframe-container { display: none; }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row > .video-iframe-container { display: none; }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .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); }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row .container { border-width: 0; border-radius: 0; }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#fgm9cSXsay7tZschkuuQUe8hm9kLaR11 { color:#23072e;display:block;width:63.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5625rem;left:5.78125rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#TAceRH9BGg8STqTxb9JcloUBcu888FbD { 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; }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row .container { background-color: transparent; background-image: none; }#TAceRH9BGg8STqTxb9JcloUBcu888FbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row .container > .video-iframe-container { display: none; }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row > .video-iframe-container { display: none; }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .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); }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row .container { border-width: 0; border-radius: 0; }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#hp68VCwvyF2qoU6OzTmtuN9W7hmHTMxu { box-sizing:content-box;height:31.75rem;width:36.0625rem;position:absolute;display:block;z-index:15002;background-color:#23072e;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:1.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#m161Rm2p0wB8G06OG5hckkTH8cwwBGQ6 { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:20.625rem;left:4rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jru336zDtuWEIum7fpdwEtGvTRealVs3 { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:23.0625rem;left:4rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EASgRJT6tLtHhtl83HpfuzkSAN4T8fOZ { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:18.4375rem;left:4.0625rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wE133noNu4BXD4DF0kw6dpJCQhaCJtFD { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:16.1875rem;left:4.0625rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZCG69n3KTudXWVro3AklMQNlaRRnK0K0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.4375rem;left:1.5625rem; }
#rDtrgxcfq2IkJbaynire8vvP0TGne5Hy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.8125rem;left:1.5625rem; }
#Ff0qT07NCTVaZJB8mx40TVC7CMWqpgAr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:23.25rem;left:1.5625rem; }
#HgvGTABJIWUhOrnKFWdd62T4Tz0KmqDO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.375rem;left:1.5625rem; }
#Z1mERiODcKqpRXivb1WtzPoTmwZlDSff { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.0625rem;left:4.625rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m5RRGwtP3H6lmm4nZuVvuStxtEye4q1m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.375rem;left:14.5625rem; }
#NJ5k17LuqbGtKR9OyTh8w3HuxKsz4Weo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:25.5625rem;left:1.5625rem; }
#PTNdZwsaIPT5rFAUXUsPQHi0vqtPn3WG { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:25.375rem;left:4rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T8nkvRmq7Pgb8LuOU1VftD7ZyGiGQZ73 { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:27.8125rem;left:4rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EuUUvn4Ew1V2biUwHDUbXvyBiqPBc521 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:28rem;left:1.5625rem; }
#vlTTkLqON7XXrs0hEQT4kmyQPLszqqcU { box-sizing:content-box;height:0.125rem;width:33.0625rem;position:absolute;display:block;z-index:15035;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.9375rem;left:1.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lKXbMauuFbb3vbJELw3es4K42W0cCymq { box-sizing:content-box;height:31.75rem;width:36.0625rem;position:absolute;display:block;z-index:15018;background-color:#23072e;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:1.375rem;left:38.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#HpEv0rJsXSyC0SAHVxT7xNTTIWeKdR8A { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:29rem;left:42.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RwQgFu30sqs6ikMZKE5r8RmngTUSBtEQ { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:26.5625rem;left:42.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cFUuqnDN2Wtn3oLLfOJz5Qi4ZKwTGBTo { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:24.25rem;left:42.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cbyIDueXsw2tzfx0fuHdXQTQVKIRvLmw { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:21.8125rem;left:42.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dWN5Edt0va7KNO4le7Qk98u0HuLWqgGR { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:19.625rem;left:42.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dPDJXN2rGOuAvamf3798I8iwzfJ4MoFV { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.1875rem;left:42.875rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Vg1EDSgI0wcr2fCxx5G69qcotlpx6LKR { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:11.0625rem;left:43.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VnArCXDJES727sfpOG5cAchJgiHl07U4 { box-sizing:content-box;height:0.125rem;width:33.0625rem;position:absolute;display:block;z-index:15051;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.9375rem;left:40.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xlqrsmvM6px2tS9HMqgreL7xVdDlMK6Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.625rem;left:40.3125rem; }
#C7nexK7xKK7SQ25m7IsTQGhrFRPlvwx3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22rem;left:40.3125rem; }
#Bf10K06h7IQaKgundGawfZONHt6N3irL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:24.4375rem;left:40.3125rem; }
#lJTBdzXkDcpWxU2DUn6TxDHdh5eSVa2g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.375rem;left:40.375rem; }
#aEDNOPcR2lfv3y6KJ2FKg3GUncTmpiqw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:26.75rem;left:40.3125rem; }
#lQgwCQpFaB5CpbUqbX4UiIBL43rp6TgP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:29.1875rem;left:40.3125rem; }
#CEbeBcLxnSRW4g2akmWlcfT7ABSaliG0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.4375rem;left:53.375rem; }
#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ { 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; }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row .container { background-color: transparent; background-image: none; }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row .container > .video-iframe-container { display: none; }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row > .video-iframe-container { display: none; }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .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); }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row .container { border-width: 0; border-radius: 0; }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#e7IgIS3xuzm5n7yruXAGpxa0wfJqAUF2 { box-sizing:content-box;height:31.75rem;width:36.0625rem;position:absolute;display:block;z-index:15002;background-color:#23072e;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:1.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ahTHJtbkaV2LWr6nR6cyhDrpzTrL4hQB { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:21.875rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D4rroxCBoUomMDSCGUoVToMmNcuTRUK2 { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:25.8125rem;left:3.9375rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tWvGPE0f67bTxiIIcnaL6ByniCouMwkd { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:19.6875rem;left:4rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X28RdrPuWPZPV7c96Cv1amZUt1PH6qNW { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.1875rem;left:4.0625rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zBydhA6lTSyEIzo45uZ1B80u13mWc5KU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.6875rem;left:1.5rem; }
#vTxV0dp5A7dxbfpP7pKg9n0T0LlpQFhT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:22.0625rem;left:1.5rem; }
#lr6Fo3DxrUJTKBmpxkOVASrCOUS9Hv4X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26rem;left:1.5rem; }
#k3wC6AhUg7UAzwVuJKKVB1Anx6uA4UMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.375rem;left:1.5625rem; }
#RhBtbEDlD9WmT3VRg834U6apxcdTT1PK { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.0625rem;left:4.625rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lCQqCVhQMztwXfxDE6KAGChDBvyMtXvT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.375rem;left:14.5625rem; }
#zaZwOMGvpbTwGe9Po0CqLSOA610Q66xF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:28.3125rem;left:1.5rem; }
#DwMMmAeyTaLCwonmCPKQ78siHhRQHVFy { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:28.125rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ULtyTS3yxVV6R8pp0Bwk14y0uLPEILzW { box-sizing:content-box;height:0.125rem;width:33.0625rem;position:absolute;display:block;z-index:15035;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.9375rem;left:1.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#PRsf7mrJ5Nbb3U6Tu1lvetiIiPduuMmW { box-sizing:content-box;height:31.75rem;width:36.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(35,7,46,0.92);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:1.375rem;left:38.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#b7LxEwI3ZMMZ7xGWWKdVaroapVwPMKE3 { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:29rem;left:42.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dVlK82GqVgVDwks9pZqDwfyHCbVnrT2U { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:26.5625rem;left:42.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oMWqLMIx2ywThwnT6Wr2BC2QHqQ9rwMF { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:24.25rem;left:42.75rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n4TV2EBiAlgxTaGqbsgNIVhCSLckHK61 { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:21.8125rem;left:42.75rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DvxoDnnF4tUlFHq1XZzmCSC4zEQXBe54 { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:19.625rem;left:42.8125rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QotgKTo7NowlRCFXDhezv7K9eGJ1AAby { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.1875rem;left:42.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yPW1SzGIBwzAV4wbxTF4MnAb8f7Mys1w { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:11.0625rem;left:43.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vFz730WNDMx1EZE0Nxsutyuromwae0QT { box-sizing:content-box;height:0.125rem;width:33.0625rem;position:absolute;display:block;z-index:15051;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.9375rem;left:40.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZutD8t9x3TnLcno2s5grRE6ThDLEvG8J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.625rem;left:40.3125rem; }
#xfRTck7J6WAwnThdkL08l5y1HTasUVy9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22rem;left:40.3125rem; }
#um8Zq18sHo4CtothyvkITMEuiBNxNKXd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:24.4375rem;left:40.3125rem; }
#f5uN6w4GgAhskSZxzFCD0EGJJIMowhHQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.375rem;left:40.375rem; }
#OKovx6SAzLtgDmF9VTylInhDt5oeVau3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:26.75rem;left:40.3125rem; }
#bLvfZILkTcy79qH7Qvnml3cpF87TKBgC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:29.1875rem;left:40.3125rem; }
#l1barvamzcTBnJbWVFrXiB0VAdJqNXZb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.4375rem;left:53.375rem; }
#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf6ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg.adaptive-delivery-prevent-bg, #u7vWM0U6ELDKFVyHtb5txryfrXshMyFg.lazyload, #u7vWM0U6ELDKFVyHtb5txryfrXshMyFg.lazyloading { background-image: none; }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row .container { background-color: transparent; background-image: none; }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row .container > .video-iframe-container { display: none; }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row > .video-iframe-container { display: none; }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .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); }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row .container { border-width: 0; border-radius: 0; }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#Jra70KsKoRyWoTpKonBH8Exq64A0Ta7S { color:#23072e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#b9skC2vQ300Rl2sT8q2QvVlwA4WqNPnn { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:42rem;width:75rem;top:8.8125rem;left:0rem;display:block; }
#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row .container { background-color: transparent; background-image: none; }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row .container > .video-iframe-container { display: none; }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row > .video-iframe-container { display: none; }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .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); }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row .container { border-width: 0; border-radius: 0; }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#SKiNvGK2o6ehZtr5s3wfe2qpgtDX5ni3 { color:#23072e;display:block;width:72.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.21875rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR { 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; }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row .container { background-color: transparent; background-image: none; }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row .container > .video-iframe-container { display: none; }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row > .video-iframe-container { display: none; }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .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); }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row .container { border-width: 0; border-radius: 0; }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#nHP0khzwM5vzScmckR8mmE4TRKImrs8Z { box-sizing:content-box;height:19.4375rem;width:35.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20e63e09-198a-4b6e-87a6-cb7cd038aa21/drat37.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nHP0khzwM5vzScmckR8mmE4TRKImrs8Z.adaptive-delivery-prevent-bg, #nHP0khzwM5vzScmckR8mmE4TRKImrs8Z.lazyload, #nHP0khzwM5vzScmckR8mmE4TRKImrs8Z.lazyloading { background-image: none; }
#nHP0khzwM5vzScmckR8mmE4TRKImrs8Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHP0khzwM5vzScmckR8mmE4TRKImrs8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#zu2nQ6k8PlglvgIBXkKvm7Ec76u04IzX { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.75rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s8wglhgoTaUVy0S4x29ct8tLRfZHGVGa { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2rem;left:4.75rem;height:3.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cMgeA2p4s6FAvNczH8tHmTDV0hvEuO5K { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.3125rem;left:4.75rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xr9HIBR8SKvFGh61uGdCn2IUkDkict47 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:34.0625rem;top:16.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#XN4FFFHg6dzbPCGQKSbJmIXBDhLaoGXo { box-sizing:content-box;height:19.4375rem;width:35.3125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7957b13-a211-4463-b3ca-8868a2fd7be3/drat38.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:0rem;left:39.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XN4FFFHg6dzbPCGQKSbJmIXBDhLaoGXo.adaptive-delivery-prevent-bg, #XN4FFFHg6dzbPCGQKSbJmIXBDhLaoGXo.lazyload, #XN4FFFHg6dzbPCGQKSbJmIXBDhLaoGXo.lazyloading { background-image: none; }
#XN4FFFHg6dzbPCGQKSbJmIXBDhLaoGXo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XN4FFFHg6dzbPCGQKSbJmIXBDhLaoGXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#Nb9KQPcBgtB2C99rPJiMcoRWQaCwFLKT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:34.0625rem;top:16.4375rem;left:40.375rem;overflow:hidden;display:block; }
#inaC6QqWHeiawFUXVAHwwz3dSvAIWH8S { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.625rem;left:43.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yAdEqAfoZyH2PHZ6sPwwnCqE2AM8rISO { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:5.32421875rem;left:42.84375rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tfLUeTtJGkISSDdXZ8XBJLdTEV2IwEwH { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:2rem;left:44.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ { 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; }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row .container { background-color: transparent; background-image: none; }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row .container > .video-iframe-container { display: none; }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row > .video-iframe-container { display: none; }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .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); }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row .container { border-width: 0; border-radius: 0; }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#HA6DagflQzewFpfJGcctlTT8P41JAGMK { box-sizing:content-box;height:19.4375rem;width:35.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1177cdc1-9e88-452e-a3e6-f966c7b42737/drat39.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HA6DagflQzewFpfJGcctlTT8P41JAGMK.adaptive-delivery-prevent-bg, #HA6DagflQzewFpfJGcctlTT8P41JAGMK.lazyload, #HA6DagflQzewFpfJGcctlTT8P41JAGMK.lazyloading { background-image: none; }
#HA6DagflQzewFpfJGcctlTT8P41JAGMK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HA6DagflQzewFpfJGcctlTT8P41JAGMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#OBKGnnpv65oC90gbTRqD15mZKeQSfGIm { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vqJkGFM5SaMTWRqnOFN9PKA2vCdb94BH { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2rem;left:4.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ulEvvltsL09eVoCglCKlt7SGftNQ3OSe { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.32421875rem;left:1.09375rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DVdTZI49WKOb2O8WarsCO1EGbmTE0ubN { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:34.0625rem;top:16.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#dTr0tzCmk1wHrK3MqoEwurlQeHIS5tMR { box-sizing:content-box;height:19.4375rem;width:35.3125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3347d30f-4553-4f43-a500-6a33f96e0140/drat40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:0rem;left:39.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTr0tzCmk1wHrK3MqoEwurlQeHIS5tMR.adaptive-delivery-prevent-bg, #dTr0tzCmk1wHrK3MqoEwurlQeHIS5tMR.lazyload, #dTr0tzCmk1wHrK3MqoEwurlQeHIS5tMR.lazyloading { background-image: none; }
#dTr0tzCmk1wHrK3MqoEwurlQeHIS5tMR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTr0tzCmk1wHrK3MqoEwurlQeHIS5tMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#W5xU1ETBLdnTn9uOvSkKteTneODbsEeF { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:34.0625rem;top:17.0625rem;left:40.375rem;overflow:hidden;display:block; }
#huJ9duMWE5JWtaIhnioqRpNLPQ34zB8L { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.13916015625rem;left:43.4375rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dgQL58LQfunLab2LNnTUL30GaWTCBsUk { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:5.32421875rem;left:41.4375rem;height:5.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ddpi4iyJPridcysE1reuw7Dx0XDFQNV0 { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:2rem;left:44.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw { 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; }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row .container { background-color: transparent; background-image: none; }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row .container > .video-iframe-container { display: none; }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row > .video-iframe-container { display: none; }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .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); }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row .container { border-width: 0; border-radius: 0; }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#QSTVdZT3fTk3NPAHzcUKEIRqNf1sVuSb { box-sizing:content-box;height:19.4375rem;width:35.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb6457da-76fe-4e6c-9ce7-abe278cf7128/drat41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QSTVdZT3fTk3NPAHzcUKEIRqNf1sVuSb.adaptive-delivery-prevent-bg, #QSTVdZT3fTk3NPAHzcUKEIRqNf1sVuSb.lazyload, #QSTVdZT3fTk3NPAHzcUKEIRqNf1sVuSb.lazyloading { background-image: none; }
#QSTVdZT3fTk3NPAHzcUKEIRqNf1sVuSb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSTVdZT3fTk3NPAHzcUKEIRqNf1sVuSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#b7RtKFG448GpyXANV52wOI3nyHVGq2LB { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GG6WgCRLTwTWZte1ns2WfoPqKKBSAr1s { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2rem;left:4.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z3XOGROAc9Q3vbXCHM6QGscGpnX6AOPI { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.32421875rem;left:1.09375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zVpL8sA1UQrldEGEyK1yyprguTb5sFtB { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:34.0625rem;top:16.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#chEEWMiOTnlblgMeo5oiX52y5TeBDwTT { box-sizing:content-box;height:19.4375rem;width:35.3125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/374859da-f6f4-4558-83ff-8954553fdaec/drat42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:0rem;left:39.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#chEEWMiOTnlblgMeo5oiX52y5TeBDwTT.adaptive-delivery-prevent-bg, #chEEWMiOTnlblgMeo5oiX52y5TeBDwTT.lazyload, #chEEWMiOTnlblgMeo5oiX52y5TeBDwTT.lazyloading { background-image: none; }
#chEEWMiOTnlblgMeo5oiX52y5TeBDwTT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chEEWMiOTnlblgMeo5oiX52y5TeBDwTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#QJcQpk4igyJTeCLam7geT4WQurV7xLWk { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:34.0625rem;top:16.4375rem;left:40.375rem;overflow:hidden;display:block; }
#aCslDud38hrEzZwfOK9dOLrmTKt9HT4O { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.62451171875rem;left:41.09375rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mbyNPH1sQZuufTtPN100yi2rihXavZdI { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:5.32421875rem;left:41.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tft9ZetGmq6nDexE3UQVtuQ5Jz1RXE8f { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:2rem;left:44.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pkgiaI4FiRPk9pSerqAvf67nihuI880d { 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; }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row .container { background-color: transparent; background-image: none; }#pkgiaI4FiRPk9pSerqAvf67nihuI880d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row .container > .video-iframe-container { display: none; }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row > .video-iframe-container { display: none; }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .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); }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row .container { border-width: 0; border-radius: 0; }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#uaIzzT7bc7IgZGTXyRSdchEeG9rlTy5w { box-sizing:content-box;height:19.4375rem;width:35.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e432e96c-56cc-42ae-9b38-967d86753a12/drat43.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uaIzzT7bc7IgZGTXyRSdchEeG9rlTy5w.adaptive-delivery-prevent-bg, #uaIzzT7bc7IgZGTXyRSdchEeG9rlTy5w.lazyload, #uaIzzT7bc7IgZGTXyRSdchEeG9rlTy5w.lazyloading { background-image: none; }
#uaIzzT7bc7IgZGTXyRSdchEeG9rlTy5w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uaIzzT7bc7IgZGTXyRSdchEeG9rlTy5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#AmmAldnGaWif3fuJ7BdivEG4gweTM11z { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CR5qmC9rwpTvT5UcAeWiKssPGV7LuQNT { color:#ffb033;display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2rem;left:2.28125rem;height:3.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L7lp6K0qLoOWMwlXDaTctsNlHur0ZATk { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.32421875rem;left:1.09375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FCQWOFT76OwiydnUOrNWNiBXDqctcCqX { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:34.0625rem;top:16.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#CPSorEEEOLO6gT0L6aqGcTkhMy7T7Fng { box-sizing:content-box;height:19.4375rem;width:35.3125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df461876-28b8-48bf-ac8e-b1f4537bd8ce/drat44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:0rem;left:39.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CPSorEEEOLO6gT0L6aqGcTkhMy7T7Fng.adaptive-delivery-prevent-bg, #CPSorEEEOLO6gT0L6aqGcTkhMy7T7Fng.lazyload, #CPSorEEEOLO6gT0L6aqGcTkhMy7T7Fng.lazyloading { background-image: none; }
#CPSorEEEOLO6gT0L6aqGcTkhMy7T7Fng::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPSorEEEOLO6gT0L6aqGcTkhMy7T7Fng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#iOo0ikcOXDy882WTf4k25dESqKvQZfWK { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:34.0625rem;top:16.4375rem;left:40.375rem;overflow:hidden;display:block; }
#tMxMz0ETv41Tenk0oMeELxDQ0zUEOT0n { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.62451171875rem;left:46.3125rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pCeGpJfqy0ewMvlsUATis864gRe7mheR { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:5.32421875rem;left:41.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BaISHgUoQT02C0n5XKeApDazf58a1Tx3 { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:2rem;left:44.4375rem;height:3.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0561b8c1-ba0a-4f9f-981c-63cba4e00f0a/drat23.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3.adaptive-delivery-prevent-bg, #FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3.lazyload, #FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3.lazyloading { background-image: none; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container { background-color: transparent; background-image: none; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container > .video-iframe-container { display: none; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row > .video-iframe-container { display: none; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .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); }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container { border-width: 0; border-radius: 0; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#fr6x4ISNudED4W1B8wG34cDR3SNKJJ8O { color:#ffb033;display:block;width:73.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0.625rem;height:3.57470625rem;text-align:center;text-align-last:center;display:block; }
#MddvM6UmMbVuHq5X5Rd4Hv0U0N8h6Tk4 { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:10.16552734375rem;left:14.90625rem;height:5.611325rem;text-align:left;text-align-last:left;display:block; }#MddvM6UmMbVuHq5X5Rd4Hv0U0N8h6Tk4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MddvM6UmMbVuHq5X5Rd4Hv0U0N8h6Tk4 li:before{  }
#UQwUXK1ZwmtQAT4GbGL7Ku0WidqdXu8X { color:#ffb033;display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.5rem;left:3.0625rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U4mZ2L52pomOl5AUlhfT6fZ2eKQkta1A { color:#ffffff;display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:17.90625rem;left:9.6875rem;height:13.29689375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row .container { background-color: transparent; background-image: none; }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row .container > .video-iframe-container { display: none; }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row > .video-iframe-container { display: none; }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .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); }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row .container { border-width: 0; border-radius: 0; }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#gaTQNSy5O4IbBwpQNk1qgvotXcfqmPZm { color:#23072e;display:block;width:51.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:11.75rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 { 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; }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row .container { background-color: transparent; background-image: none; }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row .container > .video-iframe-container { display: none; }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row > .video-iframe-container { display: none; }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .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); }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row .container { border-width: 0; border-radius: 0; }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#HWZOh8XQyloCIQ8iBz3VqgkkJE8ckbsT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.8125rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#TPGKuytUzOSbzIlskICeON6loXmOzbU0 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.625rem;top:0.71875rem;left:39.1875rem;overflow:hidden;display:block; }
#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 { 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; }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row .container { background-color: transparent; background-image: none; }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row .container > .video-iframe-container { display: none; }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row > .video-iframe-container { display: none; }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .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); }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row .container { border-width: 0; border-radius: 0; }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#bpuIctTL75wKabLlPyqsfgIg7TAcwPRw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.625rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#uF4tX2BZTUoVTycLk3cT99ZrbZPZecTw { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.625rem;top:0.71875rem;left:39.1875rem;overflow:hidden;display:block; }
#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM { 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; }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row .container { background-color: transparent; background-image: none; }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row .container > .video-iframe-container { display: none; }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row > .video-iframe-container { display: none; }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .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); }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row .container { border-width: 0; border-radius: 0; }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#Hy6Ji35KTRJbV6p3kFGl3TTGZvqO6hIf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.625rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#AiUvxihRtifEWt3TNvRMbMeXS1TJDAUR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.625rem;top:0.71875rem;left:39.1875rem;overflow:hidden;display:block; }
#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G { 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; }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row .container { background-color: transparent; background-image: none; }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row .container > .video-iframe-container { display: none; }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row > .video-iframe-container { display: none; }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .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); }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row .container { border-width: 0; border-radius: 0; }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#ORffAzTog9Oz2Q94P65V58LJB5sRRlhF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.625rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#XGPgeuh4iTTTwTZo70EIt6Wo22drVrrq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.625rem;top:0.71875rem;left:39.1875rem;overflow:hidden;display:block; }
#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs { 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; }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row .container { background-color: transparent; background-image: none; }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row .container > .video-iframe-container { display: none; }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row > .video-iframe-container { display: none; }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .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); }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row .container { border-width: 0; border-radius: 0; }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#i1hMa9XipK0L1aEN3vG8dML8dxC7Rbtn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.625rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#sVeU4xLqqFntadKMUU2stzqK6N6TmPUf { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:35.625rem;top:0.71875rem;left:39.1875rem;overflow:hidden;display:block; }
#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 { background-color:#fdf6ec;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row .container { background-color: transparent; background-image: none; }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row .container > .video-iframe-container { display: none; }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row > .video-iframe-container { display: none; }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .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); }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row .container { border-width: 0; border-radius: 0; }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#lGSM7EOIiR7bX54FDzMTQdF5RQZNfOmu { box-sizing:content-box;height:30.625rem;width:35.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(35,7,46,0.83);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:10.75rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#H2upnI1xfXkNnvG8lZb0U8U1wOtVndh2 { color:#23072e;display:block;width:63.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:6.0625rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#psTKTGFbCpbiG2GtMcWMrIlcxuKs1fTK { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.5rem;left:3.875rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MEsOtKMyLFJhn1orORNc0gm5cEFCF3bF { color:rgba(255,255,255,0.6);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:16.125rem;left:3.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WXCi8BUzCbyWZ8hk8oMsWtT72pJ4rQ6n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.3125rem;left:1.4375rem; }
#aqvH65E43izUWLJQCUMWRRLyBEIXl0oy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.9375rem;left:1.5rem; }
#yqZERTk4we4ByxlnglylKUaRNvQCNAbh { color:rgba(255,255,255,0.6);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:19.75rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ex8UbSZyftzsgD1lANXwPfeT70HxSyR7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.625rem;left:1.5rem; }
#y1KytRHZMZOsntGr1n0bDCJgPXgTOu7r { color:rgba(255,255,255,0.6);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:25.4375rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HZLBdzeTqRQegCu9ZEp8IP0GXU50Cpv2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31.375rem;left:1.4375rem; }
#nJMyl2MUpvxmg7PkDU5yM7I8yeglMC6J { color:rgba(255,255,255,0.6);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:31.1875rem;left:3.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IGMHGtHiqzJTcKlbcxwvHyDlqn81wPFk { box-sizing:content-box;height:33.25rem;width:33.6875rem;position:absolute;display:block;z-index:15013;background-color:#23072e;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,176,51,0.5);border-left:0.0625rem solid rgba(255,176,51,0.5);border-right:0.0625rem solid rgba(255,176,51,0.5);border-bottom:0.0625rem solid rgba(255,176,51,0.5);top:9.4375rem;left:39.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#eGc2LWWx3nJuPaVyrAHc2abh6Fbw1wMB { color:#ffb033;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:24.4375rem;left:44.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mBdrcRC4TzESrnBUcs8iKbJ5uw8P1Dgy { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:27.375rem;left:44.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bwnmfeEPei6deKIoIRRskTcETqcZLckb { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:20.125rem;left:44.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tDo5VzhAEnqh1yNhf3fChSQ96nvyh42q { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:16rem;left:44.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oIZofBd8T7zGDhP5iqViQsAa0fIHx4iJ { color:#ffb033;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:12.375rem;left:40.9375rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wQVDubWshwnewM6iBIWKeEIAcU7HM24n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:42rem; }
#T3IdKzIWr5kSaROrCJVTw6cuV66vGXQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.3125rem;left:42.0625rem; }
#gAmfGA7dPzkT7RwrMbreg7XT0tPufZ0c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:24.625rem;left:42rem; }
#LHl15p11OLQVPsOrpxVFn9bdHqPqyDGm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:27.5625rem;left:42rem; }
#kFfxs5pVZMnOkDdq0ynMHslSTklwoBkk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:32.25rem;left:42rem; }
#qr9ByvzlmXNmqb0pBeMRlbr5OxNiBphr { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:32.0625rem;left:44.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Lvm50nbz7DCvAvEbqKkXrREUfkQPX6JV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:35.125rem;left:1.4375rem; }
#utHIOCbJ9Az88FS2wE4y8TAG4OqaFhyU { color:rgba(255,255,255,0.6);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:34.9375rem;left:3.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uFPTOKwpsAsicRX5IkwgRGcZVI8Cyrou { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:36.6875rem;left:42rem; }
#TC9cMAzsIP2NxREFAZpvPcmVd05PbRFr { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:36.5rem;left:44.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qP2I4Hd1v9S4drH7heKHC1MDIJNTZ3Ja { color:#ffb033;display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:46.6875rem;left:3.0625rem;height:2.68115rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aa3GpJMoyLmyQ7V5QiqAkn6N0gahi1vG { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:50.875rem;left:22.0625rem;display:block; }
#P5iEKfM15gSl82BW9pb7ppiITH03zakg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGGNTTLF4Pz8MyZi2y9lUlBJz15MLiGv { 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:15037;opacity:1;top:51.375rem;left:17.9375rem; }
#zTFuUQ1QNXi8O6JTssMVx5n5IcUhqA7H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:51.375rem;left:54rem; }
#KvBLMbpEFFJlac2zahoHygWV6SIEREVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { background-color: transparent; background-image: none; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container > .video-iframe-container { display: none; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row > .video-iframe-container { display: none; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .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); }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { border-width: 0; border-radius: 0; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { font-size:0.875rem;font-family:arial;height:62.4375rem;width:75rem;position:relative;display:block; }#zUTuV5pTtmAIZhfg3IGqtockfJIvPD4R { color:#23072e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#vJ92GDv2SDBlngKbk9pTzRbdLeZr53PH { box-sizing:content-box;height:6.625rem;width:0.125rem;position:absolute;display:block;z-index:15014;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.1875rem;left:16.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 { color:rgba(var(--color-primary-2),1);display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:27rem;left:18.0625rem;height:5.34765625rem;text-align:left;text-align-last:left;display:block; }#xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 li:before{  }
#FI6GTXgoiexA182qrdhED5mT9txG7EGH { color:#ffb033;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.1875rem;left:10.625rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#QcRgvcqoKoPFPyA7N2R87y8xlMAnTSRz { color:#000000;display:block;width:73.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:8.4375rem;left:0.875rem;height:9.1845625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BhClIZZSvaXw2P9cssCbvKsyit3pCra8 { color:#000000;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:29.1875rem;left:9.625rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pHh8kmJUy66HRMoCcUuukhQZiOwsG1PW { color:#000000;display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:24.625rem;left:18.0625rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#g7u92qFsF22oFD97DkeG3Q1MUTgJpstN { color:rgba(var(--color-primary-2),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:36.4375rem;left:18.0625rem;height:3.4619125rem;text-align:left;text-align-last:left;display:block; }#g7u92qFsF22oFD97DkeG3Q1MUTgJpstN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g7u92qFsF22oFD97DkeG3Q1MUTgJpstN li:before{  }
#D9msGrVlWzgeTiivRH7tdIslUR3hNzAK { box-sizing:content-box;height:6.625rem;width:0.125rem;position:absolute;display:block;z-index:15019;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.625rem;left:16.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#NaBaTUVIarVEaPObIGvTHIulz1rOlwMF { color:#000000;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:37.625rem;left:9.6875rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WGCQ0rmffPmKGgg9buTe2TFavT3vcGOq { color:#ffb033;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:33.625rem;left:10.6875rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#X21FR3gGGwvWLHIQposgdl3eqJgHtw6O { color:#000000;display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:34.0625rem;left:18.0625rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 { color:rgba(var(--color-primary-2),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:45.25rem;left:18rem;height:3.4619125rem;text-align:left;text-align-last:left;display:block; }#xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 li:before{  }
#MJgsgemlFDF2rZmW2b1okzbVeiUWAeZ5 { color:#000000;display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:42.875rem;left:18rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yAfJ4JF5K2bbzJTroFWG6hhimzkPywlX { box-sizing:content-box;height:6.625rem;width:0.125rem;position:absolute;display:block;z-index:15024;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:42.4375rem;left:16.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TomcuBqIT0CavstuEGiTsTNMugqJWw37 { color:#ffb033;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:42.4375rem;left:10.625rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#dJg0NTbMtgNL7K6Zm84nV7yn9DV9V6UQ { color:#000000;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:46.4375rem;left:9.625rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#persZSEGI2QVFGzH2u4Iya623SwsPOqd { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:52.5625rem;left:22.0625rem;display:block; }
#c8aQz9nZtvy67mtPlB1FUPk0Gi8MV9Ws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRoIyFsuEbx3OvZUiOlmF6xZQzENtHMe { 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:15025;opacity:1;top:53.0625rem;left:54rem; }
#Mh9u4wnHbJToD3KJLL3gleh2CfhLt8CS { 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:15034;opacity:1;top:53.0625rem;left:17.9375rem; }
#IpCg4lgZ12aXZ7SNwinfxSQXCEfsbMvH { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:57.3125rem;left:22.0625rem;display:none; }
#QxEAow5NvcVBvJey3dTH8sieRXfyEscZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KSvKhgp7S1To62G5KC8hOhGyFb68DktI { color:#23072e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/625a3300-059e-4262-b481-b739f19ade8f/drat24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.adaptive-delivery-prevent-bg, #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.lazyload, #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.lazyloading { background-image: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { background-color: transparent; background-image: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container > .video-iframe-container { display: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container { display: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .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); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { border-width: 0; border-radius: 0; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { font-size:0.875rem;font-family:arial;height:81.4375rem;width:75rem;position:relative;display:block; }#KGI4Zp3Tha4lTPuP7uqBT2gKSJHf9lhs { box-sizing:content-box;height:22.25rem;width:72rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:4.25rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#tN8fzgT9wkS82PbWo3l7Mh6m8cJoQe4V { color:#000000;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:11.125rem;left:24.8125rem;height:11.63475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b7PCtCcVumqneNd4Zf9PZliBo1CKwTwQ { color:#23072e;display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:24.8125rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#EI4ETVUir1J4cNzNJacQdvIZg8ln9iIw { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:17.9375rem;top:6.5rem;left:3rem;overflow:hidden;display:block; }
#HrsdNIldXrtE89WNHWhb15eWdSEbrwhB { box-sizing:content-box;height:28.375rem;width:72rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:28.0625rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZH3xR8nwv5TQgeeRLrVJLIdEB9TUi2Qk { color:#000000;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:34.9375rem;left:24.8125rem;height:18.2831875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Z9IND7hZRhOQNuGn0odyMl6XymT5Fudh { color:#23072e;display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.875rem;left:24.8125rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#tlDaWBNBOoiHtdEBNGATqdDm1Wo2NSxQ { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:17.9375rem;top:33.375rem;left:3rem;overflow:hidden;display:block; }
#VHz1Ndc4N7RA314DPlbaUbsSrB0RK97y { color:#ffb033;display:block;width:66.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:60.0625rem;left:4.21875rem;height:5.5244125rem;text-align:center;text-align-last:center;display:block; }
#yHGUbnnyAWf3wHrTdfzlgc3w4MkdyUt1 { color:#ffffff;display:block;width:59.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:68.41552734375rem;left:7.78125rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf6ec;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; }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row .container { background-color: transparent; background-image: none; }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row .container > .video-iframe-container { display: none; }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row > .video-iframe-container { display: none; }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .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); }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row .container { border-width: 0; border-radius: 0; }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#X9WeeugF4w7ksIrMNKZoo1JzTKTgul6h { color:rgba(var(--color-primary-1),1);display:block;width:35.5rem;position:absolute;font-family:"alex brush";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:2.9375rem;left:0rem;height:;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; }
#dA8R69aLGpZauSUTLoWWWTIQMIdm6XKQ { color:#23072e;display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#rpKKqubI5TEkhJUnmFXkoxNa1IhcEOxN { color:rgba(var(--color-primary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:10.4306640625rem;left:0rem;height:11.8984375rem;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; }
#EazolIPKCgaZPegZMhvP9BuvASqOAZaI { color:#ffb033;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.96142578125rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#e68xk1tcWmO1AxL1O4wF8ag1EKastJ5f { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:21.3125rem;width:38.0625rem;top:4.0537109375rem;left:36.9375rem;display:block; }
#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container { background-color: transparent; background-image: none; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container > .video-iframe-container { display: none; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row > .video-iframe-container { display: none; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .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); }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container { border-width: 0; border-radius: 0; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container { font-size:0.875rem;font-family:arial;height:85.75rem;width:75rem;position:relative;display:block; }#kBFagUk6pk43X6XlAaTundlIaINR3C29 { box-sizing:content-box;height:15.875rem;width:72rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:13.9375rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#V5wUNKMO7mWU6t4PsVe8TvR1Crag42iM { color:#000000;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:21.5rem;left:24.75rem;height:4.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V81uP5saUQPyEmOHy6I7hvREhdTMK470 { color:#23072e;display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.4375rem;left:24.75rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#eQfp7HxLkg3cmG8HdD2MdmRmA9gntISq { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:14.6875rem;left:4.375rem;overflow:hidden;display:block; }
#DHaxRvWClhCeL5HDiyJuR8hV6Amst3Rw { color:#23072e;display:block;width:63.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:5.78125rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#pPuRgyTGV6ifttr3yQt9R942uf7iTw8g { color:#ffb033;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.33642578125rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#wFQGuz7c9wTge9AiDQBtwTlBKSv5lBzP { box-sizing:content-box;height:15.875rem;width:72rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:30.8125rem;left:1.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xDRDnnow9fuCEiNzy509wTmiDb3DwOm7 { color:#000000;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:39.1875rem;left:24.75rem;height:3.32421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#thum0sUq3IwGNc9aTtyOWbBWkVDqg0aS { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:31.5625rem;left:4.4375rem;overflow:hidden;display:block; }
#b4xmfD8Vvt6APTtlOt0Tuttbn9EpidQU { color:#23072e;display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.125rem;left:24.75rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#KEdvz4LmzsvVX8lEOg2ypJQeQnu9khfG { box-sizing:content-box;height:15.875rem;width:72rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:47.75rem;left:1.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sIOp3dIUpQpBu9ibFCbNHU6AUmFON20d { color:#000000;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:55.3125rem;left:24.75rem;height:4.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KFA4cbmhPxRS1ZcFAXFtU0zDvHu2DWcT { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:48.5rem;left:4.4375rem;overflow:hidden;display:block; }
#LG2OfHoH6pymxRWZFmDeoiCayPtWiHyQ { color:#23072e;display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:51.25rem;left:24.75rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#TbuuUQevIXTlGwdlwa73lGsxCNbVJ5Zf { box-sizing:content-box;height:15.875rem;width:72rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:64.8125rem;left:1.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Hck30lbT1G3IEcFpnz9vybJq99wito0p { color:#000000;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:72.6875rem;left:24.75rem;height:3.32421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#awqlEH7Q71G9cCViwhJ1cpEqLysm0HO6 { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:65.5625rem;left:4.375rem;overflow:hidden;display:block; }
#Teiw01oHu6TctTmposRpimBRJrJX804p { color:#23072e;display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:68.625rem;left:24.75rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d631ca12-cb76-48c9-8190-1cb2ee33aa9e/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM.adaptive-delivery-prevent-bg, #iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM.lazyload, #iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM.lazyloading { background-image: none; }#iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM > .row .container { border-width: 0; border-radius: 0; }#iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:none; }#Ok0AIgogLafp5iyODtMH7sgvPUzq1Idk { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.5rem;left:22.6875rem;display:block; }
#Kvawu3My91EmUZclTmRaezneP8cItC2k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukvFKwHHMMfHWvzQuq4lDiLCkTzxX5xo { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.875rem;left:33.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#DTrDQkktArEyokNdmpgtC90838DzZW62 { 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:15026;opacity:1;top:30rem;left:52.625rem; }
#yKDu6awzJlz6N9q9uBDgq1eAHTfNTU44 { 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:15033;opacity:1;top:30rem;left:18.5625rem; }
#owG1fq9iDwJD3ODP2rO132L9P2qF1tTf { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.5625rem;left:22.0625rem;display:none; }
#zbXrlKqgMfrrHSHJMOWRB9LatvZmLuib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jwmxwb6Ru56RVg1BTNxJTeIcoX46cPs3 { box-sizing:content-box;height:31.875rem;width:42.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.56);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:4.0625rem;left:15.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#PezIHLz0If28CrKHbsssT8005rAcbW6b { color:#ffb033;display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:5.5625rem;left:33.125rem;height:5.3374rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V7Gd7lrefh77aQpaDHdTdFJoowB1GbrT { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:12.9375rem;left:27.625rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hqS0z29OzbUceWMR5pkl7zTNkgoDT3cI { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:15.375rem;left:27.625rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X6wTCf1zINFlJLBd37BLi6yhpXrT9ps7 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:17.875rem;left:27.625rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w2Bwbf00ZqkngC5BOtuHTnmdZnrZ32u9 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:20.3125rem;left:27.625rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uFgdwbg6tTHAqBOOXOs3vf2JAXkOlX58 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.125rem;left:25.1875rem; }
#NtoU4N9BTeD39GZ32v4cP3KOtXMkq2IH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:15.5625rem;left:25.1875rem; }
#gHSmnIyTIVaPGEPr5XXxzhuO3JWDn6eF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:18.0625rem;left:25.1875rem; }
#hzJwphP6Be0WZQU8TvAZuvrPHBuecbo5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.5rem;left:25.1875rem; }
#Cwyd6AO1ccQSFV4l9M4T4LQIC0ZMw32v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.9375rem;left:25.1875rem; }
#n8d16CkxT7OXAfSseraUpSt0bkL3KiFO { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:22.75rem;left:27.625rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WpDiGT7UWLMsdQFcqA25yypLR7wVph6B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:25.125rem;left:25.1875rem; }
#k3MiQLwt9d2eKrAz48csVVrgkU2quHfS { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:24.9375rem;left:27.625rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lhzeL7Has36XDH0r4OuWq3izLK3ZGQd2 { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.5rem;left:30rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH { background-color:#fdf6ec;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { background-color: transparent; background-image: none; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container > .video-iframe-container { display: none; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row > .video-iframe-container { display: none; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .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); }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { border-width: 0; border-radius: 0; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;overflow:visible;position:relative;display:block; }#CUC3Dtst1omE1R5tSRpdhkTrAV0qnFtS { color:#23072e;display:block;width:63.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:6.0625rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#nn3MZuvCseOGEm9lUqxfyT2Cy2ZQxmVX { color:#000000;display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8.71875rem;left:8.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K6pzUriEbKw4y0tZnMiJMnAPMGfzTxUo { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:34.625rem;left:22.0625rem;display:block; }
#Cr1dGalwMC5QrCfz6smDGt5chTkPOJCG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhQGKidhOtqP4rXZoQGW2RvsFMTo6lyw { 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:15032;opacity:1;top:35.5625rem;left:54rem; }
#XlAZ67d2op315xLKcnJsNF7qeGq6qMUQ { color:#ffb033;display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.3125rem;left:3.0625rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DxGgSvVao3dzMO8lSabGzTbJdJ3s5c6D { 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:15041;opacity:1;top:35.5625rem;left:17.9375rem; }
#oPkC6CgdFNJ81xDH6zK16zzWaVSHqfJb { 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:15025;opacity:1;top:53.0625rem;left:54rem;display:none; }
#WlIePL4dVaI4GadiDp9Md80qxDlIf77R { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:57.3125rem;left:22.0625rem;display:none; }
#x1MzSK36wHqwIPTtKFcPRov9d3uF8Ed5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XsSRX1uoL0HVgGnJGET5pRq1H5zgPkF1 { 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:15034;opacity:1;top:53.0625rem;left:17.9375rem;display:none; }
#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d631ca12-cb76-48c9-8190-1cb2ee33aa9e/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb.adaptive-delivery-prevent-bg, #fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb.lazyload, #fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb.lazyloading { background-image: none; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row .container { background-color: transparent; background-image: none; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row .container > .video-iframe-container { display: none; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row > .video-iframe-container { display: none; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .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); }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row .container { border-width: 0; border-radius: 0; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#cdbmlkH50S7fpsmMNbmT25C0yId6k6sz { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:11.875rem;left:5.75rem;height:11.63475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u5rhFDJaE8FeRAbdQwNKFczyrEReS2uI { box-sizing:content-box;height:20.5625rem;width:69.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:5.0625rem;left:2.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zDqSSfI8d0TBzHrL1MFpXAwWPc7aIA4X { color:#ffb033;display:block;width:50.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:12.4375rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf6ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1.adaptive-delivery-prevent-bg, #E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1.lazyload, #E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1.lazyloading { background-image: none; }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row .container { background-color: transparent; background-image: none; }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row .container > .video-iframe-container { display: none; }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row > .video-iframe-container { display: none; }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .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); }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row .container { border-width: 0; border-radius: 0; }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#VN3Htor3wCyNXS4WszozfG5IRshi398T { color:#ffb033;display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:11.5625rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#DXUnXNhdfbbXn0te1e7tZhxn4xBD4to2 { box-sizing:content-box;height:10.4375rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #ffb033;border-right:0;border-bottom:0;top:9.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZUJ1h3bSGSpaEhCIZ8CZbtEItFKWpcv2 { color:rgba(var(--color-primary-2),1);display:block;width:69rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:13.9375rem;left:1.6875rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fzBef2ICqpBqpyoGHfpCcwVIAEwfiVLW { color:#23072e;display:block;width:52rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.3125rem;left:1.75rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#R468Ln5iUFIdq3qUxs16XXxBBzNrIh0N { box-sizing:content-box;height:10.6875rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #ffb033;border-right:0;border-bottom:0;top:20.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#e5i0CnQMOxEoXQGkoaWBsCUCnOAmXikO { color:rgba(var(--color-primary-2),1);display:block;width:61.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:26.75rem;left:1.75rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hzBvVezp3XUVLd8E1QqLLpFWEXf9L52E { color:#23072e;display:block;width:62.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.875rem;left:1.75rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#OWX2kNcTZSc4bxgeRumgU2925vk9IEc9 { box-sizing:content-box;height:11.8125rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #ffb033;border-right:0;border-bottom:0;top:32.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#S601nV77vnTmfTzIU2mIbCVdvtskGb6a { color:rgba(var(--color-primary-2),1);display:block;width:69.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:37.0625rem;left:1.6875rem;height:4.72265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CnqHNhzITUVTIn6tIZQO1RA0Oq3S0PoI { color:#23072e;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:34.4375rem;left:1.75rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/625a3300-059e-4262-b481-b739f19ade8f/drat24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn.adaptive-delivery-prevent-bg, #DmkF3yyqCuNgTKBcTysseyZePvhtMMMn.lazyload, #DmkF3yyqCuNgTKBcTysseyZePvhtMMMn.lazyloading { background-image: none; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container { background-color: transparent; background-image: none; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container > .video-iframe-container { display: none; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row > .video-iframe-container { display: none; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .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); }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container { border-width: 0; border-radius: 0; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#xZHyzUNFNM1VSmLaEEI4kB7gxofRkqCB { color:#ffb033;display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.39990234375rem;left:16.46875rem;height:5.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/625a3300-059e-4262-b481-b739f19ade8f/drat24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK.adaptive-delivery-prevent-bg, #hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK.lazyload, #hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK.lazyloading { background-image: none; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { background-color: transparent; background-image: none; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container > .video-iframe-container { display: none; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row > .video-iframe-container { display: none; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .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); }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { border-width: 0; border-radius: 0; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;overflow:visible;position:relative;display:block; }#seSgZF18FykEeLv54AcCqdgJpMtgbb67 { box-sizing:content-box;height:17.3125rem;width:32.625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:3rem;left:1.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MoIfnwAaggH0fAms0dAfqcvTsanqR6Ob { box-sizing:content-box;height:17.75rem;width:31.9375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:2.75rem;left:41.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ELqeBd0K1Hk4ccR4ftrcf7fuNMWeD8CT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.25rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#p19OboZOStfKueIMFQ9TLQFZTKTKLRiS { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.1875rem;top:15.29296875rem;left:68.8125rem;overflow:hidden;display:block; }
#mC6vEd3oAz1C9MPLt4Wo1afysOgSWSEk { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:4.6875rem;left:3.4375rem;height:8.3965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BtAA3KkknTS3EpRGZZFGOXO6Sfb4pif9 { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:18rem;left:3.4375rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oIntGO8QnRO3ft2gKJnr3oMB0QQo0uAr { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:3.6875rem;left:43.5625rem;height:9.795875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TTVJUTVp92ad5yRTIFlJU0xRlxuIPx74 { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:17.9990234375rem;left:43.5625rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/625a3300-059e-4262-b481-b739f19ade8f/drat24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ.adaptive-delivery-prevent-bg, #xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ.lazyload, #xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ.lazyloading { background-image: none; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row .container { background-color: transparent; background-image: none; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row .container > .video-iframe-container { display: none; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row > .video-iframe-container { display: none; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .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); }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row .container { border-width: 0; border-radius: 0; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#BNb3LzwTg548y3MKswuZd7tQ94Qx1rVQ { box-sizing:content-box;height:17.3125rem;width:32.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:3rem;left:1.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RwWVPKyUeE2wAgB8fEinZ5qkpbG0cXN7 { box-sizing:content-box;height:17.5625rem;width:31.75rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:2.6875rem;left:41.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#LhBwqN18pUTWV5Ezt08ypA7kf4z6OrPu { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.25rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#qkfXGlVVwkPUDGmFTMAlVD1NBp97s593 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.1875rem;top:15.29345703125rem;left:68.8125rem;overflow:hidden;display:block; }
#rTU31GivteogrW8XG1aLoGGP6HLFTJIU { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:4.6875rem;left:3.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H4SNTpN8BGhXoSb5ru0A8Zez8UEitrqz { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:17.2490234375rem;left:3.59375rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dcgPEFJgIQaamieCL1lmJMrV01L2TCFR { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:3.6875rem;left:43.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dxkuJ1aZ8F6CeDFhesvS3qT0H4uXnplE { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:17.25rem;left:43.5625rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row .container { background-color: transparent; background-image: none; }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row .container > .video-iframe-container { display: none; }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row > .video-iframe-container { display: none; }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .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); }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row .container { border-width: 0; border-radius: 0; }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#mVwJBcUMJAm42qJtB8RWeDeGroiXO2kB { box-sizing:content-box;height:40.1875rem;width:37.125rem;position:absolute;display:block;z-index:15002;background-color:#23072e;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:7.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ffHxtlKGfzIaMzS1wI9ckxEbUOaAhRTg { color:#ffb033;display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:8.974609375rem;left:1.5rem;height:4.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:left;text-align-last:left;display:block; }
#C0fWresrmK7oR5PEs4VZZ1qbXGUIdsp9 { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:15.0625rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cv30IR3y1pzMsgxuZ65zFW9zTQvsrpTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.0625rem;left:1.5rem; }
#BS1r0LeMTC9SeSf3xTPBmZ6sTe8uzeky { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:24.0625rem;left:1.5rem; }
#i48FZmTHeiE3TATIG0EXMEDFdosgPlIJ { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:23.875rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nrGRvLLHa8NDy3Nos1NBf9m2SpVXfsnS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.4375rem;left:1.5rem; }
#CPW5N3GiaKo71AlHHcngi31Ouf4xnBkb { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:31.25rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KT4sNRh1JKOM8mdHVLZvB1Dz6W41ekDl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:37.125rem;left:1.4375rem; }
#OaCg3oZPRPuV2q0DxoIzEcdpTu5zQzZV { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:36.9375rem;left:3.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OK8mHKGWpVRPJmle8PbITkn88PEIBC3l { box-sizing:content-box;height:26.875rem;width:33.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(35,7,46,0.84);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,176,51,0.5);border-left:0.0625rem solid rgba(255,176,51,0.5);border-right:0.0625rem solid rgba(255,176,51,0.5);border-bottom:0.0625rem solid rgba(255,176,51,0.5);top:7.625rem;left:41.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#NXbWr8CqzdTZQKnWtJrNrogR6pAosl5R { color:rgba(255,255,255,0.5);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:26.75rem;left:44.5rem;height:4.72265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n8S3CfKMqNwZ3ASWRKIfW5h69lnVoy8l { color:rgba(255,255,255,0.5);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:21.3125rem;left:44.5rem;height:4.72265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E7bdczTBLsxSNTIRkFtgUSTEOGD3CNDi { color:rgba(255,255,255,0.5);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:15.6875rem;left:44.5rem;height:4.72265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IzI31J3moBdvyGIrpAN5K2ADsVsCfzhm { color:rgba(255,176,51,0.5);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:9.5rem;left:43.625rem;height:3.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Gcf96xmTaF2cZP8ZtZcR5CESiUV0LgnC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.875rem;left:42.0625rem; }
#OKCcH0oLX89V5MrHMprt6EL7uWiV0eRC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.5rem;left:42.0625rem; }
#aQqz70LVNyLpMf7B5lIfQ3KJCxIAyyUI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:26.9375rem;left:42.0625rem; }
#qTpzkepBKehSznvGvNTVH2oRC8oMMKSi { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:52.0625rem;left:22.0625rem;display:block; }
#T5eEIdE8FVKpDm27o6SuUl07qFT9dxVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U4BG4XN3KuLOuHwr9Ouu3qnL5NSvSigD { 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:15035;opacity:1;top:53rem;left:54rem; }
#ueyUN32c7eawIWT2sqqsTu7foyJyuwDt { 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:15044;opacity:1;top:53rem;left:17.9375rem; }
#idMWU8VGy43husUp8Tqvxw2exwasdgwC { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:57.3125rem;left:22.0625rem;display:none; }
#PRTQZvxdAGkL1Db1ObBC9Ff9ZGt9v3dA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6ztaOkW1tcCUz1MIL2kbVcLQyHR2zxg { 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:15025;opacity:1;top:53.0625rem;left:54rem;display:none; }
#sfBAq9e2XrZIuRWMcLzzpkCJEGIsuJQt { 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:15034;opacity:1;top:53.0625rem;left:17.9375rem;display:none; }
#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy { background-color:#fdf6ec;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row .container { background-color: transparent; background-image: none; }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row .container > .video-iframe-container { display: none; }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row > .video-iframe-container { display: none; }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .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); }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row .container { border-width: 0; border-radius: 0; }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;overflow:visible;position:relative;display:block; }#CmI0ThocHJapivyNLwSpf5E8TyCXqS8K { color:#ffb033;display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#yoWNPZ3bBCS11ANLkcP5gUGbtZdSiAX7 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:28.6875rem;top:7.25rem;left:23.15625rem;overflow:hidden;display:block; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);vertical-align:top; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:#000000; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#000000;line-height:1.4;overflow:hidden;height:auto; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-trigger.adaptive-delivery-prevent-bg, #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-trigger.lazyload, #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-trigger.lazyloading { background-image: none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 { box-sizing:content-box;height:auto;width:66.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.51220703125rem;left:2.875rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #W4eUxwnzTFxPTMWq3bMdUqo3MOMiLUhi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #K9I8zhOOCMJtBty4o1sBZmpIVlWObrJ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #QO4DC9axlETZmso5aV5T8xBzA52miwXo { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #orW5s7RDkAGD1oJhhc0Qv5mZtyAfzMVT {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Ck6ALF8VsLZEbMIJRxqZNnzdNX0FiSQx {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #TPnKyUsfEgev0GZncerxere2h7dEeTob { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #dAcZWT6XMLIRqHliaADToUQUqbmQmF0Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #dkpZvqVgWWgmtyermdqONW9O797ATG1W { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Uhg2JtbKMtkHpwCochw1dGsi2WIi0y1y {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #gb16IQncvKNSokHLpJm2gt6X3LaF5HM5 { display:none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #WMMWnHlbrGEniaHUnxzd3XVGnTENoDkr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #BLV3LiziieeTp0yWRTvZxQ1ZinoiwnWF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #kVxyIB6Eezp0dvtsTxn1fyc5pohVhOMc { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #GJXXOEnBpaX9L4eAoHugnPZptHWbonTA {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #SORcqCKTU0ulPmohT25uuVo8JCRg40kB { display:none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #yqERnvsnrrqagM8hUqCuK3ALJ2sLfIFk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #i1htDNWuIu3bpI3IepThkmDOFdmDaLD1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #VCTZHHq6B3JrlOcRXRBeImnWQXcwctbG { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #ke6R6qydTSEI2RxH51aBnnLUcGbpZ5hi {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #oDuhyHXWDav7XwZgdelD2oTmXpEMB60o { display:none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #xcREVnkvnsK1L89tfvk3JJssuE3zAJXP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #xTfwuaLGo7V6bSrgSlp99TrcyLBZkB67 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #ylwTJPUioLQJp7AhEQ1wPu5nGiCLZi7v { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #ETFNhMdWJNxxtBAMiXTUpEtJIbVk38e3 {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Gw4EiTd9WMLAAydF0hrTGTKssgvdzvOT { display:none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #vZDwdmJ0Q72CAAJb6ZxaD6M4aTyXexfp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #PKkO1KD3D1l2qdToI8CuFGKniz3Vu1lo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #AcpSrDK25EON2PUhGBkHAzB8vA6h4OgJ { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #tKHM5suGwD9SIqVyB8M16rAQXdhCTrpe {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #JuZ9OUtKR8zbkl58N5xs8McL4K30SR38 { display:none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #XTVkKEuT2b0JNqQEauDwQVw0ydtz2bFt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #iv1NgUgra3HLqPErKZkqd0VqTzw1lwd8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #mKCuCAreHwfFMO7I8tKWq6u3LcDJ5wF7 { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #RNSXDnhScOTu3LNmNgl6kAVggc7ELkF3 {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #G6Tf6J8TwOp8pK2h8d2U6txRcMP2O04i { display:none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #iSZHfaSx6F3oIMiHSJSAFCHUz7U36gw4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #GJIlsMbwa9ZTRXR9oByyqme4zAmooMLT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #LCI7zJuB47kmXMnzV2HBXt5CoNDgFud9 { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #aAPmkVc9mGRex3CO3rSQf3N0pzFMBlC7 {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #LzVJZuEewX7JVR9dDfTthyswbLnorsfM { display:none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #bKRxxcdT4KPNmLAi9cMqaoq9RHnkRUWM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #KGcFLHQam2KQX8pXikGV8Q1Rr6SDzdb7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #lJ92hF4R35TbTMF5BTappSbqpXpnJMZk { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #KHoi0uwENTEGICiQEdFbqMKLpv19OV4m {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #EgCTWhNvf36CI5hTCwzpBceGfIT3dRh4 { display:none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #eM4LHJhCzIvgaMId5e9PTqGqoUPRlHUw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #CGEDyR594wauOi3DQpEVnTJtlbOJi5Xq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #JPEhpGSOn7BkNqszgFzNPHgPqsfd3fOG { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #BeVrfTSB1zMOkCVMKxMBEaH7xDhAQ9VJ {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #X5wK4RcR6NPUXSGQPqoCXTE7GAW7HWGc { display:none; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #kL1xOZaqmwwyv4QFqXicmOiZA9rTUvsv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Tphri7fEHbkxEMVTSynTaib0eqZRZ9lD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #zv2SKn1MZr1PLWI0iufw8RyRn14TwwcW { display:block;position:relative; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #B96vPxn7HvTxtFt4fc97voEJPbOJH2h0 {  }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #g6t8wuaTGCSKqIVyIOayoG6z6bGLu2aT { display:none; }
#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q { background-color:#ffb033;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { background-color: transparent; background-image: none; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container > .video-iframe-container { display: none; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row > .video-iframe-container { display: none; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .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); }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { border-width: 0; border-radius: 0; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { z-index:;position:relative;display:block; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { background-color: transparent; background-image: none; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container > .video-iframe-container { display: none; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row > .video-iframe-container { display: none; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .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); }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { border-width: 0; border-radius: 0; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#H0e5zJyBR0kOFJGk0me81oSzeInSnlBs { color:#ffffff;display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.09375rem;left:1.71875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ONNav2JbIgITrRC4gncmS4HSF49XQvm5 { display:block; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bv5eISSGEe1nvWrTm7lDCB3NydffUwiK { top:4rem;left:1.5625rem;width:46.1875rem;height:21.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcnlk9FMcpEuxLTd6SW3ixMuS6GL8vw1 { top:26.125rem;left:10.25rem;width:37.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAFcTTRRBkTftQeh49XBSB3AFpvVMU7l { width:28.4375rem;height:5rem;top:30rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Few8QaBZWWa9MqGBw92m79S5GAoG8DUs { display:block; }
 }@media only screen and (max-width: 763px) { #zl85H8xg3sbsTNc0GWdLI0T81flhIVBa { display:block; }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgm9cSXsay7tZschkuuQUe8hm9kLaR11 { top:4.5625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAceRH9BGg8STqTxb9JcloUBcu888FbD { display:block; }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hp68VCwvyF2qoU6OzTmtuN9W7hmHTMxu { top:1.375rem;left:0rem;width:36.0625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m161Rm2p0wB8G06OG5hckkTH8cwwBGQ6 { top:20.625rem;left:0rem;width:27.1875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jru336zDtuWEIum7fpdwEtGvTRealVs3 { top:23.0625rem;left:0rem;width:26.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EASgRJT6tLtHhtl83HpfuzkSAN4T8fOZ { top:18.4375rem;left:0rem;width:27.1875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE133noNu4BXD4DF0kw6dpJCQhaCJtFD { top:16.1875rem;left:0rem;width:27.9375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCG69n3KTudXWVro3AklMQNlaRRnK0K0 { top:18.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDtrgxcfq2IkJbaynire8vvP0TGne5Hy { top:20.8125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff0qT07NCTVaZJB8mx40TVC7CMWqpgAr { top:23.25rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgvGTABJIWUhOrnKFWdd62T4Tz0KmqDO { top:16.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mERiODcKqpRXivb1WtzPoTmwZlDSff { top:11.0625rem;left:0rem;width:25.9375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RRGwtP3H6lmm4nZuVvuStxtEye4q1m { top:3.375rem;left:7.75rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ5k17LuqbGtKR9OyTh8w3HuxKsz4Weo { top:25.5625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNdZwsaIPT5rFAUXUsPQHi0vqtPn3WG { top:25.375rem;left:0rem;width:30.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8nkvRmq7Pgb8LuOU1VftD7ZyGiGQZ73 { top:27.8125rem;left:0rem;width:30.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuUUvn4Ew1V2biUwHDUbXvyBiqPBc521 { top:28rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlTTkLqON7XXrs0hEQT4kmyQPLszqqcU { top:13.9375rem;left:0rem;width:33.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKXbMauuFbb3vbJELw3es4K42W0cCymq { top:1.375rem;left:11.5625rem;width:36.0625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpEv0rJsXSyC0SAHVxT7xNTTIWeKdR8A { top:29rem;left:17.1875rem;width:30.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwQgFu30sqs6ikMZKE5r8RmngTUSBtEQ { top:26.5625rem;left:17rem;width:30.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFUuqnDN2Wtn3oLLfOJz5Qi4ZKwTGBTo { top:24.25rem;left:20.9375rem;width:26.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbyIDueXsw2tzfx0fuHdXQTQVKIRvLmw { top:21.8125rem;left:20.5625rem;width:27.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWN5Edt0va7KNO4le7Qk98u0HuLWqgGR { top:19.625rem;left:20.5625rem;width:27.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPDJXN2rGOuAvamf3798I8iwzfJ4MoFV { top:16.1875rem;left:20.875rem;width:26.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1EDSgI0wcr2fCxx5G69qcotlpx6LKR { top:11.0625rem;left:21.8125rem;width:25.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnArCXDJES727sfpOG5cAchJgiHl07U4 { top:13.9375rem;left:14.6875rem;width:33.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlqrsmvM6px2tS9HMqgreL7xVdDlMK6Q { top:19.625rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7nexK7xKK7SQ25m7IsTQGhrFRPlvwx3 { top:22rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf10K06h7IQaKgundGawfZONHt6N3irL { top:24.4375rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJTBdzXkDcpWxU2DUn6TxDHdh5eSVa2g { top:16.375rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEDNOPcR2lfv3y6KJ2FKg3GUncTmpiqw { top:26.75rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQgwCQpFaB5CpbUqbX4UiIBL43rp6TgP { top:29.1875rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEbeBcLxnSRW4g2akmWlcfT7ABSaliG0 { top:3.4375rem;left:32.9375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ { display:block; }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7IgIS3xuzm5n7yruXAGpxa0wfJqAUF2 { top:1.375rem;left:0rem;width:36.0625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahTHJtbkaV2LWr6nR6cyhDrpzTrL4hQB { top:21.875rem;left:0rem;width:27.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4rroxCBoUomMDSCGUoVToMmNcuTRUK2 { top:25.8125rem;left:0rem;width:28.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWvGPE0f67bTxiIIcnaL6ByniCouMwkd { top:19.6875rem;left:0rem;width:27.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X28RdrPuWPZPV7c96Cv1amZUt1PH6qNW { top:16.1875rem;left:0rem;width:27.9375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBydhA6lTSyEIzo45uZ1B80u13mWc5KU { top:19.6875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTxV0dp5A7dxbfpP7pKg9n0T0LlpQFhT { top:22.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr6Fo3DxrUJTKBmpxkOVASrCOUS9Hv4X { top:26rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3wC6AhUg7UAzwVuJKKVB1Anx6uA4UMc { top:16.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBtbEDlD9WmT3VRg834U6apxcdTT1PK { top:11.0625rem;left:0rem;width:25.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCQqCVhQMztwXfxDE6KAGChDBvyMtXvT { top:3.375rem;left:7.75rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZwOMGvpbTwGe9Po0CqLSOA610Q66xF { top:28.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwMMmAeyTaLCwonmCPKQ78siHhRQHVFy { top:28.125rem;left:0rem;width:30.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtyTS3yxVV6R8pp0Bwk14y0uLPEILzW { top:13.9375rem;left:0rem;width:33.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRsf7mrJ5Nbb3U6Tu1lvetiIiPduuMmW { top:1.375rem;left:11.5625rem;width:36.0625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7LxEwI3ZMMZ7xGWWKdVaroapVwPMKE3 { top:29rem;left:17.1875rem;width:30.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVlK82GqVgVDwks9pZqDwfyHCbVnrT2U { top:26.5625rem;left:17rem;width:30.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMWqLMIx2ywThwnT6Wr2BC2QHqQ9rwMF { top:24.25rem;left:16.6875rem;width:31.0625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TV2EBiAlgxTaGqbsgNIVhCSLckHK61 { top:21.8125rem;left:16.0625rem;width:31.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxoDnnF4tUlFHq1XZzmCSC4zEQXBe54 { top:19.625rem;left:16.625rem;width:31.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QotgKTo7NowlRCFXDhezv7K9eGJ1AAby { top:16.1875rem;left:20.875rem;width:26.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPW1SzGIBwzAV4wbxTF4MnAb8f7Mys1w { top:11.0625rem;left:21.8125rem;width:25.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFz730WNDMx1EZE0Nxsutyuromwae0QT { top:13.9375rem;left:14.6875rem;width:33.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZutD8t9x3TnLcno2s5grRE6ThDLEvG8J { top:19.625rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfRTck7J6WAwnThdkL08l5y1HTasUVy9 { top:22rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um8Zq18sHo4CtothyvkITMEuiBNxNKXd { top:24.4375rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5uN6w4GgAhskSZxzFCD0EGJJIMowhHQ { top:16.375rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKovx6SAzLtgDmF9VTylInhDt5oeVau3 { top:26.75rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLvfZILkTcy79qH7Qvnml3cpF87TKBgC { top:29.1875rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1barvamzcTBnJbWVFrXiB0VAdJqNXZb { top:3.4375rem;left:32.9375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7vWM0U6ELDKFVyHtb5txryfrXshMyFg { display:block; }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jra70KsKoRyWoTpKonBH8Exq64A0Ta7S { top:4.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9skC2vQ300Rl2sT8q2QvVlwA4WqNPnn { top:8.8125rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ { display:block; }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKiNvGK2o6ehZtr5s3wfe2qpgtDX5ni3 { top:3.9375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR { display:block; }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHP0khzwM5vzScmckR8mmE4TRKImrs8Z { top:0rem;left:0rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu2nQ6k8PlglvgIBXkKvm7Ec76u04IzX { top:9.625rem;left:0rem;width:27.9375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8wglhgoTaUVy0S4x29ct8tLRfZHGVGa { top:2rem;left:0rem;width:25.9375rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgeA2p4s6FAvNczH8tHmTDV0hvEuO5K { top:5.3125rem;left:0rem;width:25.9375rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr9HIBR8SKvFGh61uGdCn2IUkDkict47 { top:16.4375rem;left:0rem;width:34.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4FFFHg6dzbPCGQKSbJmIXBDhLaoGXo { top:0rem;left:12.3125rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb9KQPcBgtB2C99rPJiMcoRWQaCwFLKT { top:16.4375rem;left:13.6875rem;width:34.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inaC6QqWHeiawFUXVAHwwz3dSvAIWH8S { top:9.625rem;left:19.8125rem;width:27.9375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdEqAfoZyH2PHZ6sPwwnCqE2AM8rISO { top:5.3125rem;left:18.625rem;width:29.125rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfLUeTtJGkISSDdXZ8XBJLdTEV2IwEwH { top:2rem;left:21.8125rem;width:25.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfykskcSwZQ7iml4r8UFFandmAAkmPTZ { display:block; }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA6DagflQzewFpfJGcctlTT8P41JAGMK { top:0rem;left:0rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBKGnnpv65oC90gbTRqD15mZKeQSfGIm { top:9.625rem;left:0rem;width:27.9375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqJkGFM5SaMTWRqnOFN9PKA2vCdb94BH { top:2rem;left:0rem;width:25.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulEvvltsL09eVoCglCKlt7SGftNQ3OSe { top:5.3125rem;left:0rem;width:33.25rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVdTZI49WKOb2O8WarsCO1EGbmTE0ubN { top:16.4375rem;left:0rem;width:34.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTr0tzCmk1wHrK3MqoEwurlQeHIS5tMR { top:0rem;left:12.3125rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5xU1ETBLdnTn9uOvSkKteTneODbsEeF { top:17.0625rem;left:13.6875rem;width:34.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huJ9duMWE5JWtaIhnioqRpNLPQ34zB8L { top:11.125rem;left:19.8125rem;width:27.9375rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgQL58LQfunLab2LNnTUL30GaWTCBsUk { top:5.3125rem;left:15.8125rem;width:31.9375rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddpi4iyJPridcysE1reuw7Dx0XDFQNV0 { top:2rem;left:21.8125rem;width:25.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb0XslPsBo50ouZTUowoTdfPqxLanIOw { display:block; }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSTVdZT3fTk3NPAHzcUKEIRqNf1sVuSb { top:0rem;left:0rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7RtKFG448GpyXANV52wOI3nyHVGq2LB { top:9.625rem;left:0rem;width:27.9375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG6WgCRLTwTWZte1ns2WfoPqKKBSAr1s { top:2rem;left:0rem;width:25.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3XOGROAc9Q3vbXCHM6QGscGpnX6AOPI { top:5.3125rem;left:0rem;width:33.25rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpL8sA1UQrldEGEyK1yyprguTb5sFtB { top:16.4375rem;left:0rem;width:34.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chEEWMiOTnlblgMeo5oiX52y5TeBDwTT { top:0rem;left:12.3125rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJcQpk4igyJTeCLam7geT4WQurV7xLWk { top:16.4375rem;left:13.6875rem;width:34.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCslDud38hrEzZwfOK9dOLrmTKt9HT4O { top:9.5625rem;left:15.125rem;width:32.625rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbyNPH1sQZuufTtPN100yi2rihXavZdI { top:5.3125rem;left:15.8125rem;width:31.9375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tft9ZetGmq6nDexE3UQVtuQ5Jz1RXE8f { top:2rem;left:21.8125rem;width:25.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkgiaI4FiRPk9pSerqAvf67nihuI880d { display:block; }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaIzzT7bc7IgZGTXyRSdchEeG9rlTy5w { top:0rem;left:0rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmmAldnGaWif3fuJ7BdivEG4gweTM11z { top:9.625rem;left:0rem;width:27.9375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR5qmC9rwpTvT5UcAeWiKssPGV7LuQNT { top:2rem;left:0rem;width:30.875rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7lp6K0qLoOWMwlXDaTctsNlHur0ZATk { top:5.3125rem;left:0rem;width:33.25rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCQWOFT76OwiydnUOrNWNiBXDqctcCqX { top:16.4375rem;left:0rem;width:34.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPSorEEEOLO6gT0L6aqGcTkhMy7T7Fng { top:0rem;left:12.3125rem;width:35.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOo0ikcOXDy882WTf4k25dESqKvQZfWK { top:16.4375rem;left:13.6875rem;width:34.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMxMz0ETv41Tenk0oMeELxDQ0zUEOT0n { top:9.5625rem;left:25.5625rem;width:22.1875rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCeGpJfqy0ewMvlsUATis864gRe7mheR { top:5.3125rem;left:15.8125rem;width:31.9375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaISHgUoQT02C0n5XKeApDazf58a1Tx3 { top:2rem;left:21.8125rem;width:25.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 { display:block; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fr6x4ISNudED4W1B8wG34cDR3SNKJJ8O { top:4.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MddvM6UmMbVuHq5X5Rd4Hv0U0N8h6Tk4 { top:10.125rem;left:1.28125rem;width:45.1875rem;height:5.5625rem;font-size:1.125rem;display:block; }#MddvM6UmMbVuHq5X5Rd4Hv0U0N8h6Tk4 li:before{  }
 }@media only screen and (max-width: 763px) { #UQwUXK1ZwmtQAT4GbGL7Ku0WidqdXu8X { top:33.5rem;left:0rem;width:47.75rem;height:8rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4mZ2L52pomOl5AUlhfT6fZ2eKQkta1A { top:17.875rem;left:0rem;width:47.75rem;height:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z { display:block; }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaTQNSy5O4IbBwpQNk1qgvotXcfqmPZm { top:4rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 { display:block; }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWZOh8XQyloCIQ8iBz3VqgkkJE8ckbsT { top:0.6875rem;left:0rem;width:35.8125rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGKuytUzOSbzIlskICeON6loXmOzbU0 { top:0.6875rem;left:11.9375rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 { display:block; }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpuIctTL75wKabLlPyqsfgIg7TAcwPRw { top:0.6875rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4tX2BZTUoVTycLk3cT99ZrbZPZecTw { top:0.6875rem;left:11.9375rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM { display:block; }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy6Ji35KTRJbV6p3kFGl3TTGZvqO6hIf { top:0.6875rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiUvxihRtifEWt3TNvRMbMeXS1TJDAUR { top:0.6875rem;left:11.9375rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G { display:block; }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORffAzTog9Oz2Q94P65V58LJB5sRRlhF { top:0.6875rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGPgeuh4iTTTwTZo70EIt6Wo22drVrrq { top:0.6875rem;left:11.9375rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs { display:block; }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1hMa9XipK0L1aEN3vG8dML8dxC7Rbtn { top:0.6875rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVeU4xLqqFntadKMUU2stzqK6N6TmPUf { top:0.6875rem;left:11.9375rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 { display:block; }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGSM7EOIiR7bX54FDzMTQdF5RQZNfOmu { top:10.75rem;left:0rem;width:35.375rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2upnI1xfXkNnvG8lZb0U8U1wOtVndh2 { top:4.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psTKTGFbCpbiG2GtMcWMrIlcxuKs1fTK { top:12.5rem;left:0rem;width:25.9375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEsOtKMyLFJhn1orORNc0gm5cEFCF3bF { top:16.125rem;left:0rem;width:28.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXCi8BUzCbyWZ8hk8oMsWtT72pJ4rQ6n { top:16.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqvH65E43izUWLJQCUMWRRLyBEIXl0oy { top:19.9375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqZERTk4we4ByxlnglylKUaRNvQCNAbh { top:19.75rem;left:0rem;width:29.6875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex8UbSZyftzsgD1lANXwPfeT70HxSyR7 { top:25.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1KytRHZMZOsntGr1n0bDCJgPXgTOu7r { top:25.4375rem;left:0rem;width:28.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZLBdzeTqRQegCu9ZEp8IP0GXU50Cpv2 { top:31.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJMyl2MUpvxmg7PkDU5yM7I8yeglMC6J { top:31.1875rem;left:0rem;width:29.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGMHGtHiqzJTcKlbcxwvHyDlqn81wPFk { top:9.4375rem;left:13.9375rem;width:33.6875rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGc2LWWx3nJuPaVyrAHc2abh6Fbw1wMB { top:24.4375rem;left:23.5rem;width:24.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBdrcRC4TzESrnBUcs8iKbJ5uw8P1Dgy { top:27.375rem;left:23.5rem;width:24.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwnmfeEPei6deKIoIRRskTcETqcZLckb { top:20.125rem;left:22.75rem;width:25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDo5VzhAEnqh1yNhf3fChSQ96nvyh42q { top:16rem;left:23.5rem;width:24.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZofBd8T7zGDhP5iqViQsAa0fIHx4iJ { top:12.375rem;left:17rem;width:30.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQVDubWshwnewM6iBIWKeEIAcU7HM24n { top:16.1875rem;left:28.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3IdKzIWr5kSaROrCJVTw6cuV66vGXQJ { top:20.3125rem;left:28.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmfGA7dPzkT7RwrMbreg7XT0tPufZ0c { top:24.625rem;left:28.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHl15p11OLQVPsOrpxVFn9bdHqPqyDGm { top:27.5625rem;left:28.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFfxs5pVZMnOkDdq0ynMHslSTklwoBkk { top:32.25rem;left:28.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr9ByvzlmXNmqb0pBeMRlbr5OxNiBphr { top:32.0625rem;left:23.5rem;width:24.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvm50nbz7DCvAvEbqKkXrREUfkQPX6JV { top:35.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utHIOCbJ9Az88FS2wE4y8TAG4OqaFhyU { top:34.9375rem;left:0rem;width:29.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFPTOKwpsAsicRX5IkwgRGcZVI8Cyrou { top:36.6875rem;left:28.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC9cMAzsIP2NxREFAZpvPcmVd05PbRFr { top:36.5rem;left:21.625rem;width:26.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP2I4Hd1v9S4drH7heKHC1MDIJNTZ3Ja { top:46.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa3GpJMoyLmyQ7V5QiqAkn6N0gahi1vG { width:30.875rem;height:4.0625rem;top:50.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5iEKfM15gSl82BW9pb7ppiITH03zakg { display:block; }
 }@media only screen and (max-width: 763px) { #vGGNTTLF4Pz8MyZi2y9lUlBJz15MLiGv { top:51.375rem;left:4.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTFuUQ1QNXi8O6JTssMVx5n5IcUhqA7H { top:51.375rem;left:40.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvBLMbpEFFJlac2zahoHygWV6SIEREVC { display:block; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUTuV5pTtmAIZhfg3IGqtockfJIvPD4R { top:19.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ92GDv2SDBlngKbk9pTzRbdLeZr53PH { top:25.1875rem;left:2.75rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 { top:27rem;left:0.4375rem;width:47.3125rem;height:5.3125rem;font-size:1.0625rem;display:block; }#xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 li:before{  }
 }@media only screen and (max-width: 763px) { #FI6GTXgoiexA182qrdhED5mT9txG7EGH { top:25.1875rem;left:0rem;width:3.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcRgvcqoKoPFPyA7N2R87y8xlMAnTSRz { top:8.4375rem;left:0rem;width:47.75rem;height:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhClIZZSvaXw2P9cssCbvKsyit3pCra8 { top:29.1875rem;left:0rem;width:5.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHh8kmJUy66HRMoCcUuukhQZiOwsG1PW { top:24.625rem;left:2.5rem;width:45.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7u92qFsF22oFD97DkeG3Q1MUTgJpstN { top:36.4375rem;left:3.5rem;width:44.25rem;height:3.4375rem;font-size:1.0625rem;display:block; }#g7u92qFsF22oFD97DkeG3Q1MUTgJpstN li:before{  }
 }@media only screen and (max-width: 763px) { #D9msGrVlWzgeTiivRH7tdIslUR3hNzAK { top:33.625rem;left:2.8125rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaBaTUVIarVEaPObIGvTHIulz1rOlwMF { top:37.625rem;left:0rem;width:5.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGCQ0rmffPmKGgg9buTe2TFavT3vcGOq { top:33.625rem;left:0rem;width:3.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X21FR3gGGwvWLHIQposgdl3eqJgHtw6O { top:34.0625rem;left:2.5rem;width:45.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 { top:45.25rem;left:3.9375rem;width:43.8125rem;height:3.4375rem;font-size:1.0625rem;display:block; }#xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 li:before{  }
 }@media only screen and (max-width: 763px) { #MJgsgemlFDF2rZmW2b1okzbVeiUWAeZ5 { top:42.875rem;left:2.5rem;width:45.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAfJ4JF5K2bbzJTroFWG6hhimzkPywlX { top:42.4375rem;left:2.75rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TomcuBqIT0CavstuEGiTsTNMugqJWw37 { top:42.4375rem;left:0rem;width:3.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJg0NTbMtgNL7K6Zm84nV7yn9DV9V6UQ { top:46.4375rem;left:0rem;width:5.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #persZSEGI2QVFGzH2u4Iya623SwsPOqd { width:30.875rem;height:4.0625rem;top:52.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8aQz9nZtvy67mtPlB1FUPk0Gi8MV9Ws { display:block; }
 }@media only screen and (max-width: 763px) { #DRoIyFsuEbx3OvZUiOlmF6xZQzENtHMe { top:53.0625rem;left:40.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh9u4wnHbJToD3KJLL3gleh2CfhLt8CS { top:53.0625rem;left:4.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCg4lgZ12aXZ7SNwinfxSQXCEfsbMvH { width:30.875rem;height:4.0625rem;top:57.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxEAow5NvcVBvJey3dTH8sieRXfyEscZ { display:block; }
 }@media only screen and (max-width: 763px) { #KSvKhgp7S1To62G5KC8hOhGyFb68DktI { top:2.8125rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p { display:block; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGI4Zp3Tha4lTPuP7uqBT2gKSJHf9lhs { top:4.25rem;left:0rem;width:47.625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN8fzgT9wkS82PbWo3l7Mh6m8cJoQe4V { top:11.125rem;left:0rem;width:47.75rem;height:13.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7PCtCcVumqneNd4Zf9PZliBo1CKwTwQ { top:7.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI4ETVUir1J4cNzNJacQdvIZg8ln9iIw { top:6.5rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrsdNIldXrtE89WNHWhb15eWdSEbrwhB { top:28.0625rem;left:0rem;width:47.625rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH3xR8nwv5TQgeeRLrVJLIdEB9TUi2Qk { top:34.9375rem;left:0rem;width:47.75rem;height:19.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9IND7hZRhOQNuGn0odyMl6XymT5Fudh { top:30.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlDaWBNBOoiHtdEBNGATqdDm1Wo2NSxQ { top:33.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHz1Ndc4N7RA314DPlbaUbsSrB0RK97y { top:60.0625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHGUbnnyAWf3wHrTdfzlgc3w4MkdyUt1 { top:68.375rem;left:0rem;width:47.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBZx4a86l9VbFm9XH3vVKa3VScztiVEb { display:block; }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9WeeugF4w7ksIrMNKZoo1JzTKTgul6h { top:2.9375rem;left:0rem;width:35.5rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA8R69aLGpZauSUTLoWWWTIQMIdm6XKQ { top:4.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpKKqubI5TEkhJUnmFXkoxNa1IhcEOxN { top:10.375rem;left:0rem;width:35.5rem;height:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EazolIPKCgaZPegZMhvP9BuvASqOAZaI { top:7.9375rem;left:0rem;width:38.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e68xk1tcWmO1AxL1O4wF8ag1EKastJ5f { top:4rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 { display:block; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBFagUk6pk43X6XlAaTundlIaINR3C29 { top:13.9375rem;left:0rem;width:47.625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5wUNKMO7mWU6t4PsVe8TvR1Crag42iM { top:21.5rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V81uP5saUQPyEmOHy6I7hvREhdTMK470 { top:17.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQfp7HxLkg3cmG8HdD2MdmRmA9gntISq { top:14.6875rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHaxRvWClhCeL5HDiyJuR8hV6Amst3Rw { top:4.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPuRgyTGV6ifttr3yQt9R942uf7iTw8g { top:8.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFQGuz7c9wTge9AiDQBtwTlBKSv5lBzP { top:30.8125rem;left:0rem;width:47.625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDRDnnow9fuCEiNzy509wTmiDb3DwOm7 { top:39.1875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thum0sUq3IwGNc9aTtyOWbBWkVDqg0aS { top:31.5625rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4xmfD8Vvt6APTtlOt0Tuttbn9EpidQU { top:35.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEdvz4LmzsvVX8lEOg2ypJQeQnu9khfG { top:47.75rem;left:0rem;width:47.625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOp3dIUpQpBu9ibFCbNHU6AUmFON20d { top:55.3125rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFA4cbmhPxRS1ZcFAXFtU0zDvHu2DWcT { top:48.5rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2OfHoH6pymxRWZFmDeoiCayPtWiHyQ { top:51.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbuuUQevIXTlGwdlwa73lGsxCNbVJ5Zf { top:64.8125rem;left:0rem;width:47.625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hck30lbT1G3IEcFpnz9vybJq99wito0p { top:72.6875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awqlEH7Q71G9cCViwhJ1cpEqLysm0HO6 { top:65.5625rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teiw01oHu6TctTmposRpimBRJrJX804p { top:68.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM { display:block; }#iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ok0AIgogLafp5iyODtMH7sgvPUzq1Idk { width:28.75rem;height:4.0625rem;top:29.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvawu3My91EmUZclTmRaezneP8cItC2k { display:block; }
 }@media only screen and (max-width: 763px) { #ukvFKwHHMMfHWvzQuq4lDiLCkTzxX5xo { top:9.875rem;left:19.5rem;width:7.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrDQkktArEyokNdmpgtC90838DzZW62 { top:30rem;left:39rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKDu6awzJlz6N9q9uBDgq1eAHTfNTU44 { top:30rem;left:4.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owG1fq9iDwJD3ODP2rO132L9P2qF1tTf { width:30.875rem;height:4.0625rem;top:38.5625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbXrlKqgMfrrHSHJMOWRB9LatvZmLuib { display:block; }
 }@media only screen and (max-width: 763px) { #Jwmxwb6Ru56RVg1BTNxJTeIcoX46cPs3 { top:4.0625rem;left:1.9375rem;width:42.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PezIHLz0If28CrKHbsssT8005rAcbW6b { top:5.5625rem;left:19.5rem;width:7.6875rem;height:5.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Gd7lrefh77aQpaDHdTdFJoowB1GbrT { top:12.9375rem;left:14rem;width:24.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqS0z29OzbUceWMR5pkl7zTNkgoDT3cI { top:15.375rem;left:14rem;width:24.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6wTCf1zINFlJLBd37BLi6yhpXrT9ps7 { top:17.875rem;left:14rem;width:24.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Bwbf00ZqkngC5BOtuHTnmdZnrZ32u9 { top:20.3125rem;left:14rem;width:24.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFgdwbg6tTHAqBOOXOs3vf2JAXkOlX58 { top:13.125rem;left:11.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtoU4N9BTeD39GZ32v4cP3KOtXMkq2IH { top:15.5625rem;left:11.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHSmnIyTIVaPGEPr5XXxzhuO3JWDn6eF { top:18.0625rem;left:11.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzJwphP6Be0WZQU8TvAZuvrPHBuecbo5 { top:20.5rem;left:11.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwyd6AO1ccQSFV4l9M4T4LQIC0ZMw32v { top:22.9375rem;left:11.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8d16CkxT7OXAfSseraUpSt0bkL3KiFO { top:22.75rem;left:14rem;width:24.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpDiGT7UWLMsdQFcqA25yypLR7wVph6B { top:25.125rem;left:11.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MiQLwt9d2eKrAz48csVVrgkU2quHfS { top:24.9375rem;left:14rem;width:24.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhzeL7Has36XDH0r4OuWq3izLK3ZGQd2 { top:6.5rem;left:16.375rem;width:6.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMiavnrdELVyWp3VEZQt1OBFw44WhPKH { display:block; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUC3Dtst1omE1R5tSRpdhkTrAV0qnFtS { top:4.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3MZuvCseOGEm9lUqxfyT2Cy2ZQxmVX { top:8.6875rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6pzUriEbKw4y0tZnMiJMnAPMGfzTxUo { width:30.875rem;height:5rem;top:34.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr1dGalwMC5QrCfz6smDGt5chTkPOJCG { display:block; }
 }@media only screen and (max-width: 763px) { #PhQGKidhOtqP4rXZoQGW2RvsFMTo6lyw { top:35.5625rem;left:40.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlAZ67d2op315xLKcnJsNF7qeGq6qMUQ { top:27.3125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxGgSvVao3dzMO8lSabGzTbJdJ3s5c6D { top:35.5625rem;left:4.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPkC6CgdFNJ81xDH6zK16zzWaVSHqfJb { top:53.0625rem;left:40.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlIePL4dVaI4GadiDp9Md80qxDlIf77R { width:30.875rem;height:4.0625rem;top:57.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1MzSK36wHqwIPTtKFcPRov9d3uF8Ed5 { display:block; }
 }@media only screen and (max-width: 763px) { #XsSRX1uoL0HVgGnJGET5pRq1H5zgPkF1 { top:53.0625rem;left:4.3125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb { display:block; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdbmlkH50S7fpsmMNbmT25C0yId6k6sz { top:11.875rem;left:0rem;width:47.75rem;height:11.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5rhFDJaE8FeRAbdQwNKFczyrEReS2uI { top:5.0625rem;left:0rem;width:47.625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDqSSfI8d0TBzHrL1MFpXAwWPc7aIA4X { top:7.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 { display:block; }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VN3Htor3wCyNXS4WszozfG5IRshi398T { top:2.6875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXUnXNhdfbbXn0te1e7tZhxn4xBD4to2 { top:9.375rem;left:0rem;width:47.625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUJ1h3bSGSpaEhCIZ8CZbtEItFKWpcv2 { top:13.9375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzBef2ICqpBqpyoGHfpCcwVIAEwfiVLW { top:11.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R468Ln5iUFIdq3qUxs16XXxBBzNrIh0N { top:20.9375rem;left:0rem;width:47.625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5i0CnQMOxEoXQGkoaWBsCUCnOAmXikO { top:26.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzBvVezp3XUVLd8E1QqLLpFWEXf9L52E { top:22.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWX2kNcTZSc4bxgeRumgU2925vk9IEc9 { top:32.5rem;left:0rem;width:47.625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S601nV77vnTmfTzIU2mIbCVdvtskGb6a { top:37.0625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnqHNhzITUVTIn6tIZQO1RA0Oq3S0PoI { top:34.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmkF3yyqCuNgTKBcTysseyZePvhtMMMn { display:block; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZHyzUNFNM1VSmLaEEI4kB7gxofRkqCB { top:3.375rem;left:2.84375rem;width:42.0625rem;height:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK { display:block; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seSgZF18FykEeLv54AcCqdgJpMtgbb67 { top:3rem;left:0rem;width:32.625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoIfnwAaggH0fAms0dAfqcvTsanqR6Ob { top:2.75rem;left:15.6875rem;width:31.9375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqeBd0K1Hk4ccR4ftrcf7fuNMWeD8CT { top:0.75rem;left:0rem;width:6.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #p19OboZOStfKueIMFQ9TLQFZTKTKLRiS { top:15.25rem;left:41.5625rem;width:6.1875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC6vEd3oAz1C9MPLt4Wo1afysOgSWSEk { top:4.6875rem;left:0rem;width:28.6875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtAA3KkknTS3EpRGZZFGOXO6Sfb4pif9 { top:18rem;left:0rem;width:28.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIntGO8QnRO3ft2gKJnr3oMB0QQo0uAr { top:3.6875rem;left:19.0625rem;width:28.6875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVJUTVp92ad5yRTIFlJU0xRlxuIPx74 { top:17.9375rem;left:19.0625rem;width:28.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ { display:block; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNb3LzwTg548y3MKswuZd7tQ94Qx1rVQ { top:3rem;left:0rem;width:32.375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwWVPKyUeE2wAgB8fEinZ5qkpbG0cXN7 { top:2.6875rem;left:15.875rem;width:31.75rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBwqN18pUTWV5Ezt08ypA7kf4z6OrPu { top:0.75rem;left:0rem;width:6.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkfXGlVVwkPUDGmFTMAlVD1NBp97s593 { top:15.25rem;left:41.5625rem;width:6.1875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTU31GivteogrW8XG1aLoGGP6HLFTJIU { top:4.6875rem;left:0rem;width:28.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4SNTpN8BGhXoSb5ru0A8Zez8UEitrqz { top:17.1875rem;left:0rem;width:28.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcgPEFJgIQaamieCL1lmJMrV01L2TCFR { top:3.6875rem;left:19.0625rem;width:28.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxkuJ1aZ8F6CeDFhesvS3qT0H4uXnplE { top:17.25rem;left:19.0625rem;width:28.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXR008qdlQkrgJQ1yA8LopiOU7uxVShn { display:block; }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVwJBcUMJAm42qJtB8RWeDeGroiXO2kB { top:7.625rem;left:0rem;width:37.125rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffHxtlKGfzIaMzS1wI9ckxEbUOaAhRTg { top:8.9375rem;left:0rem;width:22.625rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0fWresrmK7oR5PEs4VZZ1qbXGUIdsp9 { top:15.0625rem;left:0rem;width:31.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv30IR3y1pzMsgxuZ65zFW9zTQvsrpTD { top:15.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS1r0LeMTC9SeSf3xTPBmZ6sTe8uzeky { top:24.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i48FZmTHeiE3TATIG0EXMEDFdosgPlIJ { top:23.875rem;left:0rem;width:29.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrGRvLLHa8NDy3Nos1NBf9m2SpVXfsnS { top:31.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPW5N3GiaKo71AlHHcngi31Ouf4xnBkb { top:31.25rem;left:0rem;width:30.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT4sNRh1JKOM8mdHVLZvB1Dz6W41ekDl { top:37.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaCg3oZPRPuV2q0DxoIzEcdpTu5zQzZV { top:36.9375rem;left:0rem;width:30.375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK8mHKGWpVRPJmle8PbITkn88PEIBC3l { top:7.625rem;left:13.875rem;width:33.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXbWr8CqzdTZQKnWtJrNrogR6pAosl5R { top:26.75rem;left:19.5rem;width:28.25rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S3CfKMqNwZ3ASWRKIfW5h69lnVoy8l { top:21.3125rem;left:19.9375rem;width:27.8125rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7bdczTBLsxSNTIRkFtgUSTEOGD3CNDi { top:15.6875rem;left:18.0625rem;width:29.6875rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzI31J3moBdvyGIrpAN5K2ADsVsCfzhm { top:9.5rem;left:27rem;width:20.75rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcf96xmTaF2cZP8ZtZcR5CESiUV0LgnC { top:15.875rem;left:28.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKCcH0oLX89V5MrHMprt6EL7uWiV0eRC { top:21.5rem;left:28.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqz70LVNyLpMf7B5lIfQ3KJCxIAyyUI { top:26.9375rem;left:28.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTpzkepBKehSznvGvNTVH2oRC8oMMKSi { width:30.875rem;height:5rem;top:52.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5eEIdE8FVKpDm27o6SuUl07qFT9dxVe { display:block; }
 }@media only screen and (max-width: 763px) { #U4BG4XN3KuLOuHwr9Ouu3qnL5NSvSigD { top:53rem;left:40.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueyUN32c7eawIWT2sqqsTu7foyJyuwDt { top:53rem;left:4.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idMWU8VGy43husUp8Tqvxw2exwasdgwC { width:30.875rem;height:4.0625rem;top:57.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRTQZvxdAGkL1Db1ObBC9Ff9ZGt9v3dA { display:block; }
 }@media only screen and (max-width: 763px) { #h6ztaOkW1tcCUz1MIL2kbVcLQyHR2zxg { top:53.0625rem;left:40.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfBAq9e2XrZIuRWMcLzzpkCJEGIsuJQt { top:53.0625rem;left:4.3125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy { display:block; }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmI0ThocHJapivyNLwSpf5E8TyCXqS8K { top:3.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoWNPZ3bBCS11ANLkcP5gUGbtZdSiAX7 { top:7.25rem;left:9.53125rem;width:28.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 { display:flex;height:auto;width:45.25rem;top:12rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #W4eUxwnzTFxPTMWq3bMdUqo3MOMiLUhi {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #K9I8zhOOCMJtBty4o1sBZmpIVlWObrJ4 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #QO4DC9axlETZmso5aV5T8xBzA52miwXo {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #orW5s7RDkAGD1oJhhc0Qv5mZtyAfzMVT {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Ck6ALF8VsLZEbMIJRxqZNnzdNX0FiSQx {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #TPnKyUsfEgev0GZncerxere2h7dEeTob {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #dAcZWT6XMLIRqHliaADToUQUqbmQmF0Z {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #dkpZvqVgWWgmtyermdqONW9O797ATG1W {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Uhg2JtbKMtkHpwCochw1dGsi2WIi0y1y {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #gb16IQncvKNSokHLpJm2gt6X3LaF5HM5 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #WMMWnHlbrGEniaHUnxzd3XVGnTENoDkr {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #BLV3LiziieeTp0yWRTvZxQ1ZinoiwnWF {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #kVxyIB6Eezp0dvtsTxn1fyc5pohVhOMc {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #GJXXOEnBpaX9L4eAoHugnPZptHWbonTA {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #SORcqCKTU0ulPmohT25uuVo8JCRg40kB {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #yqERnvsnrrqagM8hUqCuK3ALJ2sLfIFk {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #i1htDNWuIu3bpI3IepThkmDOFdmDaLD1 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #VCTZHHq6B3JrlOcRXRBeImnWQXcwctbG {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #ke6R6qydTSEI2RxH51aBnnLUcGbpZ5hi {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #oDuhyHXWDav7XwZgdelD2oTmXpEMB60o {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #xcREVnkvnsK1L89tfvk3JJssuE3zAJXP {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #xTfwuaLGo7V6bSrgSlp99TrcyLBZkB67 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #ylwTJPUioLQJp7AhEQ1wPu5nGiCLZi7v {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #ETFNhMdWJNxxtBAMiXTUpEtJIbVk38e3 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Gw4EiTd9WMLAAydF0hrTGTKssgvdzvOT {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #vZDwdmJ0Q72CAAJb6ZxaD6M4aTyXexfp {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #PKkO1KD3D1l2qdToI8CuFGKniz3Vu1lo {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #AcpSrDK25EON2PUhGBkHAzB8vA6h4OgJ {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #tKHM5suGwD9SIqVyB8M16rAQXdhCTrpe {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #JuZ9OUtKR8zbkl58N5xs8McL4K30SR38 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #XTVkKEuT2b0JNqQEauDwQVw0ydtz2bFt {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #iv1NgUgra3HLqPErKZkqd0VqTzw1lwd8 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #mKCuCAreHwfFMO7I8tKWq6u3LcDJ5wF7 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #RNSXDnhScOTu3LNmNgl6kAVggc7ELkF3 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #G6Tf6J8TwOp8pK2h8d2U6txRcMP2O04i {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #iSZHfaSx6F3oIMiHSJSAFCHUz7U36gw4 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #GJIlsMbwa9ZTRXR9oByyqme4zAmooMLT {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #LCI7zJuB47kmXMnzV2HBXt5CoNDgFud9 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #aAPmkVc9mGRex3CO3rSQf3N0pzFMBlC7 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #LzVJZuEewX7JVR9dDfTthyswbLnorsfM {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #bKRxxcdT4KPNmLAi9cMqaoq9RHnkRUWM {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #KGcFLHQam2KQX8pXikGV8Q1Rr6SDzdb7 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #lJ92hF4R35TbTMF5BTappSbqpXpnJMZk {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #KHoi0uwENTEGICiQEdFbqMKLpv19OV4m {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #EgCTWhNvf36CI5hTCwzpBceGfIT3dRh4 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #eM4LHJhCzIvgaMId5e9PTqGqoUPRlHUw {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #CGEDyR594wauOi3DQpEVnTJtlbOJi5Xq {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #JPEhpGSOn7BkNqszgFzNPHgPqsfd3fOG {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #BeVrfTSB1zMOkCVMKxMBEaH7xDhAQ9VJ {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #X5wK4RcR6NPUXSGQPqoCXTE7GAW7HWGc {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #kL1xOZaqmwwyv4QFqXicmOiZA9rTUvsv {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Tphri7fEHbkxEMVTSynTaib0eqZRZ9lD {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #zv2SKn1MZr1PLWI0iufw8RyRn14TwwcW {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #B96vPxn7HvTxtFt4fc97voEJPbOJH2h0 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #g6t8wuaTGCSKqIVyIOayoG6z6bGLu2aT {  }
 }@media only screen and (max-width: 763px) { #PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q { display:block; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { display:block; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0e5zJyBR0kOFJGk0me81oSzeInSnlBs { top:3.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ONNav2JbIgITrRC4gncmS4HSF49XQvm5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d631ca12-cb76-48c9-8190-1cb2ee33aa9e/Projektbeznazwy24.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5.adaptive-delivery-prevent-bg, #ONNav2JbIgITrRC4gncmS4HSF49XQvm5.lazyload, #ONNav2JbIgITrRC4gncmS4HSF49XQvm5.lazyloading { background-image: none; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container { background-color: transparent; background-image: none; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container > .video-iframe-container { display: none; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row > .video-iframe-container { display: none; }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .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); }#ONNav2JbIgITrRC4gncmS4HSF49XQvm5 > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bv5eISSGEe1nvWrTm7lDCB3NydffUwiK { width:20rem;height:16.70360625rem;top:1.71875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcnlk9FMcpEuxLTd6SW3ixMuS6GL8vw1 { width:20rem;height:0;top:38.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EAFcTTRRBkTftQeh49XBSB3AFpvVMU7l { width:20rem;height:5rem;top:20.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Few8QaBZWWa9MqGBw92m79S5GAoG8DUs { display:block; }
 }@media only screen and (max-width: 763px) { #zl85H8xg3sbsTNc0GWdLI0T81flhIVBa { display:block; }#zl85H8xg3sbsTNc0GWdLI0T81flhIVBa > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgm9cSXsay7tZschkuuQUe8hm9kLaR11 { width:20rem;height:4.79980625rem;top:2.75rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TAceRH9BGg8STqTxb9JcloUBcu888FbD { display:block; }#TAceRH9BGg8STqTxb9JcloUBcu888FbD > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hp68VCwvyF2qoU6OzTmtuN9W7hmHTMxu { width:19.875rem;height:35.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m161Rm2p0wB8G06OG5hckkTH8cwwBGQ6 { width:16.5625rem;height:2.9746125rem;top:20.125rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jru336zDtuWEIum7fpdwEtGvTRealVs3 { width:16.4375rem;height:2.9746125rem;top:23.6875rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EASgRJT6tLtHhtl83HpfuzkSAN4T8fOZ { width:16.75rem;height:2.9746125rem;top:16.375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE133noNu4BXD4DF0kw6dpJCQhaCJtFD { width:16.6875rem;height:2.9746125rem;top:12.8125rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCG69n3KTudXWVro3AklMQNlaRRnK0K0 { display:flex;width:1.1875rem;height:1.1875rem;top:16.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #rDtrgxcfq2IkJbaynire8vvP0TGne5Hy { display:flex;width:1.1875rem;height:1.1875rem;top:20.125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Ff0qT07NCTVaZJB8mx40TVC7CMWqpgAr { display:flex;width:1.1875rem;height:1.1875rem;top:23.6875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #HgvGTABJIWUhOrnKFWdd62T4Tz0KmqDO { display:flex;width:1.1875rem;height:1.1875rem;top:12.8125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Z1mERiODcKqpRXivb1WtzPoTmwZlDSff { width:16.25rem;height:1.75rem;top:9.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RRGwtP3H6lmm4nZuVvuStxtEye4q1m { display:flex;width:4.75rem;height:4.75rem;top:3.5625rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #NJ5k17LuqbGtKR9OyTh8w3HuxKsz4Weo { display:flex;width:1.1875rem;height:1.1875rem;top:27.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #PTNdZwsaIPT5rFAUXUsPQHi0vqtPn3WG { width:16.6875rem;height:2.9746125rem;top:27.6875rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8nkvRmq7Pgb8LuOU1VftD7ZyGiGQZ73 { width:15.8125rem;height:2.9746125rem;top:31.349609375rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuUUvn4Ew1V2biUwHDUbXvyBiqPBc521 { display:flex;width:1.1875rem;height:1.1875rem;top:31.349609375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #vlTTkLqON7XXrs0hEQT4kmyQPLszqqcU { width:20rem;height:0.125rem;top:13.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKXbMauuFbb3vbJELw3es4K42W0cCymq { width:19.875rem;height:33.375rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpEv0rJsXSyC0SAHVxT7xNTTIWeKdR8A { width:17.75rem;height:2.9746125rem;top:66.5625rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwQgFu30sqs6ikMZKE5r8RmngTUSBtEQ { width:17.6875rem;height:2.9746125rem;top:62.875rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFUuqnDN2Wtn3oLLfOJz5Qi4ZKwTGBTo { width:17.625rem;height:2.9746125rem;top:59.125rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbyIDueXsw2tzfx0fuHdXQTQVKIRvLmw { width:17.5625rem;height:2.9746125rem;top:55.5625rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWN5Edt0va7KNO4le7Qk98u0HuLWqgGR { width:17.5625rem;height:2.9746125rem;top:51.875rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPDJXN2rGOuAvamf3798I8iwzfJ4MoFV { width:17.625rem;height:2.76171875rem;top:48.625rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1EDSgI0wcr2fCxx5G69qcotlpx6LKR { width:20rem;height:1.75rem;top:46.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnArCXDJES727sfpOG5cAchJgiHl07U4 { width:20rem;height:0.125rem;top:78.824225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlqrsmvM6px2tS9HMqgreL7xVdDlMK6Q { display:flex;width:1.1875rem;height:1.1875rem;top:52rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #C7nexK7xKK7SQ25m7IsTQGhrFRPlvwx3 { display:flex;width:1.1875rem;height:1.1875rem;top:55.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Bf10K06h7IQaKgundGawfZONHt6N3irL { display:flex;width:1.1875rem;height:1.1875rem;top:59.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #lJTBdzXkDcpWxU2DUn6TxDHdh5eSVa2g { display:flex;width:1.1875rem;height:1.1875rem;top:48.625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #aEDNOPcR2lfv3y6KJ2FKg3GUncTmpiqw { display:flex;width:1.1875rem;height:1.1875rem;top:62.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #lQgwCQpFaB5CpbUqbX4UiIBL43rp6TgP { display:flex;width:1.1875rem;height:1.1875rem;top:66.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #CEbeBcLxnSRW4g2akmWlcfT7ABSaliG0 { display:flex;width:6.0625rem;height:6.0625rem;top:39.0625rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ { display:block; }#q45TGsDhPNc4vImNPVaSg5qLKVW4OVzZ > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7IgIS3xuzm5n7yruXAGpxa0wfJqAUF2 { width:19.875rem;height:33.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahTHJtbkaV2LWr6nR6cyhDrpzTrL4hQB { width:16.5625rem;height:4.4619125rem;top:20.125rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4rroxCBoUomMDSCGUoVToMmNcuTRUK2 { width:16.4375rem;height:2.9746125rem;top:25.25rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWvGPE0f67bTxiIIcnaL6ByniCouMwkd { width:16.75rem;height:2.9746125rem;top:16.625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X28RdrPuWPZPV7c96Cv1amZUt1PH6qNW { width:16.6875rem;height:4.142575rem;top:11.875rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBydhA6lTSyEIzo45uZ1B80u13mWc5KU { display:flex;width:1.1875rem;height:1.1875rem;top:16.625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #vTxV0dp5A7dxbfpP7pKg9n0T0LlpQFhT { display:flex;width:1.1875rem;height:1.1875rem;top:20.125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #lr6Fo3DxrUJTKBmpxkOVASrCOUS9Hv4X { display:flex;width:1.1875rem;height:1.1875rem;top:25.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #k3wC6AhUg7UAzwVuJKKVB1Anx6uA4UMc { display:flex;width:1.1875rem;height:1.1875rem;top:11.875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #RhBtbEDlD9WmT3VRg834U6apxcdTT1PK { width:16.25rem;height:1.75rem;top:8.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCQqCVhQMztwXfxDE6KAGChDBvyMtXvT { display:flex;width:6.0625rem;height:6.0625rem;top:1.9375rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #zaZwOMGvpbTwGe9Po0CqLSOA610Q66xF { display:flex;width:1.1875rem;height:1.1875rem;top:28.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #DwMMmAeyTaLCwonmCPKQ78siHhRQHVFy { width:17.1875rem;height:4.4619125rem;top:28.9375rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtyTS3yxVV6R8pp0Bwk14y0uLPEILzW { width:20rem;height:0.125rem;top:13.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRsf7mrJ5Nbb3U6Tu1lvetiIiPduuMmW { width:19.875rem;height:34.75rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7LxEwI3ZMMZ7xGWWKdVaroapVwPMKE3 { width:17.6875rem;height:4.4619125rem;top:64.0625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVlK82GqVgVDwks9pZqDwfyHCbVnrT2U { width:17.5rem;height:2.9746125rem;top:60.375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMWqLMIx2ywThwnT6Wr2BC2QHqQ9rwMF { width:17.5625rem;height:2.9746125rem;top:53.125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TV2EBiAlgxTaGqbsgNIVhCSLckHK61 { width:17.5rem;height:2.9746125rem;top:49.625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxoDnnF4tUlFHq1XZzmCSC4zEQXBe54 { width:17.4375rem;height:2.9746125rem;top:45.875rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QotgKTo7NowlRCFXDhezv7K9eGJ1AAby { width:17.625rem;height:2.76171875rem;top:56.875rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPW1SzGIBwzAV4wbxTF4MnAb8f7Mys1w { width:20rem;height:1.75rem;top:43.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFz730WNDMx1EZE0Nxsutyuromwae0QT { width:20rem;height:0.125rem;top:72.1621125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZutD8t9x3TnLcno2s5grRE6ThDLEvG8J { display:flex;width:1.1875rem;height:1.1875rem;top:49.625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #xfRTck7J6WAwnThdkL08l5y1HTasUVy9 { display:flex;width:1.1875rem;height:1.1875rem;top:53.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #um8Zq18sHo4CtothyvkITMEuiBNxNKXd { display:flex;width:1.1875rem;height:1.1875rem;top:56.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #f5uN6w4GgAhskSZxzFCD0EGJJIMowhHQ { display:flex;width:1.1875rem;height:1.1875rem;top:45.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #OKovx6SAzLtgDmF9VTylInhDt5oeVau3 { display:flex;width:1.1875rem;height:1.1875rem;top:60.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #bLvfZILkTcy79qH7Qvnml3cpF87TKBgC { display:flex;width:1.1875rem;height:1.1875rem;top:64.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #l1barvamzcTBnJbWVFrXiB0VAdJqNXZb { display:flex;width:6.0625rem;height:6.0625rem;top:36.625rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #u7vWM0U6ELDKFVyHtb5txryfrXshMyFg { display:block; }#u7vWM0U6ELDKFVyHtb5txryfrXshMyFg > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jra70KsKoRyWoTpKonBH8Exq64A0Ta7S { width:20rem;height:1.94970625rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9skC2vQ300Rl2sT8q2QvVlwA4WqNPnn { height:11.1996875rem;width:20rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ { display:block; }#DHqRVTKz4m77u3HhzP9DPNh39PuOFQtJ > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKiNvGK2o6ehZtr5s3wfe2qpgtDX5ni3 { width:20rem;height:13.0488125rem;top:2.0625rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR { display:block; }#UXFI6k0AePDJOad45uJRq5XBZf5ZsXXR > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHP0khzwM5vzScmckR8mmE4TRKImrs8Z { width:19.875rem;height:17.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu2nQ6k8PlglvgIBXkKvm7Ec76u04IzX { width:17.5rem;height:4.63036875rem;top:10rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8wglhgoTaUVy0S4x29ct8tLRfZHGVGa { width:20rem;height:2.79980625rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgeA2p4s6FAvNczH8tHmTDV0hvEuO5K { width:20rem;height:2.79980625rem;top:6.0498046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr9HIBR8SKvFGh61uGdCn2IUkDkict47 { width:20rem;height:0.36697247706422rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4FFFHg6dzbPCGQKSbJmIXBDhLaoGXo { width:19.875rem;height:19.4375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb9KQPcBgtB2C99rPJiMcoRWQaCwFLKT { width:20rem;height:0.36697247706422rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inaC6QqWHeiawFUXVAHwwz3dSvAIWH8S { width:18.25rem;height:4.63036875rem;top:31.1875rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdEqAfoZyH2PHZ6sPwwnCqE2AM8rISO { width:20rem;height:5.5996125rem;top:24.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfLUeTtJGkISSDdXZ8XBJLdTEV2IwEwH { width:19.4375rem;height:2.79980625rem;top:21.625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfykskcSwZQ7iml4r8UFFandmAAkmPTZ { display:block; }#lfykskcSwZQ7iml4r8UFFandmAAkmPTZ > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA6DagflQzewFpfJGcctlTT8P41JAGMK { width:19.875rem;height:20.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBKGnnpv65oC90gbTRqD15mZKeQSfGIm { width:17.5rem;height:7.7173125rem;top:11.625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqJkGFM5SaMTWRqnOFN9PKA2vCdb94BH { width:20rem;height:2.79980625rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulEvvltsL09eVoCglCKlt7SGftNQ3OSe { width:20rem;height:5.5996125rem;top:6.0498046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVdTZI49WKOb2O8WarsCO1EGbmTE0ubN { width:20rem;height:0.366699375rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTr0tzCmk1wHrK3MqoEwurlQeHIS5tMR { width:19.875rem;height:22.6875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5xU1ETBLdnTn9uOvSkKteTneODbsEeF { width:20rem;height:0.366699375rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huJ9duMWE5JWtaIhnioqRpNLPQ34zB8L { width:18.25rem;height:6.173825rem;top:36.0625rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgQL58LQfunLab2LNnTUL30GaWTCBsUk { width:20rem;height:7.1996875rem;top:27.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddpi4iyJPridcysE1reuw7Dx0XDFQNV0 { width:19.4375rem;height:2.79980625rem;top:24.625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb0XslPsBo50ouZTUowoTdfPqxLanIOw { display:block; }#Xb0XslPsBo50ouZTUowoTdfPqxLanIOw > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSTVdZT3fTk3NPAHzcUKEIRqNf1sVuSb { width:19.875rem;height:19.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7RtKFG448GpyXANV52wOI3nyHVGq2LB { width:17.5rem;height:6.173825rem;top:12.4375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG6WgCRLTwTWZte1ns2WfoPqKKBSAr1s { width:20rem;height:2.79980625rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3XOGROAc9Q3vbXCHM6QGscGpnX6AOPI { width:20rem;height:5.5996125rem;top:6.0498046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpL8sA1UQrldEGEyK1yyprguTb5sFtB { width:20rem;height:0.366699375rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chEEWMiOTnlblgMeo5oiX52y5TeBDwTT { width:19.875rem;height:23.875rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJcQpk4igyJTeCLam7geT4WQurV7xLWk { width:20rem;height:0.366699375rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCslDud38hrEzZwfOK9dOLrmTKt9HT4O { width:18.25rem;height:7.7173125rem;top:35.5625rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbyNPH1sQZuufTtPN100yi2rihXavZdI { width:20rem;height:4.79980625rem;top:30.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tft9ZetGmq6nDexE3UQVtuQ5Jz1RXE8f { width:19.4375rem;height:5.5996125rem;top:24.0625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkgiaI4FiRPk9pSerqAvf67nihuI880d { display:block; }#pkgiaI4FiRPk9pSerqAvf67nihuI880d > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaIzzT7bc7IgZGTXyRSdchEeG9rlTy5w { width:19.875rem;height:21.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmmAldnGaWif3fuJ7BdivEG4gweTM11z { width:17.5rem;height:6.173825rem;top:14.4375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR5qmC9rwpTvT5UcAeWiKssPGV7LuQNT { width:20rem;height:5.5996125rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7lp6K0qLoOWMwlXDaTctsNlHur0ZATk { width:20rem;height:5.5996125rem;top:8.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCQWOFT76OwiydnUOrNWNiBXDqctcCqX { width:20rem;height:0.366699375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPSorEEEOLO6gT0L6aqGcTkhMy7T7Fng { width:19.875rem;height:15.75rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOo0ikcOXDy882WTf4k25dESqKvQZfWK { width:20rem;height:0.36697247706422rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMxMz0ETv41Tenk0oMeELxDQ0zUEOT0n { width:18.25rem;height:4.63036875rem;top:32.25rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCeGpJfqy0ewMvlsUATis864gRe7mheR { width:20rem;height:2.3999rem;top:29.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaISHgUoQT02C0n5XKeApDazf58a1Tx3 { width:19.4375rem;height:2.79980625rem;top:25.875rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0561b8c1-ba0a-4f9f-981c-63cba4e00f0a/drat23.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3.adaptive-delivery-prevent-bg, #FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3.lazyload, #FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3.lazyloading { background-image: none; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container { background-color: transparent; background-image: none; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container > .video-iframe-container { display: none; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row > .video-iframe-container { display: none; }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .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); }#FOs7LFfKi13rvDQGMttf0n2Hs7ZJcAo3 > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fr6x4ISNudED4W1B8wG34cDR3SNKJJ8O { width:20rem;height:9.599625rem;top:3.34521484375rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MddvM6UmMbVuHq5X5Rd4Hv0U0N8h6Tk4 { width:20rem;height:11.6479375rem;top:15.0625rem;left:0rem;font-size:1.125rem;display:block; }#MddvM6UmMbVuHq5X5Rd4Hv0U0N8h6Tk4 li:before{  }
 }@media only screen and (max-width: 763px) { #UQwUXK1ZwmtQAT4GbGL7Ku0WidqdXu8X { width:20rem;height:13.6484375rem;top:53.73828125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4mZ2L52pomOl5AUlhfT6fZ2eKQkta1A { width:20rem;height:23.62060625rem;top:28.19140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z { display:block; }#GMoc4G7JsndRmF1VUPs0lDy5xsULu06Z > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaTQNSy5O4IbBwpQNk1qgvotXcfqmPZm { width:20rem;height:11.9995rem;top:2.0625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 { display:block; }#TnXWs0o5wElQ6FNWciz2DTTdvXVDI4o1 > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWZOh8XQyloCIQ8iBz3VqgkkJE8ckbsT { width:20rem;height:8.6910994764398rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGKuytUzOSbzIlskICeON6loXmOzbU0 { width:20rem;height:8.7368421052632rem;top:11.1909375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 { display:block; }#BzMDfJKyce2qgUC2cduxTDbWvMB1RG01 > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpuIctTL75wKabLlPyqsfgIg7TAcwPRw { width:20rem;height:8.7368421052632rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4tX2BZTUoVTycLk3cT99ZrbZPZecTw { width:20rem;height:8.7368421052632rem;top:11.2368125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM { display:block; }#lrXBKVJcN5lRxvLvVAtOFlbqouEgH5AM > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy6Ji35KTRJbV6p3kFGl3TTGZvqO6hIf { width:20rem;height:8.7368421052632rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiUvxihRtifEWt3TNvRMbMeXS1TJDAUR { width:20rem;height:8.7368421052632rem;top:11.2368125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G { display:block; }#nyg2rNwGRK7WUyByPLkzeAgzoCPwN01G > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORffAzTog9Oz2Q94P65V58LJB5sRRlhF { width:20rem;height:8.7368421052632rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGPgeuh4iTTTwTZo70EIt6Wo22drVrrq { width:20rem;height:8.7368421052632rem;top:11.2368125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs { display:block; }#TQG4vCg7nD3Dq1LWQolaXSpXx2TdkGTs > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1hMa9XipK0L1aEN3vG8dML8dxC7Rbtn { width:20rem;height:8.7368421052632rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVeU4xLqqFntadKMUU2stzqK6N6TmPUf { width:20rem;height:8.7368421052632rem;top:11.2368125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 { display:block; }#rTNX84pREV4l5rxEZetl3ZEwLCXMKQg2 > .row .container { width:20rem;height:102.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGSM7EOIiR7bX54FDzMTQdF5RQZNfOmu { width:19.875rem;height:45.5625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2upnI1xfXkNnvG8lZb0U8U1wOtVndh2 { width:20rem;height:7.1996875rem;top:2.0625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #psTKTGFbCpbiG2GtMcWMrIlcxuKs1fTK { width:16.25rem;height:1.75rem;top:12.6875rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEsOtKMyLFJhn1orORNc0gm5cEFCF3bF { width:16.6875rem;height:5.94921875rem;top:15.3125rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXCi8BUzCbyWZ8hk8oMsWtT72pJ4rQ6n { display:flex;width:1.1875rem;height:1.1875rem;top:15.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #aqvH65E43izUWLJQCUMWRRLyBEIXl0oy { display:flex;width:1.1875rem;height:1.1875rem;top:21.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #yqZERTk4we4ByxlnglylKUaRNvQCNAbh { width:16.75rem;height:7.4365rem;top:21.75rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex8UbSZyftzsgD1lANXwPfeT70HxSyR7 { display:flex;width:1.1875rem;height:1.1875rem;top:30.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #y1KytRHZMZOsntGr1n0bDCJgPXgTOu7r { width:16.5625rem;height:7.4365rem;top:30.25rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZLBdzeTqRQegCu9ZEp8IP0GXU50Cpv2 { display:flex;width:1.1875rem;height:1.1875rem;top:38.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #nJMyl2MUpvxmg7PkDU5yM7I8yeglMC6J { width:16.4375rem;height:5.94921875rem;top:38.5rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGMHGtHiqzJTcKlbcxwvHyDlqn81wPFk { width:19.875rem;height:33.875rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGc2LWWx3nJuPaVyrAHc2abh6Fbw1wMB { width:17.25rem;height:1.48730625rem;top:75.5rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBdrcRC4TzESrnBUcs8iKbJ5uw8P1Dgy { width:17.25rem;height:4.4619125rem;top:77.8125rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwnmfeEPei6deKIoIRRskTcETqcZLckb { width:17.3125rem;height:4.4619125rem;top:70.3125rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDo5VzhAEnqh1yNhf3fChSQ96nvyh42q { width:17.375rem;height:4.4619125rem;top:65.375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZofBd8T7zGDhP5iqViQsAa0fIHx4iJ { width:17.375rem;height:3.5rem;top:60.8125rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQVDubWshwnewM6iBIWKeEIAcU7HM24n { display:flex;width:1.1875rem;height:1.1875rem;top:65.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #T3IdKzIWr5kSaROrCJVTw6cuV66vGXQJ { display:flex;width:1.1875rem;height:1.1875rem;top:70.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #gAmfGA7dPzkT7RwrMbreg7XT0tPufZ0c { display:flex;width:1.1875rem;height:1.1875rem;top:75.5rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #LHl15p11OLQVPsOrpxVFn9bdHqPqyDGm { display:flex;width:1.1875rem;height:1.1875rem;top:77.8125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #kFfxs5pVZMnOkDdq0ynMHslSTklwoBkk { display:flex;width:1.1875rem;height:1.1875rem;top:83rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #qr9ByvzlmXNmqb0pBeMRlbr5OxNiBphr { width:17.125rem;height:2.9746125rem;top:83rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvm50nbz7DCvAvEbqKkXrREUfkQPX6JV { display:flex;width:1.1875rem;height:1.1875rem;top:45.5rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #utHIOCbJ9Az88FS2wE4y8TAG4OqaFhyU { width:16.3125rem;height:8.9238125rem;top:45.5rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFPTOKwpsAsicRX5IkwgRGcZVI8Cyrou { display:flex;width:1.1875rem;height:1.1875rem;top:86.68603515625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #TC9cMAzsIP2NxREFAZpvPcmVd05PbRFr { width:17.4375rem;height:4.4619125rem;top:86.68603515625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP2I4Hd1v9S4drH7heKHC1MDIJNTZ3Ja { width:20rem;height:1.70605625rem;top:95.0224609375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aa3GpJMoyLmyQ7V5QiqAkn6N0gahi1vG { width:16.0625rem;height:2.625rem;top:97.666015625rem;left:1.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5iEKfM15gSl82BW9pb7ppiITH03zakg { display:block; }
 }@media only screen and (max-width: 763px) { #vGGNTTLF4Pz8MyZi2y9lUlBJz15MLiGv { display:flex;width:1.375rem;height:1.375rem;top:98.291015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zTFuUQ1QNXi8O6JTssMVx5n5IcUhqA7H { display:flex;width:1.3125rem;height:1.3125rem;top:98.322265625rem;left:18.6875rem; }
 }@media only screen and (max-width: 763px) { #KvBLMbpEFFJlac2zahoHygWV6SIEREVC { display:block; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { width:20rem;height:100.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUTuV5pTtmAIZhfg3IGqtockfJIvPD4R { width:20rem;height:2.1933625rem;top:29.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ92GDv2SDBlngKbk9pTzRbdLeZr53PH { width:20rem;height:0.125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 { width:20rem;height:12.5234375rem;top:40.625rem;left:0rem;font-size:1.0625rem;display:block; }#xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 li:before{  }
 }@media only screen and (max-width: 763px) { #FI6GTXgoiexA182qrdhED5mT9txG7EGH { width:1.9375rem;height:3.4121125rem;top:32.5rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QcRgvcqoKoPFPyA7N2R87y8xlMAnTSRz { width:20rem;height:18.8965rem;top:7.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhClIZZSvaXw2P9cssCbvKsyit3pCra8 { width:4.8125rem;height:1.57470625rem;top:33.4375rem;left:1.3125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pHh8kmJUy66HRMoCcUuukhQZiOwsG1PW { width:20rem;height:3.32421875rem;top:36.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7u92qFsF22oFD97DkeG3Q1MUTgJpstN { width:20rem;height:9.2363125rem;top:61.75rem;left:0rem;font-size:1.0625rem;display:block; }#g7u92qFsF22oFD97DkeG3Q1MUTgJpstN li:before{  }
 }@media only screen and (max-width: 763px) { #D9msGrVlWzgeTiivRH7tdIslUR3hNzAK { width:20rem;height:0.125rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaBaTUVIarVEaPObIGvTHIulz1rOlwMF { width:4.8125rem;height:1.57470625rem;top:55.875rem;left:1.625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WGCQ0rmffPmKGgg9buTe2TFavT3vcGOq { width:3.75rem;height:3.4121125rem;top:54.9375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X21FR3gGGwvWLHIQposgdl3eqJgHtw6O { width:20rem;height:1.6621125rem;top:59.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 { width:20rem;height:9.2363125rem;top:81.3125rem;left:0rem;font-size:1.0625rem;display:block; }#xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 li:before{  }
 }@media only screen and (max-width: 763px) { #MJgsgemlFDF2rZmW2b1okzbVeiUWAeZ5 { width:20rem;height:3.32421875rem;top:77.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAfJ4JF5K2bbzJTroFWG6hhimzkPywlX { width:20rem;height:0.125rem;top:75.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TomcuBqIT0CavstuEGiTsTNMugqJWw37 { width:3.75rem;height:3.4121125rem;top:72.4375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJg0NTbMtgNL7K6Zm84nV7yn9DV9V6UQ { width:5.5625rem;height:1.57470625rem;top:73.375rem;left:1.9375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #persZSEGI2QVFGzH2u4Iya623SwsPOqd { width:20rem;height:4.0625rem;top:82.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8aQz9nZtvy67mtPlB1FUPk0Gi8MV9Ws { display:block; }
 }@media only screen and (max-width: 763px) { #DRoIyFsuEbx3OvZUiOlmF6xZQzENtHMe { display:flex;width:2.1875rem;height:2.1875rem;top:93.375rem;left:17.8125rem; }
 }@media only screen and (max-width: 763px) { #Mh9u4wnHbJToD3KJLL3gleh2CfhLt8CS { display:flex;width:2.375rem;height:2.375rem;top:93.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IpCg4lgZ12aXZ7SNwinfxSQXCEfsbMvH { width:14.5625rem;height:4.0625rem;top:92.4375rem;left:2.75rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #QxEAow5NvcVBvJey3dTH8sieRXfyEscZ { display:block; }
 }@media only screen and (max-width: 763px) { #KSvKhgp7S1To62G5KC8hOhGyFb68DktI { width:20rem;height:5.19921875rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0561b8c1-ba0a-4f9f-981c-63cba4e00f0a/drat23.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.adaptive-delivery-prevent-bg, #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.lazyload, #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.lazyloading { background-image: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { background-color: transparent; background-image: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container > .video-iframe-container { display: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container { display: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .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); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { width:20rem;height:130.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGI4Zp3Tha4lTPuP7uqBT2gKSJHf9lhs { width:20rem;height:43.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN8fzgT9wkS82PbWo3l7Mh6m8cJoQe4V { width:18.75rem;height:23.620625rem;top:21.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7PCtCcVumqneNd4Zf9PZliBo1CKwTwQ { width:18.75rem;height:6.3369375rem;top:13.875rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EI4ETVUir1J4cNzNJacQdvIZg8ln9iIw { width:8.875rem;height:8.875rem;top:3.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrsdNIldXrtE89WNHWhb15eWdSEbrwhB { width:19.875rem;height:49.875rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH3xR8nwv5TQgeeRLrVJLIdEB9TUi2Qk { width:19.0625rem;height:31.494125rem;top:65.5rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9IND7hZRhOQNuGn0odyMl6XymT5Fudh { width:17.0625rem;height:6.3369375rem;top:58rem;left:1.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlDaWBNBOoiHtdEBNGATqdDm1Wo2NSxQ { width:7.9375rem;height:7.9375rem;top:49.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHz1Ndc4N7RA314DPlbaUbsSrB0RK97y { width:20rem;height:11.25rem;top:100.5rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHGUbnnyAWf3wHrTdfzlgc3w4MkdyUt1 { width:20rem;height:14.172375rem;top:112.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBZx4a86l9VbFm9XH3vVKa3VScztiVEb { display:block; }#IBZx4a86l9VbFm9XH3vVKa3VScztiVEb > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9WeeugF4w7ksIrMNKZoo1JzTKTgul6h { width:20rem;height:1.92480625rem;top:2.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA8R69aLGpZauSUTLoWWWTIQMIdm6XKQ { width:20rem;height:5.19921875rem;top:5.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpKKqubI5TEkhJUnmFXkoxNa1IhcEOxN { width:20rem;height:20.82225rem;top:14.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EazolIPKCgaZPegZMhvP9BuvASqOAZaI { width:20rem;height:3.57421875rem;top:10.26171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e68xk1tcWmO1AxL1O4wF8ag1EKastJ5f { height:11.19825rem;width:20rem;top:36.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 { background-color:#ffffff;background-image:none;display:block; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container { background-color: transparent; background-image: none; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container > .video-iframe-container { display: none; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row > .video-iframe-container { display: none; }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .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); }#NCazfwzoC9FgXKhvg2feR0mlSQ8lRA17 > .row .container { width:20rem;height:145.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBFagUk6pk43X6XlAaTundlIaINR3C29 { width:20rem;height:37.5625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5wUNKMO7mWU6t4PsVe8TvR1Crag42iM { width:17.4375rem;height:12.597625rem;top:42.5625rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V81uP5saUQPyEmOHy6I7hvREhdTMK470 { width:18.75rem;height:7.3125rem;top:34.125rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQfp7HxLkg3cmG8HdD2MdmRmA9gntISq { width:12.6875rem;height:12.6875rem;top:20.375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHaxRvWClhCeL5HDiyJuR8hV6Amst3Rw { width:20rem;height:4.79980625rem;top:1.9375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pPuRgyTGV6ifttr3yQt9R942uf7iTw8g { width:20rem;height:9.599625rem;top:7.6875rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wFQGuz7c9wTge9AiDQBtwTlBKSv5lBzP { width:19.875rem;height:26.125rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDRDnnow9fuCEiNzy509wTmiDb3DwOm7 { width:20rem;height:7.8735625rem;top:75.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thum0sUq3IwGNc9aTtyOWbBWkVDqg0aS { width:9.875rem;height:9.875rem;top:58.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4xmfD8Vvt6APTtlOt0Tuttbn9EpidQU { width:20rem;height:4.875rem;top:69.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEdvz4LmzsvVX8lEOg2ypJQeQnu9khfG { width:19.875rem;height:29.5625rem;top:84.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOp3dIUpQpBu9ibFCbNHU6AUmFON20d { width:19.1875rem;height:11.0229375rem;top:102.4375rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFA4cbmhPxRS1ZcFAXFtU0zDvHu2DWcT { width:10.6875rem;height:10.6875rem;top:85.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2OfHoH6pymxRWZFmDeoiCayPtWiHyQ { width:20rem;height:4.875rem;top:96.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbuuUQevIXTlGwdlwa73lGsxCNbVJ5Zf { width:19.875rem;height:27.5625rem;top:115.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hck30lbT1G3IEcFpnz9vybJq99wito0p { width:20rem;height:7.8735625rem;top:133.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awqlEH7Q71G9cCViwhJ1cpEqLysm0HO6 { width:10.5rem;height:10.5rem;top:116.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teiw01oHu6TctTmposRpimBRJrJX804p { width:20rem;height:4.875rem;top:128.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0561b8c1-ba0a-4f9f-981c-63cba4e00f0a/drat23.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM.adaptive-delivery-prevent-bg, #iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM.lazyload, #iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM.lazyloading { background-image: none; }#iATkBfEFDv9K38H7ZqAQpvsbclaJKUoM > .row .container { width:20rem;height:74.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ok0AIgogLafp5iyODtMH7sgvPUzq1Idk { width:20rem;height:4.0625rem;top:51.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kvawu3My91EmUZclTmRaezneP8cItC2k { display:block; }
 }@media only screen and (max-width: 763px) { #ukvFKwHHMMfHWvzQuq4lDiLCkTzxX5xo { width:20rem;height:3.41161875rem;top:57rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrDQkktArEyokNdmpgtC90838DzZW62 { display:flex;width:2.1875rem;height:2.1875rem;top:52.6875rem;left:17.8125rem; }
 }@media only screen and (max-width: 763px) { #yKDu6awzJlz6N9q9uBDgq1eAHTfNTU44 { display:flex;width:2.125rem;height:2.125rem;top:52.71875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #owG1fq9iDwJD3ODP2rO132L9P2qF1tTf { width:13.9375rem;height:4.0625rem;top:51.75rem;left:3.03125rem;font-size:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zbXrlKqgMfrrHSHJMOWRB9LatvZmLuib { display:block; }
 }@media only screen and (max-width: 763px) { #Jwmxwb6Ru56RVg1BTNxJTeIcoX46cPs3 { width:19.875rem;height:33.75rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PezIHLz0If28CrKHbsssT8005rAcbW6b { width:16.25rem;height:1.75rem;top:12.6875rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Gd7lrefh77aQpaDHdTdFJoowB1GbrT { width:16.6875rem;height:7.4365rem;top:15.8125rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqS0z29OzbUceWMR5pkl7zTNkgoDT3cI { width:16.75rem;height:4.4619125rem;top:24.3125rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6wTCf1zINFlJLBd37BLi6yhpXrT9ps7 { width:16.5625rem;height:5.94921875rem;top:29.625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Bwbf00ZqkngC5BOtuHTnmdZnrZ32u9 { width:16.4375rem;height:7.4365rem;top:36.1875rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFgdwbg6tTHAqBOOXOs3vf2JAXkOlX58 { display:flex;width:1.1875rem;height:1.1875rem;top:15.8125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #NtoU4N9BTeD39GZ32v4cP3KOtXMkq2IH { display:flex;width:1.1875rem;height:1.1875rem;top:24.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #gHSmnIyTIVaPGEPr5XXxzhuO3JWDn6eF { display:flex;width:1.1875rem;height:1.1875rem;top:29.625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #hzJwphP6Be0WZQU8TvAZuvrPHBuecbo5 { display:flex;width:1.1875rem;height:1.1875rem;top:36.1875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Cwyd6AO1ccQSFV4l9M4T4LQIC0ZMw32v { display:flex;width:1.1875rem;height:1.1875rem;top:64.34863125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #n8d16CkxT7OXAfSseraUpSt0bkL3KiFO { width:20rem;height:0;top:66.78613125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpDiGT7UWLMsdQFcqA25yypLR7wVph6B { display:flex;width:1.1875rem;height:1.1875rem;top:69.59863125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #k3MiQLwt9d2eKrAz48csVVrgkU2quHfS { width:20rem;height:0;top:72.03613125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhzeL7Has36XDH0r4OuWq3izLK3ZGQd2 { width:6.1875rem;height:0;top:61.66113125rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMiavnrdELVyWp3VEZQt1OBFw44WhPKH { display:block; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUC3Dtst1omE1R5tSRpdhkTrAV0qnFtS { width:20rem;height:4.79980625rem;top:2.0625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nn3MZuvCseOGEm9lUqxfyT2Cy2ZQxmVX { width:20rem;height:28.34475rem;top:8.11230625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6pzUriEbKw4y0tZnMiJMnAPMGfzTxUo { width:19rem;height:5rem;top:34.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cr1dGalwMC5QrCfz6smDGt5chTkPOJCG { display:block; }
 }@media only screen and (max-width: 763px) { #PhQGKidhOtqP4rXZoQGW2RvsFMTo6lyw { display:flex;width:3.125rem;height:3.125rem;top:51.86186875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlAZ67d2op315xLKcnJsNF7qeGq6qMUQ { width:20rem;height:8.53025rem;top:37.70705625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxGgSvVao3dzMO8lSabGzTbJdJ3s5c6D { display:flex;width:3.125rem;height:3.125rem;top:48.79931640625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPkC6CgdFNJ81xDH6zK16zzWaVSHqfJb { display:flex;width:2.1875rem;height:2.1875rem;top:49.75rem;left:17.8125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #WlIePL4dVaI4GadiDp9Md80qxDlIf77R { width:14.5625rem;height:5.0625rem;top:48.3125rem;left:2.75rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #x1MzSK36wHqwIPTtKFcPRov9d3uF8Ed5 { display:block; }
 }@media only screen and (max-width: 763px) { #XsSRX1uoL0HVgGnJGET5pRq1H5zgPkF1 { display:flex;width:2.375rem;height:2.375rem;top:49.6875rem;left:0rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb { display:block; }#fnw5ORLxZ8Nq5qvJpC8xb4BdJadVEsSb > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdbmlkH50S7fpsmMNbmT25C0yId6k6sz { width:17.4375rem;height:28.34475rem;top:11.875rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5rhFDJaE8FeRAbdQwNKFczyrEReS2uI { width:20rem;height:38.9375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDqSSfI8d0TBzHrL1MFpXAwWPc7aIA4X { width:18.75rem;height:7.3125rem;top:3.875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 { display:block; }#E2b37g8aIHTTkliEgdfMxno8mCs7Kcz1 > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VN3Htor3wCyNXS4WszozfG5IRshi398T { width:20rem;height:10.3984375rem;top:2.5rem;left:0rem;font-size:2rem;color:#ffb033;display:block; }
 }@media only screen and (max-width: 763px) { #DXUnXNhdfbbXn0te1e7tZhxn4xBD4to2 { width:20rem;height:23.5rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUJ1h3bSGSpaEhCIZ8CZbtEItFKWpcv2 { width:18.0625rem;height:14.8730625rem;top:21.5625rem;left:0.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzBef2ICqpBqpyoGHfpCcwVIAEwfiVLW { width:17.625rem;height:5.361325rem;top:15.625rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R468Ln5iUFIdq3qUxs16XXxBBzNrIh0N { width:19.875rem;height:27.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5i0CnQMOxEoXQGkoaWBsCUCnOAmXikO { width:18.75rem;height:11.8984375rem;top:53.3125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzBvVezp3XUVLd8E1QqLLpFWEXf9L52E { width:18.75rem;height:12.50975rem;top:40.25rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWX2kNcTZSc4bxgeRumgU2925vk9IEc9 { width:19.875rem;height:27.8125rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S601nV77vnTmfTzIU2mIbCVdvtskGb6a { width:18.0625rem;height:19.3349375rem;top:74.4375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnqHNhzITUVTIn6tIZQO1RA0Oq3S0PoI { width:18.375rem;height:5.361325rem;top:68.5625rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmkF3yyqCuNgTKBcTysseyZePvhtMMMn { display:block; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZHyzUNFNM1VSmLaEEI4kB7gxofRkqCB { width:20rem;height:13.999rem;top:3.49951171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK { display:block; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seSgZF18FykEeLv54AcCqdgJpMtgbb67 { width:19.0625rem;height:23.8125rem;top:1.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoIfnwAaggH0fAms0dAfqcvTsanqR6Ob { width:18.6875rem;height:23.625rem;top:26.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqeBd0K1Hk4ccR4ftrcf7fuNMWeD8CT { width:3.125rem;height:3.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p19OboZOStfKueIMFQ9TLQFZTKTKLRiS { width:3.75rem;height:4.1875rem;top:47.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC6vEd3oAz1C9MPLt4Wo1afysOgSWSEk { width:17.75rem;height:19.598625rem;top:2.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtAA3KkknTS3EpRGZZFGOXO6Sfb4pif9 { width:18.9375rem;height:1.3999rem;top:22.7255859375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIntGO8QnRO3ft2gKJnr3oMB0QQo0uAr { width:18.0625rem;height:19.598625rem;top:27.625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVJUTVp92ad5yRTIFlJU0xRlxuIPx74 { width:18.875rem;height:1.3999rem;top:48rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ { display:block; }#xCftLnyx0QTB89yRCn8quZl7c3LXBdvJ > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNb3LzwTg548y3MKswuZd7tQ94Qx1rVQ { width:19.0625rem;height:23.4375rem;top:1.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwWVPKyUeE2wAgB8fEinZ5qkpbG0cXN7 { width:18.6875rem;height:22.1875rem;top:26.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBwqN18pUTWV5Ezt08ypA7kf4z6OrPu { width:3.125rem;height:3.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkfXGlVVwkPUDGmFTMAlVD1NBp97s593 { width:3.75rem;height:4.1875rem;top:45.375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTU31GivteogrW8XG1aLoGGP6HLFTJIU { width:18.0625rem;height:18.19875rem;top:3.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4SNTpN8BGhXoSb5ru0A8Zez8UEitrqz { width:19rem;height:1.3999rem;top:22.875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcgPEFJgIQaamieCL1lmJMrV01L2TCFR { width:17.1875rem;height:18.19875rem;top:27.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxkuJ1aZ8F6CeDFhesvS3qT0H4uXnplE { width:16.625rem;height:1.3999rem;top:46.0625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXR008qdlQkrgJQ1yA8LopiOU7uxVShn { display:block; }#HXR008qdlQkrgJQ1yA8LopiOU7uxVShn > .row .container { width:20rem;height:99.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVwJBcUMJAm42qJtB8RWeDeGroiXO2kB { width:19.875rem;height:54.3125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffHxtlKGfzIaMzS1wI9ckxEbUOaAhRTg { width:16.25rem;height:5.25rem;top:3.4375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0fWresrmK7oR5PEs4VZZ1qbXGUIdsp9 { width:16.6875rem;height:13.38575rem;top:9.9375rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv30IR3y1pzMsgxuZ65zFW9zTQvsrpTD { display:flex;width:1.1875rem;height:1.1875rem;top:9.9375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #BS1r0LeMTC9SeSf3xTPBmZ6sTe8uzeky { display:flex;width:1.1875rem;height:1.1875rem;top:24.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #i48FZmTHeiE3TATIG0EXMEDFdosgPlIJ { width:16.75rem;height:10.411125rem;top:24.25rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrGRvLLHa8NDy3Nos1NBf9m2SpVXfsnS { display:flex;width:1.1875rem;height:1.1875rem;top:35.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #CPW5N3GiaKo71AlHHcngi31Ouf4xnBkb { width:16.5625rem;height:7.4365rem;top:35.75rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT4sNRh1JKOM8mdHVLZvB1Dz6W41ekDl { display:flex;width:1.1875rem;height:1.1875rem;top:44.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #OaCg3oZPRPuV2q0DxoIzEcdpTu5zQzZV { width:16.4375rem;height:11.8984375rem;top:44.0625rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK8mHKGWpVRPJmle8PbITkn88PEIBC3l { width:19.875rem;height:32.3125rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXbWr8CqzdTZQKnWtJrNrogR6pAosl5R { width:17.25rem;height:7.4365rem;top:81rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S3CfKMqNwZ3ASWRKIfW5h69lnVoy8l { width:17.3125rem;height:7.4365rem;top:72.875rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7bdczTBLsxSNTIRkFtgUSTEOGD3CNDi { width:16.9375rem;height:8.9238125rem;top:63.4375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzI31J3moBdvyGIrpAN5K2ADsVsCfzhm { width:17.375rem;height:3.5rem;top:58.6875rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcf96xmTaF2cZP8ZtZcR5CESiUV0LgnC { display:flex;width:1.1875rem;height:1.1875rem;top:63.4375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #OKCcH0oLX89V5MrHMprt6EL7uWiV0eRC { display:flex;width:1.1875rem;height:1.1875rem;top:72.875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #aQqz70LVNyLpMf7B5lIfQ3KJCxIAyyUI { display:flex;width:1.1875rem;height:1.1875rem;top:81rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #qTpzkepBKehSznvGvNTVH2oRC8oMMKSi { width:19rem;height:5rem;top:52.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5eEIdE8FVKpDm27o6SuUl07qFT9dxVe { display:block; }
 }@media only screen and (max-width: 763px) { #U4BG4XN3KuLOuHwr9Ouu3qnL5NSvSigD { display:flex;width:3.125rem;height:3.125rem;top:85.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueyUN32c7eawIWT2sqqsTu7foyJyuwDt { display:flex;width:3.125rem;height:3.125rem;top:81.5625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #idMWU8VGy43husUp8Tqvxw2exwasdgwC { width:14.5625rem;height:5.0625rem;top:91.5rem;left:2.75rem;font-size:0.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #PRTQZvxdAGkL1Db1ObBC9Ff9ZGt9v3dA { display:block; }
 }@media only screen and (max-width: 763px) { #h6ztaOkW1tcCUz1MIL2kbVcLQyHR2zxg { display:flex;width:2.1875rem;height:2.1875rem;top:92.9375rem;left:17.8125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #sfBAq9e2XrZIuRWMcLzzpkCJEGIsuJQt { display:flex;width:2.375rem;height:2.375rem;top:92.875rem;left:0rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy { display:block; }#bvsrRh9r8zc5BKzQkA6au01fGbIUVSqy > .row .container { width:20rem;height:102.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmI0ThocHJapivyNLwSpf5E8TyCXqS8K { width:20rem;height:4.7119125rem;top:2.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoWNPZ3bBCS11ANLkcP5gUGbtZdSiAX7 { width:20rem;height:2.0479302832244rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 .accordion-heading-text { font-size:1.125rem;height:auto; }
#TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 { display:flex;height:auto;width:17.5rem;top:9.60986328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #W4eUxwnzTFxPTMWq3bMdUqo3MOMiLUhi {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #K9I8zhOOCMJtBty4o1sBZmpIVlWObrJ4 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #QO4DC9axlETZmso5aV5T8xBzA52miwXo {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #orW5s7RDkAGD1oJhhc0Qv5mZtyAfzMVT {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Ck6ALF8VsLZEbMIJRxqZNnzdNX0FiSQx {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #TPnKyUsfEgev0GZncerxere2h7dEeTob {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #dAcZWT6XMLIRqHliaADToUQUqbmQmF0Z {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #dkpZvqVgWWgmtyermdqONW9O797ATG1W {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Uhg2JtbKMtkHpwCochw1dGsi2WIi0y1y {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #gb16IQncvKNSokHLpJm2gt6X3LaF5HM5 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #WMMWnHlbrGEniaHUnxzd3XVGnTENoDkr {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #BLV3LiziieeTp0yWRTvZxQ1ZinoiwnWF {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #kVxyIB6Eezp0dvtsTxn1fyc5pohVhOMc {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #GJXXOEnBpaX9L4eAoHugnPZptHWbonTA {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #SORcqCKTU0ulPmohT25uuVo8JCRg40kB {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #yqERnvsnrrqagM8hUqCuK3ALJ2sLfIFk {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #i1htDNWuIu3bpI3IepThkmDOFdmDaLD1 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #VCTZHHq6B3JrlOcRXRBeImnWQXcwctbG {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #ke6R6qydTSEI2RxH51aBnnLUcGbpZ5hi {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #oDuhyHXWDav7XwZgdelD2oTmXpEMB60o {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #xcREVnkvnsK1L89tfvk3JJssuE3zAJXP {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #xTfwuaLGo7V6bSrgSlp99TrcyLBZkB67 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #ylwTJPUioLQJp7AhEQ1wPu5nGiCLZi7v {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #ETFNhMdWJNxxtBAMiXTUpEtJIbVk38e3 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Gw4EiTd9WMLAAydF0hrTGTKssgvdzvOT {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #vZDwdmJ0Q72CAAJb6ZxaD6M4aTyXexfp {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #PKkO1KD3D1l2qdToI8CuFGKniz3Vu1lo {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #AcpSrDK25EON2PUhGBkHAzB8vA6h4OgJ {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #tKHM5suGwD9SIqVyB8M16rAQXdhCTrpe {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #JuZ9OUtKR8zbkl58N5xs8McL4K30SR38 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #XTVkKEuT2b0JNqQEauDwQVw0ydtz2bFt {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #iv1NgUgra3HLqPErKZkqd0VqTzw1lwd8 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #mKCuCAreHwfFMO7I8tKWq6u3LcDJ5wF7 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #RNSXDnhScOTu3LNmNgl6kAVggc7ELkF3 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #G6Tf6J8TwOp8pK2h8d2U6txRcMP2O04i {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #iSZHfaSx6F3oIMiHSJSAFCHUz7U36gw4 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #GJIlsMbwa9ZTRXR9oByyqme4zAmooMLT {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #LCI7zJuB47kmXMnzV2HBXt5CoNDgFud9 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #aAPmkVc9mGRex3CO3rSQf3N0pzFMBlC7 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #LzVJZuEewX7JVR9dDfTthyswbLnorsfM {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #bKRxxcdT4KPNmLAi9cMqaoq9RHnkRUWM {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #KGcFLHQam2KQX8pXikGV8Q1Rr6SDzdb7 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #lJ92hF4R35TbTMF5BTappSbqpXpnJMZk {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #KHoi0uwENTEGICiQEdFbqMKLpv19OV4m {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #EgCTWhNvf36CI5hTCwzpBceGfIT3dRh4 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #eM4LHJhCzIvgaMId5e9PTqGqoUPRlHUw {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #CGEDyR594wauOi3DQpEVnTJtlbOJi5Xq {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #JPEhpGSOn7BkNqszgFzNPHgPqsfd3fOG {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #BeVrfTSB1zMOkCVMKxMBEaH7xDhAQ9VJ {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #X5wK4RcR6NPUXSGQPqoCXTE7GAW7HWGc {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #kL1xOZaqmwwyv4QFqXicmOiZA9rTUvsv {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #Tphri7fEHbkxEMVTSynTaib0eqZRZ9lD {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #zv2SKn1MZr1PLWI0iufw8RyRn14TwwcW {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #B96vPxn7HvTxtFt4fc97voEJPbOJH2h0 {  }
 }@media only screen and (max-width: 763px) { #TRTEcpAMrw2Mo149TvpOw46g9mDX1rt4 #g6t8wuaTGCSKqIVyIOayoG6z6bGLu2aT {  }
 }@media only screen and (max-width: 763px) { #PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q { display:block; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { display:block; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0e5zJyBR0kOFJGk0me81oSzeInSnlBs { width:20rem;height:1.13720625rem;top:2.15625rem;left:0rem;font-size:0.875rem;display:block; }
 }